* {
    margin: 0px;
}

html {
    height: 100%;
}

body {
    background-color: #144173;
    height: 100%;
    background-image: url("../img/background.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    color: #ffffff;
    font-size: 40px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

.pb-20 {
    padding-bottom: 20px;
}

.mb-0 {
    margin-bottom: 0px;
}

@media (min-width:800px) {
    h1 {
        font-size: 80px;
        font-weight: bold;
    }

    h2 {
        font-size: 40px;
        font-weight: bold;
    }

    h3 {
        font-size: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn-light {
        color: #D60915;
        font-weight: bold;
        font-size: 60px;
        border-radius: 20px;
        border-color: #0B2544;
        padding: 20px;
        line-height: 108px;
        vertical-align: center;
    }

    .btn-light:hover {
        color: #990000;
    }

    p {
        font-size: 15px;
        font-weight: lighter;
    }

    .mt-20 {
        margin-top: 10px;
    }

    .mt-40 {
        margin-top: 20px;
    }

    .mt-80 {
        margin-top: 40px;
    }

    .mt-100 {
        margin-top: 50px;
    }

    .ml-30 {
        margin-left: 15px;
    }
}
@media (max-width: 800px) {


    h1 {
        font-size: 160px;
        font-weight: bold;
    }

    h2 {
        font-size: 80px;
        font-weight: bold;
    }

    h3 {
        font-size: 60px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .btn-light {
        color: #D60915;
        font-weight: bold;
        font-size: 60px;
        border-radius: 20px;
        border-color: #0B2544;
        padding: 20px;
        line-height: 108px;
        vertical-align: center;
    }

    .btn-light:hover {
        color: #990000;
    }

    p {
        font-size: 30px;
        font-weight: lighter;
    }

    .mt-20 {
        margin-top: 20px;
    }

    .mt-40 {
        margin-top: 40px;
    }

    .mt-80 {
        margin-top: 80px;
    }

    .mt-100 {
        margin-top: 100px;
    }

    .ml-30 {
        margin-left: 30px;
    }
}