﻿/* 1920 * 1080 */
/* 1366 *  768 */
/* 768 e kadar*/


@font-face {
    font-family: '_bahnschrift';
    src: url(../Fonts/_bahnschrift.ttf) format('truetype') ;
    font-weight:100;
}

@font-face {
    font-family: '_goudcatn';
    src: url(../Fonts/_goudcatn.ttf) format('truetype');
    font-weight:normal;
}

body {
    font-family: "_bahnschrift", Arial;

    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url("../Assets/images/bg.jpg");
    background-repeat: repeat-x;
    background-color: black !important;
    color: lightgray !important;
}

/* BEGIN MOBILE */
@media screen and (max-width: 768px) {
    .css1 {
        visibility: visible;
        color: black;
    }

    .css2 {
        visibility: collapse;
        color: black;
    }

    .css3 {
        visibility: collapse;
        color: black;
    }

    .logo {
        position: absolute;
        width: 263px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .bottom-info {
        position: fixed;
        width: 100%;
        height: auto;
        bottom: 0px;
        left: 0px;
        background-color: black;
        font-size: 10px;
        text-shadow: 2px 2px 2px black;
    }

    .slogan {
        font-family: '_goudcatn', Verdana;
        position: fixed;
        width: 100%;
        top: 200px;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        font-size: 20px;
        color: lightgray;
        text-align: center;
        text-shadow: 2px 2px 2px black;
    }

    .bar-container {
        visibility: hidden;

        position: absolute;
        top: 200px;
        right: 0px;
        width: 500px;
        height: 350px;
        border: none;
        padding: 0px;
    }

    .toggle-ico {
        position: fixed;
        cursor: pointer;
        top: 10px;
        left: 10px;
        width: 50px;
        border: none;
        padding: 0px;
        visibility: visible;
        z-index: 1001;
    }

    .mobile-bottom-image {
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 65px;
        padding: 0px;
        visibility: visible;
    }

    .hide-for-mobile {
        visibility: hidden !important;
        display: none !important;
    }

    .content-div {
        top: 160px;
        left: 0;
        border-radius: 25px;
        /*background: rgba(0, 0, 0, 0.4);*/
        display: inline-block;
        padding: 10px;
        position: fixed;
        z-index: 10
    }

    .content-text-div {
        font-size: 12px;
        margin-top: 130px;
        width: 100%;
        text-align: justify;
        text-justify: inter-word;
    }
}
/* END OF MOBILE*/

/* BEGIN MIDDLE */
@media screen and (min-width: 768px) and (max-width: 1500px) {
    .css1 {
        visibility: collapse;
        color: black;
    }

    .css2 {
        visibility: visible;
        color: black;
    }

    .css3 {
        visibility: collapse;
        color: black;
    }

    .logo {
        width: 263px;
        position: fixed;
        right: 80px;
        top: 0px
    }

    .bottom-info {
        position: fixed;
        width: auto;
        height: auto;
        right: 0px;
        bottom: 20px;
        font-size: 12px;
        text-shadow: 2px 2px 2px black;
    }

    .slogan {
        font-family: '_goudcatn', Arial;
        position: fixed;
        left: 50px;
        top: 50px;
        display: block;
        font-size: 56px;
        color: lightgray;
        text-shadow: 2px 2px 2px black;
    }

    .bar-container {
        position: fixed;
        top: 200px;
        right: 0px;
        width: 500px;
        height: 350px;
        border: none;
        padding: 0px;
    }

    .toggle-ico {
        position: fixed;
        cursor: pointer;
        top: 10px;
        left: 10px;
        width: 50px;
        border: none;
        padding: 0px;
        visibility: hidden;
        z-index: 1001;
    }

    .mobile-bottom-image {
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 65px;
        padding: 0px;
        visibility: hidden;
    }

    .hide-for-mobile {
        visibility: visible !important;
    }

    .content-div {
        top: 100px;
        left: 0;
        border-radius: 25px;
        /*background: rgba(0, 0, 0, 0.4);*/
        display: inline-block;
        padding: 10px;
        position: fixed;
        z-index: 10;
        text-shadow: 2px 2px 2px black;
    }

    .content-text-div {
        font-size: 12px;
        width: calc(100% - 500px);
        text-align: justify;
        text-justify: inter-word;
    }
} 
/* END OF MIDDLE */

/* BEGIN LARGE */
@media screen and (min-width: 1500px) {

    .css1 {
        visibility: collapse;
        color: black;
    }

    .css2 {
        visibility: collapse;
        color: black;
    }

    .css3 {
        visibility: visible;
        color: black;
    }

    .logo {
        width: 263px;
        position: fixed;
        right: 80px;
        top: 0px
    }

    .bottom-info {
        position: fixed;
        width: auto;
        height: auto;
        right: 0px;
        bottom: 20px;
        font-size: 12px;
        text-shadow: 2px 2px 2px black;
    }

    .slogan {
        font-family: '_goudcatn', Arial;
        position: fixed;
        left: 50px;
        top: 50px;
        display: block;
        font-size: 56px;
        color: lightgray;
        text-shadow: 2px 2px 2px black;
    }

    .bar-container {
        position: fixed;
        top: 200px;
        right: 0px;
        width: 500px;
        height: 350px;
        border: none;
        padding: 0px;
    }

    .toggle-ico {
        position: fixed;
        cursor: pointer;
        top: 10px;
        left: 10px;
        width: 50px;
        border: none;
        padding: 0px;
        visibility: hidden;
        z-index: 1001;
    }

    .mobile-bottom-image {
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 65px;
        padding: 0px;
        visibility: hidden;
    }

    .hide-for-mobile {
        visibility: visible !important;
    }

    .content-div {
        top: 100px;
        left: 0;
        border-radius: 25px;
        /*background: rgba(0, 0, 0, 0.4);*/
        display: inline-block;
        padding: 10px;
        position: fixed;
        z-index: 10;
        text-shadow: 2px 2px 2px black;
    }

    .content-text-div {
        font-size: 12px;
        width: calc(100% - 500px);
        text-align: justify;
        text-justify: inter-word;
    }
} /* END OF LARGE */


.toggle {
    width: 10%;
    height: 10%;

    background-color: black;
    opacity: 0.9;
    position: fixed;
    
    top: 0px;
    left: 0px;
    border: none;
    padding: 0px;

    visibility: hidden;

    z-index: 1000;
}

.main-circle {
    width: 50%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    display: block;
}

a {
    text-decoration: none !important;
}

hr {
    border: 1px solid gray !important;
}



.bottom-info a, .bottom-info a, .bottom-info a:visited, .bottom-info a:hover, .bottom-info a:active {
    color: white;
}

.ico-social {
    width: 16px;
    padding: 2px;
}

.a-transparent {
    opacity: 0.5;
}

.a-transparent:hover {
    opacity: 1.0;
}

.a-transparent-r {
    opacity: 1.0;
}

.a-transparent-r:hover {
    opacity: 0.5;
}

.a-transparent-r-anim {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.a-transparent-r-anim:hover {
    opacity: 0.5;
}


.a-transparent-anim, .a-transparent-anim:visited {
    color:white;
    opacity: 0.5;
}

.a-transparent-anim:hover, .a-transparent-anim:active {
    opacity: 1;
    color: white;
    transition: opacity 0.2s ease-in-out;
}

.toggle-bar {
    background-image: url('../Assets/images/bar.png');
    height: 60px;
    background-repeat: no-repeat;
    background-position: right;
    text-align: center;
    font-family: '_bahnschrift';
    font-weight: lighter;
    font-size: 24px;
}

.toggle-bar a {
    color: black;
}


.bar {
    background-image: url("../Assets/images/bar.png");

    height: 60px;
    right: 0px;
    float: right;
    position: absolute;
}

.bar-text {
    font-family: '_bahnschrift';
    font-weight: lighter;
    font-size: 24px;
    position: relative;
    float: right;
    margin: 10px 20px 0px 0px;
}

.bar-container a:link, .bar-container a:visited {
    color: black;
}

.bar-container a:hover, .bar-container a:active {
    color: black;
}

.bar-size-10 {
    width: 495px;
}

.bar-size-9 {
    width: 450px;
}

.bar-size-8 {
    width: 400px;
}

.bar-size-7 {
    width: 350px;
}

.bar-size-6 {
    width: 300px;
}
/* BAR END */
