/* 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 : Sep 8, 2020, 2:41:52 AM
    Author     : mtziotis
*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li, table, tr, th, td, form { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }


html {
    display: flex;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1em;
    min-height: 100vh;
}

body {
    order: 1;
    display: flex;
    flex: 1 1 auto;
    background-color: #333;
    width: 100%;
   
    padding: 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1em;
    min-height: 100vh;
}

body {
    order: 1;
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
    background-color: #333;
    width: 100vw;
    min-height: 100%;
    padding: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1em;
}

#content1{
    order: 1;
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 auto;
    background-color: black;
    width: 100vw;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
	padding: 20px;
	box-sizing: border-box;
}


#img1 {
    display: flex;
flex: 0 1 auto;
    max-width: 100%;
max-height: 100%;
}

#content2{
    order: 2;
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
    background-color: darkgrey;
    width: 100vw;
    min-height: 100vh;
    justify-content: center;
    align-items: center;  
}

#roadEngineeringImg {
    order: 1;
    display: flex;
flex: 0 1 auto;
    max-width: 100vw;;
}
#content2title {
    order: 2;
    color: grey;
    font-size: 5em;
    margin: 50px;
    
}

#content3{
    order: 3;
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
    background-color: black;
    width: 100vw;
    min-height: 100vh;
    justify-content: center;
    align-items: center;  
}

#trafficEngineeringImg {
    order: 1;
    flex: 0 1 auto;
    max-width: 100vw;
}
#content3title {
    order: 2;
    color: grey;
    font-size: 5em;
    margin: 50px;
    
}

#content4{
    order: 4;
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 auto;
    background-color: darkslategrey;
    width: 100vw;
    min-height: 100vh;
    justify-content: center;
    align-items: center;  
}

#railEngineeringImg {
    order: 1;
    flex: 0 1 auto;
    max-width: 100%;
	max-height: 100%;
}
#content4title {
    order: 2;
    color: grey;
    font-size: 5em;
    margin: 50px;  
}



#content5{
    order: 5;
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
    background-color: mintcream;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;  
}

#geoinformaticsImg {
    order: 1;
    flex: 1 1 auto;
    max-width: 100vw;
	max-height: 100vh;
}

#geoinformaticsImg img{
	max-width: 100vw;
	max-height: 100vh;
}

#content5title {
    order: 2;
    color: grey;
    font-size: 5em;
    margin: 50px;
    
}

#content6{
    order: 6;
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
    background-color: darkslateblue;
    width: 100vw;
    min-height: 100vh;
    justify-content: center;
    align-items: center;  
}

#content6title {
    color: white;
    font-size: 4em;
    margin: 50px;
    
}

.address{
    color: lightgray;
        font-size: 2em;
    margin: 10px;
}
