body, html {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
	overflow-y: scroll;
}

p {
	text-align: justify;
}

hr {
	max-width: 200px;
	border-width: 3px;
	border-color: #212529;
}

hr.light {
	border-color: #fff;
}

a {
	color: #290202;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover {
	color: #f05f40;
}

h1, h2, h3 {
	font-family: 'Montserrat Alternates', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	font-weight: 700;
}

h4, h5, h6 {
	font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
	font-weight: 700;
}

.bg-primary {
	background-color: #290202 !important;
}

.bg-dark {
	background-color: #13171F !important;
}

.text-faded {
	color: rgba(255, 255, 255, 0.7);
}

section {
	padding: 8rem 0;
}

.section-heading {
	margin-top: 0;
}

::-moz-selection {
	color: #fff;
	background: #212529;
	text-shadow: none;
}

::selection {
	color: #fff;
	background: #212529;
	text-shadow: none;
}

img::-moz-selection {
	color: #fff;
	background: transparent;
}

img::selection {
	color: #fff;
	background: transparent;
}

img::-moz-selection {
	color: #fff;
	background: transparent;
}

.modified-pos-bottom {
	position: absolute;
	bottom: 50px;
	left: 0px;
	width: 100%;
}

.modified-pos-bottom img[alt="ChrisFiorito.com Logo"] {
	max-width: 450px;
	width: 75%;
	margin: 0 0 20px 10px;
}

@media (max-width: 1296px){
	.modified-pos-bottom img[alt="ChrisFiorito.com Logo"] {
		max-width: 450px;
		width: 50%;
		margin: 0 0 20px 20px;
		padding: 10px;
		border-radius: 10px;
	}
}

@media (min-width: 0px){ /* max-width: 992px) and (orientation: landscape */
	.modified-pos-bottom img[alt="ChrisFiorito.com Logo"] {
		background-color: rgba(255, 255, 255, .2);
		max-width: 450px;
		width: 40%;
		margin: 0 0 20px 20px;
		padding: 10px;
		border-radius: 10px;
	}
}

.modified-pos-bottom .language-buttons {
	margin-left: 20px;
}

#mainNav a[href="#page-top"].navbar-brand {
	border: 0;
	padding: 0;
}

#mainNav {
	border-bottom: 1px solid rgba(33, 37, 41, 0.1);
	background-color: #fff;
	font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#mainNav .navbar-brand {
	font-weight: 700;
	text-transform: uppercase;
	color: #D9310B;
	font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
	border-bottom: 4px solid #D9310B;
	padding-bottom: 3px;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #f05f40;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
	font-size: .9rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #212529;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
	color: #D9310B;
	border-bottom: 4px solid #D9310B;
	padding-bottom: 3px;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
	color: #D9310B !important;
	background-color: transparent;
	border-bottom: 4px solid #D9310B;
	padding-bottom: 3px;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
	background-color: transparent;
}

@media (min-width: 992px) {
	#mainNav {
		border-color: transparent;
		background-color: rgba(255, 255, 255, 0.7);
	}
	#mainNav .navbar-brand {
		color: rgba(255, 255, 255, 0.7);
	}
	#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
		color: #fff;
	}
	#mainNav .navbar-nav>li.nav-item>a.nav-link {
		padding: 0.5rem 1rem;
	}
	#mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
		color: #000;
	}
	#mainNav .navbar-nav>li.nav-item>a.nav-link:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
		color: #fff;
	}
	#mainNav.navbar-shrink {
		border-bottom: 1px solid rgba(33, 37, 41, 0.1);
		background-color: #fff;
	}
	#mainNav.navbar-shrink .navbar-brand {
		color: #290202;
	}
	#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
		color: #f05f40;
	}
	#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link, #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
		color: #212529;
	}
	#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover, #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover {
		color: #290202;
	}
}

@media all and (orientation: landscape) {
	header.masthead {
		padding-top: 10rem;
		padding-bottom: calc(10rem - 56px);
		background-image: url("../img/main_header.jpg");
		background-position: center;
		background-size: cover;
		height: 100vh;
	}
}

@media all and (orientation: portrait) {
	header.masthead {
		padding-top: 10rem;
		padding-bottom: calc(10rem - 56px);
		background-image: url("../img/main_header.jpg");
		background-position: center;
		background-size: cover;
		height: 100vh;
	}
}

header.masthead hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

header.masthead h1 {
	font-size: 2rem;
}

header.masthead p {
	font-weight: 300;
}

@media (min-width: 768px) {
	p {
		font-size: 1.2em;
	}
}

@media (min-width: 992px) {
	p {
		font-size: 1.4em;
	}
}

@media (min-width: 1200px) {
	p {
		font-size: 1.7em;
	}
}

.service-box {
	max-width: 400px;
}

.portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	color: #fff;
	background: rgba(41, 2, 2, 0.9);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	padding: 0 15px;
	font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
	opacity: 1;
}

.portfolio-box:focus {
	outline: none;
}

@media (min-width: 768px) {
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
		font-size: 16px;
	}
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
		font-size: 22px;
	}
}

.text-primary {
	color: #290202 !important;
}

.btn {
	text-transform: uppercase;
	border: none;
	border-radius: 0px;
	font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
}

.btn-xl {
	padding: 1rem 2rem;
}

.btn-primary {
	background-color: rgba(255, 255, 255, 0.6);
	border-color: rgba(255, 255, 255, 0.6);
	color: #000;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #000;
	background-color: #fff !important;
}

.btn-primary:active, .btn-primary:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5) !important;
	box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5) !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #13171F !important;
	border-radius: 0px;
}

.card, .modal-content {
	border-radius: 0px;
}

.card-text {
	font-size: 12pt;
}

.form-control {
    border-radius: 0px;
    padding: 1.2em;
    font-size: 1.5em;
    background-color: #eee;
    color: #13171F !important;
}

.social-media, .white-link {
    color: #fff;
}

input, textarea {
	background-color: #eee;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	overflow: hidden;
}

input:focus, textarea:focus {
	background-color: #fff;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	overflow: hidden;
}

.main-pulse-arrow {
	text-align: center;
	margin-top: -300px;
	margin-bottom: 253px;
}

/*========================================== */

.pulsate-fwd {
	-webkit-animation: pulsate-fwd 0.5s ease-in-out infinite both;
	animation: pulsate-fwd 0.5s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-4-17 14:24:5
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */

@-webkit-keyframes pulsate-fwd {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.7);
		transform: scale(1.7);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulsate-fwd {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.7);
		transform: scale(1.7);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*========================================== */

/* Scrollbar */

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 0px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar {
	width: 16px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}
