      


body {
    background-image: url("Background.jpg");
    font-family: Arial, Helvetica, sans-serif;
    
    
    font-size: 1.8em;
    width: 90%;
    margin: 0.2em auto;
}


#logo {
    text-align: left;
    color: rgba(133,193,204);
    font-size: 1.75em;
    padding: 0.5em 0.5em;
    background: rgba(51,113,126);
    margin: 0.25em 0;
    -webkit-box-shadow: 7px 9px 10px -5px rgba(51,113,126);
    -moz-box-shadow: 7px 9px 10px -5px rgba(51,113,126);
    box-shadow: 5px 7px 8px -5px rgba(226,199,192);
    border-radius: 0.75em;
    -webkit-border-radius: 0.75em;
    -moz-border-radius: 0.75em;
}



nav {
	text-align: right;
    font-size: 0.55em;
    padding: 0.65em 0; 
    background-color:rgba(1,58,103,255);
    -webkit-box-shadow: 7px 9px 10px -5px rgba(7,36,70,255);
    -moz-box-shadow: 7px 9px 10px -5px rgba(0,0,0,0);
    box-shadow: 7px 9px 10px -5px rgba(0,0,0,0);
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
}

nav ul li {
	display: inline;
	list-style-type: none;
	padding-left: 0.55em;
	padding-right: 0.65em;
}

#main-content {
    margin: 0.2em 0;
}

#homeHero {
    background: rgba(0,128,137,255);
    background: rgba(0,128,137,255);
    width: 65%;
    float: right;
    margin-left: 2%;
    padding: 2%;
    -webkit-box-shadow: 7px 9px 10px -5px rgba(0,0,0,0.12);
    -moz-box-shadow: 7px 9px 10px -5px rgba(0,0,0,0.12);
    box-shadow: 5px 7px 8px -5px rgba(226,199,192);
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
}

#homeHero h1 {
    font-size: 1em;
    line-height: 1;
    color:rgba(17,33,56)
}

#homeHero h2 {
    font-size: 0.8em;
    line-height: 1;
    color:rgba(17,33,56);
}

#homeHero p {
    font-size: 0.6em;
    line-height: 1;
    color:rgba(44,61,81);
}



#sidebar {
    background-color: rgb(0,128,137,255);
    width: 20%;
    float: left;
    -webkit-box-shadow: 7px 9px 10px -5px rgba(0,0,0,0.12);
    -moz-box-shadow: 7px 9px 10px -5px rgba(0,0,0,0.12);
    box-shadow: 5px 7px 8px -5px rgba(226,199,192);
    text-align: center;
    padding: 0.5em;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
}


.side-button {
    border-radius: 1.2em;
    padding: 0.8em 0.5em;
    font-size: 0.8em;
    width: 70%;
    border: none;
    text-align: center;
    margin: 1em 0;
    background-color: #4fa1ee;
    color: #fff;
}

#sidebar h3, p {
    color: rgb(17,33,56);
    font-size: 0.5em;
}
#sidebar h2 {
    color: rgb(17,33,56);
    font-size: 0.6em;
}

.icon {
    width:4em;
}


section  {
    clear:both;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    background-color: #F09 
    img {width: 50%;} 
    }

@media screen and (min-width: 480px) and (max-width: 768px) {
    background-color: #dc143c
    img { width: 100%; }
    }