body {
    font-family: 'ProximaNova';
    padding: 0px;
    margin: 0px !important;
    overflow-y: scroll;
    position: relative;
    padding: 0px 0px 40px 0px;
    min-height: 100vh;
    font-size: 12px;
    font-weight: 300;
    color: #222;

}

.fancybox-content {
    max-height: 100%;
}

p {
    margin: 0px !important;
    margin-bottom: 5px;
}

select,
select option {
    font-family: 'ProximaNova';
    font-size: 15px;
}

label {
    font-weight: 700;
    color: #333;
}

strong {
    font-weight: 700;
}

h1 {
    color: #222;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 600;
}

h2 {
    color: #222;
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 0px;
    font-weight: 600;
    text-align: center;
}

h3 {
    color: #222;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0px;
}

h4 {
    color: #222;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 0px;
    font-weight: 300;
}

a {
    color: #b0905f;
    text-decoration: underline;
    text-transform: none;
}

/********** nav ***********/



/********** layout ***********/