.home{
	background:#FFF;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
  margin: 0px;
}


.site{
       position: absolute;
       top: 100px;
       height: 75%;
       max-height: 40vw;
       min-height: 350px;
       width: 100%;
       overflow: hidden;
}

/*.homepage-image{
  width: auto;
  height: 75vh;
  position: absolute;
  top: 12.5%;
  left: 12.5%;
}*/

.menu{
  background: #FFF;
       display: inline-block;
       height: 100%;
       width: 270px;
       position: absolute;
       top: 0px;
       left: 0px;
       z-index: 10;
       opacity: 1;
       padding: 0px;
}

.title{
     position: absolute;
     font-family: Georgia, serif;
     Height: 30px;
     font-size: 30px;
     margin: 20px 0px 40px 20px;
     z-index: 11;
}

.contact {
  position: absolute;
  right: 70px;
  top: 40px;
  z-index: 10;
  background: #FFF;
}

h1{
       font-size: 16px;
       font-weight: bold;
       padding: 0px 0px 0px 0px;
       margin: 20px 0px 12px 20px;
}

h2{
     font-size: 14px;
     font-weight: 100;
     margin: 15px 0px 15px 30px;
}

h3{
     font-size: 14px;
     font-weight: 100;
     margin: 5px 5px 5px 50px;

}

h4 {
font-size: 14px;
     font-weight: 100;
     margin: 5px 5px 5px 30px;
}


h2:hover{
     font-weight: bold;
}

h3:hover{
  font-weight: bold;
}

.wrapper{
  display: block;
       background:#fff;
       height: 100%;
       overflow-x: scroll;
       overflow-y: hidden;
       white-space:  nowrap;
       z-index: -1;
       padding: 0px 0px 0px 270px;
}

.wrapper img{
       margin: 0px 20px 0px 20px;
       height: 100%;
       display:  inline-block;
}

.description-after {
       display:  inline-block;
         height: 100%;
        font-size: 14px;
     font-weight: 100;
}

.text-description-after {
  width: 360px;
  word-wrap: break-word;         /* All browsers since IE 5.5+ */
  overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
  white-space: normal;
  margin: 0px 30px 0px 0px;
          font-size: 14px;
     font-weight: 100;
}

a:link {
       text-decoration:none;
       color: #000;
}

a:visited {
       text-decoration:none;
       color: #000;
}

h2:hover {
       text-decoration:none;
       color: #000;
       font-weight: bold;
}

a:active {
       text-decoration:none;
       color: #000;
}

table {
border: 0px;
}

table tr td {
  padding: 0px 20px 0px 20px;
  vertical-align: middle;
}

