
/* BROWSER RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {

	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
display: block;
}
/* main section article {
    position: relative;
}
*/
/* Body and Container Styling */

body {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
	font-family:Bahnschrift;
    font-size: 16px;
    position: relative;
}

#container {
    width: 100%;
    position:relative;       
		}

ol, ul {list-style: none;
		margin:0;}

/* Header Styling */

header {
	/*width: 100%;*/
	height: 80px;
	margin:0;
	position: relative;
	background-color: #94DbDD;
	border-bottom: 10px solid #0b6362;
}

#logo {
    width: 31%;
   /* height:100%;*/
    float: left;
}

#logo img {
	margin:5px;
}

#phone {
	font-weight: bold;
	color:  #0b6362;
    padding:0 5px 0 0;
	opacity: 0.75;
	position: absolute;
	top: 5px;
	right: 5px;
}

/* NAVIGATION */

#main_nav {
    height: 58%;
    width: 68%;
    position: absolute;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
			}

button {display:none;}

#main_nav #main_menu {
    width: 95%;
    height: 65%;
    margin-top: 2%;
    position: relative;
    bottom: 0;
    left: middle;
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    }

#main_nav #main_menu li {
    height: 70%;
    width: 15%;
    margin:0 2% 0 2%;
    position:relative;
    bottom: 0;
    text-align: center;
    max-width: 130px;
    padding-bottom:5px;
}

#main_nav #main_menu li a {
    display: block;
    text-decoration: none;
    font-weight: bolder;
    font-size: 0.8em;
    width: 100%;
    color: #0b6362;
    text-align: center;
    margin: 0 auto;
    padding:10% 0 0 0;
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
    border-bottom-left-radius: 0px 20px;
    border-bottom-right-radius: 0px 20px;
    border-style: none;
}

#main_nav #main_menu li a:link {
    color: #0b6362;
}
#main_nav #main_menu li a:visited {
    color:#fa8072;
}

#main_nav #main_menu li a:focus {
    font-size: 1.0em;
    color: black;
    background-color:grey;}

#main_nav #main_menu li a:hover {
    font-size: 1.0em;
    color: black;
    background-color:#cbc6c5;}

#main_nav  #main_menu li a:active {             font-size: 0.8em;
    color:#7a6a65;
}

#banner {
    clear:both;
	width: 100%;
}

#banner img {
	width:100%;
	margin:0;
	}

#headline {
    /*width: 80%; */
    margin: 0 auto;
   /* max-width: 1080px; */
    text-align: center;
    box-sizing: border-box;
}

/* MAIN STANDARD CONTENT */

.colors {
	background-color:coral;
	text-align:center;
}

.pagename {
	margin:20px 0 20px 0;
}

main {
    width: 100%;
    /*background-color: white; */
    opacity: 0.75;
    box-sizing:border-box;
    overflow-y:scroll;
    position: relative;
	margin-top:35px;
    top: 0%;
}

.row {
		margin:8px;
	}
	.row, .row>.column {
		padding:8px;
	}
	.column {
		float:left;
		width:30%;
	}
	.row:after {
		content:"";
		display:table;
		clear:both;
	}
	.content {
		background-color:white;
		padding:10px;
		border:5px solid teal;
	}

/* FOOTER STYLING */

footer {
    clear: both;
    width: 100%;
    height: 5vw;
    background-color: #0b6362;
}	

/* Social Media Icons */

footer .box1 {
    width:20%;
    display: inline-block;
    margin: 1% 5% 1% 5%;
}

footer .box1 a:link {
    width:90%;
    height:90%;
    display: inline-block;
    margin: 0 5% 1% 5%;
    color: #94DBDD;
}
footer .box1 a:visited {
    width:90%;
    height:90%;
    display: inline-block;
    margin: 0 5% 1% 5%;
    color: #FA8072;
}
footer .box1 a:focus {
    width:100%;
    height:100%;
    display: inline-block;
    margin: 0 5% 1% 5%;
    color: #f5d273;
}
footer .box1 a:hover {
    width:100%;
    height:100%;
    display: inline-block;
    margin: 0 5% 1% 5%;
    color: #f5d273;
}
footer .box1 a:active {
    width:100%;
    height:100%;
    display: inline-block;
    margin: 0 5% 1% 5%;
    color: #FA8072;
}

