.m-t-20 {
	margin-top: 20px;
}
.m-t-40 {
	margin-top: 40px;
}
.p-t-40 {
	padding-top: 40px;
}
.blog-comments {
	background-color: white;
	padding: 60px;
}
.post h2.comments-link {
	color: #777;
    margin-bottom: 60px;
}
.comments-link-sep {
	border-color: white;
}

.header-box {
    margin: 10px 8px 8px;
    height: 20px;
    opacity: 0.5;    
    border-radius: 5px;
}
.header-disk-box {
    width: 60px;
    background-color: white;
}
.header-yt-box {
    width: 25px;
    background-color: #ee1c1b;
}
.comments-title h1,
.comments-title a {
	font-family: Roboto Condensed,sans-serif;
	word-spacing: 6px;
}
.comments-title a {
    color: #337ab7;
}
.header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    word-spacing: 20px;
    color: #444;
    border-bottom: 2px solid #fff;
    min-height: 160px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
	margin-top: 0;
    padding-top: 5px;
}
.header-slider {
    min-height: 45px;
    max-height: 200px;
}
.header-cont2 {
	display: flex;
    flex-direction: column;	
	align-items: stretch;
}
.header-title-bg-cont2 {
	height: 43px;
}
.header-menu-cont {
	display: flex;
    flex-direction: row;
    max-width: 960px;
    width: 960px;
    justify-content: space-between;
    /* border: 1px solid; */
    align-self: center;
    /* align-content: center; */
    padding: 15px 10px 10px;
    color: white;
    font-size: 20px;
}
.header-menu a {
	color: white;
}
.header-menu span {
	margin: 0 10px;
}
.menu-item {
    display: inline-block;
    margin-left: 40px;
}
.menu-item-active {
	font-weight: bold;
}
.home {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.row3 {
	background-color: white;
	height: 1000px;
	width: 100%;
	opacity: 0.8;	
	display: flex;
    flex-direction: column;
    align-items: center;
}

.row31 {
	
}
.row3-gap {
	margin-top: 200px;
}
.row1 {
	width: 100%;
	display: flex;
	flex-direction: row;
	/*padding-left: 30px;*/
}
.row1r {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	/*padding-right: 30px;*/
}
.row1 .block {
	margin-left: 50px;
	margin-top: -100px;
}
.row1r .block {
	margin-right: 50px;
	margin-top: -250px;
}
.blocks {
	width: 1000px;
	height: 100%;
}

.block {
	width: 400px;
	text-align: center;
    background-color: white;
	box-shadow: 0 38px 43px rgba(0,0,0,.09);
	padding: 50px;
	border: 1px solid #DDD;
}
.text1 {
	font-size: 60px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.color1 {
    color: #ea9080;
}
.color2 {
    color: #65c3ae;
}
.color3 {
    color: #e8c062;
}
.color4 {
    color: #dc6b6c;
}
.text2 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 30px;
	color: black;
}
.text3 {
	font-size: 22px;
	line-height: 24px;
	color: #9b9b9b;
	margin-bottom: 30px;
}
.block-footer {
	width: 200px;
	text-align: center;
    background-color: white;
	box-shadow: 0 18px 23px rgba(0,0,0,.09);
	margin-bottom: 40px;
	margin-left: 20px;
    margin-right: 20px;
}
.block-footer a {
	padding: 20px;	
	display: block;
}
.row-footer-cont {
	width: 100%;
	display: flex;
	justify-content: center;
}
.row-footer {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 960px;
	margin-bottom: 40px;
}
.textf {
	font-size: 22px;	
}

.tagline h2 {
	font-size: 48px;
    margin: 100px 0 200px;
    /*font-weight: bold;*/
    word-spacing: 10px;
    font-family: Roboto;
	color: white;
}

.row-video {
	margin-top: 350px;
	margin-bottom: 60px;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
}
.row-video h2 {
	color: white;
}
.video {
	object-fit: fill;
}

.video-cont {
	max-width: 640px;
	max-height: 360px;
}

@media (max-width: 1680px) {
	.header {
		min-height: 120px;
	}
}

@media (max-width: 1199px) {
	.blocks {
		width: 960px;
	}	
}

@media (max-width: 991px) { 
	.header-menu-cont {
		max-width: 720px;
		width: 720px;
	}
	.blocks {
		width: 740px;
	}	
	.row1 {
		padding-left: 10px;
	}
	.row1r {
		padding-right: 10px;
	}
	.row1 .block {
		margin-left: 0;
	}
	.row1r .block {
		margin-right: 0;
	}
	.block {
		width: 350px;
		padding: 40px 30px;
	}
	.tagline h2 {
		font-size: 40px;
		margin: 60px 0 180px;
	}
	.row-video {
		margin-top: 250px;
	}	
}
.d-hidden-xs-inline {
	display: inline;
}
.d-visible-xs-inline {
	display: none;
}

@media (max-width: 767px) { 
	.m-t-40 {
		margin-top: 10px;
	}
	.blog-comments {
		padding: 5px;
	}
	.header-title-cont {
		width: initial;		
	}
	.header-line {
		width: initial;
		align-items: center;
	}
	.header {
		min-height: 100px;
	}
	.header-slider {
		min-height: 45px;
	}	
	.header h1 {
		font-size: 30px;
	}
	.header-menu-cont {
		font-size: 16px;
		max-width: 100%;
		width: 100%;
	}
	.blocks {
		width: 100%;
	}	
	.block {
		width: 250px;
		padding: 30px 20px;
	}
	.text1 {
		font-size: 40px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.text2 {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 24px;
	}
	.text3 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 18px;
	}
	.row1 {
		padding-left: 30px;
	}
	.row1r {
		padding-right: 30px;
	}
	.row1 .block {
		margin-top: -50px;
	}
	.row1r .block {
		margin-top: -200px;
	}
	.row3 {
		height: 600px;
	}
	.tagline h2 {
		font-size: 32px;
		margin: 50px 0 120px;
	}	
	.video-cont {
		max-width: 90%;
	}
	.row-video h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.row-video {
		margin-top: 300px;
	}
	.menu-item {
		margin-left: 10px;
	}	
	.d-hidden-xs-inline {
		display: none;
	}
	.d-visible-xs-inline {
		display: inline;
	}
}

.bold {
	font-weight: bold;
}

.fb-color {
    color: #365899;
}
.fb {
	align-self: flex-end;
	z-index: 10;
    margin-top: -50px;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.fb {
		align-self: initial;
		margin-top: -80px;
		margin-bottom: 80px;
	}
}

@media (max-width: 575px) {
	.fb {
		align-self: center;
		/*margin-left: 40px;*/
		margin-top: 0;
		margin-bottom: 20px;
		overflow: hidden;
		max-width: 90%;
	}
	.header-menu {
		margin-left: 10px;
		margin-right: 10px;
	}
	.header-title-cont {
		margin-left: 0;
	}
	.tagline h2 {
		font-size: 24px;
		margin: 30px 0 30px;
		text-align: center;
		/*max-width: 90%;*/
		padding-left: 10px;
		padding-right: 10px;
	}
	.row1 {
		padding-left: 0;
	}
	.row1r {
		padding-right: 0;
	}
	.row1 .block {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.row1r .block {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.row3 {
		height: initial;
	}
	.block {
		width: 100%;
		padding: 30px 20px;
	}	
	.row-video {
		margin-top: 40px;
	}
	.row-video h2 {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	.text1, .text2, .text3 {
		/*max-width: 90%;*/
	}
	.row3-gap {
		margin-top: 0;
	}
}