/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

img {
    display: block;
}

header {
  width: 100%;
  height: 100vh;
  background-image: url(images/home-wood.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (max-width: 700px) {
    header {
      height: 60vh; } }
  header span {
    position: absolute;
    right: 45px;
    top: 70px;
    display: none; }
    @media screen and (max-width: 800px) {
      header span {
        display: block; } }
  header #nav {
    width: 100%;
    font-family: "Muli", sans-serif;
    text-transform: uppercase;
    padding: 30px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    header #nav a {
      padding-top: 60px;
      padding-left: 45px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #fff;
      text-decoration: none;
      letter-spacing: 1px;
      font-size: 16px;
      text-shadow: 1px 1px #000000;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media screen and (max-width: 800px) {
        header #nav a {
          display: none; } }
    header #nav a:hover {
      opacity: .7; }
    header #nav .logo {
      padding: 0px;
      position: absolute;
      left: 40px; }
      @media screen and (max-width: 800px) {
        header #nav .logo {
          display: block; } }
      @media screen and (max-width: 700px) {
        header #nav .logo {
          width: 200px;
          left: 30px; } }
      header #nav .logo img {
        width: 100%; }

@media screen and (max-width: 600px) {
  header.food {
    background-position: center left; } }

@media screen and (max-width: 600px) {
  header.specials {
    background-position: center left; } }

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Muli", sans-serif;
    overflow: hidden;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px; }

.overlay a {
  padding: 16px;
  text-decoration: none;
  font-size: 22px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1; }

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px; }

.my-button {
  width: 30%;
  border: 2px solid #9F9B75;
  color: #9F9B75;
  font-family: "Muli", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 17.5%;
  margin-top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media screen and (max-width: 1024px) {
    .my-button {
      margin-left: 12%;
      width: 40%; } }
  @media screen and (max-width: 900px) {
    .my-button {
      margin: auto;
      width: 30%; } }
  @media screen and (max-width: 600px) {
    .my-button {
      width: 50%; } }

.my-button:hover {
  color: white;
  background: #9F9B75; }

#section1 {
  width: 100%; }
  #section1 .text {
    width: 50%;
    float: left;
    padding-top: 10vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      #section1 .text {
        padding-top: 5vw; } }
    @media screen and (max-width: 900px) {
      #section1 .text {
        width: 100%; } }
    #section1 .text h2 {
      width: 65%;
      font-family: "Crimson Text", serif;
      font-weight: 800;
      font-size: 30px;
      line-height: 35px;
      text-transform: uppercase;
      margin: auto;
      padding-bottom: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 1024px) {
        #section1 .text h2 {
          width: 75%;
          font-size: 26px;
          line-height: 24px; } }
      @media screen and (max-width: 900px) {
        #section1 .text h2 {
          text-align: center;
          padding-top: 25px; } }
      @media screen and (max-width: 600px) {
        #section1 .text h2 {
          width: 90%; } }
    #section1 .text p {
      width: 65%;
      font-family: "Muli", sans-serif;
      font-size: 14px;
      font-weight: 200;
      line-height: 30px;
      margin: auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 1024px) {
        #section1 .text p {
          width: 75%; } }
      @media screen and (max-width: 900px) {
        #section1 .text p {
          text-align: center;
          padding-bottom: 25px; } }
      @media screen and (max-width: 600px) {
        #section1 .text p {
          width: 90%; } }
  #section1 .photo {
    width: 50%;
    float: right; }
    @media screen and (max-width: 900px) {
      #section1 .photo {
        width: 100%;
        text-align: center;
        margin-top: 50px; } }
    #section1 .photo img {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 900px) {
        #section1 .photo img {
          width: 80%; } }
      @media screen and (max-width: 600px) {
        #section1 .photo img {
          width: 100%; } }