footer .box2 {
    width: 40px;
    display: inline-block;
    margin: 0 1% 0 1%;
    align: center;
}

footer #social {
    width: 35%;
    float: none;
    margin: 1%;
    position: absolute;
    left: 0%;
    bottom: 0%;
}

footer #bottom-nav {
    width: 30vw;
    margin: 0 auto;
    font-size: 1em;
    text-align: center;
    box-sizing: content-box;
}

/* Copyright */

#copyr1 {
    height: 15px;
    position:absolute;
    bottom:0;
    right:0;
    margin:0 2% 1% 0;
    padding:0 2% 0 0;
    font-size:12;
    font-weight: bold;
    text-align:right;
    color: #94dbdd;
}

/* FONTS */

h1      {
    font-family:Bahnschrift, "sans-serif";
    letter-spacing: 0.3em;
    font-size: 3.5vw;
	margin:0 auto;;
    margin-top: -20%;
    padding: 0 5% 10% 5%;
	color:#0b6362;
        }

h2 {
	font-family:Georgia, "serif";
	font-size: 30px;
	letter-spacing:2px;
	font-weight: bolder;
	color:#0b6362;
	margin-left: 0;
}

h3 {font-family:Bahnschrift, "sans-serif";
    font-size:10px;
    font-weight:bold;
    letter-spacing:0.1em;
    margin:2% 0 0 0;}

h4 {color:grey;}

h5 {margin:0;
	font-size:16px;
}

/* PAGE-SPECIFIC STYLING */

/*Home Page */


/* Websites */




/* Contact */

.bcontact #container main aside {
    width: 40%;
    height: 40%;
    margin:0 0 1% 0;
    color: #0b6263;
    position:absolute;
    bottom:0;
    left: 30%;
    text-align: center;
    font-weight: 800;
    line-height: 180%;    
    background-color:#cbc6c5;
	opacity:50%;
    top: 36%;
}

.bcontact #container main aside p {font-weight:bold;}

.bcontact #image3 {
	width: 30vw;
	height: 20vw;
	margin: 10% 1% 0 0;
	float: left;
	background-image: url("../images/Campbells-Rome.png");
	background-size: cover;
	border: 5px solid #0b6362;
	transform: skewY(-15deg);
    background-position:center center;
}
.bcontact #image4 {
	width: 30vw;
	height: 20vw;
	margin:10% 0 1% 1%;
	float: right;
	background-image: url("../images/mountains.png");
	background-size: cover;
	border: 5px solid #0b6362;
	transform: skewY(15deg);
    background-position:center center;
		}
.section1 .section2 h2 {
	text-align: center;
	width: 100%;
}
.section1 {
	box-sizing:content-box;
	padding:0 2%;
    height:100%;
}

/* About Me */

.image1 {
	float:left;
	margin:10px;
	clear:left;
}

.image2 {
	float:right;
	margin:10px;
	clear:right;
}

.spacer {margin:2% 0 1% 0;}

/* ORPHANS */

.faces {float:left;}

section .section1 {
    width: 100%;
    margin: 2% auto;
    padding:0 0 2% 0;
    box-sizing: border-box;
    overflow-y:scroll;
	position:relative;
}

main span {
    font-weight: bold;
    color: #0b6263;
    margin-bottom: 0px;
}

/*
.homer section {margin:0 5% 0 5%;}

.homer .section1 h2 {
    width: 99%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 2%;
    text-align: center;
}

.homer .section1 p {text-align:justify;}
*/
	
@media screen and (max-width : 1080px ){
    
footer h5 {font-size:0.9em;}
}


@media (max-width: 960px) {

/* GLOBAL */
    
#logo {
    width:40%;
    background-size: 100%;
    min-width: 150px;
    position:absolute;
    top:0;
    left:0;
}
	
header {
    height:93px;
    width: 100%;
}

