@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
body {
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
	color: #505964;
	background-color: #131313;
}
html {
	scroll-behavior: smooth;
}

.offset:before {
	display: block;
	content: "";
	height: 4rem;
	margin-top: -4rem;
}
.whitetext {
	color: white;
}
.white {
	background-color: white;
}
.blacktext {
	color: black;
}
/* == navigation ==*/
.navbar-fixed-top.scrolled {
	background-color: rgba(80, 80, 80, 0.712) !important;
	transition: background-color 1000ms linear;
}
.navbar {
	text-transform: uppercase;
	font-weight: 700;
	font-size: .9rem;
	letter-spacing: .1rem;
	background-color: rgba(0, 0, 0, 0.0) !important;
	border-bottom: .1rem solid #c9c9c9;
}
.navbar-brand img {
	height: 40%;
	width: 40%;
}
.navbar-nav li {
	padding-right: .7rem;
}
.navbar-dark .navbar-nav .nav-link {
	color: white;
	padding-top: .8rem;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #a09717;
}

/*== Start of landing page */
.home-inner {
	background-image: url(WEBSITE/Images/landingpage.jpg);
	top: -10rem !important;
	background-size: contain;
}

.overlay {
	background-color: rgba(12, 9, 0, 0.5);
}
.caption {
	width: 100%;
	max-width: 100%;
	position: absolute;
	top: 25%;
	z-index: 1;
	text-transform: uppercase;
	color: #e6bd08;
}
.caption h1 {
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: .3rem;
	text-shadow: .1rem .1rem .8rem black;
	padding-bottom: 1rem;
}
.caption h3 {
	font-size: 2rem;
	text-shadow: .1rem .1rem .5rem black;
	padding-bottom: 1.6rem;
}
.btn-lg {
	font-size: 1.2rem !important;
}
.yellow {
	background-color: #e6bd08;
	padding: 1rem;
}
.cta {
	background: linear-gradient(0deg, rgba(19, 19, 19, 0.75), rgba(19, 19, 19, 0.75));
	position: relative;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	margin-top: 2rem;
}
#about p {
	font-size: large;
}
#about hr {
	color: #e6bd08;
	border-top: .07rem solid #e6bd08;
}
/* CARDS */
.card-header {
	background-color: #e6bd08;
	margin-bottom: 1rem;
}
.card-header h5 {
	text-transform: uppercase;
	font-weight: 800;
}

.card-2 {
	background-color: rgb(243, 243, 243);
	font-size: 1rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	text-align: center;
	-webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.card-2:hover {
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	transition: all .35s;
}

.narrow {
	width: 75%;
	margin: 1rem auto;
	padding-top: 1.4rem;
}
.narrow h1 {
	font-size: 2.4rem;
}
.sellfy-buy-button-custom {
	border-width: thin;
	border-radius: 30;
	padding: .3rem 1.2rem;
	font-size: 1rem;
	text-transform: uppercase;
	margin: 1rem;
	border-color: #fde71f !important;
	background-color: #fde71f00;
	color: rgb(255, 255, 255);
}
.btn-secondary-outline {
	border-width: thin;
	border-radius: 30;
	padding: .3rem 1.2rem;
	font-size: 1rem;
	text-transform: uppercase;
	margin: 1rem;
	border-color: black;
	background-color: #fde71f00;
	color: rgb(0, 0, 0);
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
	border-color: #f3dd14;
	background-color: #f3dd14;
	border: solid 1px black;
	color: black;
}
.btn-secondary {
	border-width: thin;
	border-radius: 30;
	padding: .3rem 1.2rem;
	font-size: 1rem;
	text-transform: uppercase;
	margin: 1rem;
	border-color: #fde71f;
	background-color: #fde71f00;
	color: rgb(255, 255, 255);
}
.btn-secondary:hover,
.btn-secondary:focus {
	border-color: #f3dd14;
	background-color: #f3dd14;
	color: black;
}
.btn-fill {
	background-color: #e6bd08;
	color: black;
	border-color: #e6bd08;
	text-transform: none;
}
.btn-third-outline {
	border-width: thin;
	border-radius: 30;
	padding: .3rem 1.2rem;
	font-size: 1rem;
	text-transform: uppercase;
	margin: 1rem;
	border-color: black;
	background-color: #fde71f00;
	color: rgb(0, 0, 0);
}
.btn-third-outline:hover,
.btn-third-outline:focus {
	border-color: #000000;
	background-color: #000000;
	border: solid 1px black;
	color: black;
}
.btn-third {
	border-width: thin;
	border-radius: 30;
	padding: .3rem 1.2rem;
	font-size: 1rem;
	text-transform: uppercase;
	margin: 1rem;
	border-color: #000000;
	background-color: #fde71f00;
	color: rgb(0, 0, 0);
}
.btn-third:hover,
.btn-third:focus {
	border-color: #f3dd14;
	background-color: #f3dd14;
	color: black;
	border: solid 1px black;
}

/* Features */
#cta {
	height: 10%;
}