#section2 {
  width: 100%;
  clear: both; }
  #section2 .text {
    width: 50%;
    float: right;
    padding-top: 10vw; }
    @media screen and (max-width: 1200px) {
      #section2 .text {
        padding-top: 5vw; } }
    @media screen and (max-width: 900px) {
      #section2 .text {
        width: 100%; } }
    #section2 .text h2 {
      width: 65%;
      font-family: "Crimson Text", serif;
      font-weight: 800;
      font-size: 30px;
      line-height: 35px;
      text-transform: uppercase;
      margin: auto;
      padding-bottom: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 1024px) {
        #section2 .text h2 {
          width: 75%;
          font-size: 26px;
          line-height: 24px; } }
      @media screen and (max-width: 900px) {
        #section2 .text h2 {
          text-align: center;
          padding-top: 25px; } }
      @media screen and (max-width: 600px) {
        #section2 .text h2 {
          width: 90%; } }
    #section2 .text p {
      width: 65%;
      font-family: "Muli", sans-serif;
      font-size: 14px;
      font-weight: 200;
      line-height: 30px;
      margin: auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 1024px) {
        #section2 .text p {
          width: 75%; } }
      @media screen and (max-width: 900px) {
        #section2 .text p {
          text-align: center;
          padding-bottom: 25px; } }
      @media screen and (max-width: 600px) {
        #section2 .text p {
          width: 90%; } }
  #section2 .photo {
    width: 50%;
    float: left; }
    @media screen and (max-width: 900px) {
      #section2 .photo {
        width: 100%;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px; } }
    @media screen and (max-width: 600px) {
      #section2 .photo {
        margin-bottom: 0px; } }
    #section2 .photo img {
      width: 100%; }
      @media screen and (max-width: 900px) {
        #section2 .photo img {
          width: 80%; } }
      @media screen and (max-width: 600px) {
        #section2 .photo img {
          width: 100%; } }

#specials-section {
  width: 100%;
  clear: both;
  text-align: center;
  padding: 75px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #9F9B75;
  color: white; }
  #specials-section h2 {
    width: 60%;
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: auto;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 900px) {
      #specials-section h2 {
        width: 90%; } }
  #specials-section p {
    width: 60%;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 900px) {
      #specials-section p {
        width: 90%; } }
  #specials-section .my-button {
    margin: 0px;
    margin: auto;
    margin-top: 25px;
    width: 20%;
    border: 2px solid #ffffff;
    color: #fff; }
    @media screen and (max-width: 900px) {
      #specials-section .my-button {
        width: 35%; } }
    @media screen and (max-width: 600px) {
      #specials-section .my-button {
        width: 50%; } }
  #specials-section .my-button:hover {
    background: #fff;
    color: #9F9B75; }

footer {
  width: 100%;
  background: #24130F;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both; }
  @media screen and (max-width: 650px) {
    footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 45px; } }
  footer h4 {
    font-family: "Crimson Text", serif;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-bottom: 10px; }
  footer p {
    font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 25px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  footer #footer1 {
    -ms-flex-item-align: center;
        align-self: center; }
    @media screen and (max-width: 650px) {
      footer #footer1 {
        text-align: center;
        padding-bottom: 25px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  footer #footer2 {
    text-align: center;
    text-transform: uppercase; }
footer #footer2 img {
    display: inline-block;
}
  footer #footer3 {
    text-align: right;
    -ms-flex-item-align: center;
        align-self: center; }
    @media screen and (max-width: 650px) {
      footer #footer3 {
        text-align: center;
        padding-top: 25px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  footer #social {
    width: 70%;
    text-align: center;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: auto; }
    @media screen and (max-width: 650px) {
      footer #social {
        width: 50%; } }
    footer #social img {
      opacity: .75;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    footer #social img:hover {
      opacity: 1; }

#copyright {
  width: 100%;
  background: #24130F;
  font-family: "Muli", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  #copyright p {
    padding-top: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: 1px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px; }
    @media screen and (max-width: 650px) {
      #copyright p {
        padding-top: 25px;
        width: 90%;
        margin: auto; } }

