* {
  padding: 0;
  margin: 0;
  outline: none;
  transition: all 0.2s ease;
}

iframe {
  display: block;
}

html{
  overflow-y: scroll;
  background-color: white;
}

img {
  border:none;
  box-shadow: #000 0em 0em 0em;
}

body {
  font-size: 14px;
  padding: 0;
  font-family:'Corbel W01';
  color: #5e5a59;
}

html, body {
  height: 100%;
}

p {
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0;
 font-weight: normal;
}

.third-image {
     float: left;
     width: 50%;
     width: calc(100%/2);
}

.third-image img {
     display: block;
     width: 100%;
}

.third-image a {
     display: block;
     margin: 10px;
}

.third-image a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#content-wrapper {
     margin: 0px auto;
     max-width: 850px;
     min-width: 700px;
}

.banner {
  font-size: 15px;
  margin: 20px 0 50px;
  text-align: center;
}

.large-text {
  font-size: 29px;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

#content {
  margin: 0 10px;
}