body {
	
}
.container {
    max-width: 1000px;
    margin: 30px auto 20px auto;
    font-family: 'Nunito Sans', sans-serif;;
    font-weight: 400;
    font-size: 12pt;
    line-height: 1.6em;
    color: #333;
    padding: 0 15px;
}
img {
    width: 300px;
    height: auto;
}
a {
    text-decoration: none;
    color: #f3803b;
}
a:hover {
	color: #f79d26;
}
.column1 {
	width: 49%;
	margin-right:1%;
	display: inline-block;
	float: left;
	text-align: left;
}
p {
	text-align: left;
}
.column2 {
	width: 49%;
	margin-left:1%;
	display: inline-block;
	float: left;
	text-align: left;
}
@media (max-width: 678px) {
	.column1 {
		width: 100%;
		margin-right:0%;
		margin-bottom:15px;
	}
	.column2 {
		width: 100%;
		margin-left:0%;
	}
} 
.column-inner {
	padding:40px;
	background-color: #101010;
}
h1 {
	font-weight: 600;
    font-size: 30pt;
    margin: 100px 0 30px 0;
}
h1 + h2 {
    margin-top: -10px;
    font-weight: 600;
    color: #cdcdcd;
    margin-bottom: 30px;
    font-size: 25pt;
    line-height: 1.1;
}



.reponsive-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.reponsive-embed iframe, .reponsive-embed object, .reponsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.reponsive-embed .video-item {
    margin-bottom: 24px;
}

.reponsive-embed .video-item .mejs-mediaelement {
        background-color: #383b3c;
}
