@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(https://fonts.googleapis.com/css?family=Reem+Kufi);


@font-face {
    font-family: 'Chau Philomene One';
    src: url('fonts/ChauPhilomeneOne-Regular.eot');
    src: url('fonts/ChauPhilomeneOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChauPhilomeneOne-Regular.woff') format('woff'),
        url('fonts/ChauPhilomeneOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-Italic.eot');
    src: url('fonts/JosefinSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/JosefinSans-Italic.woff') format('woff'),
        url('fonts/JosefinSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-SemiBold.eot');
    src: url('fonts/JosefinSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/JosefinSans-SemiBold.woff') format('woff'),
        url('fonts/JosefinSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-Bold.eot');
    src: url('fonts/JosefinSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/JosefinSans-Bold.woff') format('woff'),
        url('fonts/JosefinSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-BoldItalic.eot');
    src: url('fonts/JosefinSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/JosefinSans-BoldItalic.woff') format('woff'),
        url('fonts/JosefinSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-SemiBoldItalic.eot');
    src: url('fonts/JosefinSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/JosefinSans-SemiBoldItalic.woff') format('woff'),
        url('fonts/JosefinSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-Regular.eot');
    src: url('fonts/JosefinSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/JosefinSans-Regular.woff') format('woff'),
        url('fonts/JosefinSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chau Philomene One';
    src: url('fonts/ChauPhilomeneOne-Italic.eot');
    src: url('fonts/ChauPhilomeneOne-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChauPhilomeneOne-Italic.woff') format('woff'),
        url('fonts/ChauPhilomeneOne-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Chau Philomene One';
    src: url('fonts/ChauPhilomeneOne-Regular.eot');
    src: url('fonts/ChauPhilomeneOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChauPhilomeneOne-Regular.woff') format('woff'),
        url('fonts/ChauPhilomeneOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-ThinItalic.eot');
    src: url('fonts/JosefinSans-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/JosefinSans-ThinItalic.woff') format('woff'),
        url('fonts/JosefinSans-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-LightItalic.eot');
    src: url('fonts/JosefinSans-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/JosefinSans-LightItalic.woff') format('woff'),
        url('fonts/JosefinSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-Light.eot');
    src: url('fonts/JosefinSans-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/JosefinSans-Light.woff') format('woff'),
        url('fonts/JosefinSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-Thin.eot');
    src: url('fonts/JosefinSans-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/JosefinSans-Thin.woff') format('woff'),
        url('fonts/JosefinSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

body {
	color: #222;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 1.8 !important;
}

html {
	overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight:200;
	color: #222;
}

p{
	font-family: 'Playfair Display', serif;
	font-weight:300;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

a,a:link {
	color: #222;
}

a:hover,a:focus {
	color: #222;
}


/* Navbar */
.navbar-fixed-top{
	position: relative;
	margin-bottom: 0px;
	border: none;
}
.navbar-fixed-top .nav {
    padding: 15px 0;
    font-family: 'Chau Philomene One';
    font-weight: normal;
    text-transform: uppercase;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

.navbar-brand img{
	height: 125px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}

@media(min-width:768px) {
    body {
/*         padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */ 
	padding-top: 0px;
    }

}

.navbar-default {
    background-color: #282827;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent !important;
    color: #ffcf40;
}

.navbar-default .navbar-nav > li > a {
    color: #f2f1ec;;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ffcf40;
}
.navbar-default .navbar-nav > li > a:focus{
	color: #f2f1ec;
}

/* Toggle Animation */

.navbar-toggle * {
	-ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navbar-toggle {
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    height: 50px;
    padding: 16px;
    width: 50px;
    float: right;
	margin-top:0px;
	margin-bottom:0px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none !important;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
	max-height: 370px;
}
.navbar-toggle span {
	width: 25px;
	height: 3px;
	margin-bottom: 5px;
	background-color: #f2f1ec;
	display: block;
}
.navbar-toggle span.bar1 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
	-ms-transform-origin: 1px 3px;
	-webkit-transform-origin: 1px 3px;
  -moz-transform-origin: 1px 3px;
  -o-transform-origin: 1px 3px;
	transform-origin: 1px 3px;
	width: 31px;
}
.navbar-toggle span.bar2 {
	-ms-transform: rotate(-360deg) scale(0);
	-webkit-transform: rotate(-360deg) scale(0);
  -moz-transform: rotate(-360deg) scale(0);
  -o-transform: rotate(-360deg) scale(0);
	transform: rotate(-360deg) scale(0);
}

.navbar-toggle span.bar3 {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform-origin:8px 2px;
	-webkit-transform-origin: 8px 2px;
	transform-origin: 8px 2px;
	width: 31px;
}
.navbar-toggle.collapsed span.bar1,
.navbar-toggle.collapsed span.bar2,
.navbar-toggle.collapsed span.bar3,
.navbar-toggle.collapsed span.bar4 {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	width: 30px;
}


/* Intro */

.intro {
	font-size:22px;
	padding-top:60px;
	padding-bottom:25px;
}



/* About */


.big-letter p:first-child:first-letter { 
	float: left; 
	color: #222; 
	font-size: 8em;  
	line-height: 0.8em; 
	text-transform: uppercase; 
	padding-top: 0px;  
	padding-right: 0.1em; 
	padding-left: –0.03em;	
}

/* Firefox Fix */

@-moz-document url-prefix() {
    .big-letter p:first-child:first-letter {
        padding-top: 0.08em;  
    }
}



/* Carousel */

.carousel-control.left {
  background-image: none;
  filter: none;
}
.carousel-control.right {
  background-image: none;
  filter: none;
}



/* Gallery */


/* Hover Effect */

.hovereffect a:link,.hovereffect a:hover,.hovereffect a:focus,.hovereffect a:visited {
	color:#fff;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  background: #cccccc;
  cursor:pointer;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  cursor:pointer;
}

.hovereffect a, .hovereffect p,.hovereffect h2 {
  color: #fff;
  text-decoration:none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  color:#fff;
  text-decoration:none;
  opacity: 1;
  letter-spacing:1px;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

@media (max-width: 992px) {
	.hovereffect{
		margin-bottom: 25px;
	}
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor:pointer;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect .photo-1, 
.hovereffect .photo-2, 
.hovereffect .photo-3,
.hovereffect .photo-4,
.hovereffect .photo-5,
.hovereffect .photo-6{
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover .photo-1,
.hovereffect:hover .photo-2,
.hovereffect:hover .photo-3,
.hovereffect:hover .photo-4,
.hovereffect:hover .photo-5,
.hovereffect:hover .photo-6{
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.photo-1,.photo-2,.photo-3,.photo-4,.photo-5,.photo-6{
	background-size:cover;
	height:100vh;
	width:100%;
	background-position:center;
}




/* Brand */

.logo-list img {
	width:100%;
	height:auto;
	opacity:0.8;
}

.logo-list li {
	padding-bottom:1%;
}

.logo-list li a:hover, 
.logo-list li a:focus {
  opacity: 0.6;
  transition:  opacity 0.2s ease;
  display: block; }
  
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/arrow-up.png) no-repeat center 50%;
  background-size:cover;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: transparent;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


#home{
	padding: 100px 0;
	background: url(../img/hawking-bird-home.png) center center no-repeat #ffcf40;
	background-size: 900px auto;
	min-height: 600px
}
#home img{
	width: 100%;
}
#home svg {width: 900px !important;}
.welcome{
	background: #00a9bd;
	text-align: center;
	padding: 100px 0;
}
.welcome img{
	width: 430px;
	margin-bottom: 40px;
}
.welcome p{
	color: #f2f1ec;
	max-width: 600px;
	margin: 0 auto;
	font-family: 'Josefin Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}
#location{
	background: url(../img/map.svg) left bottom no-repeat #ffcf40;
	background-size: 610px auto;
	min-height: 400px;
}
#location .location{
	width: 380px;
	height: 220px;
	background: #f2f1ec;
	padding: 30px 48px;
	margin: 0 auto;
	margin-top: 120px;
	position: relative;
}
#location .location-icon{
	position: absolute;
	left: -170px;
    top: -80px;
    height: 210px;
    width: 100%;
    background: url(../img/location.svg) center top no-repeat;
}
#location .location h2{
	font-family: 'Chau Philomene One';
    font-weight: normal;
    font-size: 28px;
    color: #000;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 30px;
}
#location .location h3{
	font-family: 'Chau Philomene One';
    font-weight: normal;
    font-size: 24px;
    color: #000;
    padding: 0;
    margin: 0;
}
#location .location p{
	font-family: 'Chau Philomene One';
    font-weight: normal;
    font-size: 22px;
    color: #000;
    padding: 0;
    margin: 0;
}
#hours{
	background: #00a9bd;
	text-align: center;
	padding: 70px 0;
}
#hours h2{
	font-family: 'Chau Philomene One';
    font-weight: normal;
    font-size: 50px;
    color: #000;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#hours h3{
	font-family: 'Chau Philomene One';
    font-weight: bold;
    color: #fff;
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#hours h3 span{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px
}
#hours p{
	font-family: 'Reem Kufi', sans-serif;
	color: #fff;
	letter-spacing: 1px;
}
.instagram{
	background: #00a9bd;
	padding: 60px 0;
	text-align: center;
}
.instagram h2{
	color: #fff;
	font-family: 'Chau Philomene One';
    font-weight: normal;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.instagram p{
	font-family: 'Reem Kufi', sans-serif;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.instagram img{
	width: 100%;
	margin-bottom: 30px;
}
.instagram hgroup{
	position: relative;
    max-width: 500px;
    margin: 0 auto;
}
.instagram hgroup span{
	position: absolute;
	background: url(../img/like-icon.svg) right top no-repeat;
	left: 30px;
    top: -20px;
    height: 60px;
    width: 100%;
}
#menu{
	background: #f2f1ec;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
}

#menu img{width: 85%;}

#facts{
	background: #ffcf40;
	padding: 50px 0;
}
#facts figure{
	position: relative;
	text-align: center;
}
#facts .figure1{
	background: url(../img/figure1.svg) center center no-repeat;
    height: 140px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
