html {}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #DE9600;
}

body {
    font-family: 'Catamaran', cursive;
    background-color: black;
    margin: 0;
    /*overflow: hidden;*/
}

footer {
    font-size: 18px;
    color: lightgray;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    height: 75px;
    background: dimgray;
    opacity: 0.7;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.container-fluid {
    padding: 0;
}

.navbar-nav {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
}

.navbar-nav>li.navbar-right {
    float: right !important;
}

.navbar {
    margin-bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    height: 40px;
    text-align: center;
    width: 100%;
    /*background-color: rgba(220, 47, 5, 1);*/
    /*background-color: rgb(20,20,20);*/
    background-color: #260126;
}

.nav {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.navbar-inner {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#navbar-menu {
    position: relative;
}

#navbar-menu>ul>li>a {
    background: 0 !important;
    /*color: #DE9600 !important;*/
    color: #F2EEB3 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#navbar-menu>ul .active>a {
    background: 0 !important;
    /*color: #DE9600;  !important;*/
    color: #F2EEB3 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#navbar-menu>ul>li>a:hover {
    background: 0 !important;
    /*color: #DE9600 !important;*/
    color: #F2EEB3 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.navbar-default {
    border-bottom: 0;
}

#bcg-1 {
    top: -20%;
    height: 160%;
}

#bcg-4 {
    top: 28%;
    height: 150%;
}

.brand {
    padding-left: 10%;
    display: inline;
}

.fill-screen {
    /*padding-top: 100px;*/
    background-size: cover;
    background-position: center;
    z-index: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#left-nav {
    z-index: 100;
    background-color: transparent;
}

.fill-screen .row {
    margin-top: 120px;
}

.background-image {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
}

.section-article {
    overflow: hidden;
    border-radius: 12px;
    /*color: #DE9600;*/
    color: #F2EEB3;
    font-size: 18px;
    /*background: rgba(0, 0, 0, 0.3);*/
    /*box-shadow: 10px 10px 136px 3px rgba(255, 255, 255, 0.3);*/
    background-color: #260126;
}

.section-article p {
    margin: 30px;
    text-align: center;
}

#image-3 {
    height: 50%;
    width: 150%;
}

.full-screen-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    opacity: 0.7;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.down-arrow {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
}

.icon-cog {
    /*color: #DE9600;*/
    color: #260126;
}

.down-arrow a {
    /*color: #DE9600;*/
    color: #260126;
}

.down-arrow a:hover {
    color: rgba(255, 255, 255, 0.5);
}

#article-1 {
    margin-top: 120px;
}

#section-3 {
    background-color: black;
}

#article-3 {
    height: 40%;
    width: 100%;
    background: transparent;
    color: #260126;
}

#bcg-parallax1 {}

.bcg-parallax {
    padding: 260px 0;
    /*color: #DE9600;*/
    margin: 0;
    color: #F2EEB3;
    width: 100%;
    background-color: black;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.bcg {
    /*background-size: 100% auto;*/
    position: absolute;
    min-height: 160%;
    min-width: 100%;
    top: 10%;
    z-index: 1;
    opacity: 0.6;
}

.content-wrapper {
    width: 90%;
    padding: 40px 0;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 2;
    font-size: 18px;
}

.content-wrapper>p>a {
    color: #F2EEB3 !important;
    text-decoration: underline;
}

.section-row {
    text-align: center;
    /*height: 320px;*/
    margin: 0;
    /*background-color: rgba(20,20,20,1);*/
    background-color: #260126;
    /*color:rgba(220, 47, 5, 1);*/
    position: relative;
}

.row {
    width: 100% !important;
}

.section-row>article {
    position: relative;
    top: 50%;
    transform: translateY(-60%);
    font-size: 21px;
    opacity: 0;
    /*color: #DE9600;*/
    color: #F2EEB3;
    transition: all 1s ease-out;
}

#section-4>article {
    transform: translateY(-50px);
    opacity: 0;
    transition: all 1s ease-out;
}

#section-4>article .fade-in {
    opacity: 1;
}

.section-row>.fade-in {
    opacity: 1;
}

.section-row-transparent {
    background: transparent;
    color: #F2EEB3;
    text-align: center;
    /*height: 320px;*/
    position: relative;
    font-size: 21px;
}

.section-row-transparent>article {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    font-size: 21px;
}

@media (max-width: 1080px) {
    section {
        font-size: 22px !important;
    }
    .section-row>article {
        font-size: 26px !important;
    }
    .content-wrapper {
        font-size: 22px;
    }
    nav,
    .navbar-nav,
    .navbar-nav>li {
        height: 80px !important;
    }
    .navbar-nav>li>a {
        padding: 25px 15px 25px 15px;
        font-size: 26px;
    }
}

.logo>a {
    padding: 0 !important;
}

.logo img {
    height: 50px;
}

.modal {
    color: #F2EEB3 !important;
}

.modal-header {
    background: #260126 !important;
    border: none !important;
}

.modal-body {
    background: #260126 !important;
    border: none !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.modal-footer {
    background: #260126 !important;
}

.modal-content {
    background: #260126 !important;
}

.modal-dialog {
    width: 80% !important;
    border-radius: 12px !important;
	padding: 20px;
}

@media only screen and (max-device-width: 480px) {
	* {
		font-size: 110% !important;
	}
	
	.modal-dialog{
		font-size: 120% !important;
		width: 100% !important;
	}
	
}
/*
     FILE ARCHIVED ON 16:50:21 Dec 30, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:59:27 Nov 26, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 101.26
  exclusion.robots: 0.087
  exclusion.robots.policy: 0.081
  RedisCDXSource: 11.386
  esindex: 0.009
  LoadShardBlock: 71.721 (3)
  PetaboxLoader3.datanode: 44.126 (4)
  CDXLines.iter: 15.757 (3)
  load_resource: 83.995
  PetaboxLoader3.resolve: 81.177
*/