/* ====================== Top Level Changes ====================== */
body, html {
	/*font-family: 'Helvetica','proximanova', sans-serif;*/
	font-family: 'proximanova','Helvetica', sans-serif;
	overflow-x:hidden;
	scroll-behavior: smooth !important;
}
@font-face {
	font-family: 'proximanova';
	src: url('../fonts/Proxima-Nova-Reg.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	 url('../fonts/Proxima-Nova-Reg.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
	 font-weight: normal;
	 font-style: normal;
}
svg, .header1, .header2 {
	opacity: 0
}
h2 {
	text-align: center;
	display: table;
	margin: 0 auto;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	position: relative;
	padding: 10px 0px;
}
.med-pad-bottom {
	padding-bottom: 2.5rem;
}
label.contact-details {
	font-size:24px; 
	margin:auto; 
	margin-bottom:15px; 
	text-align: center; 
	max-width:780px;
}
.contact-submit-grid {
	display:grid;
	margin-bottom: 1em;
	grid-template-rows: auto;
	grid-template-columns: auto 1fr;
	grid-template-areas: "contact-submit thanks-msg";
}
#contact-submit {
	grid-area: contact-submit;
}
.thanks-msg {
	grid-area: thanks-msg;
	display:none;
	align-items:center;
	justify-content: center;
}
.repo-links > a.button:last-child {
	margin-top:12px;
}
.flex-display {
	display: flex;
}
.flex-center-vertical {
	align-items: center;
}
.flex-center-horizontal {
	justify-content: center
}
.text-left-grid, .text-right-grid {
	display:grid;
	grid-template-rows: auto;
	grid-gap: 15px;
	padding: 15px;
}
.l-pic, .r-pic,
.l-text, .r-text {
	display:flex;
	justify-content:center;
	align-items:center;
}
.text-left-grid {
	grid-template-columns: 2.8fr minmax(100px, 240px);
	grid-template-areas: "l-text l-pic";
}
.l-pic {
	grid-area: l-pic;
}
.l-text {
	grid-area: l-text;
	flex-direction: column;
}
.text-right-grid {
	grid-template-columns: minmax(100px, 240px) 2.8fr;
	grid-template-areas: "r-pic r-text";
}
.r-pic {
	grid-area: r-pic;
}
.r-text {
	grid-area: r-text;
	flex-direction: column;
}
.projects-grid {
	display: grid;
	grid-template-columns: repeat(3, auto);
	grid-template-rows: auto;
	grid-template-areas: "project-1 project-2 project-3";
	grid-gap: 15px;
}
.project-thumbnail {
	max-width:450px;
	width: 100%;
}
#project-1, #project-2, #project-3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align:center;
	padding: 20px;
}
#project-1 {
	grid-area: project-1;
}
#project-2 {
	grid-area: project-2
}
#project-3 {
	grid-area: project-3
}
@media (max-width: 844px) {
	.text-right-grid, .text-left-grid {
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: 180px auto;
	}
	.text-right-grid {
		grid-template-areas: 
		"r-pic" 
		"r-text";
	}
	.r-pic, .l-pic {
		align-items:initial;
	}
	.text-left-grid {
		grid-template-areas: 
		"l-pic"
		"l-text";
	}
	.projects-grid {
		grid-template-columns: auto;
		grid-template-rows: repeat(3, auto);
		grid-template-areas: 
		"project-1"
		"project-2"
		"project-3";
	}
}
/* ====================== Top Level Changes END ====================== */
/* ====================== Button/Navbar Changes ====================== */
.button,
.button-link.solid,
.navbar-brand.solid,
.button-link:after,
a.footer-img:hover,
a.text-link:after,
a {
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}
a.footer-img:hover {
	filter: invert(43%) sepia(80%) saturate(374%) hue-rotate(117deg) brightness(96%) contrast(94%);
}
.button {
	border: none;
	padding: 12px 24px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}

