@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');

/*General*/
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: 'Lato', sans-serif;
}
.maxWidth {
	max-width: 1200px;
	margin: 0 auto;
}
h1, h2 {
	font-family: 'Great Vibes', cursive;
}
h1 {
	color: #FEFCFF; /*Milk white*/
	font-size: 60px;
	-webkit-text-shadow: 2px 2px 2px #000;
	-moz-text-shadow: 2px 2px 2px #000;
	text-shadow: 2px 2px 2px #000;
	letter-spacing: 2px;
}
h2 {
	color: #FEFCFF; /*Milk white*/
	font-size: 40px;
}
label, p {
	font-size: 16px;
}
a:link, a:visited, a:hover, a:active {
	color: #FEFCFF; /*Milk white*/
	text-decoration: none;
}
a:hover {
	opacity: 0.9;
}
.buttonLink {
	display: inline-block;
	background-color: #3987AA; /*Very light blue*/
	color: #FEFCFF; /*Milk white*/
	padding: 10px 20px;
	margin: 10px;
	border-radius: 2px;
	text-transform: uppercase;
}
.buttonLink:hover {
	color: #FEFCFF; /*Milk white*/
	background-color: #3A241A; /*Dark brown*/
}

/*Navigation*/
nav {
	z-index: 20000;
	position: absolute;
	left: 0;
	right: -0;
	margin-top: 50px;
	height: 80px;
	background-color: #3A241A; /*Dark brown*/
}
.borderNav {
	position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  height: 70px;
  width: 100%;
	border-top: 1px solid #FEFCFF; /*Milk white*/
	border-bottom: 1px solid #FEFCFF; /*Milk white*/
}
nav a:link, nav a:visited {
	color: #FEFCFF; /*Milk white*/
}
nav a:link span, nav a:visited span {
	font-size: 100px;
}
.navbar-brand {
	margin-top: -55px;
}
#defaultNavbar1 {
	margin-top: 15px;
}
#defaultNavbar1 li a {
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 12px;
	padding-right: 12px;
}
#defaultNavbar1 li a:hover {
	background: none;
	opacity: 0.9;
}

/*Home page*/
#section1 {
	background: url(../imgs/bg.jpg) center center;
	background-size: cover;
	min-height: 100%;
}
#section1 .text {
	position: absolute;
	text-align: center;
	text-transform: uppercase;
  top: 75%;
  left: 50%;
	width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#section1 .text p {
	color: #3A241A; /*Dark brown*/
	display: inline-block;
	padding: 5px 15px;
  font-size: 22px;
	font-weight: 400;
	background-color: #FEFCFF; /*Milk white*/
	opacity: 0.9;
}
#section1 .text i {
	cursor: pointer;
	color: #FEFCFF; /*Milk white*/
  font-size: 40px;
	margin-top: 5px;
}
#section1 .text i:hover {
	opacity: 0.9;
}

/*Second section - Menu*/
#section2 {
	padding: 20px 20px 40px;
	background-color: #F1EBDB; /*Light brown*/
}
#section2 h2 {
	color: #1a303a; /*Light blue*/
}
#section2 span {
	font-size: 80px;
}
#section2 img {
	width: 100px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Halal section*/
.halal {
	position: relative;
	padding: 50px 20px 50px;
	background: url(../imgs/bg.jpg) center center;
	background-size: cover;
}
.halal .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  background-color: #1a303a; /*Light blue*/
}
.halal img {
	margin-bottom: 20px;
	width: 80px;
	height: auto;
}
.halal p {
	color: #FEFCFF; /*Milk white*/
	font-size: 18px;
	text-transform: uppercase;
}

/*Third section - Gallery*/
#section3 {
	padding: 20px 20px 40px;
	background-color: #FEFCFF; /*Milk white*/
}
#section3 .maxWidth {
	max-width: 1000px;
}
#section3 .col-sm-4 {
	padding: 7px;
}
#section3 img {
	width: 100%;
}
#section3 h2 {
	color: #1a303a; /*Light blue*/
	margin-bottom: 30px;
}
#section3 span {
	font-size: 80px;
}
#section3 .menuItem {
	position: relative;
}
#section3 a {
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
#section3 .menuItem p {
	position: absolute;
	font-size: 13px;
	left: 18px;
	bottom: 7px;
	color: #3A241A; /*Dark brown*/
	text-transform: uppercase;
	text-align: center;
	padding: 7px 10px;
	background-color: #FEFCFF; /*Milk white*/
}
#section3 .buttonLink {
	margin-top: 25px;
}

