*{
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;	
}

body {
  margin: 0 auto;	
  justify-content: center;
  align-items: center;
  background-color: #F2F2F2;
  overflow-x: hidden;
}

p, ul, li, a, button, option{
  font-weight: 300;
}

h1{
  margin-top: 0;
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 700;	
}

/*Navbar*/
.container{
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: block;
}

.col-md-12{
  padding-left: 0;
  padding-right: 0;
}

.logo{
  display: inline-block;
  padding: 0 20px;
  box-sizing: content-box;
}

.nav-bar{
  z-index: 3;
  box-shadow: 1px 1px 3px #333132;
}

.navbar{
   min-height: 70px;
}

.navbar-nav > li > a{
  padding-top: 25px;
  line-height: 27px;
}

.nav > li > a, .nav > li > a{
  background-color: #F2F2F2;
  color: #333132;
}

.nav > li > a:hover, .nav > li > a:focus{
  background-color: #CF142B;
  color: #333132;
}

.navbar{
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.navbar-default {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

.navbar-toggle{
  border-radius: 0;
  color: #333132;
}

.navbar-default .navbar-toggle{
  margin-top: 18px;
  line-height: 15px;
}

.navbar-default .navbar-toggle:hover{
  background-color: #CF142B;
  color: #F2F2F2;
}

.navbar-default .navbar-toggle .icon-bar{
  color: #333132;
  border: 1px solid #333132;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a{
  color: #333132;
  background-color: #F2F2F2;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
  color: #333132;
  border-bottom: 3px solid #CF142B;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
  color: #333132;
  background-color: #CF142B;
}

/*Header Image*/
#hero {
  perspective: 200px;
  width: 100%;
  height: 100%;
  z-index: 1;	
  margin-bottom: 60px;	
  position: relative;
}

#title {
  margin: 0 auto;
  width: 100%;	
  height: 100%;
  top: 0;
  left: 0;	
  z-index: 2;	
  position: absolute;	
  background-color: rgba(0,0,0,0.65);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  background: url("../img/home-page/bg.jpg") top center no-repeat;
  background-size: contain;	
}

h1.hero-img{
  margin: 15% auto;	
  padding: 0; 	
  color: #FFFFFF;		
  font-size: 50px;
  text-shadow: 1px 1px 5px #000000;			
  text-align: center;	
  text-transform: uppercase;
}

/*Subtitle*/
h2{
  margin: 0 auto;
  text-align: center;
  line-height: 65px;
  font-weight: 700;
  text-transform: uppercase;
}

.side-lines {
  line-height: 0.3;
  text-align: center;	
}

.side-lines span {
  display: inline-block;
  position: relative;  
}

.side-lines span:before,
.side-lines span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #CF142B;
  border-top: 1px solid #CF142B;
  top: 0;
  width: 30px;
}

.side-lines span:before {
  right: 100%;
  margin-right: 15px;
}

.side-lines span:after {
  left: 100%;
  margin-left: 15px;
}

/*Blog*/
.blog{
  width: 100%;
  margin: 0 auto 60px auto;
  padding: 20px;
}

.fa-clock-o{
  margin-bottom: 30px;
  color: #333132;
}

div.blog-text {
  color: #CF142B;
  font-size: 20px;
  text-align: left;	
}

div.blog-text:hover {
  color: #333132;
}

.ui-button-text:hover{
  color: #FFFFFF;	
}

#button1, #button2 {
   display: flex;	
}

#button1, #button2, #buttonset{
   margin: 0 auto;
   text-align: center;
   font-weight: 300;	
}

/*Section*/
#section{
  background-color: #E2E2E2;
  padding: 80px;
}

#section p {
  margin: 30px auto;
  font-size: 20px;
  text-align: center;
}

.toggler { 
  width: 100%; 
  height: auto;
}

#button3 { 
  font-weight: 300;	
  padding: 6px 16px; 
  text-decoration: none; 
  text-align: center; 
  margin: 0 auto; 
  display: flex;
}

