
/*@media (min-width: 1200px) {
.container {
   max-width: 970px !important;
}
}*/
.top-buffer {
   margin-top: 20px;
}
.rounded {
	-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.shadow {
   -webkit-box-shadow: 0px 0px 5px 1px rgba(150, 150, 150, .5);
	box-shadow: 0px 0px 5px 1px rgba(150, 150, 150, .5);
}
iframe, object, embed{max-width: 100%;}
a:hover {
   text-decoration:none;
}
/* CSS Document */
/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */
body {
   font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
   font-size: 14px;
   color:#4d4d4d;
   background:url(../img/Oyster-Roast-2019-Website2.jpg) no-repeat top center;
}
#wrapper {
  
}

a {
   text-decoration:none;
   clor:#0095c3;
}

@media (max-width: 468px){

}

@media (max-width: 768px){
   body {

   }
}

@media (min-width: 769px) and (max-width: 991px) {
   
   
}

@media (min-width: 992px) and (max-width: 1199px) {
   
}

@media (min-width: 1200px) {
   
}

