body{
   
    background:    url("../imgs/body-of-water-between-green-leaf-trees-709552.jpg") no-repeat center center fixed;               /* <------ */
   
}

body, html {
    margin:0%;
    height: 100%;
    width: 100%;
    background-color: white;
}

header{
   
    display:inline-block;
    background-color: #2623d4;
    height: 100%;
    width: 20%;
    
    position: fixed;
    
    
}
.fa{
    display: inline-block;
    height: 1000px;
    
}

.left-top img{
    display: block;
    height: 40%;
    width: 40%;
    margin:10% auto;
    border-style: solid;
    border-width: 40%;
    border-color: rgb(211, 205, 205);
    border-radius: 50%;
}


.left-name{
    display:block;
    
    font-size: 130%;
    color:#ffffff;
    

}


nav a{
    color: black;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    margin: 15% 20% 15% 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(255, 255, 255);
    font-variant: small-caps;

}

#home{
    float: right;
    width: 100%;
    height:110vh;
    
    background-image:    url("../imgs/body-of-water-between-green-leaf-trees-709552.jpg");
    background-size:     100em;                      /* <------ */
    background-repeat:   no-repeat;
    
}
.home-center{
    position: absolute;
    
    top: 0%;
    left: 21%;
    height: 70%;
    width: 70%;
    
}

.img-home{
 
  
   display: block;
   border-style: solid;
  
   width: 20%;
   border-width: 40%;
   border-color: rgb(211, 205, 205);
   border-radius: 50%;
   margin: 12% auto 2% auto;
}
.name-me{
    font-family: "Montserrat";
    text-transform: uppercase;
    color: #fff;
    font-size: 160%;
    font-weight: 300;
    margin-left: 42%;
}

.name-p{
    font-family: "Montserrat";
    color: #fff;
    font-size: 140%;
    font-weight: 300;
    margin-left: 35%;
}
#about{
  float:right;
  margin-left: 22%;
  margin-top: 0%;
}

#experience{
    margin-top: 8%;
    float:right;
    margin-left: 21%;
    margin-right:10%;
   
}

#about img{
    display: inline-block;
    float : left;
    width: 30%;
}

.about-span1{
    display: inline-block;
    width: 60%;
    margin: 2%;
    font-size: 120%;
    font-family: cursive ;
    
}

#about p{
    display: inline-block;
    width: 60%;
    margin: 2%;
    font-size: 150%;
    font-weight: 150;
    
}
.about-bold{
    font-weight: bold;
}

.about-span2{
    margin: 2%;
    font-size:120%;
    display:inline-block;
    width: 30%;
}

.about-span3{
    margin: 2%;
    font-size:120%;
    display:inline-block;
    float:left;
    width: 30%;
}

.v2{
    margin-top: 5%;
    margin-left: 5%;
    display:block;
    font-size: 400%;
    font-variant: small-caps;
    color: rgb(238, 98, 17);
}

button{

    display: block;
    float: right;
    margin-right: 25%;
    color: rgb(5, 3, 7);
    background-color: rgb(215, 250, 15);
    width: 18%;
    height:8%;
    text-align: center;
    padding: 2%;
    transition-duration: 0.4s;
    margin-bottom: 3%;
    
}

.cert-div{
    border-style: solid;
    border-color: black;
    padding: 2%;
    margin-bottom: 3%;
}

.view-cert{
    text-align: justify;
    font-size: 100%;
}

button:hover {
background-color: rgb(111, 76, 175); /* Green */
color: white;
}

.experience-span1{
    display:inline-block;
    font-family: fantasy;
    font-size: 210%;
    font-weight: 150;
    margin-left: 5%;
    width: 60%;
    color: #e6263f;

}

.experience-span2{
    display:block;
    float:right;
    margin-top: 1%;
    margin-right: 12%;
    font-size: 110%;
    color: rgb(26, 238, 167);

}

.experience-span3{
    display:block;
    float:left;
    margin-top: 1%;
    margin-left:5%;
    
    font-size: 180%;
    color:#c93045;

}

.experience-ul{
    display:block;
    float:left;
    margin-top: 1%;
    margin-left:5%;
    font-family: cursive;
    font-size: 130%;
    color:#080202;

}

#portfolio{
    float:left;
    margin-left: 0%;
    margin-right: 0%;

}

.projects{
    display: block;
    width:78%;
    float: left;
    height: 100%;
    margin-left:21%;
    
}

.haha3{
    margin-top: 3%;
}




.v3{
    margin-top: 5%;
    margin-left: 21%;
    display:block;
    font-size: 400%;
    font-variant: small-caps;
    color: rgb(238, 98, 17);
}

.portfolio-span{
    margin-left:23%;
    font-size: 140%;
    font-weight: 150;
    color:#c93045;
}

#certifications{
    float:left;
    margin-left: 21%;
    

}




#contact
{
    float:left;
    margin-left: 22%;
    margin-top: 8%;
    margin-bottom: 5%;
    padding: 4%;
    border: 1px solid #ccc;
}

input[type=text],textarea,input[type=email],input[type="tel"]{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
  }


  footer{
      clear:both;
      height:20vh;
      margin-top: 8%;
      width: 100%;
      background-color: #2623d4;
      color: white;
      text-align: center;
  }

  .footer-span1{
      font-size: 150%;
  }

  .footer-span2{
      font-size: 120%;
  }

 