h1 {
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  font-size: 62px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  bottom: 40px;
  right: 80px;
  letter-spacing: 1.5px; }
  @media screen and (max-width: 700px) {
    h1 {
      bottom: 300px;
      right: 25px;
      font-size: 45px; } }
  @media screen and (max-width: 400px) {
    h1 {
      position: relative;
      bottom: 0px;
      right: 0px;
      top: 40%;
      text-align: center; } }

.specials {
  background-image: url(images/specials-hero.jpg); }

#accordion-container {
  width: 30%;
  float: left;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    #accordion-container {
      width: 35%; } }
  @media screen and (max-width: 800px) {
    #accordion-container {
      width: 80%;
      float: none;
      margin: auto; } }
  @media screen and (max-width: 400px) {
    #accordion-container {
      width: 100%; } }
  #accordion-container h2 {
    padding-left: 50px;
    font-family: "Crimson Text", serif;
    color: #9F9B75;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 24px; }
    @media screen and (max-width: 800px) {
      #accordion-container h2 {
        text-align: center;
        padding-left: 0px; } }

.accordion {
  background-color: rgba(159, 155, 117, 0.8);
  color: #fff;
  cursor: pointer;
  padding: 18px 50px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  letter-spacing: .5px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  @media screen and (max-width: 800px) {
    .accordion {
      text-align: center; } }

.active, .accordion:hover {
  background-color: #9F9B75; }

.panel {
  padding-left: 50px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(159, 155, 117, 0.1);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }
  .panel p {
    font-family: "Muli", sans-serif;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 200; }
  .panel .title {
    padding-top: 10px; }

#blog-content {
  width: 60%;
  float: right;
  padding-top: 110px;
  padding-bottom: 135px;
  padding-right: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 800px) {
    #blog-content {
      width: 80%;
      float: none;
      margin: auto;
      padding-right: 0px;
      padding-top: 75px;
      padding-bottom: 75px; } }
  #blog-content .post {
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #9F9B75;
    margin-bottom: 45px; }
    #blog-content .post h2 {
      font-family: "Crimson Text", serif;
      font-size: 28px;
      font-weight: 600;
      padding-bottom: 10px; }
    #blog-content .post h4 {
      font-family: "Muli", sans-serif;
      font-size: 14px;
      font-weight: 400;
      padding-bottom: 20px;
      color: #9F9B75;
      letter-spacing: .5px; }
    #blog-content .post p {
      font-family: "Muli", sans-serif;
      font-size: 15px;
      font-weight: 200;
      line-height: 26px; }

.food {
  background-image: url(images/food-hero.jpg); }

.menu {
  width: 70%;
  margin: auto;
  background: #fff;
  border-top: 10px solid #9F9B75;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    .menu {
      width: 90%; } }
  @media screen and (max-width: 400px) {
    .menu {
      width: 100%;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-bottom: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  .menu .menu-sections {
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .menu .menu-sections h2 {
      font-family: "Crimson Text", serif;
      color: #9F9B75;
      font-size: 24px;
      font-weight: 800;
      text-transform: uppercase;
      text-align: center; }
    .menu .menu-sections .menu-item {
      width: 60%;
      margin: auto;
      text-align: center;
      padding-top: 25px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 1024px) {
        .menu .menu-sections .menu-item {
          width: 80%; } }
      .menu .menu-sections .menu-item h3 {
        font-family: "Muli", sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-weight: 600; }
      .menu .menu-sections .menu-item p {
        font-family: "Muli", sans-serif;
        font-size: 16px;
        font-weight: 200;
        padding-top: 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        line-height: 24px; }

.drinks {
  background-image: url(images/drinks-hero.jpg); }

#tab-container {
  width: 70%;
  margin: auto;
  background: #fff;
  border-top: 10px solid #9F9B75;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Muli", sans-serif;
  padding-bottom: 50px;
  box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    #tab-container {
      width: 90%; } }
  @media screen and (max-width: 400px) {
    #tab-container {
      width: 100%;
      margin-top: 0px;
      margin-bottom: 0px; } }

