html {
    font-size: 62.5%;
}

body {
  margin: 0;
}

.fade {
  opacity: 0.9;
}

.desktop-navbar.menu {
    width: calc(100% - 110px);
    height: 20px;
    background-color: #D5D8DC;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 55px;
    padding-right: 55px;
    position: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
    transition: height 0.3s ease;
  }

a.menu {
      margin-right: 20px;
  }

h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
  font-weight: 300;
  color: #17202A;
  margin: 0;
}

.heading {
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 2.4rem;
    font-weight: 200;
    font-style: italic;
}

h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.4rem;
  font-weight: 200;
  font-style: italic;
  color: #17202A;
  margin: 0;
}

p {
    font-family: 'Raleway', sans-serif;
    font-size: 1.6rem;
    word-wrap: break-word;
}

a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.8rem;
  color: #17202A;
  text-decoration: none;
}

a:hover {
    color: #CD5C5C;
}


.review-links {
    color: #CD5C5C;
}

a.review-links:hover {
    text-decoration: underline;
}

.title {
    background: #FFFFFF;
    margin: 0;
    width: 100%;
    height: 100px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 40px;
    z-index: 0; 
}

.splash {
  line-height: 0;
  margin: 0;
}

.splash-img {
  width: 100%;
  margin: 0;
}

.quote {
    background: #FFFFFF;
    opacity: 0.8;
    margin: 0;
    padding: 10px;
    width: 40%;
    position: absolute;
    top: 400px;
    left: 40px;
    z-index: 3;
}

.quote-text {
    color: #17202A;
    opacity: 1;
    font-family: 'Raleway', sans-serif;
    font-size: 3.2rem;
    line-height: 1;
}

.main {
    background: #17202A;
    font-family: 'Raleway', sans-serif;
    color: #FFFFFF;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    position: absolute;
    top: 150px;
    word-wrap: break-word;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.reviews {
    background: #17202A;
    font-family: 'Raleway', sans-serif;
    color: #FFFFFF;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    position: absolute;
    top: 150px;
    word-wrap: break-word;
}

.gallery-page {
    background: #17202A;
    font-family: 'Raleway', sans-serif;
    color: #FFFFFF;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    position: absolute;
    top: 150px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.gallery {
  margin: 50px;
  width: 450px;
  height: 500px;
}

.gallery-image {
  width: 100%;
  margin: 0;
}

.caption {
  padding: 15px;
  text-align: center;
  background: #000;
  background: rgba(0,0,0,.8);
  color: #fff;
  font-size: 1.8rem;
  font-family:  'Open Sans Condensed', sans-serif;
}


.review-links {
    color: #CD5C5C;
}

footer {
  background-color: #CD5C5C;
  height: 100px;
  width: 100%;
  margin: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

span.info {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.8rem;
    color: #17202A;
    margin-left: 20px;
  }

#email {
    margin-left: auto;
}