/*
Marketing CSS File
Created By: Robert Dewitt
Date: February 28, 2021
*/

/* Header Images */
.entertainment {
	background-image: url("../images/offer/header_entertainment.jpg");
	background-repeat: no-repeat;
}

.professional {
	background-image: url("../images/offer/header_association.jpg");
	background-repeat: no-repeat;
}

.sporting {
	background-image: url("../images/offer/header_sports.jpg");
	background-repeat: no-repeat;
}

.conferences {
	background-image: url("../images/offer/header_conferences.jpg");
	background-repeat: no-repeat;
}

/* Global */
h1,
h2,
h3,
h4,
h5 {
	font-weight: 700;
}

.mb-30 {
	margin-bottom: 30px;
}

.hero-heading {
	font-size: 60px;
}

.header-50 {
	font-size: 50px;
}

.section-padding {
	padding: 30px 0 30px 0;
}

.testimonial-image {
	border-radius: 50%;
	margin-bottom: 30px;
}

.font-white {
	color: white;
}

.uppercase {
	text-transform: uppercase;
}

.list-margin {
	margin: 20px 0 20px 0;
}

.btn-viewstub {
	background-color: #002566;
	color: white;
	border-radius: 0;
	font-size: 18px;
	margin: 5px;
	font-weight: 700;
}

.btn-viewstub-white {
	background-color: white;
	color: black;
	font-size: 18px;
	padding-top: 5px;
	margin: 5px;
	font-weight: 700;
}

.btn-viewstub:hover {
	color: white;
}

.btn-viewstub-white:hover {
	color: black;
}

.cta {
	background-color: #002566;
	color: white;
	width: 100%;
	margin: 30px 0 30px 0;
	padding: 30px 0 30px 0;
}

.paragraph {
	font-size: 20px;
}

ul {
	list-style: none;
}

textarea {
	resize: none;
}

.carousel-control-next-icon:after {
	content: ">";
	font-size: 30px;
	color: black;
}

.carousel-control-prev-icon:after {
	content: "<";
	font-size: 30px;
	color: black;
}

.wrapper {
	margin-top: 50px;
	margin-bottom: 50px;
}

.wrapper-new {
	margin-bottom: 50px;
}

.row-margin {
	margin-bottom: 20px;
}

.img-margin {
	margin-bottom: 20px;
}

.card-shadow {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.card-p {
	font-size: 22px;
}

/* Colors */
.heading-orange {
	color: #002566;
	text-transform: uppercase;
}

.heading-blue {
	color: #2f5597;
	text-transform: uppercase;
}

.grey-text {
	color: #717171;
	letter-spacing: 2px;
}

.red {
	color: red;
}

.white {
	color: white;
}

.list-white {
	font-family: "Montserrat", sans-serif;
	color: white;
}

.green {
	color: green;
}

.orange {
	color: #002566;
}

/* Hero Section */
#hero-offer {
	position: relative;
	background-color: black;
	width: 100%;
	overflow: hidden;
}

#hero-offer h2 {
	margin: 40px 0;
	color: #ffffff;
}

.hero-background {
	background-position: center;
	background-repeat: no-repeat;
}

/* Hero Section New Pages */
#hero-new {
	position: relative;
	background-color: white;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
}

#hero-new h2 {
	margin: 40px 0;
	color: #ffffff;
}

.offer-logo {
	width: 300px;
	margin-bottom: 20px;
}

.hero-header {
	color: white;
	font-size: 45px;
}

.hero-subheader {
	color: white;
}

.hero-header-streamyard {
	color: white;
	font-size: 50px;
}

.register-card {
	padding: 15px;
}

.form-margin {
	margin: 10px 0 10px 0;
}

/* Sections */
.section-1 {
	margin: 40px 0 40px 0;
}

.trusted {
	margin: 40px 0 40px 0;
}

.solution {
	margin: 40px 0 40px 0;
}

.testimonials {
	margin: 40px 0 40px 0;
}

.what-is-viewstub {
	margin: 40px 0 40px 0;
}

.home-get-started {
	padding: 0 0 25px 0;
}

/* Video Section */
.video-section {
	padding: 60px 0;
	background-color: #002566;
	color: white;
}

/* Testimonial Section */
.testimonial-paragraph {
	font-size: 20px;
}

.testimonial-section .testimonial_profile {
	height: 90px;
	width: 90px;
	border-radius: 50px;
	margin: 0 20px 0 auto;
}

.testimonial-section > h1 {
	margin: 0 0 20px 0;
	font-weight: 600;
}

#testimonial_carousel {
	padding: 20px 0;
}

#testimonial_carousel > div {
	text-align: center;
}

#testimonial_carousel > div .row:first-child {
	margin-bottom: 20px;
}

#testimonial_carousel > div h6 {
	font-size: 1em;
	margin: 5px 0 5px 0;
}

#testimonial_carousel > div small {
	font-size: 0.8em;
	font-style: italic;
}

#testimonial_carousel > div p {
	line-height: 30px;
}

/* Setup Section */
#setup_section {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f9fb;
}

#setup_section .card_container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 40px 0;
}

#setup_section .setup-asset svg {
	width: 100px;
	height: 100px;
}

.setup-header {
	font-size: 20px;
	margin: 0;
	color: #003d4b;
	line-height: 26px;
}

.get-start-header {
	font-size: 35px;
	font-weight: 600;
	margin: 5px 0 0 0;
	color: #002566;
}

.offer-testimonial {
	padding: 70px 0 50px 0;
	background-color: #002566;
	color: white;
}

/* Media Queries */
@media only screen and (min-device-width: 354px) and (max-device-width: 991px) {
	.hero-heading {
		font-size: 50px;
	}

	.sporting,
	.entertainment,
	.professional,
	.conferences {
		box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
	}

	.offer-logo {
		width: 350px;
	}

	.hero-header {
		color: white;
		font-size: 35px;
	}

	.header-50 {
		font-size: 2.5rem;
	}

	.hero-header-streamyard {
		color: white;
		font-size: 35px;
	}
}
