
/* 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;
	overflow: auto;


}
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;
}


html {
	height: 100%;
	background-color: #f4f4f4;
	overflow: auto;
}






p {
  -webkit-margin-before:0em;
  -webkit-margin-after:0em;

}

img {
	float: left;
	height: 32px;
	padding-right: 10px;
}

a {
	text-decoration: none;
	color: #ad9475;


}








#main_container {

	position: relative;
	min-height: 100%;

}






#middle {

	margin: 0 auto;
	width: 685px;
	height: 100px;
	padding-top: 20%;



}


#my_resume {

	position: relative;
	transition: background-color 0.3s ease;
	border-radius: 20px;
	font-family: 'Lobster', cursive;
	font-weight: 500;
	font-size: 40px;
	min-width: 10px;
	float: left;
	text-align: center;
	color: #373737;
	background-color: #fefefe;
	margin-right: 50px;
	padding: 20px;
}

#my_resume:hover {

	background-color: #dcd0c0;

}






#my_name {
	transition: background-color 0.3s ease;
	border-radius: 20px;
	font-family: 'Lobster', cursive;
	font-weight: 500;
	font-size: 40px;
	min-width: 10px;
	float: left;
	text-align: center;
	color: #373737;
	background-color: #fefefe;
	margin-right:50px;
	padding: 20px;
}

#my_name:hover {

	background-color: #dcd0c0;

}





#my_contact {
	transition: background-color 0.3s ease;
	border-radius: 20px;
	font-family: 'Lobster', cursive;
	font-weight: 500;
	font-size: 40px;
	min-width: 10px;
	float: left;

	text-align: center;
	color: #373737;
	background-color: #fefefe;
	padding: 20px
}

#my_contact:hover {

	background-color: #dcd0c0;

}

#hidden_boxes {
	height: 300px;
}


#name_info {

	line-height: 1.3;
	background-color: #eaeaea;
	border-radius: 25px;
	border-width: 3px;
	padding: 20px;
	font-size: 25px;


	color: #ad9475;
	width: 700px;
	display: none;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	margin-top: 100px;
	font-weight: 500;

}


#contact_info {

	line-height: 1.5;
	background-color: #eaeaea;
	border-radius: 25px;
	border-width: 3px;
	padding: 20px;
	font-size: 25px;


	color: #ad9475;
	width: 400px;
	display: none;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	margin-top: 100px;
	font-weight: 500;

}


#footer {
	bottom: 0px;
	padding-top: 50px;
	width: 100%;;
	text-align: center;
	position: absolute;
	padding-bottom: 20px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #c0b283;
}






.unselectable {

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}

.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