#effect {
  position: relative; 
  background-color: #E2E2E2; 
  border: none;
}

#button3:hover{
  color: #FFFFFF;
  background-color: #CF142B;
  border: 1px solid #750c18;
}

button#effectTypes{
  background-color: #E2E2E2; 
  border: none;
  box-shadow: 0;	
}

/*History*/
h1.history-header{
  margin: 60px auto 15px auto;	
  text-transform: uppercase;
  font-size: 50px;
  padding: 0;	
  color: #333132;
  text-shadow: 0 0 0;
}

.history{
  width: 100%;
  margin: 90px auto;
  padding: 0 50px;	
}

.history-text {
  padding: 5px;	
  border-right: 0;
  border-left: 0;
}

.toggler2 {
  width: 100%; 
  height: auto;  	
  position: relative; 
}

#button4 {
  font-weight: 300;	
  padding: 6px 16px; 
  text-decoration: none; 
}

#button4:hover { 
  color: #FFFFFF;
  background-color: #CF142B;	
  border: 1px solid #750c18; 
}

#effect2 { 
  width: 260px; 
  height: 100%;  
  padding: 30px; 
  position: relative; 
  background: #FFFFFF; 
}

#effect2 h3 {
  margin: 0; 
  padding: 6px; 
  text-align: center;
  text-transform: uppercase;
}

#effect2 p{
  text-align: left;
}

#effect2 a{
  color: #CF142B;
}

#effect2 a:hover{
  color: #333132;
}

/*Places To Visit*/
h1.visit-header{
  margin: 60px auto 15px auto;	
  text-transform: uppercase;
  font-size: 50px;
  padding: 0;	
  color: #333132;
  text-shadow: 0 0 0;
}

.visit{
  width: 100%;
  margin: 90px auto;
  padding: 0 50px;	
}

.visit-text {
  padding: 5px;	
  border-right: 0;
  border-left: 0;
}

#tabs-2 img, #tabs-3 img{
  width: 60%;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}

.toggler3 {
  width: 100%; 
  height: auto;	
  position: relative; 
}

#button5, #button6 {
  font-weight: 300;	
  padding: 6px 16px; 
  text-decoration: none; 
}

#button5:hover, #button6:hover { 
  color: #FFFFFF;
  background-color: #CF142B;	
  border: 1px solid #750c18; 
}

#effect3 { 
  width: 100% !important;
  height: 100% !important; 
  padding: 30px; 
  position: relative; 
  background: #FFFFFF; 
}

#effect3 h3 {
  margin: 0; 
  padding: 6px; 
  text-align: center;
  text-transform: uppercase;
}

#effect3 a{
  color: #CF142B;
}

#effect3 a:hover{
  color: #333132;
}

#effect3 p{
  text-align: center;
}

/*Gallery*/
ul, li{
  list-style-type: none;
}

h1.gallery-header{
  margin: 60px auto 15px auto;	
  text-transform: uppercase;
  font-size: 50px;
  padding: 0;	
  color: #333132;
  text-shadow: 0 0 0;
}

.gallery{
  width: 90%;
  margin: 90px auto;
}

.gallery-img {
  padding: 5px;	
  border-right: 0;
  border-left: 0;
}

.wrapper {
  position: relative;
}

.image {	
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1px;	
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  font-weight: 300;		
  transition: 0.5s ease;
  background-color: #CF142B;	
}

.wrapper:hover .overlay {
  opacity: 1;
}

.text {
  color: #FFFFFF;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;	
}

#dialog-link {
  font-weight: 300;	
  padding: 6px 16px;
  margin: 5px;	
  text-decoration: none;
  position: relative;
}

#dialog-link:hover{
   color: #FFFFFF;
   background-color: #CF142B;	
   border: 1px solid #750c18;
}

#dialog-link span{
  margin: 0 5px 0 0;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -8px;
}

#icons {
  margin: 0;
  padding: 0;
}

#icons li {
  margin: 2px;
  position: relative;
  padding: 4px 0;
  cursor: pointer;
  float: left;
  list-style: none;
}

