/*-------- Global --------*/
 *{
   margin: 50;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;

   }

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


html {
    font-family: Montserrat, sans-serif;
    font-weight: 100;
}


body {
 width: 60%:
 margin: auto;
 background-image:url(C:/Users/aliso/Desktop/Portfolio/images/BG.png);
 background-position: top;
 background-size: cover;
 background-repeat: no-repeat;

}

.blue{
color: #027BFF;

}

h1{

	 font-size: 40px;
	 font-weight: 400px;
	 color: #17191A;
}


h2 {

	 font-size: 35px;
	 font-weight: 400px;
	 color: #17191A;
}




h5 {

	 font-size: 20px;
	 margin-top: 10px
	 color: #17191A;
}


p {
   color: #8F9EA5;
   opacity: 0.8;
   font-weight: 100;
   margin-top: 10px;
   font-size: 20px;

}

/*-------- Nav --------*/

.nav{
   display: flex;
   align-items: center;

   height: 100px; 
   
}

.contactMe, .navIcons {

	flex: 1;
}

.navIcons {
  text-align: right;

}

.navIcons a, .contactMe a, .contactMe img {

   display: inline-block;
   vertical-align: middle;

}  

.navIcons a {
   margin-left: 40px;
} 

.contactMe a {
   color: #027BFF;
   text-decoration: none; 

}

.contactMe img {

margin-right: 10px;
}





/*-------- Landing --------*/


.landing{

   height: 100vh;
   position: relative;

}

.landingWrapper {

    display: flex;
    justify-content: space-between;
    margin-top: 40px;

}

ul{
   list-style: none;
   margin-top: 40px;
   line-height: 30px;
}


.landingL{

	margin-top: 4em;
}
.scroll {

	position: absolute;
	bottom: 180px;
	left: 0;
	right: 0;
	margin: auto;
}


/*-------- Skills --------*/

.skills {

	text-align: center;
	margin-bottom: 20em;
}

.skills p{

	margin-bottom: 30px;
}

.skills img{
    width: 40px;
    margin: 0 15px;

}

/*-------- Work 01 --------*/
.work{

	width: 100%;
	position: relative;
	margin-bottom: 20em;
}

.work > .workText {
position: absolute;
top: 85px;
left: 0;
text-align: left;


}

.work > .workText > .underline {
    display: block;
    background-color: #027BFF;
    height: 3px;
    width: 61px;
    margin-top: 5px;
     float: left; 
}

.work > .workImg {
   width: 85%;
   float: right;
   -webkit-box-shadow: 0px 3px 70px 0px rgba(23,30,36,0.06);
   -moz-box-shadow: 0px 3px 70px 0px rgba(23,30,36,0.06);
   box-shadow: 0px 3px 70px 0px rgba(23,30,36,0.06);


}


.work ul{
 position: absolute;
 bottom: 0;
 right: 86%;

}

.work ul li {
   margin-top: 20px;


}

/*-------- Work 02 --------*/


.work2 {
 width: 100%;
 position: relative;
 margin-bottom: 20em;


}

.work2 > .workText {
	position: absolute;
	top: 85px;
	right: 0;
	text-align: right;

}





.work2 > .workText > .underline {
    display: block;
    background-color: #027BFF;
    height: 3px;
    width: 61px;
    margin-top: 5px;
    float: right; 
}



.work2 > .workImg {
   width: 85%;
   float: left;
   -webkit-box-shadow: 0px 3px 70px 0px rgba(23,30,36,0.06);
   -moz-box-shadow: 0px 3px 70px 0px rgba(23,30,36,0.06);
   box-shadow: 0px 3px 70px 0px rgba(23,30,36,0.06);

}

.work2 ul {
   position: absolute;
   bottom: 0;
   left: 86%;
}




.work2 ul li {
margin-top: 20px;

}



/*-------- Work 01 and 02 --------*/

.work a, .work2 a {
	text-decoration: none;
	color: #17191A;
}

.iframe-container{
  position: relative;
  width: 80%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:270px;
  left: 290px;
  width: 73%;
  height: 60%;
}

.iframe-container2 {
  position: relative;
  width: 80%;
  padding-bottom: 56.25%; 
  height: 0;}

.iframe-container2 iframe{
  position: absolute;
  top:270px;
  left: 480px;
  width: 73%;
  height: 60%;
}

/*-------- Footer --------*/

.footer {

	background-image: url(C:/Users/aliso/Desktop/Portfolio/images/Dribbble_Blue_Large);
	background-repeat: no-repeat; 
	background-position: right top;
	background-size:220px
	padding: 7em;
	text-align: center; 
}

.footer a {
    color: #027BFF;
    text-decoration: none;
   

}
.underlineSmall {
   display: block;
   height: 3px;
   width: 41px;
   margin: 5px auto 0 auto;
   background-color: #027BFF;

}












