
h1, h2, h3 {
    font-family: 'Crete Round';
}


body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    min-width: 350px;


}

main {
    flex: 1 0 auto;
}


.pagination li.active {
    background-color: #039be5;
}

.ghost-button {
    border: 2px solid #3789cf;
    color: #3789cf;
    padding: 7px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-size: 100% 400%;
    background-image: linear-gradient(to bottom, transparent 50%, #3789cf 50%);
    transition: background-position 0.3s;
    background-position: 0 25%;
    white-space: nowrap;
}

a.ghost-button-small {
    letter-spacing: 1px;
    padding: 5px;
    font-size: 11px;
}

a.ghost-button:hover,
a.ghost-button:focus {
    background-position: 0 75%;
    color: white;
    text-decoration: none !important;
    transition: background-position 0.3s;
}

a.ghost-button.gb-white {
    color: white;
    border-color: white;
    background-image: linear-gradient(to bottom, transparent 50%, white 50%);


}

a.ghost-button.gb-white:hover,
a.ghost-button.white:focus {
    color: #333;

}

.breadcrumb-nav {
    background-color: transparent;
}

.breadcrumb, .breadcrumb::before {
    color: #546e7a !important;

}

.breadcrumb:last-child {
    color: #039be5 !important;
}

.breadcrumb {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;

}

.page-footer > div {
    padding-top: 30px;
}


.collection a.collection-item {
    color: #039be5;
}

.text-uppercase {
    text-transform: uppercase;
}

input[type=submit]:not(#date-submit) {
    text-decoration: none;
    color: #fff;
    background-color: #039be5;
    text-align: center;
    letter-spacing: 0.5px;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
    font-size: 14px;
    outline: 0;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    overflow: hidden;
    user-select: none;
    z-index: 1;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);/**/
}

fieldset{
    padding: 40px 60px;
    margin-bottom: 40px;
    padding-top: 18px;

}

fieldset legend{
    text-transform: uppercase;
    padding: 20px;
    color: #039be5;

}

.form-field-options .option-label{
    font-size: 1rem;
    color: black;
    cursor: pointer;
}

.container{
    width: 90%!important;
}

.cotainer .row{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}