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

html,body {
  height: 100%;
}


body {
  padding-bottom:14px;
  background-color: #FFFFFF;
  color: #424242;
  margin: 2;
  font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif; 
  font-size:14px;
  line-height:1;}

h1 { 
  font-size: 25px; 
  line-height: 1; } 
  
h2 {
  font-size: 11px;
  line-height:1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight:lighter;
  }
  
h3 { 
  font-size: 18px; 
  line-height: 1; } 
  
p {
  font-size: 14px; 
  line-height: 1; } 
  
blockquote {
  font-size: 15px;
  line-height: 1; } 

a{color:#333333;}
a:hover,a:focus{color:#808080}

}

@media screen and (max-device-width: 1090px) {

 column {
    width: 50%;
  }
  
 overflow-wrap {
  overflow-wrap: normal;}
  
 body {
    width: 80%;
    margin: 2em auto auto auto;
    line-height:1.2;
    left:20px;
    
  }
  
  p, blockquote, a, ul, li {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    color: #262626;
    line-height: 1;
    }
    
  h1 {
    line-height: 1;
    font-size: 20px;
    font-family: Verdana, Geneva, sans-serif;
    }
  
  h2 {
    line-height: 1.5;
    font-size:8px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight:lighter;
    margin: 2em auto auto auto;
    color:#000000;
    }
  
  h3 {
    line-height: 1;
    font-size: 16px;
    font-family: Verdana, Geneva, sans-serif;
  }
  
  dt {
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
    }
 
}