h2 {
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

p {
    color: white;
}

.template {
    padding-top: 20px;
}

.row-margin {
    margin-bottom: 50px;
}

.list > li {
    margin-bottom: 1em;
}

hr {
    color: white !important;
}

.page-title {
    text-align: center;
}

.w-100 {
    border-radius: 1em;
    border: 1px solid #5b86e5;
    -webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.15);
box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.15);
}

h1 {
    color: white;
    font-family: 'CenturyGothic', "Century Gothic";
    font-size: 3em;
    margin-bottom: 1em;
}


@media only screen and (min-width: 768px) {
/*     .container {
        max-width: 720px;
    } */

    .template {
        padding-top: 45px;
    }

    h2 {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) {
/*     .container {
        max-width: 960px;
    } */

    .template {
        padding-top: 50px;
    }


}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 70%;
    }

}

@media only screen and (min-width: 2000px) {
    h2 {
        font-size: 45px;
    }

    .row-margin p {
        font-size: 35px;
    }

    p {
        font-size: 20px;
    }
}