/* Reset */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0} 
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Clearfix */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/* Base */
body {
	font:16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #BDBDBD;
}

#wrapper {
	padding: 20% 40px;
	max-width: 500px;
	margin: 0 auto;
}

#header {
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 40px;
	padding-bottom: 40px;
	text-align: center;
	position: relative;
}

#avatar {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 20px;
}

/* Link to Documentation */
#docs {
	position: fixed; 
	top: 8px; 
	right: 6px;
	background: #5badf0; 
	color: #fff;
	padding: 8px 12px;
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.35;
	border-radius: 3px; 
	z-index: 100;
}

#rightlink {
	position: fixed; 
	top: 8px; 
	right: 6px;
	color: #F0F0F0;
	padding: 8px 12px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.35; 
	z-index: 100;
}

/* Made with Cactus Badge */
#badge {
	position: absolute; 
	bottom: 8px; 
	right: 8px;
	height: 48px; 
	width: 48px;
}

#description {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
 }

.footertext{
	text-align: center;
	font-size: 11px;
}

/* Type */
/* Accent color */
a {
	text-decoration: none;
	color: #03A9F4;
	font-weight: 400;
}

h1 {
	font-weight: 200;
    font-size: 100px;
	color: #424242;
}

h2 {
	font-size: 20px;
	font-weight: 300;
	color: #BDBDBD; 
	margin-top: 10px;
}

p {
	line-height: 1.8;
	margin-bottom: 30px;
	font-size: 16px;
	text-align: justify;
}

footer { 
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    text-align: center;
}

/* Contact */

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
 }
 
 @keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
 }
 
 .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
 }

 .bold_text {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
 }

.dropdown {
    /* Size & position */
    list-style: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    display: none
}

.dropdown li{
    padding-bottom: 10px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

#x_button {
    display: none;
    color: inherit;
    float: right;
    color: #03A9F4;
    padding: 4px;
    border-radius: 50%;
    line-height: 12px;
    -webkit-transition: 1.5s;
	transition: 1.5s;
}

#x_button:hover {
    background: #03A9F4;
    color: #FFF;
    -webkit-transition: 1.5s;
	transition: 1.5s;
}

#contact_button {
	color: #fff;
    background: #03A9F4;
    border: 1px solid #03A9F4;
    padding: 1px 5px 1px 5px;
    line-height: 8px;
    margin-left: 5px;
    border-radius: 15px;
    -webkit-transition: 1.5s;
	transition: 1.5s;
}

#contact_button:hover {
	color: #03A9F4;
    background: #FFF;
    border: 1px solid #03A9F4;
}

/* SOCIAL MEDIAS */
a.linkedin,
a.github,
a.instagram {
	background: url('../images/social_icons.png') no-repeat;
	background-size: 119px 28px;
	display: inline-block;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
	width: 29px;
	-webkit-transition: 1.5s;
	transition: 1.5s;
}

a.linkedin:hover,
a.github:hover,
a.instagram:hover {
	background: url('../images/social_icons_hover.png') no-repeat;
	background-size: 119px 28px;
	display: inline-block;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
	width: 29px;
	-webkit-transition: 1.5s;
	transition: 1.5s;

}

a.linkedin {
	background-position: 0px 0;
}

a.github {
	background-position: -45px 0;
}

a.instagram {
	background-position: -104px 0;
}

a.linkedin:hover {
	background-position: 0px 0;
}

a.github:hover{
	background-position: -45px 0;
}

a.instagram:hover {
	background-position: -104px 0;
}

.social-buttons {
	padding-top: 10px;
}

@media screen and (max-width: 540px) {
	#wrapper { padding:40px; }
	#header { 
		padding-top: 30px;
		margin: auto;
		max-width: 85%
	}
	#docs { display: none; }
	#description {
		padding-top: 40px;
		max-width: 80%;
		margin: auto;
	}
	.dropdown {
		padding-top: 40px;
		max-width: 80%;
		margin: auto;
	}
	#x_button {
		padding-top: 40px;
		padding-right: 10%;
	}
}

@media screen and (max-width:440px) {
	#wrapper { padding:20px; }
}

@media screen and (max-width:768px) {
	h1 { font-size:70px; }
}

@media screen and (max-width:375px) {
	h1 { font-size:50px; }
}