/* Style the tab */
.tab {
  width: 90%;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 40px;
  overflow: hidden;
  background-color: #fff;
  text-align: center; }
  @media screen and (max-width: 700px) {
    .tab {
      width: 95%; } }
  @media screen and (max-width: 400px) {
    .tab {
      margin-bottom: 20px; } }

/*  tabbed list css */
/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  margin: auto;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 17px;
  font-family: "Muli", sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px; }

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: rgba(159, 155, 117, 0.2); }

/* Create an active/current tablink class */
.tab button.active {
  background-color: rgba(159, 155, 117, 0.8);
  color: #fff; }

/* Style the tab content */
.tabcontent {
  display: none;
  width: 80%;
  margin: auto; }
  @media screen and (max-width: 700px) {
    .tabcontent {
      width: 90%; } }
  .tabcontent h3 {
    font-weight: 600;
    padding-bottom: 5px; }
  .tabcontent p {
    line-height: 22px; }
  .tabcontent .content-item {
    padding-top: 28px;
    padding-bottom: 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #9F9B75; }

.contact {
  background-image: url(images/contact-hero.jpg); }

#contact-stuff {
  width: 100%;
  padding: 50px 0px;
    box-sizing: border-box;
  clear: both; 
    display: flex;
    align-items: center;}
    @media screen and (max-width: 800px) {
    #contact-stuff {
      display: block; } }
/*
  @media screen and (max-width: 400px) {
    #contact-stuff {
      margin-top: 50px; } }
*/
  #contact-stuff #contact-info {
    width: 50%;
    float: left;
    clear: both;
    padding-bottom: 75px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      #contact-stuff #contact-info {
        width: 100%;
        float: none;
        text-align: center;
        padding-bottom: 25px;} }
    #contact-stuff #contact-info h4 {
      width: 60%;
      font-family: "Crimson Text", serif;
      color: #9F9B75;
      font-weight: 800px;
      text-transform: uppercase;
      font-size: 20px;
      padding-top: 20px;
      padding-bottom: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: auto; }
    #contact-stuff #contact-info p {
      width: 60%;
      font-family: "Muli", sans-serif;
      font-size: 15px;
      line-height: 24px;
      margin: auto; }
  
#contact-stuff #contact-form {
    width: 50%;
    float: right; }
   
@media screen and (max-width: 800px) {
      #contact-stuff #contact-form {
        width: 100%;
        float: none;
        margin: auto;
        margin-bottom: 50px; } } 

form {
    width: 80%;
/*    margin: auto;*/
}

@media screen and (max-width: 800px) {
      form {
        margin: auto; } } 

.field {
  margin: 1em 0;
}

label {
  display: block;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #9F9B75; /* green */
    font-family: "Muli", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

input {
  width: 100%;
  padding: 0.5em 0.5em;
    box-sizing: border-box;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 0.5em 0.5em;
    box-sizing: border-box;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
    resize: none;
}

button {
  display: inline-block;
/*  border-radius: 3px;*/
/*  border: none;*/
  font-size: 0.9rem;
  padding: 0.5rem 0.8em;
    box-sizing: border-box;
  background: #fff;
  border: 2px solid #9F9B75;
  color: #9F9B75;
  -webkit-font-smoothing: antialiased;
    font-family: "Muli", sans-serif;
  font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  margin: 0;
  width: 100%;
  text-align: center;
    transition: 0.3s;
}

button:hover, button:focus {
  background: #9F9B75;
  cursor: pointer;
    color: #fff;
}

button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


iframe {
    width: 100%;
    display: block;
}

/*# sourceMappingURL=style.css.map */