﻿@font-face {
	font-family: "Roboto-light";
	src: url("/css/fonts/roboto-v30-latin-300.ttf");
}

@font-face {
	font-family: "Roboto-bold";
	src: url("/css/fonts/roboto-v30-latin-900.ttf");
}

body {
	font-family: "Roboto-light";
	font-size: 20px;
}

#content,
#wrapper {
}

h1 {
	font-family: 'Roboto-bold';
	font-size: 48px;
}

h2 {
	font-family: 'Roboto-bold';
	font-size: 36px;
}


h3 {
	font-family: 'Roboto-light';
	font-size: 36px;
}

h4 {
	font-family: 'Roboto-light';
	font-size: 28px;
}

h5 {
	font-family: 'Roboto-light';
	font-size: 24px;
}

h6 {
	font-family: 'Roboto-light';
	font-size: 16px;
}

a {
	color: #cbc404;
}

a:hover {
	text-decoration: underline;
}

#copyrights {
	font-size: 20px;
}

#copyrights a {
	color: #fff;
}

#copyrights a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer.dark {
	border: none;
	font-size: 12px !important;
}

.custom-hero-nav-headline h1 {
	font-family: 'Roboto-bold';
	font-size: 48px;
	color: #fff;
}

.custom-hero-nav-headline h2 {
	font-family: 'Roboto-light';
	font-size: 24px;
	color: #fff;
}

.custom-hero-nav li a:hover {
	color: #cbc404;
}

.custom-hero-nav li:before {
	display: none;
}

#gotoTop:hover {
	background-color: #cbc404;
}

@media (max-width: 992px) {
	.device-xs .custom-hero-nav-headline, 
	.device-sm .custom-hero-nav-headline, 
	.device-md .custom-hero-nav-headline {
		background: none;
	}

	.device-xs .custom-hero-nav-headline h1,
	.device-sm .custom-hero-nav-headline h1,
	.device-md .custom-hero-nav-headline h1{
		color: #fff !important;
	}

	body {
		font-size: 16px;
	}

	h1 {
		font-size: 43px;
	}

	h2 {
		font-size: 33px;
	}


	h3 {
		font-size: 33px;
	}

	h4 {
		font-size: 25px;
	}

	#copyrights {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	img.dswcImageTextDefault,
	img.imageLayoutRounded {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width: 440px) {
	h1 {
		font-size: 38px;
	}

	h2 {
		font-size: 29px;
	}


	h3 {
		font-size: 29px;
	}

	h4 {
		font-size: 19px;
	}

	h5 {
		font-size: 17px;
	}
}