#facts .figure1 h3{
	color: #fff;
    font-family: 'Chau Philomene One';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 3px;
    padding-top: 30px;
}
#facts .figure2{
	background: url(../img/figure2.svg) center center no-repeat;
    height: 340px;
    width: 100%;
	padding: 43px 80px;
	margin-bottom: 30px;
}
#facts .figure2 p{
	color: #fff;
    font-family: 'Josefin Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
	text-align: left;
}

#facts .figure3{
	background: url(../img/figure3.svg) center center no-repeat;
    height: 180px;
    width: 100%;
	padding: 20px 85px;
	margin-bottom: 30px;
}
#facts .figure3 p{
    font-family: 'Josefin Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #221f1f;
}
#facts .figure3 p span, #facts .figure6 p span{
	font-family: 'Chau Philomene One';
    font-weight: normal;
    text-transform: uppercase;
    color: #00a9bd;
}
#facts .figure4{
	background: url(../img/figure4.svg) center center no-repeat;
    height: 180px;
    width: 100%;
	padding: 38px 100px;
	margin-bottom: 20px;
}
#facts .figure4 p{
	color: #fff;
    font-family: 'Josefin Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}
#facts .figure5{
	background: url(../img/figure5.svg) center center no-repeat;
    height: 218px;
    width: 100%;
	margin-bottom: 30px;
}
#facts .figure6{
	background: url(../img/figure6.svg) center center no-repeat;
    height: 152px;
    width: 100%;
	padding: 23px 95px;
	margin-bottom: 30px;
}
#facts .figure6 p{
    font-family: 'Josefin Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #221f1f;
}
#facts .figure7{
	background: url(../img/figure7.svg) center center no-repeat;
    height: 203px;
    width: 100%;
	padding: 45px 163px;
	margin-bottom: 30px;
}
#facts .figure7 p{
    font-family: 'Josefin Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #fff;
}
#facts .figure7 p span{
	font-family: 'Chau Philomene One';
    font-weight: normal;
    text-transform: uppercase;
    color: #ffcf40;
}
#facts .figure8{
	background: url(../img/figure8.svg) center center no-repeat;
    height: 506px;
    width: 100%;
	padding: 57px 60px;
    margin-bottom: 30px;
    line-height: 34px;
    margin-top: -100px;
}
#facts .figure8 p{
    font-family: 'Josefin Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    color: #231f20;
}
#facts .figure8 p span{
	font-family: 'Chau Philomene One';
    font-weight: normal;
    text-transform: uppercase;
    color: #ffcf40;
}
#facts .figure9{
	background: url(../img/figure9.svg) center center no-repeat;
    height: 406px;
    width: 100%;
	padding: 25px 48px;
	margin-bottom: 30px;
}
#facts .figure9 p{
    font-family: 'Josefin Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #fff;
}
#facts hr{
	background: url(../img/hr.svg) center center no-repeat;
    height: 10px;
    width: 100%;
    border: none;
    margin-top: 40px;
    margin-bottom: 50px;
}
#facts .figure10{
	background: url(../img/bgg1.svg) center center no-repeat;
    height: 380px;
    width: 100%;
	padding: 45px 51px;
	margin-bottom: 30px;
	margin-top: 23px;
}
#facts .figure10 p{
	color: #231f20;
	text-align: left;
	font-family: 'Josefin Sans';
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}
#facts .figure10 .regular{
	font-weight: normal;
	margin-bottom: 30px;
}
#facts .figure10 span{
	color: #00a9bd;
	text-decoration: underline;
}
#facts .figure10 a{
	font-family: 'Josefin Sans';
    font-weight: bold;
	white-space: nowrap;
    display: inline-block;
	height: 45px;
    line-height: 50px;
    padding: 0 25px;
    background: #00a9bd;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #fff;
    text-decoration: none;
    transition: all .15s ease;
}
#facts .figure10 a:hover{
	text-decoration: none;
	opacity: .9;
}
#facts .figure11{
	background: url(../img/bgg2.svg) center center no-repeat;
    height: 380px;
    width: 100%;
	padding: 45px 60px;
	margin-bottom: 50px;
	margin-top: 23px;
}
#facts .figure11 p{
	color: #231f20;
	text-align: left;
	font-family: 'Josefin Sans';
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}
#facts .figure11 .regular{
	font-weight: normal;
	margin-bottom: 40px;
}
#facts .figure11 span{
	color: #00a9bd;
	text-transform: uppercase;
	font-weight: bold;
}
#facts .figure12{
	background: url(../img/bgg3.svg) center center no-repeat;
    height: 405px;
    width: 100%;
	padding: 65px 48px;
	margin-bottom: 50px;
}
#facts .figure12 p{
	color: #231f20;
	text-align: left;
	font-family: 'Josefin Sans';
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}
#facts .figure12 .regular{
	font-weight: normal;
	margin-bottom: 40px;
}
#facts .figure12 span{
	color: #00a9bd;
	text-decoration: underline;
}
#press{
	background: #ffcf40;
	text-align: center;
	padding: 70px 0;
}
#press h3{
	color: #fff;
	font-family: 'Chau Philomene One';
    font-weight: normal;
    text-transform: uppercase;
    background: url(../img/press-bg.svg) center center no-repeat;
    height: 79px;
    width: 100%;
	padding-top: 20px;
	font-size: 40px;
	margin-bottom: 50px;
}
#press p{
	font-family: 'Reem Kufi', sans-serif;
	color: #fff;
	letter-spacing: 1px;
	font-size: 22px;
}
footer{
	background: #282827;
	padding: 50px 0;
}
footer p{
	color: #f2f1ec;
	font-family: 'Josefin Sans';
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
footer .reg{
	font-size: 16px;
	text-transform: lowercase;
}
footer ul{
	list-style-type: none;
    padding-left: 0px;
    margin-top: 25px;
    margin-bottom: 10px;
}
footer ul li{
	display: inline-block;
    margin-right: 25px;
}
footer ul li a img:hover{
	opacity: .9
}
footer .copy{
	font-size: 13px;
	text-transform: capitalize;
	padding-top: 85px;
}

@media only screen and (max-width: 4000px) and (min-width: 400px){
	#menu a{
		display: none;
	}
	.mob-menu, .mob-fact, .order-online-mob, .instagram hgroup img{display: none !important;}
}
@media only screen and (max-width : 480px){
	.navbar-brand img {
    	height: 85px;
	}
	.welcome img {
    	width: 100%;
    }
    #location .location{
	    display: none;
	}
	#location {
    	background: url(../img/location2.svg) center center no-repeat #ffcf40;
		background-size: 670px auto;
		min-height: 358px
    }
    #home {
	    padding: 100px 0;
	    background: url(../img/hawking-bird-home2.png) center center no-repeat #ffcf40;
	    background-size: 365px auto;
		min-height: 300px;
	}
	.pdf-menu{display: none !important;}
	.welcome, #hours, #menu{
		padding: 50px 0;
	}
	.navbar-fixed-top .nav{
		padding: 30px 0;
	}
	.navbar-collapse{
		box-shadow: none !important;
	}
	#menu a{
		display: block;
		color: #00a9bd;
	    font-family: 'Chau Philomene One';
	    font-weight: normal;
	    text-transform: uppercase;
	    background: url(../img/menu-btn.svg) center center no-repeat;
	    height: 47px;
	    width: 100%;
	    padding-top: 7px;
	    font-size: 20px;
	}
	#menu a:hover{text-decoration: none;}
	#menu img{display: none;}
	.mob-menu{display: block !important; padding-bottom: 30px; margin: 0 auto;}
	#facts figure, #facts hr{display: none !important;}
	#facts{background: #221f1f;}
	.mob-fact{
		display: block !important;
		color: #fff;
	    font-family: 'Chau Philomene One';
	    font-weight: normal;
	    text-transform: uppercase;
	    font-size: 46px;
	    letter-spacing: 3px;
	    text-align: center;
	}
	.order-online-mob{
		display: block !important;
		background: #ffcf40;
		padding: 70px 0;
		margin: 0 auto;
		text-align: center;
	}
	.order-online-mob a{
		font-family: 'Josefin Sans';
	    font-weight: bold;
	    white-space: nowrap;
	    display: inline-block;
	    height: 45px;
	    line-height: 50px;
	    padding: 0 25px;
	    background: #00a9bd;
	    font-size: 18px;
	    text-transform: uppercase;
	    letter-spacing: .025em;
	    color: #fff;
	    text-decoration: none;
	    transition: all .15s ease;
    }
    .order-online-mob a:hover{
		text-decoration: none;
		opacity: .9;
	}
	.instagram .col-md-3, .instagram hgroup span{display: none !important;}
	.instagram h2{
		font-size: 30px;
	}
	.instagram hgroup img {display: block !important; margin: 0 auto; width: 80px;}
	.instagram p{letter-spacing: 0px; margin-bottom: 0 !important; font-size: 16px;}
	#press{padding: 50px 0;}
	#press p{margin-bottom: 0px;}
	footer .reg{font-size: 14px;}
	footer .pull-right{float: left !important;}
	footer ul{margin-top: 50px;}
	footer .copy{padding-top: 40px;}
}


@media only screen and (max-width: 992px) and (min-width: 768px){
	.container{
		width: auto !important;
	}
	.nav > li > a{
		padding: 10px 10px;
	}
	.navbar-brand img{height: 100px;}
	#home{
		background-size: 780px auto;
		min-height: 500px;
	}
	#facts{display: none;}
	.pull-right{
		float: none !important;
		text-align: center;
	}
	footer .copy{padding-top: 50px}
}