/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 27, 2020, 10:24:39 PM
    Author     : Z10387
*/

*{

    box-sizing: border-box;
}

body, html{ min-height: 100%;}
body{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat','Dosis','Oswald','Roboto',sans-serif;
    /*font-family: sans-serif, Helvetica,Verdana, Tahoma;
    */
}


header{   
    padding-top: 2%;

    width: 100%;
    /*  display:flex;*/
    overflow: auto;
    align-items: center;
    transition: 0.06s;
    padding: 0;
    padding-right: 10%;
    z-index: 9999;



}

.fixed{
    position: fixed;
    overflow: hidden;
    top:0;
    left: 0;
}

section{
    margin: 0;
    width: 100%;


}



#logo{
    float: left;
    margin-left: 10%;
    margin-right: 5%;
    font-weight: bold;    
    color: #c4D2E9;
}

nav ul{
    display: inline-flex;
    list-style: none;
    color: #fff;
}
nav{
    float: right;
    margin-left: 0;
    padding: 0;
    margin-right: 0;
    margin-top:1.5%;
    width:65%;
    padding-left:5px;
    justify-content:  space-between;
    align-items: center;
    overflow: hidden;



}




.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {

    border: none;
    outline: none;


    background-color: inherit;
    font-family: inherit;

    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 9px 15px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: 0.5s;
    font-size: 17px;   
    color: #f2f2f2;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dropdown:hover .dropbtn {
    color: #00e6e6;
    border-radius: 5px;
    box-shadow: 0 0 7px #00e6e6,
        0 0 9px   #80ffff
}

.dropdown-content {
    margin-top: 1px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border-radius: 5px;
    min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 99999;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px dotted #00e6e6;
}
.dropdown-content:last-child {
    border-bottom: none
}

.dropdown-content a:hover {
    background-color: #ddd;
    color:  #00b3b3;

}

.dropdown:hover .dropdown-content {
    display: block;


}







/* Navbar links */
header a{

    float: left;
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 9px 15px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: 0.5s;
    font-size: 17px;   

    margin-top: 5px;
    margin-bottom: 5px;

}
/*header a:hover {
    background-color: #ddd;
    color: black;
}*/
/* pinkish
header a:hover {
    color: #990099;
    border-radius: 5px;
    box-shadow: 0 0 7px #990099,
        0 0 5px   #cc33ff
}
*/

header a:hover {

    color: #00e6e6;
    border-radius: 5px;
    box-shadow: 0 0 10px #00e6e6,
        0 0 10px   #80ffff
}
/* green
header a:hover {
    color: #80ff00;
    border-radius: 5px;
    box-shadow: 0 0 7px #ccff99,
        0 0 5px   #66ffff
}
*/
header a.active{
    background-color: #4CAF50;
    color: white;
}


/* first section -==> intro*/
#intro{
    margin: 0;
    padding: 1%;
    padding-bottom:18%;

    /* position: relative;
     top:0;
     left:0;*/
    border:1px solid black;
}

.bg {
    background-image: url("../Images/background/803383.jpg");
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size: 100% 100%;




}

#title{
    margin-top: 20%;
    margin-left: 15%;
    width: 50%;
    margin-right: 0;
    /* font-family: fantasy,Futura, sans-serif, Helvetica,Verdana, Tahoma;*/
    font-family: 'Anton','Oswald','Montserrat','Dosis','Oswald','Roboto',sans-serif;
    margin-bottom: 20px;
    font-weight: 700;


}
#title h1{
    margin-top: 1%;
    font-size: 49px;
    color: #f2f2f2;
    font-weight: normal;
    margin-bottom: 0
}
#subtitle{
    margin-top: 0;
    margin-bottom: 1%;
    font-size: 20px;
    color: #A0B4D2;
    font-weight: normal;
    float: right;
    font-family: Verdana
}

#welcome{
    margin-bottom: 0px;
    font-family: Verdana,'Futura Std Condensed', sans-serif, Helvetica,Verdana, Tahoma;
    color: #CCCCCC;
    font-size: 25px;
}

#about{
    text-align: center;
}

#inside{
    margin-top: 1%;
    position: relative;
    margin-left: 4%;
    margin-right: 4%;
    padding: 2%;
    text-align: center;
    font-family: 'Futura Std Condensed', sans-serif, Helvetica,Verdana, Tahoma;
    font-weight: normal;



}


.intro #inside{

    margin-top: 8%;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    padding: 4%;
    text-align: center;
    font-family: 'Futura Std Condensed', sans-serif, Helvetica,Verdana, Tahoma;
    font-weight: normal;




}

#inside h1{
    font-size: 36px;
}




footer{

    width:100%;
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin: 0;
    margin-top: 1px;
    padding-top: 0;
    padding-bottom: 5px;

    font-family: 'Futura Std Condensed', sans-serif, Helvetica,Verdana, Tahoma;  
}

#selected{
    font-weight: bold;
    /*  color:#3b0e5f;*/
    color:#00e6e6;
    text-align: center;


}


#copyright{
    width: 100%;
    margin: 0;
    margin-bottom: 1%;
    height: 5%;
    padding: 0;
    border: .1px solid black;

}
#copyright p{
    padding: .5%
}


#universities img{
    margin-left: 3%;
    width: 10%; /* width of container */
    height: 50%;/* height of container */
    object-fit: cover;
}

#intro{
    width: 100%
}

.city img{
    width: 75%;

    object-fit: cover;
}

.city{
    margin-bottom: 0
}


.scroll-left {
    margin-left: 10%;
    margin-right: 10%;

    position: relative;
    overflow: hidden;
    min-width: 80%;



}
.img_container{
    margin: auto;
    overflow: hidden
}
.scroll-left .img_container {

    /* Starting position */
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);	
    transform:translateX(100%);
    /* Apply animation to this element */	
    -moz-animation: scroll-left 20s linear infinite;
    -webkit-animation: scroll-left 15s linear infinite;
    animation: scroll-left 30s linear infinite;

}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
    0%   { -moz-transform: translateX(-100%); }

    100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
    0%   { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left{
    0%   { 
        -moz-transform: translateX(0%); /* Browser bug fix */
        -webkit-transform: translateX(0%); /* Browser bug fix */
        transform: translateX(0%); 		
    }
    50% { 
        -moz-transform: translateX(-10%); /* Browser bug fix */
        -webkit-transform: translateX(-10%); /* Browser bug fix */
        transform: translateX(-10%); 
    }
    100% { 
        -moz-transform: translateX(0); /* Browser bug fix */
        -webkit-transform: translateX(0); /* Browser bug fix */
        transform: translateX(0%); 
    }


}




.block{
   display: flex;
    justify-content: space-between;
margin-top: 7%;
margin-bottom: 7%;

margin-left: 3%;
    margin-right: 3%;
  
}


.block .text{
  
    font-family: 'Futura Std Condensed', sans-serif, Helvetica,Verdana, Tahoma;   
    flex-basis: 60%;
    margin: auto;
    margin-top: 5%;
    padding: 0;

}

.block .Figure{
    flex-basis:30%;
 margin: auto;
    margin-top: 5%;
}

.block .Figure img{
 
}

.block .column{
    
  
    font-family: 'Futura Std Condensed', sans-serif, Helvetica,Verdana, Tahoma;   
    flex-basis: 25%;
    margin: auto;
    margin-top: 5%;
    padding: 0;
}


.block .column .icon{
    
    color:  #3085a3;
    margin-bottom: 4%
}

.firstPage h1 {
    margin-top: 8%
}