/* line 1, ../scss/base/_base.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 6, ../scss/base/_base.scss */
html, body {
  height: 100%;
}

/* line 10, ../scss/base/_base.scss */
body {
  background: url(../images/ocean2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 18, ../scss/base/_base.scss */
#wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

/* line 24, ../scss/base/_base.scss */
.main {
  margin-top: 165px;
  padding: 50px 0 100px;
  text-align: center;
}

/* line 30, ../scss/base/_base.scss */
iframe {
  max-width: 100%;
  max-height: 100%;
}

/* line 35, ../scss/base/_base.scss */
.youtube-btn {
  background: #fff;
  clear: both;
  display: inline-block;
  padding: 5px 10px 0 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 1, ../scss/layout/_header.scss */
.header {
  background: #fff url(../images/grilled3.png) repeat;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0px 6px 13px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 13px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 13px -1px rgba(0, 0, 0, 0.1);
}

/* line 10, ../scss/layout/_header.scss */
.logo {
  margin: 25px auto;
  display: block;
  max-width: 450px;
  width: 100%;
}

/* line 17, ../scss/layout/_header.scss */
.header.smaller {
  height: 75px;
}

/* line 21, ../scss/layout/_header.scss */
.logo.smaller {
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  width: 165px;
  margin-top: 20px;
}

/* line 1, ../scss/layout/_footer.scss */
.footer {
  text-align: center;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.7);
  padding-top: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
