@charset "utf-8";
/* ---------------------------- CSS Document ---------------------------- */

nav, header, section, footer { display: block; }

body {
	font: 16px/1.8 Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #fff;
	background: url("../images/BG_edit.jpg") no-repeat center center fixed #000;
	background-size: cover;
	margin: 0 0 1% 0;
	padding: 0;
	margin-bottom: 100px;
}

#wrap { margin: 0 auto; width: 100%; height: auto; overflow: hidden; }

nav { margin-top: 3%; margin-right: 3%; }
nav img { width: 40px; height: auto; }
nav ul { list-style: none; }
nav a { text-decoration: none; color: #fff; opacity: 50%; }
nav li { display: inline; font-size: 2rem; font-weight: bold; padding-left: 3%; font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; }
#linkedIn { float: right; width: 180px; }
nav a:hover { opacity: 80%; }
nav a.active { opacity: 100%; }

h1 { 
	color: #fff; 
	font-size: 4rem; 
	font-family: "Palatino Linotype", Baskerville, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "DejaVu Sans";
	opacity: 90%;
	margin-bottom: 0;
	margin-top: 0;
}

section p, section h2, section li {
	color: #fff;
	text-align: left;
	font-size: 1.2rem;
	text-shadow: 2px 2px 1px #000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	margin-top: 0;
	margin-bottom: 0;
}

.contactForm { padding: 0px; }

label { font-size: 20px; font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; float: left; }

input, select, textarea {
	width: 100%;
	padding: 12px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 10px;
	resize: vertical;
}
input[type=submit] {
	width: 200px;
	color: #fff; 
	opacity: 50%;
	border: none;
	border-radius: 4px;
}
input[type=submit]:hover { opacity: 100%; cursor: pointer; }
input[value=Submit] { color: #000; font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; font-size: 20px; text-shadow: 0.5px 0 0.5px #000; }

.g-recaptcha { margin-top: 17px; }

iframe { width: 100%; height: 500px; border-bottom-left-radius: 2%; border-bottom-right-radius: 2%; margin: -10px;}

footer { width: 100%; bottom: 0; right: 0; text-align: right; position: fixed; }
footer a { text-decoration: none; color: #fff; opacity: 70%; }
footer ul { list-style: none; margin: 0; }
footer li { display: inline; padding-right: 3%; }
footer img { width: 40px; }
footer p { margin: 0 5% 0 0; font-size: 1rem; }
footer a:hover { opacity: 100%; }
footer a.active { opacity: 100%; }

hr { margin: 50px 0; }
#GitHub { width: 400px; }

/* ---------------------------- Classes ---------------------------- */
.textBox { text-align: center; width: 50%; margin-top: 5%; margin-left: 10%; background: rgba(0,0,0,0.1); }

.row { text-align: center; width: 40%; margin-top: 5%; margin-left: 10%; background: rgba(0,0,0,0.1); }

.column img { width: 200px; height: 200px; padding-top: 1%; padding-left: 1%; padding-right: 1%; margin: auto; opacity: 90%; transition: 1s; border-radius: 10px; }
.column img:hover { box-shadow: 10px 10px 10px rgba(0,0,0,0.5); opacity: 100%; transform: scale(1.1); }

.link { text-decoration: none; color: #fff; font-style: italic; font-weight: bold; }
.link:hover { border-bottom: 1px solid #fff; }

.imgLink { opacity: 80%; }
.imgLink:hover {opacity: 100%; }


/* ---------------------------- media queries ---------------------------- */
@media screen and (max-width: 1618px){
	.row { width: 50%; }
}

@media screen and (max-width: 1296px){
	.row { width: 60%; }
}

@media screen and (max-width: 1215px){
	footer { text-align: right; position: relative; margin-top: 3%; }
}

@media screen and (max-width: 1140px){
	
	.textBox { width: 60%; }
	
	iframe { height: 400px; }
}

@media screen and (max-width: 1110px){
	.textBox { width: 90%; margin: auto; margin-top: 5%; }
}

@media screen and (max-width: 1080px){
	.row { width: 70%; }
}
	
@media screen and (max-width: 926px){
	.row { width: 80%; }
}
	
@media screen and (max-width: 889px){
	#linkedIn { content: url("../images/in_icon.png"); width: 50px; }
}

@media screen and (max-width: 810px){
	.row { width: 90%; margin: auto; }
}
	
@media screen and (max-width: 726px){
	#linkedIn { display: none; }
}

@media screen and (max-width: 720px){
	.row { width: 95%; }
}
	
@media screen and (max-width: 682px){
	.row { width: 98%; }
}
	
@media screen and (max-width: 661px){
	.row { width: 100%; }
}
	
@media screen and (max-width: 650px){
	nav li { font-size: 1.9rem; }
	nav img { width: 30px; }
	
	h1 { font-size: 3rem; }
}

@media screen and (max-width: 603px){
	nav li { font-size: 1.8rem; }
}

@media screen and (max-width: 576px){
	nav li { font-size: 1.6rem; }
}

@media screen and (max-width: 523px){
	nav li { display: block; font-size: 2rem; }
	nav img { width: 40px; }
	
	h1 { font-size: 3rem;  }
}

@media screen and (max-width: 487px){
	h1 { font-size: 2rem; }
	#GitHub { width: 200px; }
}

@media screen and (max-width: 422px){
	.column img { width: 120px; height: 120px; }
}

@media screen and (max-width: 325px){
	.textBox { width: 100%; }
	
	footer img { width: 30px; }	
}
@media screen and (max-width: 314px){
	footer p { font-size: 0.7rem; }
}