.navbar.solid,
.button-clear.solid,
.button-submit {
	background-color: white;
	color:black;
}
.navbar-brand.solid {
	filter: invert(1);
	font-weight:normal !important ; 
}
.button-dark {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.button-dark:hover {
    background-color: white;
    color: black;
    text-decoration: none
}
.button-dark.solid {
	color: black;
    border: 2px solid #272727;
}
.button-dark.solid:hover {
	color:white;
	border:2px solid #272727;
	background-color:#272727;
}
.button-clear.solid,
.button-submit {
	border: 2px solid #272727;
}
.button-link.solid, 
.button-link.solid:hover,
a.text-link {
	color: black;
}
a.text-link {
	display:inline-block;
}
a.text-link:hover {
	text-decoration: none;
}
.button-link {
	position: relative;
	color: white;
	display: inline-block;
	font-size: 16px;
}
.button-link {
	padding: 8px 12px;
}
.button-link:hover {
	text-decoration: none;
	color: white;
}
.button-link:after,
a.text-link:after {	
	content: '';
	display: block;
	border-bottom: 3px solid #28c5a3;
	width: 0;
}
a.text-link:after {
	border-bottom: 3px solid #bbbbbb;
	width: 100%;
}
.button-link:hover:after { 
	width: 100%; 
}
a.text-link:hover:after {
	border-bottom: 3px solid #28c5a3
}
.button-clear {
	background-color: transparent;
	color: white;
	border: 2px solid white;
}
.button-clear:hover,
.button-clear.solid:hover,
.button-submit:hover {
	background-color: #272727;
	border: 2px solid #272727;
	color: white;
	text-decoration: none;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}
.download {
    width: 70% !important;
    margin-left:15% !important;
    margin-bottom: 1.4rem;
}
.nav-item {
    text-align: right;
}
.navbar-toggler {
	border: 2px solid white;
}
.navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    box-shadow: none;
}
.navbar-dark .navbar-toggler {
	border-color: rgba(255, 255, 255, 0.8);
}
.navbar-light .navbar-toggler {
	border-color: rgba(0,0, 0, 0.8);
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
li.nav-item > a.button {
	padding: 4px 16px;
	margin-left: 8px;
} 
button.button-submit + li.list-inline-item {
	float:right;
	text-align:right;
	margin-right: 1.2rem;
	margin-bottom:0.6rem;
}
/* ====================== Button/Navbar Changes END ====================== */
/* ====================== Header/Footer Changes ====================== */
.logo {
	width: 30vmin; 
	height:30vmin; 
	min-width: 220px; 
	min-height: 220px;
}
footer {
	background-color:#272727; 
	padding-top:16px;
}
header, section {
	position:relative;
}
header, footer {
	font-family: 'proximanova', 'Helvetica', 'sans-serif'
}
footer > .container > div.footer-content-wrapper {
	color:white;
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.footer-margin {
	margin-bottom: 1.2em
}
li.github {
	margin-left:20px;
	margin-right: 1.2rem !important;
}
li.facebook, li.instagram {
	margin-right: 1.2rem !important;
}
li.linkedin {
	margin-right: 0.8rem !important; 
}
.anthony-cc {
	text-align:center;
	color:white; 
	margin-bottom:12px;
}
.section-headers {
	font-family:  Helvetica, sans-serif, Arial;
	border-bottom:5px solid #28c5a3;
	text-align:center;
	margin:auto;
	opacity:0;
}
.main-container {
	top:20%;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.header1,
.header2 {
	color: white;
	font-size:44px;
}
.header1 {
	font-weight: bold;
}
.header2 {
	display:block;
	font-size:24px;
	margin-right:10%;
	margin-left:10%;
}
h3.heading-right,
h3.heading-left {
	font-size:40px;
}
div.content-left,
div.content-right {
	white-space: pre-line;
	font-size:16px;
}
h3.heading-right,
div.content-right {
	text-align:right;
}
h3.heading-left,
div.content-left{
	text-align:left;
	color:white;
}
/* ====================== Parallax/Fixed Gradient Background ====================== */
.img404 {
    /* The image used */
    background: url("../images/backgrounds/404.jpg");
    /* background-color: rgba(0, 0, 0, 0.5); */
     background-blend-mode: darken;
    width:100%;
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gradient{
	width: calc(100% + 17px); height:100vh; min-height:500px;max-height:100%;
}
.background-container {
	overflow:hidden;
	position:relative;
	height:100%;
}
.background {
    position: absolute;
    top: 0;
	left: 0;
	min-height:500px;
	background-size: cover!important;
	overflow:hidden;
}
.slider-wrapper {
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.slide, .img404 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100vw;
	height: 100vh; 
	min-height:600px;   
    flex-shrink: 0;
    transition: 1.8s ease-in-out transform;
    backface-visibility: hidden;
}
.slide::before {
    content: '';
    display: inline-block;
    height: 50%;
}
.slide1 {
	background:url("../images/backgrounds/slide1.jpg")
}
.slide2 {
	background:url("../images/backgrounds/slide2.jpg")
}
.slide3 {
	background:url("../images/backgrounds/slide3.jpg")
}
.slide4 {
	background:url("../images/backgrounds/slide4.jpg")
}
/* ====================== Parallax/Fixed Gradient Background END ====================== */
/* ====================== Header/Footer Changes END ====================== */
/* ====================== Slide Down Animation ====================== */
.animated-down,
.animated-left,
.animated-right {
	position: relative;
}
.animated-down {
	animation: slideDown 0.5s ease-in forwards;
	-webkit-animation: slideDown 0.5s;
}
.animated-left {
	animation: slideLeft 0.5s ease-in forwards;
	-webkit-animation: slideLeft 0.5s;
}
.animated-right {
	animation: slideRight 0.5s ease-in forwards;
	-webkit-animation: slideRight 0.5s;
}

@keyframes slideDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
    	transform: translate3d(0, -50px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
    	transform: none;
	}
}
@-webkit-keyframes slideDown {
	from {
		-webkit-transform: translate3d(0, -50px, 0);
    	transform: translate3d(0, -50px, 0);
		opacity: 0;
	}
	to {
		opacity: 1;
		-webkit-transform: none;
    	transform: none;
	}
}

@keyframes slideLeft {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
    	transform: translate3d(-50px, 0, 0);
		opacity: 0;
	}
	to {
		opacity: 1;
		-webkit-transform: none;
    	transform: none;
	}
}
@-webkit-keyframes slideLeft {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
    	transform: translate3d(-50px, 0, 0);
		opacity: 0;
	}
	to {
		opacity: 1;
		-webkit-transform: none;
    	transform: none;
	}
}
@keyframes slideRight {
	from {
		-webkit-transform: translate3d(50px, 0, 0);
    	transform: translate3d(50px, 0, 0);
		opacity: 0;
	}
	to {
		opacity: 1;
		-webkit-transform: none;
    	transform: none;
	}
}
@-webkit-keyframes slideRight {
	from {
		-webkit-transform: translate3d(50px, 0, 0);
    	transform: translate3d(50px, 0, 0);
		opacity: 0;
	}
	to {
		opacity: 1;
		-webkit-transform: none;
    	transform: none;
	}
}
/* ====================== Slide Down Animation END ====================== */
/* ====================== Page Dividers and Sections ====================== */
#about, #documents, #projects, #contact {
	background-color: transparent;
	margin-top: -40px;
	padding-top: 40px;
}
.lead {
	padding-left:20px; 
	padding-top:10px;
	padding-bottom:20px;
	line-height: 1.35;
}
/* ====================== Page Dividers and Sections END ====================== */
/* ====================== Bootstrap Overrides ====================== */
/* .col-sm-2 {
    -ms-flex: 0 0 10.666667%;
    flex: 0 0 10.666667%;
    max-width: 10.666667%;
} */
/* .col-sm-4 {
    -ms-flex: 0 0 39.333333%;
    flex: 0 0 39.333333%;
    max-width: 39.333333%;
} */
.col-md-3 label {
	color:white;
	margin-bottom: 0.2em;
}
@media (min-width:576px) {
	section .row .col-sm-4 {
		max-width:40%;
		-ms-flex:0 0 40%;
		flex:0 0 40%;
	}
	div.content-left {
		font-size:16px;
	}
	h3.heading-left {
		font-size:40px;
	}
	.row .col-sm-6.box-shadow{
		flex: 0 0 46.295%;
		max-width: 46.295%;
	}
}
 
