/* guides */

/*
green: #00cf6c;
green (hover): #00b05c;
yellow: #ffcc0f;

-webkit-transition: all .15s ease-out;
-moz-transition: all .15s ease-out;
-o-transition: all .15s ease-out;
transition: all .15s ease-out;
*/

/* important */

.display-none {
	display: none !important;
}

.display-inline-block {
	display: inline-block !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

@media (max-width: 767px) {
	.display-none-for-xs {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.display-none-for-desktop {
		display: none !important;
	}
}

/* general */

body {
	background-color: #000;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/cover.jpg"); 
	background-position: center;
	background-position-y: 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

/* navigation */

.nav-link-soc-icon svg path {
	fill: #fff;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.nav-link-soc-icon:hover svg path {
	fill: #ccc;
}

.nav-cta-btn {
	padding: .6rem 1.5rem !important;
	font-family: "Sofia Medium" !important;
	color: #fff !important;
	background-color: #00cf6c;
	border-radius: 20px;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.nav-cta-btn i {
	margin-left: .5rem;
}

.nav-cta-btn:hover {
	background-color: #00b05c;
}

@media (max-width: 767px) {
	.navbar-brand {
		margin-right: 0;	
	}
	
	.navbar-brand img {
		width: 150px;
	}
	
	.nav-link-soc-icon {
		padding-left: .5rem;
		padding-right: .5rem;
	}
}

/* message */

.section-message {
	padding-top: 170px;
	padding-bottom: 0;
}

.section-message img {
	width: 100%; 
	margin-top: 3rem; 
	margin-bottom: 6rem;
}

#animationMessage {
	width: 100%;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

@media (max-width: 767px) {
	.section-message {
		padding-top: 150px;
	}
	
	.section-message img {
		margin-top: 1rem;
		margin-bottom: 4rem;
	}
	
	#animationMessage {
		margin-top: 1rem;
		margin-bottom: 4rem;
	}
}

/* description */

.section-description {
	padding-top: 0;
	padding-bottom: 6rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 1) 100%);
}

.description-div {
	padding: 0;
	border: 5px solid #fff;
	border-radius: 20px;
}

.description-div > div:nth-child(1) {
	position: relative;
	flex: 1; 
	padding: 2rem; 
	font-family: "Sofia Semi Bold"; 
	color: #fff; 
	text-align: center;
}

.description-div > div:nth-child(1) > span:nth-child(1) {
	display: block;
	position: relative;
	width: 116px;
	height: 142px;
	margin: -3.25rem auto 1.25rem auto;
	padding-top: 3.5rem;
	background-color: #ffcc0f;
	border-radius: 12px;
	color: #000;
	font-size: 3rem;
	z-index: 2;
}

.description-div > div:nth-child(1) > span:nth-child(2) {
	position: absolute;
	top: -12px;
	left: calc(50% - 50px);
	width: 116px;
	height: 118px;
	background-color: #bc9400;
	border-radius: 12px;
	transform: rotate(-10deg);
	z-index: 1;
}

.description-div > div:nth-child(1) p {
	margin-bottom: 0;
	font-size: 1.5rem;
	line-height: 1.75rem;
}

.description-div > div:nth-child(2) {
	flex: 4; 
	padding: 2rem 3rem; 
	font-family: "Sofia Regular"; 
	color: #fff; 
	font-size: .95rem;
}

.description-div > div:nth-child(2) p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.section-description {
		padding-bottom: 4rem;
	}
	
	.description-div > div:nth-child(1) {
		border-bottom: 5px solid #fff; 
	}
	
	.description-div > div:nth-child(2) {
		padding: 2rem;	
	}
}

@media (min-width: 768px) {
	.description-div {
		display: flex;
	}
	
	.description-div > div:nth-child(1) {
		border-right: 5px solid #fff; 
	}
}

/* content */

.section-content {
	margin-top: 0;
	background-color: #000;
	padding-top: 0;
	padding-bottom: 4.5rem;
}

.section-content video {
	width: 100%;
	height: auto;
}

.section-content p {
	font-family: "Sofia Light";
	font-size: 3rem;
	line-height: 3.5rem;
	color: #fff;
	text-transform: uppercase;
}

.section-content p b {
	font-family: "Sofia Medium";
}

.section-content a {
	font-family: "Sofia Regular";
	font-size: 1rem;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.section-content a:hover {
	color: #ccc;
	text-decoration: none;
}

@media (max-width: 767px) {
	.section-content {
		padding-bottom: 3rem;
	}
	
	.section-content p {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	
	.section-content video {
		margin-left: -1.5rem;
		width: calc(100% + 3rem);
	}
}



/* */