.body{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.header{
    margin: 0;
}

.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
    display: none;
}

/* Style navigation menu links */
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
    display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
    background: #35a5ad;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Style the active link (or home/logo) */
.active {
    background-color: #35a5ad;
    color: white;
}

@media screen and (max-width: 1000px) {
    #mission{
        text-align: center;
        /*padding-left: 2vh;*/
    }

    #start_page img {
        width: 100%;
        /*height: auto;*/
        object-fit: cover;
        overflow: hidden;

    }

    #hands_wrapper{
        display: none;
    }

    #start_page .btn {
        display: none;
    }

    #start_page #full_img{
        display: none;
    }

}

@media screen and (min-width: 1000px) {
    #start_page #mobile_img{
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .topnav {display: none;}

    #mobile_footer{
        display:none;
    }

    #mission_statement{
        padding-left: 28vh;
    }

    #mission{
        width: 64vh;
        padding-right: 12vh;
        text-align: right;
    }
}


@media screen and (max-width: 600px){
    #header_buffer{display:none;}
    #header_container{display: none;}
    .header_buffer{display: none;}
    #header{display: none;}
    #footer{
        display: none;
    }
    #mission_statement{
        padding-left: 5vh;
        padding-right: 5vh;
    }
    #mission{
        width: 100vh;
        text-align: left;
        padding-left: 5vh;
    }
}

#link{
    padding-right: 20px;
    text-decoration: none;
    color: black; !important
    font-size: 80%; !important
}

.body{
    font-size: 18px; !important
}

a{
    /*display: block;*/
    height: 100%
}

h1{
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

h2{
    padding: 10px;
    color: white;
    text-align: center;
    margin: 0;
    font-size: 22px;
}

h3{
    padding: 1vh;
    margin: 0;
    font-size: 18px;

}

.box{
    float: left; !important
    outline: 1px solid blue;
    margin: 0;
    /*outline: 1px solid orange;*/
}

.b_one{
    width: 25%;
    outline: 1px solid orange;
    margin: 0;
    /*outline-color: #3C6E71;*/
    /*outline-style: auto;*/
    /*outline-offset: -10px;*/
    /*outline-width: 5px;*/
}

.b_one h2{
    background-color: #3C6E71;
    margin-left: 0; !important;
}

.b_two{
    width: 25%;
}

.b_two h2{
    background-color: #55878A;
}

.b_three{
    width: 25%;
}

.b_three h2{
    background-color: #91B7B9;
}

#link:hover{
    color: #38bec9;
}

#logo{
    padding-bottom: 1.5vh;
    padding-top: 1.5vh;
    padding-left: 4vh;
}

#footer{
    text-align: left;
    position: absolute;
    padding-top: 3.5vh;
    padding-left: 28vh;
    background-color: #003249;
}

#footer_link{
    padding-right: 20px;
    text-decoration: none;
    color: white; !important
    font-size: 14px; !important

}

#mobile_footer{
    text-align: left;
    position: absolute;
    padding-top: 5vh;
    /*padding-left: 10%;*/
    /*padding-right: 10%*/
    background-color: #003249;
}

#submission_menu2{
    color: white;
}

#header{
    text-align: right;
    position: absolute;
    right: 10px;
    padding-top: 3.5vh;
    font-size: 1em;
    overflow: hidden;

}

#mission{
    background-color: #B2E2E5;
    font-size: 2em;
    /*width: 64vh;*/
    padding-top: 1vh;
    padding-bottom: 1vh;
}

#mission_statement{
    padding-top: 2vh;
    /*padding-left: 28vh;*/
    font-size: 22px;
}



#spacer{
    padding-top: 10vh;
}

#hands{
    padding-left: 7vh;
    width: 50vh;
}

.header_2{
    color: #476D8A;
    margin-bottom: 2px;

    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.text{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.serviceDesc{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.col{
    /*""""""""""*/
}

.row{
    /*display: flex;*/
}

.description{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;

}
.margins{
    margin-left: 10%;
    margin-right: 10%;
}

#submission_menu{
     color: white;
}

.principleBoxes{
    display: flex;
    flex-wrap: wrap;
}

.principleBoxes>*{
    flex: 1 1 200px;
    margin: 10px;
}

.principle{
    border-style: solid;
    border-color: #D0E7EB;
    width: 30%;
    height: auto;
    float: left;
    margin-left: 15px;
}

#principleOne{
    border-color: #3C6E71;
}

#principleTwo{
    border-color: #55878A;
}

#principleThree{
    border-color: #91B7B9;
}

.principleHeader{
    margin: 0;
    text-align: center;
    background-color: #D0E7EB;
    padding: 10px;
    color: white;

    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#pOneHeader{
    background-color: #3C6E71;
}

#pTwoHeader{
    background-color: #55878A;
}

#pThreeHeader{
    background-color: #91B7B9;
}

.h5{
    margin-left: 15px;
    text-align: left;
}

.principleDesc{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;


    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.spacer2{
    height: 15px;
}

.spacer3{
    height: 25px;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;


    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsible:hover {
    background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-left: 30px;


    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.collapsible:after {
    /*content: '\02795'; !* Unicode character for "plus" sign (+) *!*/
    content: "v";
    font-size: 13px;
    color: #265C86;
    float: left;
    margin-left: 5px;
    margin-right: 15px;
    margin-top: 2.5px;
}

.active:after {
    /*content: "\2796"; !* Unicode character for "minus" sign (-) *!*/
    content: ">";
    color: #265C86;
}

.serviceHeader{
    border-style: solid;
    border-color: #D0E7EB;
    width: 100%
}

.description{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.coloredHeader {
    margin: 0;
    text-align: left;
    background-color: #D0E7EB;
    padding: 10px;

    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.h4{
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}

input{
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;

    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width: 100%

}

button{
    background-color: #003249;
    color: white;
    border-width: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%
}

#message{
    padding-bottom: 100px;
    /*width: 100%*/
}

form{
    text-align: right;
    margin-right: 15%;
    width: 100%
}


#spacer4{
    height: 50px;
}

#contact{
    margin-left: 15%;
}

h5{
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h6{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

#mission{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

#mission_statement{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;

}

.bold{
    font-weight: 600;
    font-style: italic;
}


#email_form{
    display: flex;
}

#email_input{
    width: 70%;
    margin-right: 5%;
    float: left;
    padding-left: 10px;
    padding-top: 10px;

    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border-width: 0px;
}

#submit_email{
    /*background-color: #DBDBDB;*/
    background-color: #38bec9;
    /*width: 25%;*/
    float: left;
    text-align: center;
    /*padding-left: 10px;*/
    /*padding-top: 10px;*/

    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    /*border-width: 0px;*/

}

form{
    border-width: 0px;
}

.p{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

#start_page{
    position: relative;
}

#start_page img {
    width: 100%;
    height: auto;
}

#start_page .btn {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    /*font-size: 16px;*/
    /*padding: 12px 24px;*/
    border: none;
    cursor: pointer;
    border-radius: 5px;
    height: 5%;
    background-color: #53B4C5;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}


#start_button{
    width: 20%;
    /*height: 5%*/
    background-color: #53B4C5;
    color: white;

    font-size: 1.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.partner{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; !important

}

.plogo{
    margin-bottom: 3vh;
}

#email_input{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    float: left;
    width: 100%;
}