@charset "UTF-8";

@font-face {
    font-family: 'gta_Rg';
    src: url('../fonts/gta-webfont.woff2') format('woff2'),
         url('../fonts/gta-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gts_Rg';
    src: url('../fonts/gts-regular-webfont.woff2') format('woff2'),
         url('../fonts/gts-regulat-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gts_BdIt';
    src: url('../fonts/gts-bold-italic-webfont.woff2') format('woff2'),
         url('../fonts/gts-bold-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gts_MdIt';
    src: url('../fonts/gts-medium-italic-webfont.woff2') format('woff2'),
         url('../fonts/gts-medium-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@keyframes link-ul-fade-in-b {
	0% {
		border-bottom: 3px dotted rgba(23, 54, 93, 0);
	}
	30% {
		border-bottom: 3px dotted rgba(23, 54, 93, 1);
	}
	100% {
		border-bottom: 3px solid rgba(23, 54, 93, 1);
	}
}

@keyframes link-ul-fade-in-r {
	0% {
		border-bottom: 2px dotted rgba(248, 18, 62, 0);
	}
	30% {
		border-bottom: 2px dotted rgba(248, 18, 62, 1);
	}
	100% {
		border-bottom: 2px solid rgba(248, 18, 62, 1);
	}
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	background-color: #f1f1f1;
}

.container {
	width: 95%;
	max-width: 820px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;

	/*border: 1px red solid;*/
}

.container a {
	color: #17365d;
}

.header {
	font-family: 'gts_Rg';
	padding-bottom: 20px;

	/*border: 1px red solid;*/
}

.header h1 {
	font-size: 25px;
	font-weight: normal;
	color: #f8123e;
}

.header h2 {
	font-size: 25px;
	font-weight: normal;
	color: #17365d;
}

.header a {
	text-decoration: none;
	color: #f8123e;
}

.project-box {
	font-family: 'gta_Rg';
	width: 70%;
	padding-left: 30px;
	line-height: 1.5;

	transform: rotate(-.5deg);

	/*border: 1px red solid;*/
}

.project-box a {
	color: #f8123e;
	display: inline;
	border: 0px #f8123e solid;
}

.project-box a:link,
.project-box a:visited {
	text-decoration: none;

}

.project-box a:hover,
.project-box a:visited:hover,
.project-box a:active,
.project-box a:visited:active {
	animation: link-ul-fade-in-r .2s ease-out forwards;
}

.project-box h3 {
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 20px;
	color: #17365d;
}

.project-box em {
	font-style: normal;
	font-weight: bold;
	color: #f8123e;
}

.project-box sup {
	/*font-size: 10px;*/
	padding-left: 2px;
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}

.awards {
	font-family: 'gta_Rg';
	color: #17365d;
	padding-left: 30px;
	padding-bottom: 15px;

	/*border: 1px red solid;*/
}

.awards h3 {
	font-size: 12px;
	font-weight: normal;

	/*border: 1px red solid;*/
}

.awards a {
	color: #f8123e;
	display: inline;
	border: 0px #f8123e solid;
}

.awards a:link,
.awards a:visited {
	text-decoration: none;

}

.awards a:hover,
.awards a:visited:hover,
.awards a:active,
.awards a:visited:active {
	animation: link-ul-fade-in-r .2s ease-out forwards;
}

.awards sup {
	/*font-size: 10px;*/
	padding-left: 2px;
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}

.emoji {
	display: inline;
	font-size: 15px;

	/*border: 1px red solid;*/
}

.recognition h3 {
	font-family: 'gta_Rg';
	font-weight: normal;
	font-size: 12px;
	color: #17365d;
	padding-left: 30px;
	padding-bottom: 20px;

	/*border: 1px red solid;*/
}

.recognition em {
	font-style: normal;
	color: #f8123e;
}

.buttons {
	font-family: 'gts_MdIt';
	font-size: 15px;
	color: #17365d;
	padding-bottom: 20px;

	/*border: 1px red solid;*/
}

.buttons a {
	border: 0px #17365d solid;
}

.buttons a:link,
.buttons a:visited {
	text-decoration: none;
}

.buttons a:hover,
.buttons a:visited:hover,
.buttons a:active,
.buttons a:visited:active {
	animation: link-ul-fade-in-b .2s ease-out forwards;
}

.button-contact {
	float: left;
}

.button-next {
	float: right;
}

.line-style {
	width: 70%;
	color: white;
	margin-left: 30px;
	margin-bottom: 20px;
	transform: rotate(-.5deg);
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(23, 54, 93, 0.7);
	text-align: center;

	/*border: 1px red solid;*/
}

.modal-content {
	background-color: #f1f1f1;
	padding: 40px 20px 0 20px;
	border: 8px solid #f1f1f1;
	border-radius: 5px;
	display: none;
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
	overflow: scroll;
	min-width: 500px;
	max-height: 500px;
	/*border: 1px red solid;*/
}

.modal-video {
	width: 500px;
	padding-bottom: 5px;
	display: block;
}
.modal-asset img {
	width: 500px;
	padding-bottom: 5px;
	display: block;
}

.modal-copy {
	text-align: left;
	font-family: 'gta_Rg';
	font-size: .9em;
	color: #17365d;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #17365d;
	width: 500px;
	/*max-width: 500px;*/

	/*border: 1px red solid;*/
}

.close {
	position: fixed;
	top: 0;
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	display: block;
	/*border: 1px red solid;*/
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.text-doc {
	width: 600px;
	height: 400px;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	overflow: scroll;
	background-color: white;

	/*border: 1px red solid;*/
}

.text-doc p, h1, h5 {
	padding-bottom: 10px;
}
.text-doc p, h6 {
	text-align: left;
	text-indent: 30px;
	transform: rotate(-.9deg);
}

.text-doc h6 {
	font-weight: normal;
	padding-bottom: 5px;
}

@media only screen and
	(max-device-width: 812px),
	(max-width: 500px) {

		.header h1 {
			font-size: 8vw;
			margin-top: 20px;
		}

		.header h2 {
			font-size: 4vw;
			margin-bottom: 20px;
		}

		.project-box {
			width: 100%;
		}

		.project-box h3 {
			font-size: 5vw;
		}

		.recognition h3,
		.awards h3 {
			font-size: 3vw;
		}

		.modal-content {
			max-height: 80%;
		}

		.modal-video {
			margin: 0 auto;
			width: 95%;
		}

		.modal-asset img {
			margin: 0 auto;
			width: 95%;
		}

		.modal-copy {
			margin: 0 auto;
			width: 95%;
		}

		.text-doc {
			width: 95%;
			height: 80%;
		}

		.buttons {
			margin-top: 20px;
			margin-bottom: 100px;
			font-size: 50px;
		}

}






