body{
  background-color: #000000;
  margin: 0px;
  padding: 0px;
  color: #D2E5D2;
  font-family: 'Jaldi', sans-serif;
  }

h1, h2, h3{
  padding: 0px;
  color: #D2E5D2;
  font-family: 'Jaldi', sans-serif;
}

h1{
  font-size: 28pt;
  margin: 0 0 10px 0;
  }

h2{
  font-size: 16pt;
  margin: 0 0 20px;
  padding: 10px 0;
  border-bottom: 1px solid #D2E5D2;
  text-align: center;
  }
  
h3{
  font-style: italic;
  font-weight: normal;
  font-size: 16pt;
  margin: 0 0 20px 0;
  }

a{
  color: #EFEFEF;
  text-decoration: none;
  }
  
a.link{
  color: #D2E5D2;
  border-bottom: 1px dotted #D2E5D2;
  text-decoration: none;
  }

#wrap{
  margin: 0 auto;
  width: 960px;
  padding: 10px;
  text-align: center;
  background-image: url(background.jpg);
  background-repeat: no-repeat;
  min-height: 400px;
  }

#left{
  float: left;
  width: 617px;
  margin-right: 20px;
  }

#right{
  float: left;
  width: 320px;
  }
  
.text, #photos, #map, #contact, #text2, #instagram{
  font-weight: normal;
  line-height: 18pt;
  background-color: rgba(255, 255, 255, 0.1);
  color: #D2E5D2;
  font-family: 'Jaldi', sans-serif;
  font-size: 14pt;
  padding: 10px;
  text-align: left;
  }
  
.img{
  margin-right: 15px;
  }

.logo{
  position: relative;
  left: 600px;
  top: -90px;
  float: left;
  clear: both;
  }

.header{
  font-size: 40px;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-weight: 300;
  color: #EFEFEF;
  }

.header em{
  font-weight: 600;
  font-style: normal;
  }