/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*index and main styling start*/

header {background-image: url(pattern.png);
        background-repeat: repeat-x;
     padding: 40px;
position: realtive;}
header figure{position: absolute; top: 10px; left: 10px;}
header img{
	width: 100px;
	margin-top: 20px;
    margin-left: 2%;
	border: solid white 5px;
	border-radius: 5%;
    padding: inherit;

}

header h1{
	font-weight: bold;
	margin-left: 25%;
	margin-right:25%;
    margin-top: 10%;
	color: white;
    text-shadow: 1px 1px orange;
    font-size: 50px;
    text-align: center;
}

header ul{
    position: absolute;
    right: 10px;top; 10px;   
    word-spacing: 10px;
    border: 2px;
    display: inline;
    margin-top: 10px; 

}

header ul li {
     background: #FFE9E2;
    border-radius: 5%;
    padding: 5px;
}

.row {
    display: inline;
}

nav {
    background-color: none;
}

a{
    color:#ff8533;
}
a:hover {
    color:#ffb380;
}
a:visited {
    color:#d9baa6;
}
body {
		color:#839192; font-family: 'verdana';
	}
	h1 {font-size: 40px;
    text-align: center;
		color:#FF7F5A; font-family: 'verdana';
        margin-bottom: 10%;
	}
	h2 {font-size: 24px;
    text-align: center;
		color:#FF7F5A; font-family: 'verdana';
        margin-bottom: 10%;
	}
	h3 {
		color:#FF7F5A; font-family: 'verdana'
	}
	ul {list-style-type: none; margin: 0; padding: 0;}

	li{display: inline;}

	.navbar {float: right;}

	.quotes {float: left;}

	.avatar {float: right;}

/*section 1 start*/
.intro {margin: 0 auto;
    max-width: 480px;
    margin-bottom:10%;
}

img {
    height: auto;
	max-width:100%;
	max-height:100%;
}

.hi img {
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 40%;
    border: 5px solid #FF7F5A; 
}

.hi h1 {
    font-size: 40px;
    text-align: center;
    margin: 10%;
}

.hi h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 2%;
}

.hi h3 {
    font-size: 24px;
    text-align: center;
}

.hi {
    padding-bottom: 10%;
    border-bottom: 3px dotted #BCCDC7; 
}

/*section 1 end*/

/*section 2 start*/

.skills {margin: 0 auto;
    max-width: 480px;
    margin-bottom:10%;
}

.skills1 h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 10%;
    margin-top: 10%;
}

.skills1 h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10%;
}

.skills1 img {
    height: auto;
	max-width:50%;
	max-height:50%;
    margin-left: 30%;
    margin-right: 30%;
    
}

.skills1 {
    border-bottom: 3px dotted #BCCDC7; 
}

.skills2 h1{
    font-size: 40px;
    text-align: center;
    margin-top: 45%;
    margin-bottom:10%;
}

.skillicons img {
    height: auto;
	max-width:50px;
	max-height:50px;
    margin-top: 15%;
    padding-right: 20px;
}

.skillicons {
    display: inline-flex;
    margin-bottom: 40%;
}

.skills2 {
    border-bottom: 3px dotted #BCCDC7;
}

/*section 2 end*/

/*section 3 start*/

.skills3 img{
    height: auto;
	max-width:50px;
	max-height:50px;
    margin-top: 15%;
    padding-right: 20px;
}

.skills3 h1{
     font-size: 40px;
    text-align: center;
    margin-top: 45%;
    margin-bottom:10%;
}

.sociallinks {
    margin-left: 25%;
    margin-bottom:35%;
}

.skills3 {
    border-bottom: 3px dotted #BCCDC7;
    margin-bottom: 10%;
}

/*section 3 end*/

footer{
    background-image: url(pattern.png);
    background-repeat: repeat-x;
    padding: 40px;
    position: realtive;}

footer ul li {
    background: #FFE9E2;
    border-radius: 5%;
    padding: 5px;}
/*index and main styling end*/

/*about page start*/

.me h1{
    font-size: 40px;
    text-align: center;
    margin-top: 15%;
    margin-bottom:10%;
}

.me h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10%;
}

.me h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10%;
}

.me img {
    border: 3px solid #FF7F5A;
    border-radius: 5%;
}

.me {
     border-bottom: 3px dotted #BCCDC7;
    margin-bottom: 10%;
}

.travel{
    display: inline-flex;
    border-spacing: 5px;
    margin-top: 25%;
    margin-bottom: 10%;
}

.travel img {
    height: auto;
    max-height:10%;
    min-height: 10%;
}
.travel h1 {
    text-shadow: 2px 1px 1px #FFE04B;
    margin-left: 5%;
    padding-top: 10%;
    
}
.travel2 h2{
    font-size: 18px;
    text-shadow: 2px 1px 1px #FFE04B;
    
}

.h2b {
    padding-bottom: 30%;
    padding-top: 2%;
}
.travel2 {
     border-bottom: 3px dotted #BCCDC7;
    margin-bottom: 10%;
}

.music1 {
    display: inline-flex;
    margin-top: 25%;
    margin-bottom: 10%;
}
.music1 h1{
    text-shadow: 2px 1px 1px #D887F1;
}

.music2 h2 {
    text-shadow: 2px 1px 1px #D887F1;
}

.contact img{
    height: auto;
	max-width:80px;
	max-height:80px;
    margin-top: 5%;
    margin-left: 3%;
    margin-right: 3%;
    
}

/*media queries*/
