* {
     box-sizing: border-box;
}

body {
    font-family: 'Bree Serif', serif;
    background-color: #feffe4;
}

#header {
    padding-bottom: 25px;
    padding-top: 25px;
    background-image: url(img/door.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #b3d77f;
    margin-bottom: 10px;
    border-bottom: 2px solid #00000055;
}

#footer {
    background-image: url(img/forest.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #4383d6;
    margin-top: 10px;
    border-top: 2px solid #00000055;
}

#footer .jumbotron {
    background-color: #ffffff22;
    border: 1px solid #ffffff44;
    margin-top: 10px;
    margin-bottom: 10px;"
}

#footer h1 {
    color: white;
}

#footer p {
    color: #ffffffdd;
}

h1, h2 {
    font-family: 'Exo', sans-serif;
    color: green;
}

.mobile, .instant-unlock {
    font-family: 'Exo', sans-serif;
}

.instant-unlock {
    font-size: 2.0em;
    padding-left: 15px;
    padding-top: 1px;
    margin: 5px;
    color: white;
    border-radius: 15px;
    border: 1px solid white;
    box-shadow: 0 0 5px #000000aa;
    margin-bottom: 15px;
}

.color1 {
    background-color: #b00;
    background: linear-gradient(#b00, #900);
}

.color2 {
    background: #f70;
    background: linear-gradient(#f70, #c60);
}

.color3 {
    background: #fb0;
    background: linear-gradient(#fb0, #da0);
}

.instant-unlock i {
    color: #00000066;
}

.mobile {
    position: relative;
    font-size: 2em;
    padding-left: 15px;
    padding-top: 1px;
    margin: 5px;
    color: white;
    border-radius: 15px;
    height: 50px;
    border: 2px solid white;
    background-color: green;
    background: linear-gradient(#0A0, #080);
}

.mobile a {
    color: white;
}

.mobile i {
    color: #ffffffcc;
}

.mobile .call-now {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background-color: red;
    background: linear-gradient(#f00, #800);
    text-align: center;
    border: 2px solid white;
    margin: -2px;
    color: white;
}

ul li a {
    color: red;
}

ul i.fa {
    color: #88000099;
    padding-right: 10px;
}

.jumbotron {
    background-color: #00000011;
}

.list-group-item {
    background-color: #fff9cf;
    border-color: #d8d1a3;
}

table.table-striped td, table.table-striped th  {
    border-top: 1px solid #d8d1a3;
}

table.table-hover tr:nth-child(even) {
    background-color: #00000003;
}

table.table-hover tr:nth-child(odd) {
    background-color: #00000008;
}

.service-open {
    color: #000000AA;
}

.profile-photo {
    border: 3px solid #ffffffaa;
    box-shadow: 1px 1px 2px #000000aa;
    max-width: 200px;
    border-radius: 5px;
}

#footer .go-facebook {
        text-align: right;
}

.title {
    margin-top: 10px;
    margin-left: 20px;
}

.padlock {
    background:none;
    border: none; width: 100%
}

@media screen and (min-width: 600px) {
    .instant-unlock {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 800px) {
    #header {
        background: none;
        background-color: #b3d77f;
        text-align: center;
        background-image: url(img/roka_robert.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #footer {
        background-color: #4383d6;
    }

    #footer .go-facebook {
        text-align: center;
    }

    .instant-unlock {
        text-align: center;
    }

    .profile-photo-frame {
        display: none;
        position: absoulte;
        border: 1px solid red;
        margin: 0 auto;
        text-align: center;
    }


    .padlock {
        max-width: 300px;
        text-align: center;
        display: inline;
        text-align: center;
    }
}
