
/* all IDs and classes are listed alphabetically */


/* GLOBAL STYLES --------------- */

body, html {margin: 0px;
	padding: 0px;
	font-family: 'Inter', sans-serif;
	scroll-behavior: smooth;
	}

a {text-decoration: none;
	display: contents;
	}

p {font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 30px;
	font-weight: 300;
	}

p > a {color: #00a0ff;
	font-weight: 700;
	transition-property: color;
	transition-delay: .2s;
	transition-duration: .3s;
	}

p > a:hover {color: #c4e500;
	}

h1 {color: #333;
	font-size: 60px;
	font-weight: 400;
	}

h2 {color: #fff;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	}

h3 {color: #fff;
	background-color: #000;
	padding: 15px;
	opacity: 0;
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-align: center;
	vertical-align: middle;
	transition-property: color, opacity;
	transition-delay: .1s;
	transition-duration: .2s;
	}

h4 {color: #fff;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 2px;
	}

h5 {color: #fff;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 0px;
	text-transform: uppercase;
	}

ul {margin-top: 0px;
	}

ul, li {color: #fff;
	line-height: 30px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	}

li::marker {color: #c4e500;}


/* ID'S ------------------------ */

#contact-container {min-height: 300px;
	margin: 70px 0px;
	display: flex;
	justify-content: space-around;
	}

#contact-left {height: 300px;
	}

#contact-right {height: 300px;
	}

#footer {width: 100%;
	height: 500px;
	background-color: #000;
	margin-top: 100px;
	padding-bottom: 100px;
	}

#footer-text {color: #333;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	padding-top: 100px;
	}

#header {background-color: #fff;
	margin: 0px;
	padding: 10px 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}

#header-icons {line-height: 70px;
	}

#header-logo {max-width: 300px;
	}

#name-title {font-weight: 900;
    color: #00a0ff;
    width: fit-content;
    margin: 0px;
    letter-spacing: -2px;
	}

#thumb-container {width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}

#top {position: absolute;
	visibility: hidden;
	}

#top-button {height: 50px;
	width: 50px;
	border-radius: 5px;
	background-color: #000;
	margin: 100px auto;
	cursor: pointer;
	transition-property: background-color;
	transition-delay: .1s;
	transition-duration: .3s;
	}

#top-button > p {font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 15px;
	font-weight: 700;
	padding-top: 13px;
	transition-property: color;
	transition-delay: .1s;
	transition-duration: .3s;
	}

#top-button > p > .blue-bracket {font-size: 40px;
	margin-top: 5px;
	transition-property: color;
	transition-delay: .1s;
	transition-duration: .3s;
	}


/* CLASSES --------------------- */

.blue-bracket {color: #00a0ff;
	font-weight: 700;
	font-family: monospace;
	vertical-align: text-top;
	}

.blue-button {background-color: #00a0ff;
	color: #fff;
	padding: 10px 40px;
	border-radius: 5px;
	font-weight: 700;
	font-family: 'Inter', sans-serif;
	transition-property: color, background-color;
	transition-delay: .1s;
	transition-duration: .3s;
	cursor: pointer;
	display: block;
	}

.breadcrumb {margin: 0px 0px -20px 0px;
	padding: 0px;
	}

.contact-text {color: #333;
	font-size: 20px;
	text-align: center;
	padding-top: 30px;
	max-width: 320px;
	}

.content {max-width: 1115px;
	margin: 0px auto;
	padding-top: 30px;
	}

.content-box {max-width: 900px;
	/* height: 700px; */
	margin-bottom: 20px;
	background-color: #333;
	border-bottom: 5px #00a0ff solid;
	border-radius: 5px;
	padding: 30px 100px;
	}

.green-highlight {color: #c4e500;
	font-weight: 700;
	}

.header-links {font-weight: 700;
	}

.header-links > a {color: #000;
	transition-property: color;
	transition-delay: .1s;
	transition-duration: .2s;
	}

.header-links > a:hover {color: #00a0ff;
	}

.homepage-bigtext {color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 50px;
	}

.homepage-bigtext > a {color: #00a0ff;
	transition-property: color;
	transition-delay: .1s;
	transition-duration: .3s;
	}

.homepage-bigtext > a:hover {color: #c4e500;
	}

.image-caption {font-size: 12px;
	font-weight: 300;
	background-color: #000;
	padding: 20px;
	line-height: 15px;
	margin: 10px 0px 25px 0px;
	}

.no-bg {background: unset;
	color: unset;
	border: unset;
	}

.project-body-image {width: 100%;
	border: 1px #000 solid;
	margin-top: 25px;
	}

.project-box {display: grid;
	padding: 50px 100px;
	}

.project-index-item-container > .blue-button {display: inline;
	margin-top: 10px;
	letter-spacing: 1px;
	}

.project-description {line-height: 22px;
	}

.project-index-image {width: 400px;
	height: 285px;
	float: left;
	margin: 0px 25px 100px 0px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px #00a0ff solid;
    transition-property: border;
	transition-delay: .1s;
	transition-duration: .2s;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	justify-content: space-around;
	cursor: pointer;
	}


/* TRANSITIONS ----------------- */

.blue-button:hover {background-color: #c4e500;
	color: #333;
	}

.project-index-image:hover {border: 7px #c4e500 solid;
	}

.project-index-image:hover > h3 {color: #c4e500;
	opacity: 1;
	}

#top-button:hover {background-color: #c4e500;}

#top-button:hover > p {color: #333;}

#top-button:hover > p > .blue-bracket {color: #333;}


/* PROJECT SECTION IMAGES ------------ */
/* in order of appearance */

/* WEB PROJECTS */
#pt-project {background: url(images/slides/pt-1.jpg) no-repeat;
	background-size: cover;
	}

#swfl-project {background: url(images/slides/swfl-2.png) no-repeat;
	background-size: cover;
	}

#espn-project {background: url(images/slides/espn-1.jpg) no-repeat;
	background-size: cover;
	}


/* GRAPHIC DESIGN PROJECTS */
#nags-project {background: url(images/slides/nags-1.jpg) no-repeat;
	background-size: cover;
	}

#blip-project {background: url(images/slides/blip-0.jpg) no-repeat;
	background-size: cover;
	}

#ck-project {background: url(images/slides/ck-2.jpg) no-repeat;
	background-size: cover;
	}


/* ONLINE ADVERTISING PROJECTS */
#adops-project {background: url(images/slides/ads-4.jpg) no-repeat;
	background-size: cover;
	}

#twdc-project {background: url(images/slides/twdc-2.png) no-repeat;
	background-size: cover;
	}