html,body {
	font-family: 'Open Sans', serif;
}

.hero-video-medium {
	height:505px;
}

.hero-video-medium video {
	top: 25%;
}

.hero-video-large {
	height:783px;
}

.hero-video video {
	max-width: unset;	
}

.hero-body .container {
	max-width: 700px;
}

.hero.is-dark.is-bold {
    background-image: linear-gradient(141deg,#5c3e3b 0,#363636 71%,#625147 100%);
}

@media screen and (max-width: 768px) {
	.hero-video {
    display: unset;
    margin-top: -232px;
	}
}

.hero-body .subtitle {
	padding-top: 0rem;
	margin-bottom: -2.1rem;
	line-height: 1.5;
}
.features {
	padding: 2.5rem 2.5rem 0 2.5rem;
}
.box.cta {
	border-radius: 0;
	border-left: none;
	border-right: none;
}
.card-image > .fa {
	font-size: 8rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.card-content .content {
	font-size: 14px;
	margin: 1rem 1rem;
}
.card-content .content h4 {
	font-size: 16px;
	font-weight: 700;
}
.card {
	margin-bottom: 2rem;
}
.intro {
	padding: 5rem 0;
	text-align: center;
}
.sandbox {
	padding: 5rem 0;
}
.tile.notification {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.is-shady {
	animation: flyintoright .4s backwards;
	box-shadow: rgba(0, 0, 0, .1) 0 1px 0;
	border-radius: 4px;
	display: inline-block;
	margin: 10px;
	position: relative;
	transition: all .2s ease-in-out;
}
.is-shady:hover {
	box-shadow: 0 10px 16px rgba(0, 0, 0, .13), 0 6px 6px rgba(0, 0, 0, .19);
}
/*adds font awesome stars*/
footer li:before {
	content: '\f1b2';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.5em;
	color: #147efb;
}