/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */

body {
    background: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#background {
   position: fixed;
top: 30%;
left: 50%;
width: 108%;
height: auto;
z-index: -100;
-webkit-transform: translateX(-30%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background-size: cover;
}
.container h1 {
    color: white;
}
#first_row{

margin-bottom: 40px;
}
#second_row i{
font-size: 22px;
color: black;
padding-right: 4px;
}
#second_row i:hover{
color: white;

}
#contact_form  {

    display:contents !important ;
}
#contact_form  form{
padding: 0px 8px;
}
#contact_btn:hover{
    background-color:#c2c2c2; 
}
#otto_btn {
    background-color: black;
    color: white;
}

#otto_btn:hover {
    background-color: white;
    color: black;
}

.col-md-6.address {
    position: absolute;
    right: 0;
    padding: 20px;
    margin-top: 18px;
}
.ottotext {
    padding:15px;
    background-color: rgba(255, 255, 255, 0.2);
}