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

body {

    background: none;
}

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

.img-container{
    padding: 0;
}

.main-container{

    bottom:0;
}

.main-row{
    padding: 0;
    margin: 0;
}

.panel-contact{
    position: relative;
    width: 100%;
    background: rgba(255,255,255,0.8);
    border-left: solid 10px #67b0d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 50px;
}

.panel-contact h1 {
    color: #3c3c3c !important;
}