body {
	background-color:rgb(101, 239, 198);
	margin-top: 5%;
	margin-left:10%;
	margin-right: 10%;
    margin-bottom:10%;
	font-size: 20px;
    /*border: #014607 solid 2px;*/
}
/*Style for logo, heading, slogan and address*/
.pageHeader{
    width:75%;
    align-items: center;
    display:block;
}
.pageHeader h1, h3{
    padding: 2%;
    text-align: center;
 }

.logoImg{
    width: 200px;
    height: 200px;
    float:left;
    
}
.pageHeader h1 h3 a{
    float:right;
 
}
#main img{
        display: block;
    
}
/*Style for nav section*/
nav{
    float:left;
    text-align: center;
    width:12%;
    color: #087e12;
    padding-top: 15px;
    font-weight: bold;
    display: block;
    
}

nav a{
    clear: both;
    font-size: .5em;
    
}
/*Style for main body section*/

#main {
    width: 85%;
    float: right;

}

.pageHeader {
    font-family: 'Brush Script MT', cursive;
    text-align: center;
    /*above 3 styles are for the special font*/
    font-family: "Lugrasimo", serif;
    font-weight: 400;
    font-style: normal;
    /*above 3 styles are for the font*/
}
.heading {font-weight:bold;
          color: #780000;
         }

/*Style for content story and image in mid section of pages*/
p{
    clear: both;
}
.contentStory{
    width:80%;
}
#righthalf {float:right;
            width:250px;
			height:250px;
			border: none;
            padding-left:5px;
           
           }
#lefthalf {float:left;
            width:250px;
			height:250px;
			border: none;
            padding:5px;
           }


a:link {
	color: rgb(55, 9, 9);
	text-decoration: none;
}
/* visited link */
a:visited {
    color: green;
}
/* mouse over link */
a:hover {
    color: hotpink;
}
/* selected link */
a:active {
    color: blue;
}
footer{
    padding-top: 500px;
    text-align: center;
    font-size:medium;
    color:blue;
}
/* Media query for Tablet viewport*/
@media (max-width:620px), print {
    /* Tablet Viewport: Show tab-desk class, hide mobile class.*/
    
    #main img{
        display: none;
    }
    .logoImg{
        width: 75px;
        height: 75px;
        float:left;
        
    }
     /* Tablet viewport:Style rules for nav area*/
    
    nav{
        border:none;
        display: block;
        font-size: auto;
        align-content:center;
        text-align: center;
        float:left;

    }
    nav a{
        text-align: center;
        float:none;
    }
    #main{float:right;}
 }
/* Media query for large desktop viewports*/
@media screen and (min-width:1921px), print {
    body{
        background: -moz-linear-gradient(#f6eee4 and #78593a);
    }
    #wrapper{
        width: 1920px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left:0;
        margin-right: auto;
    }
    #main{
        background-color: #f6eee4;
    }
    
 }
 /* Media query for print*/
 @media print {    
    body{
        background-color: white;
        color: black;
    }
  }

 /* Media query for desktop viewport*/
 @media screen and (min-width:1000px), print {
    /* desktop viewport: style rules for nav area*/
    .navList{
        font-size: 1.5em;
    }
    .navList a{
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-left: 1.5em;
        padding-right: 1.5em;}
       
    .navList a:hover {
            color: #2a1f14;
            background-color: #f6eee4;
       }
       /* Desktop Viewport: Styles rules for main content*/
        /*    #info ul{
            margin-left: 5%;  

       }*/
     
    }

