/***********************

GLOBAL STYLES

************************/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0 !important;
    color: #292f33;
}

a:hover {
    text-decoration: none;
}

a,
h1,
h2,
h3,
h4 {
    font-family: 'Libre Baskerville',
    sans-serif !important;
}

h1 {
    letter-spacing: 1px;
}

h2 {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 22px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 2px;
}

p,
label,
ul, li {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
}

i {
    float: right;
    padding-right: 10px;
    padding-top: 20px;
}

ul li {
    padding-top: 10px;
}

/***********************

MAIN STYLES

************************/

.paragraph-top {
    padding-top: 20px;
}

.section-top {
    padding-top: 35px;
}

nav {
    padding: 28px 0;
    background-color: rgba(0, 0, 0, 0.65)
}

nav a {
    line-height: 37px;
    font-family: "Montserrat";
    letter-spacing: 1px;
}

nav div:nth-child(1) {
    text-align: left;
}

@media (max-width: 767px) {
    nav div:nth-child(1) {
        text-align: center;
    }
}

/*
.header-image {
    background: url(images/header-image.png) no-repeat top center;
    background-size: cover;
}

.header-text {
    height: 450px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-text h1,
.header-text p {
    color: white !important;
}
*/

.header-container {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.header-container #left {
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 200px;
    background-color: rgba(30, 30, 30, 0.65);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

}

@media (max-width: 1200px) {
    .header-container #left {
        padding-left: 150px;
    }
}

@media (max-width: 992px) {
    .header-container #left {
        padding-left: 100px;
    }
}

@media (max-width: 767px) {
    .header-container #left {
        padding-left: 50px;
    }
}

.header-container #left h1 {
    color: white !important;
}

.header-container #left h2 {
    color: white !important;
    font-weight: 300;
    padding-top: 6px;
}

.header-container #right {
    background-image: url(images/Donald-Streeter.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .header-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
        height: 600px;

    }

    .header-container #right {

        background-position: top;

    }
}

.nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-items a {
    text-decoration: none;
    color: white;
}

.spacer-top {
    padding-top: 50px;
}

.spacer-topx2 {
    padding-top: 100px;
}

.spacer-bottom {
    padding-bottom: 50px;
}

#about {
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 18px;
    background-color: rgba(0, 0, 0, 0.04);
    padding: 80px 0;
}

#team {
    padding: 80px 0;
}

#team img {
    width: 100%;
}

/*
.team-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
*/

@media (max-width:767px) {
    .logo a {
        text-align: center;
    }
    .team-section .left-col {
        text-align: center;
    }
}


@media (max-width: 360px) {
    .nav-items {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
}


/*
.left-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 200px;
}

.right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
*/

#Associations {
    padding: 80px 0;
    background-color: rgba(0, 0, 0, 0.04);
}

#Associations h3 {
    font-size: 18px;
    letter-spacing: 0.5px;
}

#Associations .col-sm-6 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#Associations .col-sm-6 div img {
    height: 170px;
}

@media (max-width: 767px) {
    #Associations .col-sm-6 div img {
        height: 130px;
    }
}

#contact {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 80px 0;
}

#contact h4,
#contact h1 {
    color: white !important;
}

@media (max-width: 767px) {
    #contact h4 {
        text-align: center;
        padding-top: 30px;
        font-size: 20px;
    }
}

#contact a {
    color: white !important;
    text-decoration: none;
    font-weight: 600;
}

#contact form label {
    color: white !important;
}

#contact p {
    color: white !important
}

.map-container {
    width: 100%;
    height: 500px;
}

form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-name-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

.form-name-container label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
}

.form-name-container label input {
    width: 100%;
}

form nth-child(1) {}

input,
textarea {
    display: inline-block;
    top: -3em;
    width: 100%;
    border: 1px solid #c3c3c3;
    padding: 2px;
}

textarea {
    height: 200px;
}

label {
    display: inline-block;
    width: 100%;
}

footer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 40px 0;
}

/***********************

FORM STYLES

************************/

.jotform-form {
    padding: 0;
}

.form-all {
    padding: 0 !important;
    margin: 0 !important;
}
