/*!
 * CSS Template - CAGE Business
 */

/* Global Styles */

html,
body {
    height: 100%;
    font-family: 'Hind';
    background-color: #0f0f0f;
    color: #bfd9bf;
    margin: auto;
    max-width: 1920px;
}

a {
    color:white;
}

a:hover {
    color:#539ad7;
}

b {
    color:white;
}

.well, input[type="text"], input[type="email"], textarea, .thumbnail, input[type="message"] {
    background-color: #0f0f0f !important;
    font-family: 'Hind';
    font-size:20px;
}

.modal-content {
    background-color: #1f1f1f;
    font-size:20px;
}

.modal-body {
    min-height:255px;
}

.modal-header, .modal-footer {
    background-color: #1f1f1f;
}

.panel {
    min-height:300px;
    background-color:#b6c9b6;
    border-radius:10px;
}

.navbar-inverse .navbar-toggle {
    height:55px;
} 

.navbar-toggle {
    padding-left:15px;
    padding-right:15px;
    margin-top:20px;
    -webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.navbar-toggle[aria-expanded='true'] {
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
}

.breadcrumb, .panel-heading {
    font-family: 'Hind';
    background-color: #4a6751!important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    text-align: left;
    border-radius:5px;
}

.parallax { 
    /* Set a height */
    height: 450px;
    width: 100%;
    margin: 0 !important;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
    color:#caffca;
    font-family: 'Hind';
    font-style: bold;
    text-align: center;
    font-size: 7vw;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    z-index: -1;
}

.parallax.lg {
    height:500px;
}

.parallax-sherwood {
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../imgs/Sherwood/CoverArt1080.jpg");
}
.parallax-sherwood1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../imgs/Sherwood/Sherwood1.jpg");
}
.parallax-battlewaves {
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../imgs/BattleWaves/ScreenShotJungleGameplay.jpg");
}
.parallax-sas {
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../imgs/SailAndSacrifice/SailAndSacrifice.jpg");
}
.parallax-cage {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../imgs/CAGEFull.jpg");
}

.trailer-video {
    z-index:-1;
    height:100%;
    width:100%;
}

iframe {
    height:100%;
    width:100%;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0);
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.right-align {
    text-align:right !important;
}

.left-align {
    text-align:left !important;
}

.overlay.top-35 {
    top:35%;
}
.overlay.top-20 {
    top:20%;
}

.overlay {
    text-align:left;
    height:100%;
    width:auto;
    position:absolute;
    top:25%;
    left:5%;
    right:5%;
    z-index:1;
    font-family: 'Hind';
    font-size:calc(15px + 1.5vw);
    
    color:white;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    pointer-events: none;
}


.overlay > div > iframe {
    min-height: 768px;
}

.overlay button {
    background-color: rgba(200, 300, 240, 0.2);
    color: white;/*#daffda;*/
    border-color: white;
    font-size: 26px;
    border-width: 3px;
    text-shadow: 0 3px 3px rgba(0,0,0,.6);
    box-shadow: 0px 3px 3px rgba(0,0,0,.6);
}
.overlay button:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
    border-color: #222;
}

.overlay .header {
    font-size: calc(20px + 3vw);
    text-shadow: 2px 2px 4px black;
}

.overlay .subheader {
    text-shadow: 2px 2px 4px black;
}

.overlay a {
    pointer-events: auto;
}

.overlay .next {
    text-align:right;
    position:absolute;
    bottom:40%;
    right:0%;
    text-shadow: 2px 2px 4px black;
}

.overlay .social {
    text-align:right;
    position:absolute;
    bottom:25%;
    right:0%;
    text-shadow: 2px 2px 4px black;
}

@keyframes archTxt {
  0% { content: "Live Your Pirate Fantasy";opacity:1; }
  17%, 50%, 83% { opacity: 0; }
  33% { content: "Explore the Islands"; opacity:1;}
  67% { content: "Choose Your Allies";opacity:1; }
}

.arch-keywords::after {
  content: "Live Your Pirate Fantasy";
  animation: archTxt 11s ease-in-out infinite;
}

@keyframes gameTxt {
  0% { content: "Manage Your Crew";opacity:1; }
  17%, 50%, 83% { opacity: 0; }
  33% { content: "Fencing and Naval Combat"; opacity:1;}
  67% { content: "Treasure and Mystery";opacity:1; }
}

.game-keywords::after {
  content: "Manage Your Crew";
  animation: gameTxt 8s ease-in-out infinite;
}

