body {
	margin: 0;
	text-align: center;
	font-family: 'Monaco', monospace;
	font-weight: 300;
	font-size: 1.5rem;
	color: #e8e1e1;
}

h1 {
    font-family: 'Roboto Mono', monospace;
    font-weight: 700;
    font-size: 5.625rem;
    color: #ffb8b8;
	-webkit-text-stroke: 2px red;
    position: relative;
    margin: 0;
    padding: 20vw 10vw 0;
}

#subtitle {
    font-family: 'Cutive Mono', monospace;
    font-size: 2.5rem;
    color: #ffb8b8;
	-webkit-text-stroke: 0.2px red;
    position: relative;
    margin: 0.5em 0 0;
    padding: 0 8vw 20vw;
}

#hello {
	font-family: 'DM Mono', monospace;
	font-weight: 500;
	font-size: 8rem;
}

.intro {
	width: 30%;
	margin: auto;
}

h2 {
	font-weight: 700;
	font-size: 6rem;
	color: #ff7c7c;
}

h3 {
	color: #ff7c7c;
}

hr {
	border-style: none;
	border-top-style: dotted;
	border-width: 10px;
	width: 4%;
	border-color: #D2D2D2;
	margin: 150px auto;
}

a {
	color: #ff7c7c;
}

p {
	line-height: 2;
}

.profile {
	padding-top: 100px;
}

.top-container {
	position: relative;
	padding: 0;
	background-color: #8c8c8c;
	background-image: url("../images/dominique-knobben-fdFRAYR_4Is-unsplash.jpg");
	background-size: cover;
	background-blend-mode: multiply;
	background-position: center;
}

.middle-container {
	position: relative;
	padding-bottom: 200px;
	background-color: #8c8c8c;
	background-image: url("../images/andras-vas-Bd7gNnWJBkU-unsplash.jpg");
	background-size: cover;
	background-blend-mode: multiply;
	background-position: center;
}

.bottom-container {
	background-color: #3d0000;
	position: relative;
	padding: 50px;
	color: #EAF6F6;
}

.credits {
	font-size: 0.75rem;
}

.monospace {
	font-family: 'Roboto Mono', monospace;
	font-weight: 300;
	background-color: #8a3434;
	padding: 0 3px;
}

.skill-row {
	width: 50%;
	margin: 250px auto;
	text-align: left;
}

.left-img {
	float: left;
	margin-right: 30px;
}

.right-img {
	float: right;
	margin-left: 30px;
}

.contact-me {
	margin: 70px auto;
	width: 35%;
}

.btn {
   background: #FF7C7C;
   background-image: -webkit-linear-gradient(top, #FF7C7C, #3D0000);
   background-image: -moz-linear-gradient(top, #FF7C7C, #3D0000);
   background-image: -ms-linear-gradient(top, #FF7C7C, #3D0000);
   background-image: -o-linear-gradient(top, #FF7C7C, #3D0000);
   background-image: -webkit-gradient(to bottom, #FF7C7C, #3D0000);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   color: #FFFFFF;
   font-size: 25px;
   font-weight: 700;
   letter-spacing: 2.5px;
   padding: 20px 40px;
   -webkit-box-shadow: 1px 1px 20px 0 #000000;
   -moz-box-shadow: 1px 1px 20px 0 #000000;
   box-shadow: 1px 1px 20px 0 #000000;
   text-shadow: 1px 1px 20px #000000;
   border: solid #FFFFFF 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.btn:hover {
   border: solid #FFFFFF 1px;
   background: #FF0000;
   background-image: -webkit-linear-gradient(top, #FF0000, #FF7C7C);
   background-image: -moz-linear-gradient(top, #FF0000, #FF7C7C);
   background-image: -ms-linear-gradient(top, #FF0000, #FF7C7C);
   background-image: -o-linear-gradient(top, #FF0000, #FF7C7C);
   background-image: -webkit-gradient(to bottom, #FF0000, #FF7C7C);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
}

.footer-link {
	margin: auto 30px;
	color: #ff7c7c;
	font-weight: bold;
	text-decoration: none;
}

.footer-link:hover {
	color: #EAF6F6;
}

.copyright {
	color: #EAF6F6;
	font-size: 0.85rem;
	padding: 20px 0;
}
