/*  Colors
 * 
 *  bg & title - #ccc               base
 *  h3bg & borders & links - #ddd   +2
 *  shadows & main border - #bbb    -2
 *  
 */


/*  Reset  */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
ol,ul {
	list-style: none;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
abbr,acronym { border: 0;
	}

/*  General   */

body {
    font-family: 'Montserrat';
	background: url(img.png)  fixed;
    background-size: cover;
    -webkit-background-size:cover;
	font-size: 16px;
	color: #000;
	letter-spacing: .02em;
}

a, a:hover, a:visited {
	color: #888;
}

h1 {

	font-weight: bold;
	font-size: 52px;
   /* font-family:Palatino,"Palatino Linotype",Georgia,"Times New Roman",Times,serif; */
	letter-spacing:; .05em;
    padding-top: 10px;
}

h2 {
	font-weight: bold;
	font-size: 22px;
    padding-bottom: 10px;
    
}

h3 {
	font-weight: bold;
	font-size: 20px;
	background: #18bc9c;
	padding: 10px 40px;
	margin-left: -40px;
    margin-bottom: 50px;
    margin-top: 50px;
	width: 450px;
	color: #fff;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: 3px 3px 12px  #18bc9c;
	-moz-box-shadow: 3px 3px 12px  #18bc9c;
	-webkit-box-shadow: 3px 3px 12px  #18bc9c;

}

h4 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}

/*  Content   */


#name{
    position: sticky;
    top: 0;
    float: left;
	margin-top: -40px;
    margin-bottom: 40px;
    margin-left: -40px;
    padding: 0px 40px;
    z-index: 100;
    background: white;
    color: #18bc9c;
    width: 100%;
    box-shadow: 3px 3px 12px  #fff;
	-moz-box-shadow: 3px 3px 12px  #fff;
	-webkit-box-shadow: 3px 3px 12px  #18bc9c;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: 0.3s;
}

#wrapper {
	background-color: #fff;
	width: 800px;
	margin: 60px auto;
	padding: 40px;
	z-index: -1;
    
}

@media only screen and (max-width: 600px){
   #wrapper, h1, h2, h3, h4, h5, h6 {
        width: 70%;
    }
    body {
        background: url(img1.png) fixed;
        background-position: -10px -10px;
    }
    h1{
        font-size: 18px;
        
    }
    h2, h5 {
        font-size: 14px;  
        font-weight: normal;
    }
    #contact {
        font-size: 11px;
        margin-left: -25px;  
    }
    h3 {
        font-size: 18px;
        font-weight: normal;
    }
    p {
        font-size: 15px;   
        
    }
    #about > .abt {
        width: 110%;
        margin-left: -15px;
    }
    #education > .exp{
        width: 50%;
        margin-left: -15px;
    } 
   #education > .exp > .year{
        margin-right: -150px;
        padding-top: 21px;      
    }
    #experience > .exp {
        width: 110%;
        margin-left: -15px;
    } 
    #experience > .exp > .year{
        float: left;
        padding-top: 51px;      
    }
    #skills > .exp {
        width: 90%;
        margin-left: -15px;
    }
    h4{
        font-size: 16px;
    }
    h4, h5 {
        width: 120%; 
    }
    #footer p{
        font-size: 12px;
    }
}

#header {
	padding-bottom: 100px;
	height: 100%;
	margin-bottom: 40px;
   
}


#contact {
	float: left;
	margin-right: 40px;	
    margin-bottom: 40px;
}
#cont{
    
}
#contact td {
	padding-right: 10px;
}

#about {
	clear: both;
}

#about p {
	margin: 20px 60px 20px 40px;
}

#experience {
	margin-bottom: 40px;
}

.exp {
	margin: 10px 40px;
}

.year {
	float: right;
	margin-top: -40px;
	font-weight: bold;
	margin-right: 40px;
}

.gpa {
	float: right;
	margin-top: -20px;
	margin-right: 40px;
}

.description {
	clear: both;
	padding-top: 20px;
}

#education .exp {
	margin-bottom: 30px;
}

#skills {
	border-bottom: 2px solid #ddd;
	padding-bottom: 50px;
    margin-bottom: 10px;
}

#skills ul {
	margin: 20px;
}

#skills li {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	width: 210px;
	padding-bottom: 10px;
	font-size: 14px;
}

#footer {
	clear: both;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}
