/*!
 * Start Bootstrap - Clean Blog v5.0.7 (https://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-clean-blog/blob/master/LICENSE)
 */

html {
    height: 100%;
}

body {
  background: url(../img/bg-02.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #212529;
  font-size: 20px;
  font-family: Arial, sans-serif;
  height: 100%;
}

/* ** GENERALL ** */
a {
    text-decoration: none;
}

.container {
    background: #fff;
    margin: 0 auto;
    max-width: 800px;
    padding: 5%;
}

.container img {
    margin-bottom: 100px;
}

.hiddenelement {
    display: none;
}

/* ** NAVIGATION ** */
.collapse {
    margin-bottom: 100px;
}

.collapse ul,
.collapse ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.collapse ul li a {
    background: #000;
    color: #fff;
    display: block;
    line-height: 50px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.collapse ul li a:hover {
    background: #333;
}

.navbar-brand {
    display: inline-block;
    width: 50%;
}

.navbar-brand img {
    width: 100%;
}

.navbar-toggler {
    color: #000;
    display: inline-block;
    float: right;
    font-size: 40px;
}

/* ** FOOTER ** */
.footer .contact {
    display: inline-block;
    width: 50%;
}

.footer .social {
    float: right;
    text-align: right;
    width: 40%;
}

.footer .social a {
    margin-left: 30px;
}

.footer .social a img {
    height: 40px;
}

@media only screen and (min-width: 992px) {
    
}