#main_nav {
    width: 55%;
    height: 40%;
}
	
#main_nav #main_menu {
    width: 95%;
    height: 65%;
    margin:0 auto;
    position:absolute;
    bottom:1%
}
    
main  {
    margin-top: 1vw;
    position: relative;
    top: 1%;
}

main .section1 h2 {
    margin-top: 0px;
}
#main_nav #main_menu li a:hover {
    font-size: 0.5em;
			}
	
#headline {
    font-size: 3.5vh;
    margin: -5vw 0 0 0;
}
    
footer {
    height: 7vw;
}
    
}
    
@media (max-width: 870px)  {
	
/*GLOBAL*/

#main_nav {
    width: 100%;
    height:34%;
    }
    
 #main_nav #main_menu {height:100%;
    width:90%;
    margin:0 auto;
    padding:0 5% 0 5%;
    }
	
#main_nav #main_menu li a:link {
    font-size: 1em;
}

#main_nav #main_menu li a:focus {
    width: 90%;
    font-size: 0.8em;
}

#main_nav #main_menu li a:hover {
    font-size: 0.8em;
			}

main {
    margin: 4vw 0 0 0;
    height: 64vh;
}

#headline {
    font-size: 3vh;
    margin: -73px 0 11px 0;
}

footer h5 {font-size:0.7em;}

footer {
    margin-bottom: 0px;
}
	
.section2 {
    width: 19%;
    margin-right: 16px;
    margin-top: 41px;
}
    
.section1 aside h2 {
    width: 97%;
}

.section1 aside p {
    font-weight: bold;
    font-size: larger;
    line-height: 3vw;
    color: #0b6263;
}
  
    /* About Us */
    
.aboutus .section1 aside h2 {
    width: 93%;
    margin-top:0px;
	font-size:larger;
}
	
.aboutus .section1 aside {
		width:36;
		padding-top:8px;
		margin-top:0px;
		float:right;
}
    

    /* Contacts */
    
.bcontact #container main aside p {font-size:large;}
	
.bcontact #container main aside h2 {font-size: 30px;
		font-weight:lighter;}
}

@media screen and (max-width:675px)  {

/* TEMPLATE */
    
#logo {
    top:10px;
    }
    
 #main_nav {
    height: 30%;
}  

#main_nav #main_menu li {
    width:20%;
    margin-left:0;
    margin-right:0;
    padding-bottom:0%;
   }
    
#main_nav #main_menu li a:link {font-size:0.5em;}
    
#main_nav #main_menu li a:visited {font-size:0.7em;}
    
#main_nav #main_menu li a:focus {font-size:0.8em;}
    
#main_nav #main_menu li a:hover {font-size:0.8em;}
    
 #main_nav #main_menu li a:active {font-size:0.7em;}
    
h2 {
    line-height: 36px;
    margin-top: 10px;
}
	
#headline {
    margin-top: 21px;
}
#banner #headline h1 {
    margin-bottom: 1px;
}
main .section1 #image3 {
    margin-right: 1px;
}

main .section1 #image4 {
    margin-left: 1px;
}
    
footer .box2 {
    width: 25px;
    height: 25px;
    display: none;
}
    footer {
    height: 10vw;
}

footer .box1 a {
    font-size: xx-small;
}

	/* Contacts */

.bcontact #container main aside {
    width: 50%;
    height: 36vh;
    color: #0b6263;
    position: absolute;
    bottom: 0;
    left: 25%;
}	

.bcontact #image3 {
    width: 36vw;
    height: 24vw;
	transform:skewY(-10deg);
}

.bcontact #container main aside p {font-size:12px;}
	
.bcontact #image4 {
    width: 36vw;
    height: 24vw;    transform:skewY(10deg);
}	
    
   /* About Us */

.aboutus .section1 #guide h2 {
    font-size: 17px;
}
.aboutus .section1 #guide aside h2 {
    margin-top: 0px;
	}
