/*FONTS*/
@font-face {
  font-family: 'GothamBlack';
  src: url(../fonts/Gotham-Black.otf) format("opentype");
}
@font-face{
  font-family: 'GothamLight';
  src: url(../fonts/Gotham-Light.otf) format("opentype");
}
@font-face{
  font-family: 'GothamMedium';
  src: url(../fonts/Gotham-Medium.otf) format("opentype");
}
@font-face{
  font-family: 'OpenSansCond';
  src: url(../fonts/OpenSans-CondLight.ttf) format("truetype");
}
@font-face{
	font-family: 'OpenSansCondBold';
	src: url(../fonts/OpenSans-CondBold.ttf) format("truetype");
}
@font-face{
	font-family: 'PlayFair-Display';
  src: url(../fonts/PlayfairDisplay-Regular.otf) format("opentype");
}
@font-face{
	font-family: 'Railway';
  src: url(../fonts/Raleway-Regular.ttf) format("truetype");
}
@font-face{
	font-family: 'KarlaBold';
	src: url(../fonts/Karla-Bold.ttf) format("truetype");
}

header{
	border-bottom: 2px solid #133858;
	text-align: center;
	margin: 0 20px 0 20px;
	padding: 30px 20px 10px 20px;
}

#title{
	font: 60px 'KarlaBold', serif;
	padding-bottom: 20px;
 	text-transform: uppercase;
 	text-align: center;
 	letter-spacing: .5px;
 	line-height: .8;
 	color: #133858;
}

#blurb{
	padding-bottom: 20px;
	font: 26px 'OpenSansCondBold', serif;
	color: #205481;
	width: 80%;
	margin: 0 auto;
	letter-spacing: 1.2px;
}
#currently{
	font: 22px 'OpenSansCond';
	letter-spacing: 1.2px;
	color: #0b243a;
}

.nav{
	margin: 0 auto;
	text-align: center;
	color: black;
	font: 20px 'OpenSansCondBold', serif;
	letter-spacing: 1.4px;
	line-height: 1.2;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
}

.nav a{
	text-decoration: none;
	color: #133858;
}
.nav a:hover{
	background-color: #337ab7;
	color:white;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

.section-title{
	padding: 20px 0 20px 30px;
	color: #205481;
	font: 50px 'OpenSansCondBold';
	letter-spacing: 2px;
	text-transform: uppercase;
	clear: both;
}

.subtitle{
	padding: 0 0 20px 30px;
	color: #337ab7;
	font: 25px 'OpenSansCondBold';
	letter-spacing: 2px;
	text-transform: uppercase;
}

.subsubtitle{
	padding: 0 0 20px 30px;
	color: #296294;
	font: 18px 'OpenSansCondBold';
	letter-spacing: 2px;
	text-transform: uppercase;
}

.content-two{
	color: black;
	text-transform: none;
	padding: 0 80px 10px 30px;
	font: 15px 'GothamLight';
	letter-spacing: .5px;
	line-height: 1.6;
}

.wrapping{
	padding: 0 80px 10px 20px;
}

.three-col{
	color: black;
	text-transform: none;
	padding: 10px 80px 10px 0;
	font: 15px 'GothamLight';
	letter-spacing: .5px;
	line-height: 1.6;
}

.duo{
	padding: 0;
	width: 50%;
	margin: 0;
	float: left;
}

.right{
	font: 15px 'GothamLight';
	float: right;
}

.content{
	padding: 0 80px 10px 30px;
	font: 15px 'GothamLight';
	letter-spacing: .5px;
	line-height: 1.6;
}

.content a{
	color:#337ab7;
	text-decoration: none;
	font-family: GothamMedium;
}

.content a:hover{
	background-color: #337ab7;
	color:white;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}

@media (max-width: 765px){
	#title{
		font-size: 50px;
		padding-bottom: 5px;
	}
	#blurb{
		font-size: 18px;
		width: 100%;
	}
	#currently{
		padding-top: 5px;
		font-size: 15px;
		width: 100%;
	}
	.nav{
		font-size: 15px;
	}
	.section-title{
		font-size: 35px;
	}
}
#openModal{
	padding-bottom: 100px;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 100%;
	height: auto;
	max-height: 90vh;
	position: relative;
	margin: 3% auto;
	padding: 5px 20px 13px 20px;
	background: #fff;
	border-radius: 15px;
}

.close {
	color: black;
	line-height: 25px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
}

.close:hover {
	background: #337ab7;
	border-radius: 15px;
}

.work{
	height: 300px;
	width: 300px;
	padding: 10px 0 50px 50px;
	float: left;
}

.icon{
	height: 100%;
	width: auto;
}

.descript{
	background-color: white;
	border-radius: 10px;
	padding-bottom: 10px ;
}
.describe{
	color: #296294;
	width: 90%;
	font: 15px 'OpenSansCondBold';
	letter-spacing: 2px;
	margin: 0 auto;
	text-align: center;
}
