body {
/*font-family: 'Josefin Sans', sans-serif;*/
font-family: 'Quicksand', sans-serif;
}

header .container {
max-width: 98% !important;
width: 98% !important;
}

header {
padding: 10px 0;
position: relative;
z-index: 4;
background-size:cover;
}

#full-banner-home {
position: absolute;
z-index: 2;
top: 0;
height: 100vh;
overflow: hidden;
}

#full-banner-home img {
position: relative;
top: -12vh;
}

header .navbar .nav > li > a {
color: #000;
}

header .navbar .nav > li > a:hover {
color: #555;
}

header .navbar {
}

.main-column {
min-height: 61vh !important;
}

.carousel-indicators {
display: none;
}

.carousel-control {
opacity: 0.2;
top: 37%;
}

.bx-header-right {
color: #ccc;
position: relative;
top: -15px;
margin-right: -15px;
}

#main-content {
padding-top: 50px;
}

.title-main {
font-family: Arial, sans-serif;
font-weight: 700;
text-align: center;
margin-bottom: 50px;
}

footer {
position: relative;
z-index: 9;
bottom: 0;
}

@media only screen and (max-width: 768px) {
  .logo {float: none; text-align: center;}
  #full-banner-home img {height: 100vh;top: 0;}
  .container-fluid {padding: 0 15px;}
  .carousel-control {display: none;}
}