@keyframes narrTxt {
  0% { content: "Robert Warden";opacity:1; }
  17%, 50%, 83% { opacity: 0; }
  33% { content: "Jacobo Alonso Burgés"; opacity:1;}
  67% { content: "Kalinago Natives";opacity:1; }
}

.narr-keywords::after {
  content: "Robert Warden";
  animation: narrTxt 9s ease-in-out infinite;
}

@keyframes envTxt {
  0% { content: "Realistic TrueSky";opacity:1; }
  17%, 50%, 83% { opacity: 0; }
  33% { content: "Dense Foliage"; opacity:1;}
  67% { content: "Architecture";opacity:1; }
}

.env-keywords::after {
    content: "Realistic TrueSky";
    animation: envTxt 7s ease-in-out infinite;
}

@keyframes musicTxt {
  0% { content: "Dynamic Orchestra";opacity:1; }
  17%, 50%, 83% { opacity: 0; }
  33% { content: "Sea Shanties"; opacity:1;}
  67% { content: "Ambient Sounds";opacity:1; }
}

.music-keywords::after {
    content: "Dynamic Orchestra";
    animation: musicTxt 8.5s ease-in-out infinite;
}

.bg-video {
    min-width:100% !important;
    max-width: 100% !important;
    min-height:90% !important;
    max-height:90% !important;
    margin-bottom:10px;
    background-color:black;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: 50%;
    transform: translateX(-50%);
    opacity: 75%;
    object-fit: cover;
    overflow: hidden;
    display:block;
}

.stretch-panel {
    width:100%;
    height:auto;
    background-color:#27322c;
    text-align: center;
    margin-top:10px;
    margin-bottom:10px;
}

.stretch-panel:before {
}

.stretch-panel .header {
    font-family: 'Hind';
    font-size: calc(20px + 2vw);
    margin-left:auto;
    margin-right:auto;
    color:white;
    width:50%;
    background-color:#17221c;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.stretch-panel .header-lg {
    font-family: 'Hind';
    font-size: calc(20px + 2vw);
    margin-left:auto;
    margin-right:auto;
    color:white;
    width:65%;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color:#17221c;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.stretch-panel .inner {
    font-family: 'Hind';
    font-size:calc(15px + 2vw);;
    padding-top:2%;
    padding-bottom:2%;
    color:#fffaea;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.stretch-panel .inner .hover {
    background-color:black;
}

.fa-outline {
    text-shadow: 0px 0px 5px white;
}
.fa-outline:hover {
    text-shadow: 0px 0px 25px white;
}

.btn {
    font-family: 'Hind';
    font-size:25px;
    color:#afcfaf;
    background-color: #17221c;
    border-color:#afcfaf;
    text-shadow: 0 1px 1px rgba(0,0,0,.6);
}

.btn .btn-stretch {
    margin-top:20px;
    width:auto;
    padding-left:35px;
    padding-right:35px
}

.mini-container {
    margin:5px;
    text-align: center
}

.page-header {
    font-family: 'Hind';
    font-style: bold;
    font-size: 45px;
    text-align: center;
    color:white;
    margin-top:20px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.panel-body {
    font-family: 'Hind';
    font-size:25px;
    text-align: left;
}

.navbar {
    font-family: 'Hind';
    background-color: #121615;
    position: relative;
    top: 0px;
    margin-bottom: 0px;
}

.navbar-brand {
    margin-bottom:-10px;
    height:10%;
}

.navbar-nav>li>a {
    line-height:240%;
    font-size:25px;
    font-weight:600;
    font-family: 'Hind';
}

.dropdown-menu {
    background-color: #afcfcf;
}

hr {
    border-top:1px solid #bfd9bf;
}

h1 {
    border-bottom:1px solid #bfd9bf;
    color: white;
    font-family: 'Hind';
    font-size:40px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

h2 {
    font-family: 'Hind';
    font-size:30px;
    color:white;
}

h3, h4 {
    color: #fffaea;
    font-size:22px;
    font-family: 'Hind';
    padding-left:10px;
    padding-right:10px;
}

body {
    overflow-x:hidden;
    /*padding-top: 50px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 100%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}
.carousel-caption {
    font-size:4vw;
    font-family: 'Hind';
    border-bottom:2px solid white;;
    margin-bottom:70px;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Footer Styles */

footer {
    padding: 10px;
    margin: 16px 0;
    font-family: 'Josefin Sans';
    font-size:20px;
    text-align:center;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}