@charset "UTF-8";

a:link {
	text-decoration: none;
}

/* visited link */
a:visited {
	text-decoration: none;
}

.header {
	width: 100%;
    height: 5vh;
    background-color:#8C8A8A;
}

#title {
	position: absolute;
    width: 12%;
    height: auto;
    cursor: pointer;
    left: 1%;
    top: 0.7%;
}

nav {
    float: right;
    text-align: right;
    margin-right: 25px;
    margin-top: -10px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
    color: #FFFFFF;
    font-size: 2.5vh;
    text-align: left;
    margin-right: 25px;
    letter-spacing: 5px;
    transition: all 0.3s linear;
    font-family: system-ui;
    margin-top: 3px;
	list-style-type: none;
}
ul li a {
	color: white;
	text-decoration: none;
}
ul li:hover a {
	font-weight: bold;
	color:#04CEF7;
}

#mobile_nav{
	display: none;
	
}

#hamburger_menu {
	display: none;
}

body {
	font-family: source-sans-pro;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: 200;
}

#services_h{
	position: absolute;
    font-family: system-ui;
    font-size: 4vh;
    z-index: 1;
    color: #27357A;
    font-weight: bold;
    left: 2%;
    top: 8%;
}

.services {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	margin-top: 0px;
}

#advisory_h {
	position: absolute;
    font-family: system-ui;
    font-size: 3vh;
    z-index: 1;
    color: #27357A;
    font-weight: bold;
    left: 14%;
    top: 19%;
}

#advisory_img{
	position: absolute;
    width: 28%;
    height: auto;
    left: 60%;
    top: 14%;
}

.text_column{
	position: absolute;
    width: 40%;
    font-family: system-ui;
    float: left;
    color: gray;
    font-size: 3.5vh;
    z-index: 1;
    top: 21%;
    left: 5%;
}

#consultancy_h {
	position: absolute;
    font-family: system-ui;
    font-size: 3.5vh;
    z-index: 1;
    color: #27357A;
    font-weight: bold;
    left: 64%;
    top: 60%;
}

#consultancy_img{
	position: absolute;
    width: 30%;
    height: auto;
    left: 9%;
    top: 60%;
}

.text_column2{
	position: absolute;
    width: 40%;
    font-family: system-ui;
    float: left;
    color: gray;
    font-size: 3.5vh;
    z-index: 1;
    top: 62%;
    left: 55%;
}

#conference_h {
	position: absolute;
    font-family: system-ui;
    font-size: 3.5vh;
    z-index: 1;
    color: #27357A;
    font-weight: bold;
    left: 14%;
    top: 110%;
}

#conference_img{
	position: absolute;
    width: 28%;
    height: auto;
    left: 60%;
    top: 100%;
	padding-bottom: 50px;
}

.text_column3{
	position: absolute;
    width: 40%;
    font-family: system-ui;
    float: left;
    color: gray;
    font-size: 3.5vh;
    z-index: 1;
    top: 112%;
    left: 5%;
}

@media screen and (min-width:1200px) and (max-width:1400px){
    
    #advisory_h {
    left: 10%;
}
    
    #advisory_img {
    width: 27%;
    left: 60%;
    top: 21%;
}
    #consultancy_h {
        top: 57%;
    }
    
    #consultancy_img {
    width: 36%;
}
    
    .text_column2{
        top: 58%;
    }
    
    #conference_h{
        top: 101%;
    }

    .text_column3{
        top: 105%;
    }
    
}

/*Tablet Portrait Screen Code*/
@media screen and (min-width:760px) and (max-width: 1000px) and (orientation: portrait){
    
    nav {
        display:none;
    }
    
    #mobile_nav {
	position: relative;
	width: 90%;
	float: left;
	clear: left;
	height: 10vh;
	display: none;
	left: 5%;	
}	
	
    #hamburger_menu {
	position: relative;
    width: 10%;
    left: 45%;
    clear: left;
    float: left;
    font-size: 7vw;
    display: block;
    text-align: center;
    cursor: pointer;
    top: -1.4vh;
}	
	
    #mobile_dropdown{
	position: relative;
	width: 100%;
	float: left;
	clear: left;
	height: 90%;
}	
	
    .mobile_nav_link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 2vh;
    height: 20%;
    cursor: pointer;
    color: #27357A;
    font-family: system-ui;
    font-weight: bold;
    font-size: 2.5vh
    }
    
    #title {
    width: 30%;
    }

    #services_h {
    position: relative;
    font-size: 4vh;
    left: 2%;
    top: 1vh;
    text-align: center;
}

    #advisory_h {
    position: relative;
    font-size: 3vh;
    left: 1%;
    top: 3vh;
    text-align: center;
}

    #advisory_img{
	position: relative;
    width: 90%;
    left: 5%;
    top: 2vh;
}

    .text_column{
	position: relative;
    width: 90%;
    font-size: 3vh;
    top:2vh;
    left: 5%;
}

    #consultancy_h {
	position: relative;
    font-size: 3vh;
    left: 1%;
    top: 4vh;
    text-align: center;
}
    .text_column2{
	position: relative;
    width: 90%;
    font-size: 3vh;
    top: -32vh;
    left: 5%;
}

    #consultancy_img{
	position: relative;
    width: 90%;
    height: auto;
    left: 5%;
    top: 35vh;
}
    #conference_h {
	position: relative;
    font-size: 3vh;
    left: 1%;
    top: -38vh;
    text-align: center;
}

    #conference_img{
	position: relative;
    width: 90%;
    left: 5%;
    top: 29vh;
    padding-bottom: 30px;
}

    .text_column3{
	position: relative;
    width: 95%;
    font-size: 3vh;
    top: -38vh;
    left: 5%;
}
    
}
    

