html, body {
    font-family: 'Bernier', sans-serif;
}

.title {
    font-size: 48pt;
    text-shadow: #000 0 0 100px;
    text-align: center;
}

.phone {
    font-size: 32pt;
    margin-bottom: 800px;
    text-shadow: #000 0 0 100px;
    display: block;
}

.text{
    padding-bottom: 75px;
    font-size: 22pt;
}

.video {
    margin-bottom: 25px;
    border: 1px solid #000;
    cursor: pointer;
}

.modal-content {
    background-color: transparent;
    border: none;
    padding: 0;
}

.embed-responsive {
    box-shadow: 0px 0px 5px #000;
    background-color: #000;
}

.close {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .title {
        font-size: 92pt;
    }

    .phone {
        font-size: 64pt;
        margin-bottom: 600px;
    }
}
