
.content {
  max-width: 500px;
  margin: auto;
}

#title{
  width: 140px;
  margin: auto;
  padding: 6px;
  border: 3px solid #666;
  background #ffffff;
  text-align: center;
  font-size: 10vw;
  font-family: Verdana, sans-serif;
  font-weight: bold;

}

#titlemenu{
  font-size: 6vw;
  font-family: Verdana, sans-serif;
  font-weight: normal;

}

#titlebar{
  width: 140px;
  padding: 6px;
  border: 3px solid #666;
  position: absolute;
  top:0;
  left:0;
  background #ffffff;
  text-align: center;
  font-size: 10vw;
  font-family: Verdana, sans-serif;
  font-weight: bold;
}

#face{

  border: 1px solid #ddd;
  border-radius: 20%;
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  image-orientation: from-image;
}

#bigbox{
   position: relative;
   left:150px;
     background: #FFFFFF;
}

#centroid{
   margin: auto;
}

#leftbox{
    background: #FFFFFF;
    padding: 3px;
    text-align: right;
    width: 90px;
}

#rightbox{
    background: #FFFFFF;
    padding: 3px;
    text-align: left;
    width:150px;
}



#textbody{
  width: 60%;
  margin: auto;
  text-indent: 12px;
  text-align: justify; 
  font-size: 8vw;
  font-family: Georgia, "Times New Roman", serif;

}

#topquotel{
   width: 40%;
   margin: auto;
   text-align: justify;
  font-size: 8vw;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  background-color: lightblue;
}     

#topquoter{
   width: 40%;
   margin: auto;
   text-align: right;
  font-size: 8vw;
  font-family: Georgia, "Times New Roman", serif;
}

#boxset{
width: 70%;
 height: 600px; 
margin: auto; 
margin-top: 0px; 
border-right: 1px solid #C6EC8C; 
font-weight: normal;
}

#leftcol{
width: 210px;
 height: 600px; 
margin: auto; 
margin-top: 0px; 
border-right: 1px solid #C6EC8C; 
font-weight: normal;
font-size: 6vw;

}

#rightcol{
  position: relative; 
width: 210px;
 height: 600px; 
  left: 20px;
  border: 3px solid #8AC007;
font-size: 6vw;
}

#floatbox {
    display: inline-block;
    width: 27%;
    height: 250px;
    margin: 10px;
    border: 3px solid black;  
}

#footnote{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 250px;
    border: 3px solid #8AC007;
}

#mybutt{
    background-color: lightblue;
    color: white;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 6vw;
}

a:link{
    background-color: lightblue;
    color: white;
    padding: 2px 6px 2px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC
    font-size: 6vw;
}

a:visited{
    background-color: blueviolet;
    color: white;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:hover{
    background-color: aquamarine;
    color: white;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:active{
    background-color: aqua;
    color: white;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}


p{
    padding: 3px 3px; 
    line-height: 1.6;
}

h1 {
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 10vw;
  padding: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  
    color: #2c2c2c;    
    letter-spacing: .05em;
    text-shadow: 
      2px 2px 0px #d5d5d5, 
      5px 5px 0px rgba(0, 0, 0, 0.2);
  
}








@media screen and (min-width: 300px) {

#title{
  width: 140px;
  margin: auto;
  padding: 6px;
  border: 3px solid #666;
  background #ffffff;
  text-align: center;
  font-size: 10vw;
  font-family: Verdana, sans-serif;
  font-weight: bold;

}

#titlemenu{
  font-size: 6vw;
  font-family: Verdana, sans-serif;
  font-weight: normal;


}

#titlebar{
  width: 140px;
  padding: 6px;
  border: 3px solid #666;
  position: absolute;
  top:0;
  left:0;
  background #ffffff;
  text-align: center;
  font-size: 10vw;
  font-family: Verdana, sans-serif;
  font-weight: bold;
}

#face{

  border: 1px solid #ddd;
  border-radius: 20%;
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  image-orientation: from-image;
}

#bigbox{
   position: relative;
   left:150px;
     background: #FFFFFF;
}

#centroid{
   margin: auto;
}

#leftbox{
    background: #FFFFFF;
    padding: 3px;
    text-align: right;
    width: 90px;
}

#rightbox{
    background: #FFFFFF;
    padding: 3px;
    text-align: left;
    width:150px;
}



#textbody{
  width: 60%;
  margin: auto;
  text-indent: 12px;
  text-align: justify; 
  font-size: 8vw;
  font-family: Georgia, "Times New Roman", serif;

}

#topquotel{
   width: 40%;
   margin: auto;
   text-align: justify;
  font-size: 8vw;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  background-color: lightblue;
}     

#topquoter{
   width: 40%;
   margin: auto;
   text-align: right;
  font-size: 8vw;
  font-family: Georgia, "Times New Roman", serif;
}

#boxset{
width: 70%;
 height: 600px; 
margin: auto; 
margin-top: 0px; 
border-right: 1px solid #C6EC8C; 
font-weight: normal;
}

#leftcol{
width: 210px;
 height: 600px; 
margin: auto; 
margin-top: 0px; 
border-right: 1px solid #C6EC8C; 
font-weight: normal;
font-size: 6vw;
}

#rightcol{
  position: relative; 
width: 210px;
 height: 600px; 
  left: 20px;
  border: 3px solid #8AC007;
font-size: 6vw;
}

#floatbox {
    display: inline-block;
    width: 27%;
    height: 250px;
    margin: 10px;
    border: 3px solid black;  
}

#footnote{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 250px;
    border: 3px solid #8AC007;
}

#mybutt{
    background-color: lightblue;
    color: white;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
   font-size: 6vw;
}

a:link{
    background-color: lightblue;
    color: white;
    padding: 2px 6px 2px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC
    font-size: 6vw;
}

a:visited{
    background-color: blueviolet;
    color: white;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:hover{
    background-color: aquamarine;
    color: white;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:active{
    background-color: aqua;
    color: white;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}


p{
    padding: 3px 3px; 
    line-height: 1.6;
}

h1 {
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 10vw;
  padding: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  
    color: #2c2c2c;    
    letter-spacing: .05em;
    text-shadow: 
      2px 2px 0px #d5d5d5, 
      5px 5px 0px rgba(0, 0, 0, 0.2);
  
}
}