body { 
    color: black;
    font-family: sans-serif;
    margin-left: 10px; 
    margin-right: 10px;
}

title {   
    font-family: serif;
    color: black; 
    font-size: 3em;
    margin-left: 20px;
}

.wrapper {
    width: 100%;
    margin: 5px auto;
} 

#skip-links {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip-links a:focus{
    position: static;
    width: auto;
    height: auto;
}

#footer {
    width: 97.5%; 
    float: left;
    background-color: #ADCFFA;
    margin-bottom: 15px;
    margin-top: 30px;
    padding: 20px;
}

#main-content{
    width: 55%; 
    float: right;
    margin-top: 30px;
    margin-right: 30px;
}

#container { 
margin: 0px auto; 
    width: 40px; 
    height: 40px; 
    float: left;
}

#quote { 
margin-left: 520px;
margin-right: 30px;
    margin-top: 680px;
    margin-bottom: 30px;
width: 370px;
float: inherit;

}


/* create the floating boxes */
.box {
   float: left;
   margin-left: 45px;
    margin-right: 30px;
    margin-top: 45px;
    margin-bottom: 30px;
   padding: 10px;
   width: 360px;
     border: 1px solid black;
   height: 350px;
   
} 

/* style the box content */ 

.box img{
	width: 360px; /* alternatively set the image width in your HTML */
}

.box h3, .box p{
	text-align:center;
    font: sans-serif;
    margin-top: 15px;
}
	}

@media screen and (max-width: 960px){
	.wrapper{
		width:640px;
	}
}
@media screen and (max-width: 640px){
	.wrapper{
		width:320px;
	}
    
	h1, h2, h3, h4, p{
		word-wrap:break-word;
        font: sans-serif;
	}

.box h3 { 
background-color: #ADCFFA;
    margin: 30px;
}
	#header{
		padding:0;
	}
} 

h1 {
    
    color: black;
    font-family: DM Serif display;
    font-size: 4em;
    margin-left: 40px; 
    margin-top: 30px; 
    margin-bottom: 0px;
   
    
}
h2 {
    
    color: black;
   font-family: sans-serif;
    font-size: 2em;
    margin-left: 20px;
   margin-right: 20px;
    
    
}

h3 {
    
    color: black;
     font-family: sans-serif;
    font-size:1.5em;
    margin-left: 20px;
   margin-right: 20px;
    margin-top: auto;
    
}


p {
    
    color: black;
    font-family: sans-serif;
    font-size: 1.2em;
     margin-left: 20px;
     margin-right: 20px;
    
    
} 

/* create the floating boxes */
.circle {
   float: left;
   margin-left: 75px;
    margin-right: 45px;
    margin-top: 100px;
    margin-bottom: 0px;
   padding: 10px;
   width: 400px;
   height: 400px;
   
} 

/* style the box content */ 

.circle img{
	width: 400px; /* alternatively set the image width in your HTML */
}

.circle h3, .circle p{
	text-align:center;
    font: sans-serif;
    margin-top: 15px;
}
	}

@media screen and (max-width: 960px){
	.wrapper{
		width:640px;
	}
}
@media screen and (max-width: 640px){
	.wrapper{
		width:320px;
	}
    
	h1, h2, h3, h4, p{
		word-wrap:break-word;
        font: sans-serif;
	}

.circle h3 { 
background-color: #ADCFFA;
    margin: 30px;
}
	#header{
		padding:0;
	}
} 



/* Navbar container */
.navbar {
  // overflow: hidden;
  font-family: Arial;
    margin-top: -50px;
    margin-left: 30px;
    margin-right: 950px;
    float: right;
    // width: 66%;
    position: relative;
    display: inline-block;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 17px;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
 font: 'Arial', sans-serif;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
font: 'Arial', sans-serif;
  margin: 0; /* Important for vertical align on mobile phones */

}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}


#current {
  color: black;
    text-decoration: underline; 
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Style the search box inside the navigation bar */
.navbar input[type=text] {
  float: left;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 20px;
    margin-left: 5px;
  font-size: 17px;
     font: 'Arial', sans-serif;
}

a:link, a:visited, a:active { 
    color: black;
    text-decoration: none;
    font: sans-serif; 
    
}

a:hover { 
    color: black;
    text-decoration: underline; 
}

a:active { 
    color: black;
    text-decoration: underline; 
}
a.current { 
    color: black;
    text-decoration: underline; 
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 600px) {
  .navbar a, .navbar input[type=text] {
    //float: left;
    display: block;
    text-align: left;
    width: 80%;
    margin: 0;
    padding: 14px 16px;
  }
    
  .navbar input[type=text] {
    border: 1px, solid, black;
  }
}