/*Fourth section - Video*/
#section4 {
	padding: 20px 20px 40px;
	background-color: #F1EBDB; /*Light brown*/
}
#section4 h2 {
	color: #1a303a; /*Light blue*/
	margin-bottom: 30px;
}
#section4 span {
	font-size: 80px;
}
#section4 img {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Footer section*/
.footer {
	position: relative;
	padding: 50px 20px 50px;
	background: url(../imgs/bg.jpg) center center;
	background-size: cover;
}
.footer .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  background-color: #1a303a; /*Light blue*/
}
.footer .maxWidth {
	max-width: 1000px;
}
.footer .leftBorder {
	border-left: 1px solid #FEFCFF; /*Milk white*/
}
.footer h3 {
	color: #FEFCFF; /*Milk white*/
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer p {
	color: #FEFCFF; /*Milk white*/
	font-size: 14px;
	line-height: 14px;
}

/*Copyright section*/
.copyright {
	color: #FEFCFF; /*Milk white*/
	padding: 20px 0 10px;
	background-color: #1a303a; /*Light blue*/
}
.copyright .maxWidth {
	max-width: 1000px;
}
.copyright p {
	font-size: 13px;
}
.copyright .fa {
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 0 5px;
	color: #FEFCFF; /* Milk White */
}
.copyright .fa:hover {
	opacity: 0.9;
}

/*Back to top*/
.backToTop, #section3 .backToTop {
	display: block;
	padding-top: 30px;
}
.backToTop i {
	cursor: pointer;
	color: #3987AA; /*Very light blue*/
  font-size: 40px;
	margin-top: 5px;
}
.backToTop i:hover {
	color: #3A241A; /*Dark brown*/
}

/*General inner pages*/
.marginTop {
	margin-top: 150px;
}

/*Menu page*/
.fullMenu {
	padding: 30px 20px;
	background-color: #FEFCFF; /* Milk White */
}
.fullMenuAltColour {
	padding: 30px 20px;
	background-color: #F1EBDB; /*Light brown*/
}
.fullMenu h2, .fullMenuAltColour h2 {
	color: #1a303a; /*Light blue*/
	font-size: 36px;
	padding-bottom: 10px;
}
.fullMenu img, .fullMenuAltColour img {
	width: 100px;
	height: auto;
}
.badge {
	background-color: #3987AA; /*Very light blue*/
	color: #FEFCFF; /* Milk White */
}
#starters {
	padding-top: 5px;
}
.fullMenu .buttonLink {
	margin-top: 40px;
	margin-bottom: 0;
}

/*Contact Us page*/
input[type=text], input[type=email], textarea {
	border-radius: 0 !important;
}
input[type=submit] {
	color: #FEFCFF; /*Milk white*/
	background-color: #3987AA; /*Very light blue*/
	padding: 10px 20px;
	border: none;
	border-radius: 2px;
	text-transform: uppercase;
}
input[type=submit]:hover {
	color: #FEFCFF; /*Milk white*/
	background-color: #3A241A; /*Dark brown*/
}
.form-horizontal .control-label {
	font-weight: normal;
	text-align:left;
}
.contact {
	padding-bottom: 30px;
}
.contact h3 {
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.contact a:link, .contact a:active, .contact a:visited {
	color: #3987AA; /*Very light blue*/
}
.contact a:hover {
	color: #3A241A; /*Dark brown*/
}
.contact ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.contact ul i {
	color: #3987AA; /*Very light blue*/
	width: 20px;
	text-align: left;
}
.contact .social .fa {
	color: #FEFCFF; /* Milk White */
	display: inline-block;
	font-size: 20px;
	padding: 16px;
  width: 52px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.contact .social .fa:hover {
	opacity: 0.7;
}
.contact .social .fa-facebook {
  background: #3B5998;
}
#mapHolder {
	padding: 0;
}
#googleMap {
	width: 100%;
	height: 400px;
}

/*Mobile*/
@media screen and (max-width:767px) {
	.navbar-toggle {
		display: none;
	}
	.navbar-nav li a:link, .navbar-nav li a:visited {
		color: #FEFCFF; /*Milk white*/
	}
	.nav li a:hover, .nav li a:active, .nav li a:focus {
		opacity: 0.9;
	}
	.navbar-brand {
		margin-top: -48px;
		margin-left: 20px;
	}
	nav {
		height: 60px;
		z-index: 1000;
	}
	.borderNav {
		height: 50px;
	}
	nav a:link span, nav a:visited span {
		font-size: 70px;
	}
	h1 {
		font-size: 35px;
	}
	#section1 .text p {
		font-size: 18px;
	}
	h2 {
		font-size: 30px;
	}
	#section2 span, #section3 span, #section4 span {
		font-size: 60px;
	}
	.footer .leftBorder h3 {
		margin-top: 50px;
	}
	.footer .leftBorder {
		border-left: none;
	}
	.copyright {
		padding-top: 10px;
		}
	.copyright .col-sm-6 {
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.copyright .fa {
		font-size: 16px;
		margin: 0;
	}
	.marginTop {
		margin-top: 120px;
	}
}

/*Small mobile*/
@media screen and (max-width:480px) {
	nav a:link span, nav a:visited span {
		font-size: 60px;
	}
	h1 {
		font-size: 30px;
	}
	.navbar-brand {
		margin-top: -38px;
		margin-left: -5px;
	}
	.hamburger {
		right: 10px;
	}
}

/*Fatnav navigation*/
.fat-nav a {
	font-size: 20px;
	text-transform: uppercase;
}
.hamburger__icon, 
.hamburger__icon:before, 
.hamburger__icon:after {
	background-color: #FEFCFF; /*Milk white*/
}