@charset "utf-8";
/* CSS Document */

 body{
            background-image: url(../img/background2.jpg);
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            margin: 0;
            padding: 0;
            font-family: 'Ubuntu Condensed', sans-serif;
            background-size: cover;
        }
        .flex-container {
            padding: 0;
            margin: 0;
            list-style: none;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: row wrap;
            justify-content: space-around;
        }

        .flex-item {
            width: 400px;
            color: white;
        }
        .lang{
            position: absolute;
            right: 20px;
            top: 0;
            color: white;
        }
        .lang>p>a{
            text-decoration: none;
            color: white;
        }
        .active{
          color: rgba(130, 200, 54,1)!important;
            font-weight: bold;

        }
.main-content{
	width: 500px !important;
}

        #header>h1{
            text-align: center;
        }
        #header>h1>img{
            width: 300px;

        }
        #subheader>h2{
            color: white;
            font-size: 1.5em;
            font-weight: normal;
            text-align: center;
        }
        #subheader{
            margin-bottom: 5%;
        }
        #form{
          text-align: center;
            margin-top: 5%;

        }
        .emailform{
			text-align: center;
            border-left:none;
            border-bottom:solid 0.5px silver;
            border-right:none;
            border-top: none;
            background-color: transparent;
            font-size: 2em;
            color: white;
            font-family: 'Ubuntu Condensed', sans-serif;

        }
        .emailform:focus{
            outline: none;
        }
        #footer{
			clear: both;
			content: '';
            margin-top: 0;
            text-align: center;
            color: white;
        }
        .diacom{
            font-weight: bold;
        }
        /*#countdown{
            text-align: center;
            font-size: 3em;
            font-weight: bold;
            color: white;
            display: none;
        }
        */

        .button {

            width: 200px;
            height: 40px;
            text-align: center;
            background-color: white;
            color: #0071bc;
            font-weight: bolder;
            margin-left: 2%;
            border: none;
            font-family: 'Ubuntu Condensed', sans-serif;
            margin: 15px auto;
			transition: background 0.3s ease;

        }
        .button:focus{
            outline: none;
        }

        .button:hover {
            background-color: transparent;
            border: 2px solid white;
            cursor: pointer;
            color: white;
            transition: background 0.3s ease;
        }
        .typed-cursor{
            opacity: 1;
            font-weight: 100;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @keyframes blink{
        0%  {opacity:1;}
        50% { opacity:0; }
        100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        .writetext{
            text-align: center;
            color: white;
            font-size: 2.5em;


        }

        #divbutton{
            text-align: center;
            margin-top: 1%;
        }

		.one{
            color: white;
            font-size: 1em;
            text-align: center;
            float: left;
            padding-left: 40px;
            margin-top: 80px;

		}
        .left{
            background-color: rgba(0,0,0,0.5);
        }
        .left>h3{
            text-align: center;
            color: white;
            line-height: 0px;

        }
        .right{
            background-color: rgba(0,0,0,0.5);
			padding: 5px;
			margin: 0;
        }
        .right>h3{
            text-align: center;
            color: white;
        }
        .green{
			
			margin: 10px auto;
            width: 340px;
            text-align: left;
            color: white;
        }
        #email2{
            width: 340px;
            background-color: white;
            margin-left: 30px;
            height: 30px;
			color: black;
				font-size: 1.5em !important;
        }
        textarea{
            resize:vertical;
			margin-left: 30px;
            width: 340px;
            height: 100px;
			color: black;
			font-size: 1.5em !important;
        }
        #textform{
            width: 340px;
            margin-left: 30px;
            height: 30px;
			font-size: 1.5em !important;
        }
        @media screen and (max-width: 1309px){
			
            .flex-item{
                width: 300px;
            }
			.green{
				padding: 0 30px;
			}
            #email2{
                width: 240px;
                border: none;
				color: black;
				font-size: 1.5em !important;
            }
            #textform{
				font-size: 1.5em !important;
                width: 240px;
                border: none;
            }
            textarea{
                width: 240px;
                border: none;
				color: black;
				font-size: 1.5em !important;
            }
            .one{
                display: block;
                margin-top: 80px;
                padding-left: 60px;
            }
            .one1{
                padding: 0!important;
            }
            .writetext{
                font-size: 1.5em;
            }

        }
@media screen and (max-width: 1109px) {

    #left{
        order: 2;
        height: 300px;
        margin-bottom: 5%;
        width: 340px!important;
    }
    #center{
        order: 1;
        margin-bottom: 3%;
    }
    #right{
        order: 3;
        width: 330px!important;
    }
    .container{
        width: 50%;
        margin: auto;
    }
}
@media screen and (max-width: 991px) {
    .one{
        display: block;
        margin-top: 80px;
        padding-left: 20px;
    }
    .one1{
       padding-left: 45px!important;
    }

}
@media screen and (max-width: 921px) {
    .one {
        display: block !important;
        width: 100%;!important;
        padding: 0;
        margin-left: -10px;
        margin-top: 0;
    }
    .one1{
        width: 90%!important;
        margin-left: -30px!important;
    display: block!important;
        padding: 0;
        margin-top: 2%;
    }
    .one_container{

        margin: auto;
    }

}
@media screen and (max-width: 695px) {
    .flex-item,.main-content,.container,.flex-container{
        width: 80%!important;


    }
}


@media screen and (max-width: 471px) {
    body{
        background-image: url("../img/background1.jpg")!important;
        margin: 0;
        padding: 0;
    }
    .flex-item,.main-content,.container,.flex-container{
        width: 100%!important;


    }
    .flex-item{
        overflow: hidden;
    }
    .contact{
        width: 300px;
        margin: auto;
        color: white!important;
    }
}
@media screen and (max-width: 442px) {
    .lang{
        position: relative;
        margin-left: 30px;
    }
}

/*---------------------------------------------------------------------Second page-------------------------------------------------------------------------*/

/* Style the tab */
div.tab {
    float: right;
    background-color: rgba(0,0,0,0.5);
    width: 32%;
}

/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: inherit;
    color: white;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    border-left: 0.5px solid white;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: rgba(255,255,255,0.5);
    color: #000;
}

/* Create an active/current "tab button" class */
div.tab button.active {
    background-color: rgba(130, 200, 54,0.5);
    color: white;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 65%;
    border-left: none;
    height: 300px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    height: 384px;
}
.news{
    width: 800px!important;
    margin-bottom: 5%;
}
.main-container{
    margin-top: 3%;
}
.tab>a{
    text-decoration: none;
    background-color: rgba(0,0,0,0.5);
}

.flex-container2 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;


}
@media screen and (max-width: 799px) {
    div.tab{
        width: 100%;
        margin-bottom: 3%;
    }
    div.tab button{
        text-align: center;
    }
    .tabcontent{
        width: 100%;
    }
    .news{
        overflow: hidden;
    }
}
