 @charset "utf-8";
/* CSS Document */

/*navigation */
/* Medium devices (landscape tablets, 700px and up) */


/* Extra large devices (large laptops and desktops, 1200px and up) */
.nav {
}

.nav img{
    width:100px;
    height:auto; 
}

.imageresp{
    width:100%;
    height: auto;
}

/*Strip the ul of padding and list styling*/
ul {
	display:inline-block;
}
/*Create a horizontal list with spacing*/
li {
    display:inline-block;
}
/*Style for menu links*/
li a {
    display:inline-block;
	padding:15px;
    text-align: center;
    font-family: inherit;
	color: #392613;
    text-decoration: none;
}
/*Hover state for top level links*/
li:hover a {
	text-decoration:underline;
}


/*code that applies to all pages*/
body {
	font-family:Arial, sans-serif;  
	text-align: center;
	font-size: 30px;
	color: #392613;
	margin: 0px;
}

p{     
	font-family:Arial, sans-serif;  
	text-align: center;
	font-size: 35px;	
	color: #392613;}

h1{ 
	font-weight: normal;
	font-family:Arial, sans-serif;   
	text-align: center; 
	font-size: 35px;	
	color: #392613;}

h2{     
	font-family: Arial, sans-serif;  
	text-align: center;  
	color: #392613;}
	



.div-1{
	float:left;
    width:25%;
    margin-left: 15%;
    margin-right: 5%;	
}

img{
    width:100%;
}

.div-2{
	float:right;
    width:40%; 	
    margin-right: 15%;
}