@media (min-width : 768px) {
	div.content-left {
		font-size:18px;
	}
	h3.heading-left {
		font-size:44px;
	}
}
.col-sm-4 iframe.resp-iframe {
	width: 100%;
	height: 400px;
	border-radius:10px;
}
.box-shadow { 
	opacity:0;
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.3); 
}
.card-img-top {
	padding-top:15px;
	width:17em;
}
/* .card-img-top:hover {
	-webkit-transform: scale(1.07,1.05);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.07,1.05);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;   
} */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	bottom: 3rem;
	z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
	height: 32rem;
}
.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 32rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4,
.marketing .col-lg-3 {
	margin-bottom:-20px;
	text-align: center;
}
.row .box-shadow {
	margin-right:10px;
	margin-left:10px;
	margin-bottom:20px;
	text-align:center;
	padding-bottom:20px;
}
.col-md-4.col-sm-6.col-xs-12 {
	text-align: center;
}
.marketing h2 {
	font-weight: 400;
}
h2.team, p.team, svg.team {
	padding-bottom:30px;
}
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}
/* Featurettes
------------------------- */
.featurette-divider {
	margin: 2.5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 44px;
	}
}
@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
	.row .col-md-4.box-shadow{
		flex: 0 0 30%;
		max-width: 30%;
	}
	.card-img-top {
		padding:4rem 0;
	}
}
@media (min-width:992px) {
	.row .col-md-4.box-shadow{
		flex: 0 0 31.251%;
		max-width: 31.251%;
	}
	.card-img-top {
		padding:1.5rem 0;
	}
}
@media (min-width:1200px) {
	.card-img-top {
		padding-top: 12px 0px;
	}
}
.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* ====================== Bootstrap Overrides END ====================== */
