p {
    font-size: 1.1em;
    font-weight: bold;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

i.fa {
    color: #6D2D98;
}

body {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
    image-rendering: auto;
}

.custom-bullets ul {
    font-size: 1.1em;
    font-weight: bold;
    list-style: square;
    margin-left: 20px;
}

ol,
ul {
    margin-bottom: 0;
}

@media only screen and (min-width: 1px) and (max-width: 1190px) {
    #Top_bar .menu>li>a {
        color: white;
        text-transform: uppercase;
        font-size: 2em;
        text-align: center;
        padding: 100px 0;
    }
}