/*Phone Portrait*/
@media screen and (max-width:480px){

    .header {
    height: 5vh;
}
    
    nav {
        display:none;
    }
    
    #title {
    width: 42%;
    left: 2%;
    top: 1%;
} 

    #mobile_nav {
	position: relative;
	width: 90%;
	float: left;
	clear: left;
	height: 3vh;
	display: none;
	left: 5%;	
}	
	
    #hamburger_menu {
	position: relative;
    width: 10%;
    left: 45%;
    clear: left;
    float: left;
    font-size: 10vw;
    display: block;
    text-align: center;
    cursor: pointer;
    top: -0.7vh;
}	
	
    #mobile_dropdown{
	position: relative;
	width: 100%;
	float: left;
	clear: left;
	height: 90%;
}	
	
    .mobile_nav_link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 0.5vh;
    cursor: pointer;
    color: #27357A;
    font-family: system-ui;
    font-weight: bold;
    margin-top: 0.5vh;
}	

    #services_h {
    position: relative;
    font-size: 4vh;
    left: 2%;
    top: 1vh;
    text-align: center;
}

    #advisory_h {
    position: relative;
    font-size: 3vh;
    left: 1%;
    top: 3vh;
    text-align: center;
}

    #advisory_img{
	position: relative;
    width: 90%;
    left: 5%;
    top: 2vh;
}

.text_column{
	position: relative;
    width: 90%;
    font-size: 3vh;
    top:2vh;
    left: 5%;
}

#consultancy_h {
	position: relative;
    font-size: 3vh;
    left: 1%;
    top: 4vh;
    text-align: center;
}
.text_column2{
	position: relative;
    width: 90%;
    font-size: 3vh;
    top: -19vh;
    left: 5%;
}

#consultancy_img{
	position: relative;
    width: 90%;
    height: auto;
    left: 5%;
    top: 50vh;
}
#conference_h {
	position: relative;
    font-size: 3vh;
    left: 1%;
    top: -24vh;
    text-align: center;
}

#conference_img{
	position: relative;
    width: 90%;
    left: 5%;
    top: 30vh;
    padding-bottom: 30px;
}

.text_column3{
	position: relative;
    width: 95%;
    font-size: 3vh;
    top: -26vh;
    left: 5%;
}
}

/*Phone Landscape Screen Code*/
@media screen and (min-width: 667px) and (max-width: 926px) and (orientation: landscape){
    
     .header {
    height: 7vh;
    }
    
    #title{
    width: 16%;
    top:1.5%;
    }
    
    nav ul li {
    font-size: 3vh;
    }
    
    nav ul li {
    margin-top: 1px;
    }
    
    #services_h {
    top: 10%;
    }
    
    #advisory_img {
    width: 25%;
    left: 61%;
    top: 16%;
    }
    
    #consultancy_h {
    top: 62%;
    }
    
    .text_column2 {
    top: 65%;
    }
    
    #consultancy_img {
    top: 66%;
    }
    
    #conference_img {
    top: 118%;
    padding-bottom: 30px;
    }
    
    #conference_h {
    top: 120%;
    }
    
    .text_column3 {
    top: 123%;
    }
}

/*Tablet Landscape*/
@media screen and (min-width: 1024px) and (max-width: 1100px) {
    .header {
	width: 100%;
    height: 6vh;
    }
    
    #title {
    width: 24%;
    left: 1%;
    top: 0.15%;
} 

    nav ul li {
    font-size: 3vh;
    }
    
    #services_h {
    position: relative;
    font-size: 7vh;
    left: 2%;
    top: -1vh;
    text-align: center;
}

    #advisory_h {
    position: relative;
    font-size: 4vh;
    left: 1%;
    top: 2vh;
    text-align: center;
}

    #advisory_img{
	position: relative;
    width: 80%;
    left: 10%;
    top: 2vh;
}

    .text_column{
	position: relative;
    width: 80%;
    font-size: 3.5vh;
    top:2vh;
    left: 10%;
}

    #consultancy_h {
	position: relative;
    font-size: 4vh;
    left: 1%;
    top: 5vh;
    text-align: center;
}
    .text_column2{
	position: relative;
    width: 80%;
    font-size: 3vh;
    top: -55vh;
    left: 10%;
}

    #consultancy_img{
	position: relative;
    width: 80%;
    height: auto;
    left: 10%;
    top: 24vh;
}
    #conference_h {
	position: relative;
    font-size: 4vh;
    left: 1%;
    top: -68vh;
    text-align: center;
}

    #conference_img{
	position: relative;
    width: 80%;
    left: 10%;
    top: 28vh;
    padding-bottom: 30px;
}

    .text_column3{
	position: relative;
    width: 80%;
    font-size: 3vh;
    top: -69vh;
    left: 10%;
}
}