select {
  width: 200px;
}

/*Mind The Gap*/
h1.gap-header{
  margin: 60px auto 15px auto;	
  text-transform: uppercase;
  font-size: 50px;
  padding: 0;	
  color: #333132;
  text-shadow: 0 0 0;
}

.gap{
  width: 100%;
  margin: 90px auto;
  padding: 0 50px;
  clear: both;	
}

.gap-text {
  padding: 5px;	
  border-right: 0;
  border-left: 0;
}

p.gap-content{ 
  font-weight: 300;
  font-size: 20px;	
}

a.gap-content {
  color: #CF142B;	
}

a.gap-content:hover {
  color: #333132;
}

.station iframe{
  margin: 0 auto;
  width: 100% !important;
  height: 550px !important;
  border:1px solid #777777;
}

.left{	
  float: left;	
}

.right{
  float: right;	
}

/*Footer*/
.footer-widget{
  padding: 60px;
  background-color: #333132;
  color: #F2F2F2;
}

.footer-section{
  padding: 20px;
  text-align: left;
}

.footer{
  font-size: 14px;
  font-weight: 300;
  padding: 22px 20px 18px 20px;
  text-align: left;
  color: #F2F2F2;
  background-color: #222222;
  clear: both;	
}

.logo2 {
  width: 100%;	
  margin: auto;
  text-align: left;
  padding-top: 50px;	
}

h4{
  text-align: left;	
}

.footer-links{
  color: #CF142B;	
}

.footer-links:hover{
  color: #F2F2F2;	
}

.footer-text{
  padding-top: 8px;	
  float: left;
}

.footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 100%;
  font-size: 20px;
  color: #222222;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  margin-bottom: 7px;
  padding-top: 1px;
  float: right;	
}

.footer-icons a:hover{
  background-color: #CF142B;
}


/*Media Queries*/
@media only screen and (max-width : 991px) {
	
.blog, .gallery{
  width: 60%;
}
	
.footer-section{
  text-align: center;
}	

.logo2 {
  width: 220px;	
  padding-top: 0;	
  text-align: center;
  align-content: center;
  justify-content: center;
  display: flex;
}

h4{
  text-align: center;	
}	

.gallery, .history, .visit, .gap{
  margin: 20px auto 60px auto;
}
	
.left{	
  float: none;	
}

.right{
  float: none;	
}	
	
}

@media only screen and (max-width : 768px) {
	 
.col-md-12{
  padding-right: 0;
  padding-left: 0;	
}

#hero { 
  margin-bottom: 40px;	
}
	
.blog{
  margin: 0 auto 40px auto;
}

.fa-clock-o{
  margin-bottom: 15px;
}
	
.navbar-default .navbar-collapse{
  margin-top: 12px;
  line-height: 10px;
}

.navbar-nav > li > a{	 
  padding-top: 15px;
  line-height: 28px;
}
		 
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
  color: #FFFFFF;
  background-color: #CF142B;
}
	
h1.hero-img, h1.gallery-header, h1.history-header, h1.visit-header, h1.gap-header {
  font-size: 30px;	 	
}	  
	 
h2{
  font-size: 25px;
}
	
#section{
  padding: 60px;
}	

div.blog-text {
  font-size: 18px;
}

#section p {
  font-size: 18px;
}
	
.footer-text{
  margin: 0 auto;	
  float: none;
  padding: 22px;	
  text-align: center;	
}

.footer-icons{
  margin: 0 auto;	
  float: none;	
  padding-bottom: 22px;	
  text-align: center;
  justify-content: center;
  align-content: center;	
  display: flex;	
}

#dialog-link {
  margin: 0 5px;
  text-align: center;
  justify-content: center;
  align-content: center;
  position: static;
  display: flex;
}	
	
#tabs-2 img, #tabs-3 img{
  width: 100%;
}	

p.gap-content{ 
  font-size: 18px;	
}
	
}

@media only screen and (max-width : 480px) {
	
.blog, .gallery{
  width: 100%;
}

}
