h6 {
	font-size:20px;
	font-weight:400;
	padding-bottom:20px;
	padding-top:10px;
  color:cornflowerblue;
}

h3 {
	font-size:24px;
	font-weight:700;
	padding-bottom:0px;
	padding-top:20px;
	border-top:1px solid lightgray;
}

.team_photo {
padding-left:20px;
	border-radius:5px;
}
.intro-section .content {
	margin-top:50px !important;
}
.csevideo {
	height:800px;
}

.wp-block-embed iframe {
	min-height:250px;
	padding-bottom:20px;
}

.dup_video {
	height:250px !important;
}

.dup_menu {
	background:cornflowerblue;
	padding:5px;
}

.wp-block-button__link {
	background:dodgerblue !important;
}

blockquote.wp-block-quote p {
	font-size:24px;
	line-height:38px;
	border-left:7px solid slateblue;
	color: slategray;
	padding-left:20px;
}

strong {
	font-weight:700;
}

img.slide-first-logo {
	padding-bottom:20px;
}

.home_hero .hero-image.intro-section { z-index : 9 !important;}

.sprintlink {
	background:black;
	color:white;
	padding:5px;
}

.sprintlink:hover {
	background: grey;
}

h4 {
	font-size:20px;
	margin-bottom:20px;
	margin-top:40px;
	font-weight:700;
	text-transform:uppercase;
}

.wp-block-image img {
	height:100%
}

@media screen and (min-width: 600px) {
	.hide_on_desktop {
		display:none;
	}
	.single-page h1 {
		margin-top:0px;
	}
}

@media screen and (max-width: 600px) {
	.hide_on_mobile {
		display:none;
	}
}

.linkedin_post{
	padding:20px;
	margin:20px auto;
	background: #e6e6e6;
}