

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html{
    position: relative;
    min-height: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 3%;
    padding-left: 3%;
    background-attachment: fixed;
    background-image: url('../img/IMG_0490.jpg');
    width: 100%;
    height: auto;
    background-size: cover;
}

body{
    margin-top: 70px;
    margin-bottom: 130px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
    width: 100%;
    border-radius: 6px;
}

div.row>div {
    height:100%;
}

a.btn{
    position:relative;
    bottom:0;
}

.navbar{
    position: absolute;
    top: 15px;
    width: 94%;
    z-index: 2;
}

.footer:before{
    z-index: -1;
}

body:before{
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: " ";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    background-image: url('../img/IMG_0490.jpg');
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.3;
    filter: blur(10px);
}

.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: white;
    border-radius: 6px;
    padding: 15px 5px;
    z-index: -2;
    display: table;
}

.footer ul{
    display: table-cell;
  vertical-align: middle;
}

.panel{
    background-color: rgba(255, 255, 255, 0.4);
    display:table;
    width: 100%;
    border-radius: 6px;
}

.panel>p{
    display:table-cell;
    vertical-align: middle;
    border-radius: 6px;
}

.list-group, .list-group-item{
    background-color: rgba(255, 255, 255, 0.2)
}

dt {
    margin-top: 1em;
}

.page-header{
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .service {
        text-align: left;
    }
}