@charset "UTF-8";
/* CSS Document */
/* 

gold: cba34c
navy: 101c2b

*/

body {
  background: #fff;
  width: 100%;
  font-family: "micro";
  font-size: 18px;
  margin: 0px;
}

#mast {
  width: 100%;
  background: -webkit-linear-gradient(
    left,
    #101c2b,
    #cba34c,
    #101c2b
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    left,
    #101c2b,
    #cba34c,
    #101c2b
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    left,
    #101c2b,
    #cba34c,
    #101c2b
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(
    left,
    #101c2b,
    #cba34c,
    #101c2b
  ); /* Standard syntax */
}

H1 {
  text-align: center;
  font-size: 1.4em;
  padding: 40px 0px;
  color: #fff;
}

#rest {
  position: relative;
  display: block;
  margin: 0 auto;
  background: #101c2b;
  height: 40vh;
  padding: 50px 0 0 0;
}
#rest img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;

  max-width: 800px;
}

p {
  position: relative;
  display: block;

  color: #101c2b;
  font-size: 0.8em;
  text-align: center;
}

a.email {
  position: relative;
  display: block;
  color: #101c2b;
  font-size: 1em;
  text-align: center;
}

#footer {
  width: 100%;
  background-color: #fff;
}

#footer p {
  color: #101c2b;
  font-size: 18px;
  text-align: center;
}

@media only screen and (min-width: 700px) {
  #rest {
    position: relative;
    display: block;
    margin: 0 auto;
    background: #101c2b;
    height: 60vh;
    padding: 50px 0 0 0;
  }
}