.section1 .section2 h2 {
    font-size: 3px;
}
    
}
@media (max-width:480px) {
  
/* GLOBAL */
	
main {margin:-1vw 0 0 0;}  
    
 /* h1 {
    font-size: 0.7em;
    }*/
    
.aboutus main h2 {
    width: 100%;
    text-align: center;
}
    
.aboutus #image1 {
    display:none;}
    
.aboutus #image2 {
    display:none;}

.aboutus .spacer {margin:3% 0 3% 0;}
    
#logo {width:175px;
        height:100px;
        top:5px;}
    
#banner {height:80px;}
    
#banner img {
	height:80px;
	margin:0;
	}
    
 #headline {
    width: 100%;
    height: 20%;
    line-height: -6vw;
    text-align: center;
    margin-top: -29px;
    margin-bottom: -17px;
    }
	
footer {
    height: 6vh;
    padding-top: 1px;
}
.section1 {
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

footer #copyr1 {
    width: 100%;
    height: 10px;
    position: absolute;
    bottom:0;
}
footer #copyr1 h5 {
    font-size:0.5em;
    text-align: center;
}
     
 footer .box1 a {
    font-size: 0.5em;
}   
    
footer .box2 {
    display: none;
}

 #phone {
    float: left;
    margin-top: -28px;
}
.section2 {
    display: none;
}
  
main p {line-height: 100%;}
	
main .section1 p {
	font-size: small;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 129%;
}
main .section1 #image1 {
    width: 300px;
    height: auto;
    margin: 0% 3% 6%;
}
main .section1 #image2 {
    width: 268px;
    height: auto;
    margin-bottom: 5%;
    margin-top: 0%;
}
	
.section1 aside p {
    line-height: 24px;
}
main .section1 h2 {
}

/* CONTACT */
	
.bcontact #image3 {
	clear: both;
	width: 100%;
	height: 35vh;
	margin: 0 auto;
	transform: skewX(0deg);
	float: none;
	position: relative;
}
	
.bcontact #image4 {
	width: 100%;
	height: 35vh;
	margin: 5% auto;
	transform: skewX(0deg);
	position: relative;
	top: 1vh;
		}
	
/*MOBILE MENU */

#main_nav #main_menu {
		opacity:0;
		height:1px;		
	}	
	
header {
    height: 16vw;
    position: relative;
    width: 100%;
    margin-top: -3px;
    top: 1px;
    }
    
#main_nav {
    width: 100%;
    height: 100%;
    display: block;
}
    
#main_nav #main_menu {
    display: block;
    height: 20%;
    width:30%;
    position:relative;
    margin:60px 5px 0 0;
    padding:0;
     float:right;
    border:0.15em solid #fa8072;
    background-color:#0b6263;
}

#main_nav #main_menu li {
	width: 90%;
	border-radius: 10px;
	text-align: center;
	height: 6vw;
	margin-right: auto;
	margin-left: auto;
    margin-top:10px;
	display: block;
	background-color:#94dbdd;
	}
	
#main_nav #main_menu li a {
	width: 75%;
	font-size: 12px;
	line-height: 12px;
	padding: 5px 0 1px 0;
}
  
#main_nav.open #main_menu {
		height:200px;
		opacity:1;
 overflow:visible;
		z-index: 100;
	} 

/* BUTTON */
	
.mobile_menu {
    width: 64px;
    height: 40px;
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    background-image: url("Images/Hmenu.png");
    background-repeat: none;
    background-size: cover;
    cursor: pointer;
    font-size: medium;
    }
   
    /* Contacts */
	
.bcontact #container main 
    
.bcontact #container main aside {
    width: 100%;
    height: 60%;
    color: #0b6263;
    position:absolute;
    top:0;
    left:0;
    text-align: center;  
    background-color:#fa8072;
}

.bcontact #container main aside p {
    font-weight:bold;
    line-height:20px;}

#phone {
    position: absolute;
    top: 15%;
    right: 30vw;
    font-size: small;
}
.btitle   {
    font-size: 0.5em;
    padding-left: 19px;
    width: 92%;
    text-align: center;
}
footer .bottom_nav {
    width: 100%;
    height: 31vw;
}

footer .box1 a {
    width: 6vw;
}

}