
.wrapper{
    
    width: 90%;
    margin: auto;
    position: relative;
    height: 100%;
    background: #FFFFFF;
   
   
}

body{
    
    background-color: #000000;
    background-position: center;
 
    position: relative;
    
}

 /*----Navigation----*/
#thenav, #nav li{
    
   
    display: inline;
    text-align: center;
    font-size: large;
    font-family: 'Poiret One';
    text-transform: uppercase;
    position: relative;
}


a{

    color: white;
    text-decoration: none;
    padding: 20px;   
}


#navbar li.active a{
     color: #2f4f4f;
}
    
header{
    
    background: #708090;
    top: 0px;
    height: 60px;
    position: fixed;
    width: 90%;
    z-index: 1000;
    border-bottom: solid 3px #6495ED;
  
}
 /*----End Navigation----*/


.intro{
   background: url("../Images/background_grid.jpg");
   overflow: hidden;
   height: 1200px; 
}
.name1{
    
   margin-top: 225px;
   color: #6495ED; 
}
.name{
    
    color: #6495ED; 
}
h1{
    text-align: center;
    font-size: 3em;
    text-transform: uppercase;
    font-family: 'Poiret One';
    font-weight: 500;     
}

.me{
    background-color: #708090;
    padding: 10px;
    color: #FFFFFF;
    margin-top: 0px;
    
}

/*----About Me----*/
.aboutMe{
    
  font-family: 'Poiret One', Verdana;
  padding-top: 55px;
  margin-top: -60px;
}
.para{
    
    font-size: 30px;
    margin: 15px;
    padding-bottom: 20px;
}

 /*----End About Me----*/

/*----Resume----*/

.resume{

    margin-top: -60px;
    padding-top: 55px;
}

.resume-container{
    background:rgba(220, 220, 220, 0.7);
    margin-top: -32px;
    padding-top: 20px;
    padding-bottom: 10px;
    
}

ul.skills{
    font-size: 25px;
    color: #CC0099;
    padding: 20px;
    min-width: 71%;
    text-align: center;
    font-family: 'Poiret One', Verdana;
}

ul.skills li{
    display: inline-block;
    border-right: 20px solid transparent;
}

.education{
    
    font-size: 18px;  
}

ul.job {
    font-size: 18px;
    list-style: square;
    font-family: 'Poiret One', Verdana; 
}

p, h2, h3, span{

    text-align: center;
    font-family: 'Poiret One', Verdana;
}

span.skills{
    font-size: 20px;
    color: #CC0099;
    text-decoration: underline;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px; 
}


 /*----End Resume----*/

/*----Portfolio----*/

.portfolio{

    margin-top: -60px;
    padding-top: 55px;
    
}

.portfoliocontainer{
    background: #c0c0c0;
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: -32px;
    
}

.portfolioimage{
    height: 150px;
    width: 200px;
    box-shadow: 5px 5px 5px 5px #777777;
}

.portfolioimage:hover{
    opacity: .3;

}

.col-1-3{
    text-align: center;
    
}

.portfoliotitle{
    font-size: 20px;
}

/*----End Portfolio----*/
 
/*----Contact----*/

.contact{

    padding-top: 55px;
    margin-top: -60px;   
}

.contactcontainer{
   
  background-color: #434242;
  padding-bottom: 90px;
  padding-top: 50px;
  margin-top: -32px;
}

.icon{
    color: white;
    font-size: 20px;
    margin-top: 80px;
    text-align: center;  
}

img.linked,.email{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
  
.email:hover,.linked:hover{
    opacity: .3;
}
/*----End Contact----*/
 
 
/*----Footer----*/
footer{
    background-color: #6495ED;
    height: 30px;
    text-align: center;
    padding-top: 5px;
   
    
}
/*----End Footer----*/
 
 
/*----MEDIA QUERIES----*/

@media screen and  (min-width: 1280px){
    
nav#thenav a:hover{
    color: #CC0099;
}

ul.job {
    font-size: 18px;
    list-style: square inside;
    text-align: center;
    
}
span.skills:hover{
    color: #000000;
}


}



@media screen and  (min-width: 320px) and (max-width: 680px){
#thenav, #nav li{
    font-size: 10px;
    padding: 5px 5px;
    font-weight: bolder;
}

a{
    padding: 0px; 
}

#nav ul{
    margin-top: 5px;
    margin-left: 0px;
    padding: 0px;
}
}

@media screen and  (min-width: 220px) and (max-width: 1024px){

.wrapper{
    width: 100%;   
}
header{
    width: 100%;
}
}





