@font-face {
    font-family: 'mutlu_ornamental';
    src: url('../fonts/Mutlu__Ornamental-webfont.eot');
    src: url('../fonts/Mutlu__Ornamental-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Mutlu__Ornamental-webfont.woff') format('woff'),
         url('../fonts/Mutlu__Ornamental-webfont.ttf') format('truetype'),
         url('../fonts/Mutlu__Ornamental-webfont.svg#mutlu_ornamental') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dejavu_sansbook';
    src: url('../fonts/DejaVuSans-webfont.eot');
    src: url('../fonts/DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DejaVuSans-webfont.woff') format('woff'),
         url('../fonts/DejaVuSans-webfont.ttf') format('truetype'),
         url('../fonts/DejaVuSans-webfont.svg#dejavu_sansbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dejavu_sansextralight';
    src: url('../fonts/DejaVuSans-ExtraLight-webfont.eot');
    src: url('../fonts/DejaVuSans-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DejaVuSans-ExtraLight-webfont.woff') format('woff'),
         url('../fonts/DejaVuSans-ExtraLight-webfont.ttf') format('truetype'),
         url('../fonts/DejaVuSans-ExtraLight-webfont.svg#dejavu_sansextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

.logo-header {
	/*background: linear-gradient(rgba(62, 63, 64, 0.6), rgba(62, 63, 64, 0.6)), url("../img/head_bg.png");*/
	background: url("../img/head_bg_3.png");
    background-size: cover;
	background-position: top;
	color: #000;
    padding-top: 10px;
	padding-bottom: 60px;
}

.logo-header h1 {
	font-family: 'mutlu_ornamental', Alice, Georgia, serif;
	font-size: 3rem;
	font-weight: 300;
	margin: 0 auto 0.2em auto;
}

.logo-header h1 small {
	font-family: 'dejavu_sansbook', Alice, Georgia, serif;
    font-size: 1.15rem;
}

.logo-header .logo {
	margin: 0 auto 1em auto;
    padding-top: 10px;
}

footer {
    background: #282828;
    margin: 0;
    position: relative;
}

.footer-top {
    padding: 15px 0;   
}

.footer-top strong {
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
    text-transform: uppercase;
    display: block;
}

.footer-bottom {
    background: #212121;
    text-align: center;
    font-weight: 600;
    color: #848484;
    padding: 10px 0;
    margin: 0;
}

.footer-bottom .copyright {
    font-weight: 400;
    font-size: 11px;
    font-style: italic;
    color: #848484;
    padding: 5px 0 0 0;
}