/*
    DEMO STYLE
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');


body {
    font-family: 'Roboto', sans-serif;
    background: #fafafa;
    background: #051508 url(../img/bg.jpg);
    background-size: cover;
}

h1,h2{
    color: #fff;
}
h3{
    color: #eda857;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #e9ede1;
}

#sidebar ul p.back{
    color: #ecc95f
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding:0px 10px;
    background: transparent;
    border: none;
    border-radius: 0;
    background: #163931;
    margin-bottom: 0px;
    box-shadow: none;
}

.navbar-header{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.navbar-header h3{
    flex: 3;
    text-align: center;
}

/*.navbar-header h3 img{
    float: right;
}*/
.navbar-btn{
margin: 0;
padding: 0 0 0 5px;
}
.btn-info{
    background: none;
    color:#fff;
    font-size: 18px;
}

.btn-info:hover, .btn-info:focus, .btn-info:active:focus {
    color: 
#fff;
background-color:
transparent;
border-color:
    transparent;
}

.hidden{
    display: none;
}

@media (min-width: 768px) {
.navbar-default{
display: none;
}
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

.logo{
    width: 100%;
    max-width: 200px;
    display: none;
}

.logo-mobile-menu{
    width: 100%;
    max-width: 200px;
    display: block;
}
.logo-mobile{
    width: 100%;
    max-width: 200px;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .logo-mobile-menu{
        display: none;
    }
    .logo{
        display: block;
    }
    }


#sidebar {
    min-width: 250px;
    max-width: 250px;
    /*background: #163931;*/
    background: rgb(14,115,125);
background: linear-gradient(0deg, rgba(14,115,125,1) 0%, rgba(2,112,87,1) 100%);
    color: #fff;
    transition: all 0.3s;
}
@media (min-width: 768px) and (max-width: 1400px) { 
#sidebar{
    background: rgba(22,57,49,0.75);
}

}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px 18px;
    font-size: 18px;
}

#sidebar ul li a {
    padding: 10px 18px;
    font-size: 1.1em;
    display: block;
    font-weight: 700;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #eda857;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #05b258;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
 
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    LOGIN STYLE
----------------------------------------------------- */
.login.icon-container{
    display: block;
}

.button{
height: 55px;
    width: 100%;
    max-width: 210px;
    min-width: 220px;
    display: flex;
    align-content: center;
    justify-content: left;
    border-radius: 60px;
    margin: 15px auto;
    background-color: #ee874f!important;
    box-shadow: 0px 4px 1px #205145!important;
    color: #fff;
    display: block;
    align-self: center;
    padding-left: 12px;
    font-size: 18px;
    line-height: 1;
    display: block;

}

.icon-container input {
    margin: 10px auto;
    max-width: 240px;
    text-align: center;
    display: block;
}

p.login{
    background: #05b258;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */


#content {
    
    min-height: 90vh;
    transition: all 0.3s;
    background: rgb(2,112,63);
    background: linear-gradient(0deg, rgba(14,115,125,1) 0%, rgba(2,112,87,1) 100%);
margin: 0 auto;
width: 100%;
max-width: 1050px;
border: 1px solid
    #072f26;
}

@media (min-width: 1300px) { 
    #content {
        padding: 5px 30px 30px;
    margin: 40px auto;
    max-width: 1040px;
    border-radius: 10px;
}
}

.contain{
    transition: all 0.3s;
    /*background: #1f5145;*/
}

/* GAME DIALOG */
.wrapper {
    display: flex;
    align-items: stretch;
    min-height: 100vh;
}

.game_dialog_hero{
    max-width: 600px;
    width: 100%;
    height: auto;
    display: block;
    padding: 30px;
    margin: 0 auto;
}

.top_piece{
    height: 139px;
    width: 100%;
    background-size: contain;
    background-position: bottom;
    background-image: url(../img/top-complete.png);
    background-repeat: no-repeat;
}

@media (max-width: 480px) {
#wrapper{
    margin: -50px auto;
}

}

.content{
    max-width: 800px;
    padding: 0px 12%;
    height: auto;
    background-size: contain;
    background-position: bottom;
    background-image: url(../img/middle.png);
}

.bottom_piece{
    height: 199px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(../img/bottom-complete.png);
}


/* TYPOGRAPHY */

.content p{
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #000;
}

.content h1, .content h2, .content h3,.content  h4, .content h5, .content h6{
    line-height: 1.3;
    padding-bottom: 10px;
    margin-top: 0;
    color: #000;
}

.content blockquote {
    width: 100%;
    padding: 10px 20px;
    background-color: #f2d857;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 10px;
    box-shadow: inset 0 0 3px #cea01d;
    border-radius: 4px;
    color: #8e430b;
    border-left: none;
}

/* ---------------------------------------------------
    GALLERY STYLE
----------------------------------------------------- */
.gallery .image_container{
    display: inline-block;
    width: 190px;
    height: 190px;
    /* max-width: 400px; */
    margin: 10px 10px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);

}

.gallery .video_container{
    display: inline-block;
    width: 285px;
    height: 200px;
    /* max-width: 400px; */
    margin: 10px 10px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);

}

@media (max-width: 430px) {
    .gallery .image_container{
        width: 95%;
    }

    .gallery .video_container{
        width: 95%;
        max-width: 290px;
    }
}


.gallery .image_container img{
    display: block;
  width: 100%; 
    height: 100%;
    object-fit: cover;
}

.gallery .video_container img{
    display: block;
  width: 100%; 
    height: 100%;
    object-fit: cover;
}

.gallery a.popup-link{
    height: auto;
    text-decoration: none;
}



/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
