html {
    margin: 0;
    padding: 0;
}
body {
    background-color: #d4d4d4;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5)), url(/images/bkg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #ffffff;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
h1 {
    text-shadow:  1px 1px 10px #000000;
}
.top {
    text-align: center;
    height: 60px;
    box-shadow: 0 0 15px #000000;
    margin-bottom: 5px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.top img {
    margin-top:4px;
    height: 110px;
}
.phone {
    color: #198754;
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
    z-index: 1000;
}
.phone a {
    font-size: 14px;
    text-decoration: none;
    color: #198754;
    margin-right: 20px;
}
.socials {
    color: #198754;
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 15px;
    z-index: 1000;
}
.socials a {
    font-size: 14px;
    text-decoration: none;
    color: #198754;
}
.socials a.fb {
    color: #0765FF;
    margin-left: 20px;
}
.main {
    width: 100%;
    max-width: 980px;
    display: inline-block;
}
.content {
    position: fixed;
    width: 100%;
    padding: 120px 10px 60px 10px;
    height: calc(100% - 85px);
    overflow-y: auto;
    overflow-x: hidden;
}
.content img {
    width: 100%;
    border-radius: 12px;
    border: solid 1px #ffffff;
    box-shadow: 1px 1px 10px #000000;
}
div.img {
    margin-bottom: 25px;
}
div.img-title {
    margin-top: 20px;
    text-align: left;
    text-shadow:  1px 1px 1px #333333;
    font-size: 24px;
}
div.img-description {
    text-align: left;
}
.footer {
    height: 105px;
    box-shadow: 0 0 15px #000000;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    text-align: center;
}
.footer .btn {
    padding: 20px;
    width: 100%;
    max-width: 480px;
}
.review {
    margin-top: 40px;
    margin-bottom: 64px;
    border-radius: 20px;
    border: solid 1px #ffffff;
    background-color: #00000075;
    padding: 20px;
    text-align: left;
}
.review h3 {
    margin-left: 140px;
}
.review > div {
    padding-left: 80px;
}
.review img {
    margin-top: -96px;
    width: 128px!important;
    height: 128px!important;;
    border-radius: 64px!important;;
}
