
/* ----- Basic Setup -------- */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background-color: #ffffff;
    color: #555555;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_land.jpg);
    background-size: cover;
    height: 800px;
}


.privacy-header {
    height: 300px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/banner_img.jpg);
    background-size: cover;
}

h1 {
    font-weight: 800;
    color: #ffffff;
    font-size: 300%;
    letter-spacing: -2px;
/*    background-attachment: fixed;*/
}

h2 {
    color: white;
}

h3 {
    text-align: center;
    color: white;
    font-size: 20px;
}

p {
    color: white;
    text-align: center;
}


body {
/*    background-size: cover;*/
    height: auto;
}

.row {
    width: 1140px;
    margin: 0 auto;
/*    position: relative;*/
}

.logo {
    height: 150px;
    width: auto;
    float: left;
    margin: 50px 50px;
}

.main-nav {
    list-style: none;
    float: right;
    margin-top: 120px;
    margin-right: 40px;
}

.main-nav li
{
    display: inline-block;
    margin-left: 70px;
    font-size: 70%;
}

.main-nav li a:link,
.main-nav li a:visited {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    transition: color 0.2s;
    
}

.main-nav li a:hover,
.main-nav li a:active {
    color: #A7A7A7;
} 


.mission-statement {
/*    float: left;*/
    width: 1140px;
    margin-top: 50px;
    padding-top: 100px;
    padding-bottom: 250px;
}

.mission-head {
    font-weight: 700;
    font-kerning: normal;
    margin-left: 30px;
}



.btn {
    margin-top: 20px;
    
}

.btn-full:link,
.btn-full:visited {
    border: 1px solid #ffffff;
    color: #fff;
    margin-right: 15px;
    color: #fff;
    transition: background 0.2s color 0.2s;
    margin-left: 30px;
}

.btn-full:hover,
.btn-full:active {
    background: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
    margin-left: 30px;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: background 0.2s color 0.2s;
    margin-left: 30px;
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #ffffff;
    color: #000000;
    background: #fff;
}

.brief-description {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30%;
    color: white
    
}


.brief-description .long-copy {
    margin-bottom: 20px;
    color: white
}

.Control-description {
    text-align: center;
    margin-top: 10px;
}

.section-aboutgame {
    background-color: #000000; 
    margin-top: 800px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.about-text {
    /*margin-left: 5%;*/
    /*margin-right: 5%;*/
}

.Instructional-img {
    width: 80%;
    margin-top: 40px;
    margin-left: 10%;
    margin-right: 10%;
    transform: scale(1);
    transition: transform 0.5s;
}

.Instructional-img:hover {
    transform: scale(1.04);
    transition: transform 0.5s;
}

.about-img {
    width: 100%;
    margin-top: 30px;
}

.section-controls {
    background-color: rgba(0, 0, 0, 1);   
    padding-bottom: 100px;      
}

.instruction-text {
    margin-top: 30px;
}

.section-game {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.6);
    
}

.image-container{
    padding: 50px;
    background-color: black;   
}

.image-header {
    background-color: black;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
    margin-bottom: 50px;

}
.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
    .gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); 
}

.video-player {
    background-color: black; 
}

.container-fluid {
    margin: -10px;
}


@media (max-width: 400px) {
.btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}
    color: white;
}

.gallery-header {
    margin-top: 20px;
}


.section-form {
    width: 1140px;
}

.contact-form {
    margin: auto;
    width: 1140px;
}


input[type=text],
input[type=email],
select,
text {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #f2f2f2;
    font-weight: 100;
}

textarea {
    height: 100px;
    width: 100%;
    border: 1px solid #f2f2f2; 
    font-weight: 100;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus {outline: none}


footer {
    background: #2c2c2c;
    padding: 50px 20px;
}

.footer-nav {
    list-style: none;
    float: left;
    font-size: 80%;
}

.social-links {
    list-style: none;
    float: right;
}

.btn:link,
.btn:visited,
input[type=submit]{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0px;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.footer-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active,
.social-links li a:hover,
.footer-links li a:active {
    color: #fff;
}

.social-links li a:link,
.social-links li a:active {
    font-size: 120%;
    transition: color 1.5s;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram {
    transition: color 0.2s;
}

.ion-social-facebook:hover {
    color: #3b5998;
}

.ion-social-twitter:hover {
    color: #3b5998;
}

.ion-social-googleplus:hover {
    color: #3b5998;
}

.ion-social-instagram:hover {
    color: #3b5998;
}

footer p {
    color: #888;
    text-align: center;
    font-size: 70%;
    margin-top: 30px; 
}

/*-----------------------------*/
/*--------- Pricvacy-----------*/
/*-----------------------------*/

.privacy-policy {
    margin-left: 50px;
    background-color: rgba(0, 0, 0, 1);
    padding-top: 20px;
    background-size: cover;
    margin-bottom: 0px;
    
}

.policy-text {
    text-align: left;
    margin: 20px;
    margin-right: 30px;
    font-size: 15px;

}

.privacy-headings {
    text-align: left       
}

.privacy-list {
    margin-left: 40px;
    float: left;
}

.bullet-list {
    color: white;
    font-size: 15px;
    list-style: circle;
    margin-left: 10px;
    margin-right: 50px;
    margin-top: 10px;
}

.numbered-list {
    color: white;
    font-size: 15px;
    list-style: circle;
    margin-left: 10px;
    margin-right: 50px;
    margin-top: 10px;
}



/*.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 100%;
    transition: color 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
    color: #333;
}
*/

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        border-radius: 0 6px 6px 6px;
    }

.dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

.dropdown-submenu:hover > a:after:hover {  /*The "hover" must come after "after" for the mouse-over sub-menu icons to work.*/
        border-left-color: #555;
    }

.dropdown-submenu.pull-left {
        float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            border-radius: 6px 0 6px 6px;
}

