header.masthead, .img {
    background: top center repeat-x;
    background-attachment: scroll;
    position: relative;
}
body {
    font-family: 'Inter',Helvetica;
}
header.masthead {
    margin-bottom: 50px;
}
.img {
    width: 100%;
    height: 10em;
}
#vid {
    display: none;
}
#links {
    position: absolute; left: 50px; top: 30px;
}
#logo {
    width: 250px;
    height: 88px;
    background: url(logo.png);
}
a.navbar-brand {
    margin: 0 auto;
}
a.nav-link {
    color: #333;
}
a.nav-link:hover {
    color: #000;
}
.nice-box {
    color: #262626;
    box-shadow: 0px 10px 20px rgb(10 33 65 / 5%), 0px 0px 2px rgb(0 0 0 / 13%);
    display: block;
    outline: none;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: left;
    -webkit-backface-visibility: hidden;
    position: relative;
    text-decoration: none;
    background-color: #f9f9f9;
}
.nice-box p {


    font-size: 20px;
}

section.even {
    background: #f1f1f1;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.phone {
    width: 263px;
    height: 550px;
    background: url(phone.png);
}
.phone .video{
    width: 253px;
    height: 550px;
    display: block;
    margin: 5px;
}
.description {
    margin-top: 40px;
}
.description p {
    padding-left: 5px;
}
@media screen and (max-width: 820px) {
    #mainNav .container {
        height: 100px;
    }
    #logo {
        width: 150px;
        height: 58px;
        background-size: 150px;
        position: absolute;
        left: 20px;
        top: 10px;
    }
    #links {
        position: absolute; left: 20px; top: 60px;
    }
}
@media screen and (min-width: 640px) {
    .img {
        height: 14em;
    }
    #vid {
        right: -123px;
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .img {
        height: 14em;
    }
    #vid {
        right: -33px;
        display: block;
    }
}
@media screen and (min-width: 992px) {
    .img {
        height: 14em;
    }
    #vid {
        right: 7px;
        display: block;
    }
}
@media screen and (min-width: 1200px) {
    .img {
        height: 20em;
    }
    #vid {
        right: 82px;
        display: block;
    }
}

header.masthead .page-heading, header.masthead .site-heading {
    text-align: center;
}

header.masthead .page-heading h1, header.masthead .site-heading h1 {
    font-size: 50px;
    margin-top: 0;
}

header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading
{
    padding: 200px 0 380px;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.row:before, .row:after {width:0px; height:0px;}
#mainNav {
    color: #fff;
}
.subheading {
    position: relative;
}
.googleplay {
    position: absolute;
    top: 50px;
    left: 12px;
    width: 400px;
    display: block;
    text-decoration: none;
}
.googleplay:hover {
    text-decoration: none;
}

.post-preview>a>.post-title {
    font-size: 1.75rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

.post-preview h2,.post-preview .h2 {
    font-size: 1.45rem;
}

.post-preview h3,.post-preview .h3 {
    font-size: 1.25rem;
}

.post-preview>a>.post-subtitle {
    font-weight: 300;
    margin: 0 0 10px;
}

.post-preview>.post-meta {
    font-size: 18px;
    font-style: italic;
    margin-top: 0;
    color: #868e96;
}
.post-preview>a {
    color: #212529;
}
.post-preview>.post-meta>a {
    text-decoration: none;
    color: #212529;
}
pre {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #555;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 0.9em;
    line-height: 1;
    margin-bottom: 1em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}
pre p {
    margin: -0.10em;
    padding: 0;
}


.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

#contact-form.sending {
    opacity: .3;
    transition: .3s ease;
}
#contact-form.sent {
    opacity: 1;
    height: 50px;
    transition: .3s ease;
}