@charset "UTF-8";
/* CSS Document */
	
* { margin: 0; padding: 0; }

li, a, h1, h2, h3, h4, h5, p, span, button, div{
	list-style: none;
	text-decoration: none;
	font-family: 'Saira Condensed', sans-serif;
}

.page-wrap {
	width: 1150px; 
	margin: 0 auto;
}
body{
	background-color: #d3d3d3;
	background-image: url("images/stripes-light.png");
}
	
body, html
{
	margin: 0;
	height: 100%;
	width: 100%;
}
	
h1{

}

h2{
	font-weight: 600;
	font-size: 35px;
		color: #444;
}

h2 span{
	height: 50px;
 	width: 50px;
	border-radius: 50%;
 	background-color: #ed1c24;
	display: inline-block;
	line-height: 1.35;
	color: #fff;
	text-align: center;
	margin: 50px 0 0 100px;
}
#strip{

}
#top-menu{
	height: 70px;
	background-color: #fff;
}

#top-menu li{
	display: inline-block;
	vertical-align: top;
}
.main{
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 68px;
	color: #444;
	height: 70px;
	width: 130px;
	text-align: center;
}

.facebook{
	background: url("images/facebook.png") 0 0;
	width: 70px;
	height: 70px;
}
.facebook:hover{
	background: url("images/facebook.png") 0 -70px;
	width: 70px;
	height: 70px;
}
.main:hover{
	background:#ed1c24;
	color: #fff;
}

#logo-top{
	width: 180px;
	height: 180px;
	background-image: url("images/bigpotlogo.png");
	background-color: #fff;
	margin-right: 300px;
	-webkit-box-shadow: 1px 4px 22px -5px rgba(0,0,0,0.56);
	-moz-box-shadow: 1px 4px 22px -5px rgba(0,0,0,0.56);
	box-shadow: 1px 4px 22px -5px rgba(0,0,0,0.56);
}
#seafood-boil li p{
	margin: -10px 0 0 157px;
		color: #444;
}

#seafood-boil{
	padding-bottom: 40px;
	
}

#flavors {
	margin-left: 158px;
	margin-top: 30px;
}

#flavors li{
	display:inline-block;
	vertical-align: top;
	margin-right: 20px;
}

#flavors li a{
	width: 150px;
	height: 150px;
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	border: 2px solid #444;
	line-height: 8.5;
}

#extrarow{
	margin-top: 30px;
}

#top-header-text{
	padding: 100px 0 30px 100px;
}

#top-header-text h1{
	color: #ed1c24;
	font-size: 160px;
	line-height: 130px;
}
#top-header-text p{
	color: #444;
	margin: 20px 0 0 8px;
	font-size: 28px;
	width: 800px;
	line-height: 30px;
}

#spice-level{
	margin: 20px 0 0 158px;
}

#spice-level li{
	display: inline-block;
}

#spice-level li a{
	width: 210px; 
	height: 36px;
	display: block;
	text-align: center;
}

#spice-level li a p{
	margin:auto;
	line-height: 36px;
}

#seafood-boil h3{
	color: #444;
	text-align: center;
	font-size: 23px;
	font-weight: 500;
}

h3 a{
	display: inline-block;
	margin-bottom: 50px;
	text-align: center;
	line-height: 1.2;
}

h4{
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	background: #444;
	padding: 3px 0 5px 0;
	width: 88px;
	margin: auto;
	font-size: 13px;
	margin-top: 5px;
}

h5{
	text-align: center;
	margin-top: 10px;
	color: #444;
}


#header{
}

#header img {
	padding: 10px 0px 10px 50px;
}


#menu{
	margin-top: -150px;
	background: #fff;
	-webkit-box-shadow: 1px 4px 22px -5px rgba(0,0,0,0.56);
	-moz-box-shadow: 1px 4px 22px -5px rgba(0,0,0,0.56);
	box-shadow: 1px 4px 22px -5px rgba(0,0,0,0.56);
	padding: 0 0 60px 0;
}
.menu-sub{
	padding: 60px 25px 50px 25px;
	border-top: 2px dashed #666;
}

.menu-sub li{
	display: inline-block;
	vertical-align: top;
	width: 420px;
	margin: 0 0 0 93px;
}

.menu-sub h2 {
	color: #ed1c24;
	font-size: 30px;
	margin: 0 0 0 90px;
	font-size: 50px;
}

#menu .menu-sub h3 {
	margin: 20px 0 0 0;
	font-size: 25px;
	color: #444;
}

#menu .menu-sub p{
	font-weight: 100;
	color: #444;
}

#menu .menu-sub p.sub{margin: -18px 0 0 92px;}

.menu-sub span{
	font-weight: 200;
	font-size: 18px;
	margin-left: 50px;
}
/*LOCATION************************************************************/
#location-contatiner{
	background: #ddd;
	padding: 70px 0 70px 0;
}
#google-map{
	padding: 20px;
	background: #fff;
	width: 1000px;
	height: 450px;
	margin-left: 53px;
}
/*FOOTER*********************************************************************/
#footer{
	background-color: #444;
	padding: 60px 0 60px 0;
}

#footer p{
	text-align: center;
	color: #FFF;
	width: 800px;
	margin: auto;
	font-weight: 200;
	margin-top: 10px;
	font-size: 13px;
}

#footer img{
	margin: 0 0 20px 0;
}

/*DROPDOWN*************************************************************************/
.dropdown{
	position: relative;
	display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #444;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
	width: 550px;
	margin-top: 2px;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a{
	color: #444;
	text-align: left !important;
	padding: 0 20px 0 20px;
	display: block;
	float: left;
	color: #fff;
}
.dropdown-content a:hover{
	background: red;
}

/*HERO IMAGE************************************************************************/
/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("images/banner.jpg");

  /* Set a specific height */
  height: 70%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	z-index: -1;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-image2 {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("images/maivang.jpg");

  /* Set a specific height */
  height: 80%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text2 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

/*CSS MEDIA QUERY**************************************************************************************/

@media screen and (max-width: 500px) {
  	body {
		width: 400px;
  	}
	
	.page-wrap{
		width: 400px; 
		margin: 0 auto; 
	}
	
	#footer p{
	width: 300px;
	margin: auto;
	}
}


