@font-face {
    font-family: 'OptimusPrinceps';
    src: url('../fonts/OptimusPrinceps.woff2') format('woff2'),
    url('../fonts/OptimusPrinceps.woff') format('woff'),
    url('../fonts/OptimusPrinceps.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

html {
    background: url(../assets/background_logo.png) no-repeat center center fixed;
    background-size: cover;
}

body {
    margin:0px;
    text-align: center;
    color:#93969e;
    font-family: 'OptimusPrinceps', cursive;
}

h1 {
    color:#cecccc;
    font-size: 24px;
    margin-top:20px;
    margin-bottom:8px;
    margin-left:20px;
    margin-right:20px;
}

h2 {
    color:#b8babc;
    font-size: 20px;
    margin-top:20px;
    margin-bottom:8px;
    margin-left:20px;
    margin-right:20px;
}

a {
    color:#93969e;
    text-decoration: none;
}

p {
    margin:10px;
}

#doorL {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 10;
    left: -50%;
    top: 0;
    background-color: rgb(0,0,0);
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#doorL img {
    float:right;
    position: relative;
    top:50%;
    margin-top: -250px;
}

#doorR {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 10;
    left: 100%;
    top: 0;
    background-color: rgb(0,0,0);
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#doorR img {
    float:left;
    position: relative;
    top:50%;
    margin-top: -250px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}

/* The Overlay (background) */
.overlay {
    width: 100%;
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    margin: auto;
    width: 100%;
    text-align: center;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 4px;
    text-decoration: none;
    font-size: 28px;
    color: #818181;
    display: block; /* Display block instead of inline */
    -webkit-transition: 0.3s;
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .closebtn {
        font-size: 40px !important;
        top: 15px;
        right: 35px;
    }
}


/* HEADER */
#header {
    z-index: 5;
    width:100%;
    height:40px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #090909;
    color:white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#header_social {
    margin-right: 6px;
}


.fas {
    font-size: 32px;
    margin-left: 4px;
    margin-right: 4px;
}

.fab {
    font-size: 32px;
    margin-left: 4px;
    margin-right: 4px;
}

/* FOOTER */

#footer_mobile {
    display:none;
}

#footer_desktop {
    z-index: 2;
    position:fixed;
    height: 120px;
    bottom:0;
}

/* DYNAMIC CONTENT */
#content{
    position:relative;
    width:66%;
    height:100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 40px;
    overflow:hidden;
}

.articleContainer {
    margin: 50px;
}

.divClear {
    clear: both;
}

.columnLeft {
    float:left;
    width : 50%;
}

.columnRight {
    float:left;
    width : 50%;
    text-align: left;
}

/* VIDEO WRAPPER */
.videoWrapper {

}
.videoWrapper iframe {

}

/* PAGES SPECIFIC */
#HISTORY {
    display: flex;
    justify-content: center;
}


.history-container {
    text-align: left;
    max-width: 666px;
}

.pro-line {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pro-item {
    width : 300px;
}

.news-line {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
