#header{
    background-color: white;
    height: 64px;
    width: 100%;
    position:fixed;
}
#wrapper{
    margin: auto;
    font-family: 'Nunito Sans', sans-serif;
}

#topbar{
}
#minimenu {
    display: none;
    float: right;
    margin-right: 20px;
    font-size: 36px;
    cursor: pointer;
}
#navbar{
    background-image: url("images/Navigation%20C.png") no-repeat;
}

nav {
    padding: 10px 0 0;
    float: right;
}
nav ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
nav li {
    display: inline-block;
    padding: 10px 25px;
}
nav a {
    padding: 2% 1%;
    text-decoration: none;
    color: white;
    font-weight: 900;
}
nav a:hover{
    text-decoration: underline;
    color: #59b6fb;
}

#navbar p{
    padding: 18px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Comfortaa', sans-serif;
}


#hero {
    height: 33%;
    text-align: center;
    padding: 33%;
    background:  url(images/Hero-1.jpg) no-repeat center;
}
#hero h1{
    color: whitesmoke;
    font-size: 56px;
    text-shadow: 2px 2px black;
    text-decoration: center;
}
#hero a{
    padding: 30 2px;
}

#info {
    margin :auto;
    padding: 8px;
    background-color: white;
    vertical-align: top;
}


#Biopanel{
    padding: 15% 0;
    text-align: center;
    background-image: url(Images/ian-schneider-66374-unsplash.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#textpanel{
    text-align: center;
    height: 420px;
    max-width: 33%;
    display: inline-block;
    vertical-align: top;
    background-color: floralwhite;
}
#textpanel2{
    text-align: center;
    height: 420px;
    max-width: 33%;
    display: inline-block;
    vertical-align: top;
    background-color: aliceblue;
}
#imgpanel{
    text-align: center;
    max-width: 50%;
    display: inline-block;
    float: right;
}
/* Services Page*/
#categorypanel{
    height: 500px;
    text-align: center;
    background-color: azure;
    padding: 12%;
}

.category{
    text-align: center;
    max-width: 33%;
    display: inline-block;
}

.categoryheader{
    padding: 4%;
    text-align: center;

}

.servicedesc{
    padding: 6% 14%;
    text-align: center;
}

#servicecategory1{
    background-color:indianred;
}

#servicecategory2{
    background-color:cadetblue;
}

#servicecategory3{
    background-color:sandybrown;
}


#footer{
    height: 18px;
    background-color: whitesmoke;
    text-align: center;

}

#footer li{
    display: inline-block;
}
#footer a {
    padding: 15px 10px;
    text-decoration: none;
    color: white;
    font-weight: 700;
}
#footer a:hover {
    text-decoration: underline;
    color: #59b6fb;
}



#banner{
    height: 400px;
    text-align: center;
}
/* Contact Page*/
#contactform{
    float: left;
    padding: 30px;
    max-width: 66%;
}

#contactform input, textarea{
    width: 100%;
}

#contactinfo{
    float: right;
    padding: 30px;
    max-width: 33%;
}
/*Responsive */

@media screen and (max-width:640px){
    #minimenu {
        display:block;
    }
    #hero {
    height: 60%;
    text-align: center;
    padding: 40% 13%;
    background:  url(images/Hero-1b.jpg) no-repeat center;
    }
    nav{
        background-color: dimgray;
        width: 20%
    }
    nav ul li {
        width:100%;
        text-align: right;
    }
}
