html {
	font-size: 15px;
}
body {
	font-family: "Open Sans", "Trebuchet MS", arial, sans-serif;
	font-size: 15px;
}
h1, h2, h3, h4 {
	font-family: "Roboto Condensed";
}
h1 {
	color: #0e83ed;
	font-size: 2.2em;
	font-weight: normal;
}
h2 {
	color: #0e83ed;
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	margin: 30px 0px 10px;
	text-transform: uppercase;
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}
a {
	color: #0e83ed;
}
	a:hover {
		color: #F1BC44;
		text-decoration: none;
	}
.btn, body .btn {
	text-transform: uppercase;
	font-size: 12px;
	padding: 0.35rem 0.5rem;
	font-weight: bold;
	line-height: 1.6;
	
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color: transparent;
    border: 1px solid transparent;*/
    border-radius: 0.25rem;
	
}
	.btn.btn-primary {
		background-color: #6AACEF;
		border-color: #6AACEF;
	}
		.btn.btn-primary:hover {
			background-color: #5A9DE2;
			border-color: #5A9DE2;
		}
	.btn.btn-main {
		background-color: var(--main-color);
		border-color: var(--main-color);
		color: #212529!important;
	}
		.btn.btn-warning:hover {
			background-color: #E3AB2B;
			border-color: #E3AB2B;
		}
.banneritem img {
  max-width: 100%;
  height: auto;
}
