@font-face {
    font-family: ScalaPro-Regular;
    src: url("fonts/ScalaPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: ScalaSansPro-Bold;
    src: url("fonts/ScalaSansPro-Bold.otf") format("opentype");
}

@font-face {
    font-family: ScalaSansPro-Light;
    src: url("fonts/ScalaSansPro-Light.otf") format("opentype");
}

body {
	background: url(images/bg-texture.jpg)repeat center center fixed;
    background-size: 500px;
}

.bg-white {
	background-color: white;
}

.top {
	background: url(images/bejan-bg.jpg)repeat left center;
	width: 100%;
	height: 600px;
	text-align: center;
	padding-top: 250px;
}

.top-title {
	text-align: center;
	width: 550px;
}

.top h1, .top h4 {
	font-family: ScalaPro-Regular;
	color: white;
	width: 550px;
	line-height: 40px;
}

.top h1 {
	margin-bottom: 20px;
}

@media(max-width: 576px) {
	.top-title {
	width: 100%;
}
}

h3 {
	font-family: ScalaSansPro-Bold;	
	font-size: 24px !important;
	margin-top: 40px !important;
	margin-bottom: 20px !important;
}

h2 {
	font-family: ScalaSansPro-Bold;
	font-size: 25px !important;
	margin-top: 60px !important;
	margin-bottom: 20px !important;
}

p {
	font-size: 22px !important;
	margin: 10px 0 20px 0 !important;
	font-family: ScalaSansPro-Light;
}

.tr {
	margin: 0 auto;
}

.divider {
	border-bottom: 3px dotted #212529a6;
	width: 25%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.footer-div {
	border-bottom: 2px solid #00000047;
	width: 80%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.footer {
	color: #00000073;
}

.footer a {
	color: #00000073;
}

.footer a:hover {
	color: #00000073;
}

.padding-top {
	padding: 0 80px !important;
}

@media(max-width: 768px) {
	img {
		width: 300px !important;
	}
	.top h1, .top h4 {
		width: 100%;
	}
	.padding-top {
		padding: 0 15px !important;
	}
}



.margin-top {
	margin-top: 120px !important;
}

.link-t {
	text-align: left !important;
	margin: 30px;
}

.link-t a {
	font-size: 20px;
	color: #21252999;
}

.link-b {
	text-align: right !important;
	margin: 30px;
}

.link-b a {
	font-size: 20px;
	color: #21252999;
}

.pdf-icon {
	content: url(images/pdf-download.svg);	
	width: 20px;
	margin-top: 5px;
    margin-bottom: -5px;
    margin-left: 8px;
}

.link-icon {
	content: url(images/link-icon.svg);	
	width: 20px;
    margin-left: 8px;
}

.black {
	color: black;
}

.black:hover {
	color: black;
}