body {
    width: 100%;
    height: 100%;
    font-family: 'Inter', Arial, sans-serif;
    color: #F9d85d;
}
html {
    width: 100%;
    height: 100%;
}

h1, h2 { font-weight: 600; }
p {font-size: 1.5em}
.container {max-width: 80%; padding-top: 5vh;}
.row { padding: 100px 0; }
.row:last-child {padding: 0 0 100px; }

.page-top { background-color: #000; }

.social-links-nav {
    text-align: center;
}
.social-links-nav a {
    max-width: 30px;display: inline-flex;
    justify-content: space-evenly;
    margin: 0 5px;
}
body .social-links-nav a svg {
    height: 30px;
}
body .social-links-nav a svg * {
    transition: all ease 1s;
    fill: #fefffe;
}


.btn-primary {
    background: #F28820;
    border: black;
    font-size: 20px;
    border-radius: 20px;
    padding: 6px 24px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #F9d85d;
    color: black;
    border: none;
    
}




.welcome-section {
    height: 100%;
    padding-top:80px;
}
.welcome-section h1 {
    margin-top: 0;
}
.welcome-section img {
    width: 94%;
    display: block;
    margin: 0 auto;
}

.welcome-section img:nth-child(2) {
/*
    min-width: 100%;
    max-width: 100%;
*/
    display: block;
    margin: -35px auto;
}








.merch-section {

    text-align: center;
}
.merch-section .row div:nth-child(2) {
    text-align: left
}
.merch a {
    color: #fff;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}
.merch a:hover, .merch a:focus {
    color: #F9d85d;
    text-decoration: underline;
}




.video-section {
    text-align: center;
}

.videoWrapper {
	position: relative;
	padding-bottom: 52%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 60px;
	margin-top: 30px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





.tour-section {
    text-align: center;
}


.contact-section {
    text-align: center;
}



.navbar-default .navbar-nav > li > a:hover {
	color: #000;
	background-color: #fff;
}
.navbar-default {
    background-color: transparent;
    border: none;
    
}
.navbar-default .navbar-nav > li > a {
    color: #F9d85d;
}
.navbar-default .navbar-brand {
    
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: rgba(255,255,255,0.2);
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    
    border: none;
}
.navbar-default .navbar-toggle {
    border: none;
    background-color: #F9d85d;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #F9d85d;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #F9d85d;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #fff;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    background-color: #000;
}
.navbar .container { max-width: 100%; padding-top: 0 }


/* Carousel */

.glyphicon-chevron-left:before {
  content: "<";
    font-weight: bold;
}
.glyphicon-chevron-right:before {
  content: ">";
    font-weight: bold;
}


#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #F9d85d;
    color: #000;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #000;
    color: #F9d85d;
}

.footer p {
  font-size: 14px;
    color: #fff;
}

.footer p a {
  color: #fff;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.footer p a:hover {
  color: #000;
}

.footer p a img {
  margin: 0 9px -2px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.footer p a:hover img {
  margin: 0 9px -2px 18px;
}


@media (min-width:767px) {
    .navbar {
        
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
/*
    .welcome-section img:nth-child(2) {
			min-width: 50%;
			max-width: 50%;
    }
*/
		.welcome-section img {
			min-width: 100%;
			max-width: 100%;
    }
    
}

@media (max-width: 991px) {
.merch-section .row div {
    text-align: center !important
    }
}






