@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Raleway');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-family: 'Roboto', sans-serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h3 {
    display: block;
    font-size: 1.17em;
    font-weight: 600;
    font-family: Roboto, Raleway, Verdana, Geneva, Tahoma, sans-serif;
}


.header{
    border-bottom: 1px solid #E2E8F0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}
.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}


.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-item {
    margin-left: 5rem;
    margin-right: 1rem;
    text-transform: uppercase;
}

.nav-link{
    font-size: 1.6rem;
    font-weight: 400;
    color: #475569;
}

.nav-link:hover{
    color: #00376b;
}

.nav-logo {
    font-size: 2.1rem;
    font-weight: 500;
    color: #00376b;
    margin-left:10%
   
}

.languages {
    width: 110px;
    height: 25px;
    float: right;
}
.languages img {
    margin-left: 5px;
    margin-top: 8px;
    
}

.langselector {
    display: none;
}

 /*---------styles for index php --------------*/
.singapore-container {
    display: flex;
    justify-content: center;
  
    margin-right: 10%;
    margin-left: 10%;
   }

.singapore {
    flex: 1;
}

.presentation-container {
    display: flex;
    margin-top: 3em;
    margin-right: 10%;
    margin-left: 10%;
}
.col-1, .col-2 {
    flex:1;
    padding: 5em;
    
}

h1 { color: #424242; font-family: 'Raleway',sans-serif; font-size: 62px; font-weight: 800; line-height: 72px; margin: 0 0 40px; text-align: center; text-transform: uppercase; }

h2 { color: #00376b; font-family: 'Roboto', sans-serif; font-size: 30px; font-weight: 800; line-height: 36px; margin: 0 0 40px; text-align: left; text-transform: uppercase; }

p { color: #424242; font-family: 'Raleway',sans-serif; font-size: 18px; font-weight: 500; line-height: 32px; margin: 0 0 35px; }

/* ------   LOGOTRON------ */

.logotron {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 85px;
    margin-right: 15%;
    margin-left: 15%;
    margin-bottom: 5%;
}
.logotron-item {
    
    min-width: 141px;
    min-height: 80px;
}

/* fooooter -----------------------------------*/
.footer-container {
    background-color: #00376b;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-top: 3px solid grey;
  
}
.footer-col {
    color: white;
    
    font-size: 18px; 
    font-family: 'Roboto', Georgia, 'Times New Roman', Times, serif;
    flex: 1;
    margin-left: 10%;
    
    margin-top: 10px;
}
.tenyears {
    max-width: 75%;
    height: auto;
    margin: 10% 0;
   
}
.material-icons {
    margin-right: 5px;
    font-size: 18px;
   
    vertical-align: bottom;
}

.highlighted {
    font-weight: bold;
    color: #00376b ;
}

.footer-link {
    border-bottom: 1px solid #586575;
    width: 70%;
    
}
.nav-link.white {
    color: whitesmoke;
}

/* ----------------ABOUT PAGE ---------------------*/
.container {
    width: 100%;
}
.about-container {
    display: flex;
    margin: 0% 10%;
    font-size: 18px; 
    font-family: 'Roboto', Georgia, 'Times New Roman', Times, serif;
    
}

.aboutcol-1 {
    flex: 1;
    padding: 5%;
    min-width: 400px;

}

.aboutcol-2 {
    flex: 1;
    padding: 5%;
    min-width: 400px
    
}
.languages-image {
    max-width: 50%;
    height: auto;
    vertical-align: center;
    align-items: center;
}
.container-triple {
    display: flex;

    
}

.triple-1 {
    flex: 1;
    background-color: #00376b;
    color: white;
    align-items: center;
    
    padding: 3%;
    font-size: 18px;
    min-width: 300px;    }
.triple-1 ul, .triple-2 ul, .triple-3 ul {
padding-left:5%;
}

.triple-1 li, .triple-2 li, .triple-3 li {
    margin-bottom: 2%;
    list-style-type: disc;
    
}
.triple-2 {
    flex: 1;
    background-color: #005FB5;
    color: white;
    align-items: center;
    padding: 3%;
    font-size: 18px;
    min-width: 300px;
}
.triple-3 {
    flex: 1;
    background-color: #3490A7 ;
    color: whitesmoke;
    align-items: center;
    padding: 3%;
    font-size: 18px;
    min-width: 300px;
}

.imagebox {
    width: 100%;
    background-color: #3490A7;
    color: white;

    
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    max-width: 450px;
    margin-bottom: 5%;
  }
  .material-icons.md-36 { font-size: 36px; }


  .iconix {
      position:relative;
      right: 70px;
      top: 30px;
      color: #00376b;
      width: auto;
      height: auto;
      
      
      
  }
/*---------------EXPERIENCE PAGE -------------------*/
.experience-container {
    width: 100%;
    background-image: url(images/qwd83nc4xxf41.jpg);
}

.experience-container li {
    margin: 0 0 30px 0;
    list-style-type: disc;
    
}
.darkbluebox {
    color: white;
    background-color:#00376b;
    margin: 0 auto;
    padding: 2% 10%; 
    width: 60%;
   font-size: 2em;
   
}
.darkbluebox h1 {
    color: white;
    font-size: 32px;
}



.lightbluebox {
    color:white;
    background-color: #005FB5;
    margin: 0 auto;
    padding: 2% 10%; 
    width: 60%;
    font-size: 2em;
}


.greenbox {
    background-color: #3490A7 ;
    color: white;
    margin: 0 auto;
    padding: 2% 10%; 
    width: 60%;
  
    font-size: 2em;
}
.whitebox {
    color: grey;
    background-color: white;
    margin: 0 auto;
    padding: 2% 10%; 
    width: 60%;
    border-right: solid 1px grey;
    border-left: solid 1px grey;
    font-size: 2em;
}


/* ----------------- contact page------------*/

.contact-container {
    width: 100%;
  }

.contact-image img {
    max-width:80%;
    margin: auto;
    display: block;
}
.warning {
    color: grey;
    text-align: center;
    margin: 2% 0;
    font-size: 2em;
}


@media only screen and (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 5rem;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 2.5rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    nav a img {

        max-width: 200px;
    }

    .nav-logo {
        
        margin-left:0%}

    .languages {
     display: none;
    }

    .singapore-container {
        display: flex;
        justify-content: center;
        max-height: 470px;
        
        
       }
       .logotron {
        min-height: 175px;
        z-index: 15;
        flex-wrap: wrap;
 
       }
    
    .singapore {
        flex: 1;
        
    }
 
.presentation-container, .singapore-container, .logotron, .footer-container {
    flex-wrap: wrap;
    margin:0;
    align-items: center;
    justify-content: center;
    
}

.logotron-item {
    margin: 0;
   
    min-width: 150px;
    min-height: 80px;
}

/*fOOTER*/
.footer-container {
    margin-top: 0;
}
.footer-col {
   margin-left: 2%;
   font-size: 1em;
}

.material-icons {
    margin-right: 3px;
    vertical-align: bottom;
}
.md-18 {
    font-size: 12px !important;
}


/*about page*/

.container-triple, .about-container {
    flex-wrap: wrap;
}

.triple-1, .triple-2, .triple-3 {
padding-left: 5%;
margin-bottom: 0;

}

.darkbluebox, .lightbluebox, .whitebox, .greenbox {
    width: 100%;
}

.langselector {
    display: block;
}


}


@media only screen and (max-width: 399px) {
    .material-icons.md-36 {
        display: none;
    }
    .footer-container {
        margin-top: 100px;
    }
}
