﻿.mathoTextVerticalAlign {
	width: 98%;
}

a {
	color: #1AA1AA;
	font-weight: bold;
}

a:hover {
	color: #1ABC9C;
}

.btn-primary{
	background-color: #1AA1AA;
	border-color: #1AA1AA;
}

.btn-primary:hover {
	background-color: #1ABC9C;
	border-color: #1ABC9C;
}

#copyrights a {
	color: #eee;
	border-bottom: 1px dotted #eee;
	font-weight: normal;
}

#copyrights a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
	font-weight: normal;
}

@media (max-width: 767px) {
	.dswcContentArea .col-md-4 img,
	.dswcContentArea .col-md-8 img {
		margin-bottom: 15px;
	}

	.col-md-4 {
		order: 1;
	}

	.col-md-8 {
		order: 2;
	}
}

@media (max-width: 992px) {
	body {
		font-size: 16px;
	}

	#copyrights {
		font-size: 16px;
	}
}

@media (max-width: 440px) {
	body {
		font-size: 13px;
	}

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 21px;
	}

	h4 {
		font-size: 19px;
	}

	h5 {
		font-size: 17px;
	}

	#copyrights {
		font-size: 13px;
	}
}
