@charset "UTF-8";

a:link {
	text-decoration: none;
}

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

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

.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: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	font-weight: bold;
	color:#04CEF7;
}

#mobile_nav{
	display: none;
	
}

#hamburger_menu {
	display: none;
}

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

#paragraph1{
	position: absolute;
    float: left;
    clear: left;
    left: 5%;
    width: 39%;
    top: 9%;
    font-family: system-ui;
    color: gray;
    font-size: 3.5vh;
    z-index: 2;
}

#skylogo{
	position: absolute;
    width: 20%;
    height: auto;
    right: 23%;
    top: 25%;
    z-index: 1;
}

#paragraph2{
	position: absolute;
    float: left;
    clear: left;
    left: 5%;
    width: 41%;
    top: 36%;
    font-family: system-ui;
    color: gray;
    font-size: 3.5vh;
    z-index: 2;
}

#advance{
	position: absolute;
    width: 21%;
    height: auto;
    right: 9%;
    top: 50%;
}

#analytics{
	position: absolute;
    width: 27%;
    height: auto;
    right: 30%;
    top: 8%;
}

#adsmart{
	position: absolute;
    width: 23%;
    height: auto;
    right: 5%;
    top: 14%;
}

#paragraph3{
	position: absolute;
    float: left;
    clear: left;
    left: 5%;
    width: 43%;
    top: 55%;
    font-family: system-ui;
    color: gray;
    font-size: 3.5vh;
    z-index: 2;
}

#viacom{
	position: absolute;
    width: 50%;
    height: auto;
    right: 12%;
 	top: 43%;
    z-index: -1;
}

#dataxu{
	position: absolute;
    width: 17%;
    height: auto;
    right: 37%;
    top: 41%;
}

#paragraph4{
	position: absolute;
    float: left;
    clear: left;
    left: 2.5%;
    width: 95%;
    top: 76%;
    font-family: system-ui;
    color: gray;
    font-size: 3.5vh;
    z-index: 2;
	text-align: center;
}

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

    .header {
    height: 5vh;
}

    #title {
    width: 42%;
    left: 2%;
    top: 1%;
} 
    
    nav {
        display:none;
    }
    
    #mobile_nav {
	position: relative;
	width: 90%;
	float: left;
	clear: left;
    height: 6vh;
	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;
}

#paragraph1{
	position: relative;
    left: 4vw;
    width: 90%;
    font-size: 3vh;
}

#paragraph2{
	position: relative;
    left: 4vw;
    width: 90%;
    top:0vh;
    font-size: 3vh;
}

#adsmart{
	position: relative;
    width: 90%;
    height: auto;
    left: 4vw;
    top: -50vh;
}

#advance{
	position: relative;
    width: 90%;
    height: auto;
    left: 4vw;
    top: -50vh;
}

#analytics{
	position: relative;
    width: 110%;
    height: auto;
    left: -5vw;
    top: -50vh;
}

#paragraph3{
	position: relative;
    left: 4vw;
    width: 90%;
    top: 40vh;
    font-size: 3vh;
    z-index: 2;
}

#paragraph4{
	position: relative;
    left: 4vw;
    width: 90%;
    top: 38vh;
    font-size: 3vh;
    text-align:left;
}

#skylogo{
	display:none;
}

#viacom{
	display:none;
}

#dataxu{
	display:none;
}
}

/*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;
    }
    
    #paragraph1 {
    left: 5%;
    width: 40%;
    top: 12%;
    }
    
    #paragraph2 {
    left: 5%;
    width: 40%;
    top: 40%;
    }
    
    #paragraph3 {
    left: 5%;
    width: 40%;
    top: 65%;
    }
    
    #paragraph4 {
    left: 7.5%;
    width: 85%;
    top: 85%;
    }
    
    #viacom {
    top: 49%;
    }
    
    #dataxu {
    top: 52%;
    }
    
    #advance {
    top: 58%;
    }
    
    #skylogo {
    top: 28%;
    }
    
    #analytics {
    top: 10%;
    }
}
/*Tablet Landscape screen*/
@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;
    }
    
    #paragraph1{
	position: relative;
    left: 4vw;
    width: 40%;
    font-size: 3vh;
    top:2%;
    }
    
    #paragraph2{
	position: relative;
    left: 4vw;
    width: 40%;
    top:0vh;
    font-size: 3vh;
    }
    
    #paragraph3{
	position: relative;
    left: 4vw;
    width: 40%;
    top: 0vh;
    font-size: 3vh;
    z-index: 2;
}

    #paragraph4{
	position: relative;
    left: 20vw;
    width: 60%;
    top: 1vh;
    font-size: 3vh;
    text-align:center;
}
    
    #viacom{
	top:45vh;
}
}

/*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%;
    }
    
    #skylogo{
	display:none;
    }

    #viacom{
	display:none;
    }

    #dataxu{
	display:none;
    }
    
    #paragraph1{
	position: relative;
    left: 4vw;
    width: 90%;
    font-size: 3vh;
}

    #paragraph2{
	position: relative;
    left: 4vw;
    width: 90%;
    top:-3vh;
    font-size: 3vh;
}

    #adsmart{
	position: relative;
    width: 90%;
    height: auto;
    left: 5vw;
    top: -46vh;
    z-index: 1;
    }

    #advance{
	position: relative;
    width: 90%;
    height: auto;
    left: 5vw;
    top: -63vh;
    }

    #analytics{
	position: relative;
    width: 110%;
    height: auto;
    left: -5vw;
    top: -55vh;
}

    #paragraph3{
	position: relative;
    left: 5vw;
    width: 90%;
    top: 49vh;
    font-size: 3vh;
    z-index: 2;
    }

    #paragraph4{
	position: relative;
    left: 5vw;
    width: 90%;
    top: 50vh;
    font-size: 3vh;
    text-align:left;
}
}