@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Asap:400,700);

/* CSS Browser Resets */
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;
  outline: none;
}
body { font-size: 62.5%; line-height: 1; font-family: Arial, Tahoma, Verdana, sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

input { outline: none; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }


/* CSS Document */

body {
	background: #205868 url(noisy_grid-blue.png);
	padding: 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

#content {
	max-width:800px;
	margin:50px auto 10px;
	background-color:#173d48;
	background-color:rgba(0,0,0,0.25);
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 0px 10px 10px !important;
}

#hello {
	color: #F90;
	font-size:45px;
	font-weight:700;
	margin-bottom:0px;
	padding-top:20px;
	font-family:'asap', Arial, Helvetica, sans-serif;
	text-align:center;
}


#fname {
	font-size: 75px;
	font-weight:lighter;
	display:block;
	max-width:100%;
}

#lname {
	font-size: 112px;
	font-weight:bold;
	color:#111;
	text-shadow: 0px 0px 30px rgba(112,181,222,0.75);
	display:block;
	max-width:100%;
}

#name {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:uppercase;
	text-shadow: 2px 2px 5px #333;
	line-height: 80px;
	max-width: 450px;
	margin: 0 auto 20px;
}

#tagline, #curr-job, #jobs, #resume, #contact {
	text-align:center;
	font-size:27px;
}

#tagline, #curr-job, #jobs{
line-height:35px;
}

#tagline {
	font-weight:bold;
}

#ln1, #ln2 {
	display: block;	
}

#curr-job {
	max-width:600px;
	display:block;
	margin:0 auto;
}

#jobs {
	color: #F90;
	margin-top: 0px;
	font-family:'asap', Arial, Helvetica, sans-serif;
	font-weight:700;
}

ul#CTAs {
	padding: 0;
	font-size: 27px;
	font-family:'asap', Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
}
  
ul#CTAs li {
	display: inline-block;
}
  
ul#CTAs li a {
	display: inline-block;
	padding: 15px 5px 5px;
	margin:15px;
	color: #FFF;
	font-weight:700;
	text-decoration: none;
	height:64px;
	width: 160px;
	text-align: center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#F90;
}

ul#CTAs li a:hover {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 136, 255, .5);
	-moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .5);
	box-shadow: 0px 0px 15px 1px rgba(145, 204, 255, .5);
}

#resume {
	font-size:18px;
}

#contact {
	font-size:25px;
	line-height:28px;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

#social-div {
	margin: 0px auto 25px;
}

#social-div p {
	text-align:center;
	font-size:20px;
	margin-bottom:10px;
}

ul#social {
	padding: 0;
	list-style-type: none;
	text-align:center;
	max-width: 500px;
	margin:auto;
}
  
ul#social li {
	display: inline-block;
}
  
ul#social li a {
	display: block;
	margin:5px 10px;
	text-decoration: none;
}

ul#social li a:hover {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 136, 255, .5);
	-moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .5);
	box-shadow: 0px 0px 15px 1px rgba(145, 204, 255, .5);
	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#pdf {
	display:inline-block;
}

#footer {
	text-align:center;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

hr {
	margin-bottom:10px;
}

.block {
	display:block;
	margin:0px;
	padding:0px;
}

a {
	color:#09F;
}

@media screen and (max-width: 650px) {

/*Make tagline be on one line instead of two.*/
#ln1, #ln2 {
	display: inline;	
}

}

@media screen and (max-width: 600px) {

/*Resize name so it will not overflow.*/
#name {
	line-height: 70px;
}

#fname {
	font-size: 65px;
}

#lname {
	font-size: 100px;
	text-shadow: 0px 0px 30px rgba(112,181,222,0.75);
}

}


@media screen and (max-width: 480px), screen and (max-device-width : 480px) {



#name {
	line-height: 60px;
}

#fname {
	font-size: 55px;
}

#lname {
	font-size: 85px;
}

#content {
padding: 0px 25px 10px !important;
}

}

@media screen and (max-width: 460px), screen and (max-device-width : 460px) {



#name {
	line-height: 52px;
}

#fname {
	font-size: 48px;
}

#lname {
	font-size: 75px;
}

}

@media screen and (max-width: 410px), screen and (max-device-width : 410px) {



#name {
	line-height: 45px;
}

#fname {
	font-size: 42px;
}

#lname {
	font-size: 65px;
}

}

@media screen and (max-width: 370px), screen and (max-device-width : 370px) {



#name {
	line-height: 40px;
}

#fname {
	font-size: 36px;
}

#lname {
	font-size: 57px;
}

}

@media screen and (max-width: 340px), screen and (max-device-width : 340px) {

#hello {
	font-size: 30px;
}

#name {
	line-height: 30px;
}

#fname {
	font-size: 27px;
}

#lname {
	font-size: 43px;
}

}
