@charset "utf-8"
/* CSS Document */

@font-face {
    font-family: 'nevis';
    src: url('../fonts/nevis.ttf');
}

@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue.otf');
}


body
{
    background-attachment: fixed;
    background-image: url("../images/main_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.container-fluid 
{
    padding: 0px;
}

.text_line
{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 130px;
	background: url(../images/transparent.png);
}

.text_line h2
{
	font-family: 'nevis';
	text-align: center;
	color: #212121;
	font-size: 40px;
	margin-top: 35px;
	margin-bottom: 30px;
}

.text_line h3
{
	font-family: 'BebasNeue';
	text-align: center;
	color: #000000;
	font-size: 25px;
	margin-bottom: 30px;
}

.text_line h4
{
	font-family: 'Tahoma';
	text-align: center;
	color: #000000;
	font-size: 25px;
	margin-bottom: 20px;
}

.text_line h5
{
	font-family: 'Tahoma';
	text-align: center;
	color: #000000;
	font-size: 20px;
	margin-bottom: 15px;
}

