@CHARSET "ISO-8859-1";

@font-face {
font-family: 'AvenirNextLTProRegular';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Regular'), url('../fonts/AvenirNextLTPro-Regular.woff') format('woff');
}


@font-face {
font-family: 'AvenirNextLTProBold';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Bold'), url('../fonts/AvenirNextLTPro-Bold.woff') format('woff');
}

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
 	/* Style for our header texts
	* --------------------------------------- */
h1{
	font-size: 5em;
	font-family: arial,helvetica;

	margin:0;
}
.intro p{
	color: #444;
	
}

/* Centered texts in each section
* --------------------------------------- */
.section{
	text-align:center;
}

/* Overwriting styles for control arrows for slides
* --------------------------------------- */
.fp-controlArrow.fp-prev {
	left: 100px;
	border-color: transparent #301B22 transparent;
}
.fp-controlArrow.fp-next{
	right: 100px;
	border-color: transparent #301B22 transparent;
}
#fp-nav ul li .fp-tooltip.right{
	color: #444 !important;
}

/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
	color: #fff;
}
body{
	font-family: 'AvenirNextLTProRegular';
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 5em;
	font-family: 'AvenirNextLTProRegular';
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.intro p span{
	display: block;
	background: #333;
	color: #eee;
	font-size: 2.4em;
	font-weight: bold;
	width: 70px;
	height: 70px;
	float: left;
	text-align: center;
	margin: 0 10px 10px 0;
	border-radius: 4px;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}

 
 #home{
	box-shadow: inset 0 0 100px 10px rgba(0, 0 ,0, .6);
		moz-box-shadow: inset 0 0 100px 10px rgba(0, 0 ,0, .6);
		webkit-box-shadow: inset 0 0 100px 10px rgba(0, 0 ,0, .6);
 }	
	
#home p{
	color: #eee !important;
	margin-top: 20px;
}
 
 #about p{
	 margin-top: 10px;
 }
 
 #logo_marron{
	display: block;
	width: 70vw;
	background: url('../images/transparente-blanco.png') no-repeat center;
	background-size: contain;
	margin: auto;
	height: calc(70vh - 100px);
 }
 
#logo{
	display: block;
	width: 40vw;
	min-width: 200px;
	background: url('../images/final-color.png') no-repeat center;
	background-size: contain;
	margin: auto;
	height: calc(50vh - 250px);
	max-height: 200px;
	margin-bottom: 30px;
	margin-top: 30px;
 }

 
 #types{
	 text-align: left;
 }
 
 #types p{
	 margin-top: 20px;
 }
 .belgian{
	 background-color: rgb(232, 184, 94) !Important;
 }
 
 .scottish{
	 background-color: rgb(129, 16, 0) !Important;
 }
 
 .porter{
	 background-color: rgb(48, 27, 34) !Important;
 }
 
.cream{
	 background-color: #FED74C !Important;
 }
 
 
.brown_ipa{
	 background-color: #C66401 !Important;
 }
 

 
 .video{
	display: block;
	background: #000;
	margin-bottom: 60px;
 }
 
 #porter{
	display: block;
	width: 30vw;
	min-width: 500px;
	background: url('../images/porter.png') no-repeat center;
	background-size: contain;
	margin: auto;
	height: calc(50vh - 100px);
	max-height: 200px;
	margin-bottom: 60px;
 }
 
#pint_porter{
	display: block;
	width: 200px;
	height: 600px;
	float: left;
	margin-top: calc(50vh - 280px);
	margin-left: calc(50vw - 400px);
	margin-right: 20px;
	background: url('../images/pint-porter.png') no-repeat center center;
	background-size: contain;
}


 #scottish{
	display: block;
	width: 30vw;
	min-width: 500px;
	background: url('../images/scottish-ale.png') no-repeat center;
	background-size: contain;
	margin: auto;
	height: calc(50vh - 100px);
	max-height: 200px;
	margin-bottom: 60px;
 }
 
#pint_scottish{
	display: block;
	width: 200px;
	height: 600px;
	float: left;
	margin-top: calc(50vh - 280px);
	margin-left: calc(50vw - 400px);
	margin-right: 20px;
	background: url('../images/pint-scottish.png') no-repeat center center;
	background-size: contain;
}

 #belgian{
	display: block;
	width: 30vw;
	min-width: 500px;
	background: url('../images/belgian-amber.png') no-repeat center;
	background-size: contain;
	margin: auto;
	height: calc(50vh - 100px);
	max-height: 200px;
	margin-bottom: 60px;
 }
 
#pint_belgian{
	display: block;
	width: 200px;
	height: 600px;
	float: left;
	margin-top: calc(50vh - 280px);
	margin-left: calc(50vw - 400px);
	margin-right: 20px;
	background: url('../images/pint-belgian.png') no-repeat center center;
	background-size: contain;
}

 #cream{
	display: block;
	width: 30vw;
	min-width: 500px;
	background: url('../images/cream-ale.png') no-repeat center;
	background-size: contain;
	margin: auto;
	height: calc(50vh - 100px);
	max-height: 200px;
	margin-bottom: 60px;
 }
 

#pint_cream{
	display: block;
	width: 200px;
	height: 600px;
	float: left;
	margin-top: calc(50vh - 280px);
	margin-left: calc(50vw - 400px);
	margin-right: 20px;
	background: url('../images/pint-cream.png') no-repeat center center;
	background-size: contain;
}


 #brown_ipa{
	display: block;
	width: 30vw;
	min-width: 500px;
	background: url('../images/brown-ipa.png') no-repeat center;
	background-size: contain;
	margin: auto;
	height: calc(50vh - 100px);
	max-height: 200px;
	margin-bottom: 60px;
 }
 

#pint_brown_ipa{
	display: block;
	width: 200px;
	height: 600px;
	float: left;
	margin-top: calc(50vh - 280px);
	margin-left: calc(50vw - 400px);
	margin-right: 20px;
	background: url('../images/pint-brown-ipa.png') no-repeat center center;
	background-size: contain;
}



#email{
	background-color: rgb(72, 104, 53);
	padding: 10px 15px;
	margin: 5px;
	display: inline-block;
	font-size: 2em;
	font-weight: normal;
	font-family: 'AvenirNextLTProRegular';
	border-radius: 4px;
}

#email a, #email a:link, #email a:visited{
	text-decoration: none;
	color: #fff;
}

#contact{
	margin: 0 auto;
}

#contact table{
    width: 50%;
	min-width: 290px;	
	margin: 0 auto;
}

#contact label{
	font-size: 1.2em; 
	font-family:  'AvenirNextLTProBold';
	float: left;
	color: #A91E21;
}

#contact span{
	font-size: 1em;
	color: #000;
}
#contact a{
	text-decoration: none;
	margin: 0 0 0 0;
    display: block;
}

#contact input[type=text],  #contact textarea{
	width: calc(100% - 200px);
    background-color: #f2f2f2;
    padding: 6px;
    margin: 0 0 10px -8px;
    font-family: "Arial";
	font-size: 1em; 
	color: #333;
	border: solid 1px #888;
	float: right;
	border-radius: 4px;
}

#contact button{
	background-color: #A91E21;
	padding: 8px;
	font-size: 2em;
	width: 200px;
	margin: 0 -15px 15px 0;
    color: #eee;
	border: solid 1px #A91E21;
	border-radius: 4px;
}

#contact button:hover{
	cursor: pointer;
	color: #fff;
	background-color: #870C00;
}