.jumbotron {
	margin-bottom: 0;
	padding: 2rem 0 3.5rem;
	border-radius: 0;
	background-color: #e7e7e7;
}
h3.heading {
	font-size: 1.9rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 1.9rem;
}
.heading-underline {
	width: 3rem;
	height: .2rem;
	background-color: #e6bd08;
	margin: 0 auto 2rem;
}
.feature .svg-inline--fa {
	color: #e6bd08;
}
.svg-inline--fa.fa-w-16 {
	color: #e6bd08;
}
.svg-inline--fa.fa-w-18 {
	color: #e6bd08;
}
.feature h3 {
	font-size: 1.3rem;
	text-transform: uppercase;
	padding-bottom: .4rem;
}
.feature p {
	font-size: 1.1rem;
}
#color .feature .svg-inline--fa {
	color: #2bc016;
}
#color .svg-inline--fa {
	color: #2bc016;
}
.heading-underline-1 {
	width: 3rem;
	height: .2rem;
	background-color: #2bc016;
	margin: 0 auto 2rem;
}
/* Resources */
.fixed {
	background-image: url(WEBSITE/Images/results.jpg);
	z-index: -1;
}

.fixed-1 {
	background-image: url(WEBSITE/Images/simon_rae_igobsr93i7_wB2rJ.jpg);
	z-index: -1;
}
.dark {
	background-color: rgba(0, 0, 0, 0.75);
	color: white;
	padding: 7rem 2rem;
}

.fixed-background h3 {
	margin-bottom: 2rem;
}
.fixed-background p {
	margin-top: 1.5rem;
}

/* Clients */
.clients img {
	width: 100%;
	border-radius: 50%;
}
.clients hr {
	color: #e6bd08;
	border-top: .07rem solid #e6bd08;
}
blockquote .svg-inline--fa {
	color: #e6bd08;
	margin: 1rem;
}

.youtube-video {
	border: 5px solid #e6bd08;
}
/* contact */
footer {
	color: white;
	padding: 1rem 0 2rem;
	margin-top: 1rem;
}
footer img {
	height: 3rem;
	margin: 1.5rem 0;
}
footer a {
	color: white;
}
footer .svg-inline--fa {
	font-size: 2rem;
	margin: 1.2rem 1.5rem 0 0;
	color: white;
}
footer .svg-inline--fa:hover {
	color: #e6bd08 !important;
}
.note-footer {
	font-size: 0.7rem;
}
hr.socket {
	width: 100%;
	border-top: .2rem solid #666b71;
	margin-top: 3rem;
}
hr.full-line-white {
	border-top: .1rem solid white;
	width: 100%;
}
.coverprogram {
	width: 400px;
}

.modal-body {
	background-image: linear-gradient(to right bottom, rgb(255, 255, 255), rgb(255, 255, 255));
}
.modal-header {
	background-image: white;
}
.modal-footer {
	background-image: white;
}
.modal-content {
	border-radius: 0%;
}
/* Start of media queries */
@media (max-width: 767px) {
	.caption h1 {
		font-size: 2.3rem;
		letter-spacing: .15rem;
		padding-bottom: .5rem;
	}
	.caption h3 {
		font-size: 1.2rem;
		padding-bottom: 1.2rem;
	}
	.btn-lg {
		padding: .5rem 1rem;
		font-size: 1rem;
	}
	.narrow h1 {
		font-size: 1.5rem;
	}
	.clients img {
		max-width: 150px;
		border-radius: 50%;
		display: block;
		margin: 0 auto;
	}
	.coverprogram {
		width: 300px;
	}
	.card-2 {
		margin: 3rem;
		padding-bottom: 1.5rem;
	}
	.yellow h4 {
		font-size: medium;
	}
	.youtube-video {
		width: auto;
	}
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

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