/*
 * Start Bootstrap - Full (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	color: #0c3064;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

/* Navigation*/

.navbar {
	min-height: 150px;
	text-transform: uppercase;
}

.navbar-collapse {
	clear: both;
	margin-top: 90px;
}

.navbar-nav li {
	border-top: 1px solid #ccc;
	margin-right: 5px;
}

.navbar-nav li:hover {
	border-top: 3px solid #ccc;
}

img.logo {
	width: 170px;
	display: block;
}

.full {
    background: url(../img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*Tartalom*/

section.main div.container {
	margin-top: 150px;
	min-height: 600px;
	background-color: rgba(255,255,255,0.8);
	padding: 30px;
}

/*Footer*/

footer div.container {
	background: rgba(0,0,0,0.7);
	padding: 10px;
	color: #fff;
}

footer a, footer a:hover{
	color: #fff;
}

.logo img {
	height: 60px;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-filter: grayscale(1);
  	filter: grayscale(1);
}

.logo img:hover {
	height: 60px;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-filter: grayscale(0);
  	filter: grayscale(0);
}

.logo div:last-child img {
	height: 40px;
}
