@charset "UTF-8";
/* CSS Document */

*, html{
    font-family: "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body{
    max-width: 975px;
    margin: 0 auto;
    background-image: url("../img/backgroundsm.png");
    background-repeat: repeat;
}

.content-wrapper{
    background: white;
    box-shadow: 1px 1px 7px 1px #aaa;
}

a{
    text-decoration: none;
}


/*---------------- HEADER -----------------*/
header{
    height: 200px;
    margin-bottom: 75px;
}

header .mainLogo {
    padding-top: 30px;
    padding-bottom: 10px;
}

header .mainLogo img{
    margin: 0 auto;
    display: block;
    width: 60px;
}

header h1{
    font-size: 36px;
    margin: 0px;
    padding: 10px;
    font-weight: 300;
    text-align: center;
    color: #888;
}

div.nav{
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

div.nav ul{

}

div.nav div.nav-line{
    height: 1px;
    background-color: black;
    float: left;
    margin-top: 26px;
    width: 20%;
}

div.nav a{
    text-decoration: none;
    list-style: none;
    float: left;
    color: black;
    width: 20%;
    padding: 15px 0px;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    border-radius: 30px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
}

div.nav a:hover{
    color: #81D1F5;
}
div.nav a.active{
    font-weight: 400;
    color: #81D1F5;
}


/*---------------- BODY CONTENT -----------------*/

main{
    max-width: 1150px;
    margin: 0 auto;
}


main > div{
    margin: 20px 0 0 0;
    padding: 0 40px;
}

main .header-text{
    text-align: center;
    font-weight: 400;
    font-size: 36px;
}

main .body-text{
    height: 100px;
    margin: 80px 50px;
    font-size: 20px;
}

main .body-text p{
    text-indent: 40px;
}


#about{

}

#about p{
    padding: 0 40px;
}

#about p.subheader{
    font-size: 24px;
    font-weight: 600;
}

#about p.text{
    font-size: 22px;
    font-weight:400;
}

.banner_image{
    width: 100%;
}

.banner_image img{
    width: 100%;
}



#form{

}

h2{
    font-size: 24px;
    font-weight: normal;
}

fieldset{
    margin: 20px;
    padding: 0 20px 30px 20px;
    background-color: #e9ecf5;
}


label div{
    font-size: 18px;
    margin: 20px 0px 5px 0px
}

input{
    font-size: 18px;
    min-width: 50%;
    height: 30px;
    padding: 0px 5px;
}

select, option{
    cursor: pointer;
}

select{
    height:30px;
}

/*.submit{*/
    /*min-width: 300px;*/
    /*height: 50px;*/
    /*font-size: 24px;*/
    /*margin: 0 20px 20px 20px;*/
    /*padding: 0px;*/
    /*border-radius: 5px;*/
    /*background-color: transparent;*/
    /*color: #172349;*/
    /*border:solid 1px #172349;*/
    /*cursor: pointer;*/
    /*transition: background-color .3s ease-in-out, color .3s ease-in-out;*/
    /*-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;*/
/*}*/

/*.submit:hover{*/
    /*border:solid 1px #172349;*/
    /*background-color: #172349;*/
    /*color: white;*/
/*}*/


.person{
    background: white;
    padding: 10px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-bottom: 0px;
}

.person h4{
    margin-bottom: -10px;
}

.button{
    text-decoration: none;
    padding: 15px;
    border-radius: 10px;
    color: #172349;
    border: 1px solid #172349;
    cursor: pointer;
}
.button:hover{
    background-color: #ddd;
}


.formButtons{
    margin: 0 auto;
    display: block;
    width: 80%;
}

.formButtons >div, .formButtons >p{
    width: 33%;
    float: left;
    text-align: center;
}

.deleteConf{
    -webkit-appearance: none !important;
    text-decoration: none;
    color: #172349;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.button:hover .deleteConf{
    background-color: transparent;
}


/*--- Footer ---*/
#footer{
    margin: 0;
    padding: 50px 80px;
    background-color: #444;
    color: white;
}

#footer a{
    color: white;
}

#footer .footer-contact div{
    width: 50%;
    color: #888;
    float: left;
    text-align: left;
    padding-left: 5%;
}

#footer .button{
    background-color: white;
    border: 1px solid #aaa;
    color: #444;
    float: right;
    line-height: 20px;
    margin-top: -55px;
    padding: 10px;
    padding-top: 0;
}

#footer .button:hover{
    background-color: #aaa;
}


#footer i{
    color: #444;
    margin-top: 5px;
    float: left;
}

#footer .button span{
    float: left;
    margin-top: 9px;
}

#footer .copymark{
    float: left;
    text-align: center;
    width: 100%;
}


/*-- MOBILE --------------------------------------------------------------------------------------*/

@media only screen and (max-width: 650px) {
    div.nav{
        display: none;
    }

    div.mobile-nav{
        display: block;
    }

    header{
        margin-bottom: 0;
    }

    header h1{
        font-size: 5vw;
    }

    #navItems{
        margin-top: 0px;
        padding-top: 60px !important;
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0px;
        display: none;
        width: 100%;
        padding-left: 0px;
        height: 100%;
        background-color: rgba(31, 60, 138, 1);
    }

    #navItems li{
        width: 100%;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        font-size: 32px;
        margin: 0px;
        padding: 40px 0px;
        color: white;
        background-color: rgba(31, 60, 138, 1);
        transition: background-color .3s ease-in-out;
    }

    #navItems li {color: white; transition: color .3s ease-in-out;}
    #navItems li:hover {
        color: #0074C0;
    }
    #navItems li.active{
        color: #0074C0;
    }

    .hamburger{
        background:none;
        position:absolute;
        top:0;
        right:0;
        line-height:45px;
        padding:5px 15px 5px 15px;
        color: #0074C0;
        border:0;
        font-size: 32px;
        font-weight:bold;
        cursor:pointer;
        outline:none;
        z-index:10000000000000;
        transition: color .2s ease-in-out;
    }

    .hamburger span{
        width: 100%;
        background-color: black;
        height:5px;
        margin-bottom: 2px;
    }


    main .body-text{
        height: auto;
        margin: 50px 0; !important;
        font-size: 20px;
    }


    #footer{
        padding: 10px 20px;
    }

    #footer .copymark{
        float: none;
        margin-bottom: 0px;
    }

    main > div{
        padding: 0 10px;
    }

    .formButtons >div{
        width: 100%;
    }
    .formButtons p{
        text-align: center;
        width: 100%;
    }

    .viewPatient{
        padding:0;
        border: none;
    }

    .mobileAdmin{
        height: 75px !important;
    }


}
@media only screen and (min-width: 651px) {
    div.nav{
        display: block;
    }

    div.mobile-nav{
        display: none;
    }
}