html {
    background-color: #383838;
    padding: 0;
    margin: 0
}

body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

nav {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    top: 0;
    background-color: #990016;
    color: #eacc91;
    margin-top: 0;
    margin-bottom: 0;
    height: 100px;
    transition: top .35s;
    z-index: 1
}

#logo {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-left: 4.5%;
    vertical-align: center;
    cursor: pointer
}

h3 {
    margin: 0
}

#nav-items {
    display: flex;
    align-items: center;
    margin-right: 4.5%;
    width: 70%;
    height: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 22px
}

.nav-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 0;
    list-style-type: none
}

li {
    display: inline;
    margin-left: 6%
}

li a:hover {
    color: white
}

a {
    position: relative;
    transition: color .4s;
    color: #eacc91;
    text-decoration: none
}

li a:link {
    text-decoration: none
}

li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}

li a:hover:before {
    color: white;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.inline-contact-link {
    transition: color .4s;
    color: #383838
}

.inline-contact-link:hover {
    color: #990016
}

h2 {
    font-size: 40px;
    font-weight: 400
}

.jumbotron {
    background-image: url("res/ace-cards-casino.jpg");
    background-color: #ccc;
    color: white;
    height: 700px;
    margin-top: 0;
    margin-bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: content-box;
    padding: 0;
    padding-top: 100px;
    border-radius: 0
}

.jumbo-organizer {
    height: 100%;
    width: 100%;
    padding: 200px 9%
}

.display-4 {
    font-size: 62px;
    margin-bottom: 2%
}

.lead {
    font-size: 20px;
    font-style: italic;
    font-weight: 350;
    margin-bottom: 0
}

.lead-quote {
    font-style: italic;
    margin-bottom: 2%;
    font-size: 18px
}

.jumbo-desc {
    font-size: 18px
}

.jumbo-button {
    background-color: #990016;
    color: #eacc91;
    border-color: #990016;
    border-radius: 5px;
    border: 0;
    font-size: 1.2em;
    padding: 1% 2%;
    transition: background-color .3s
}

.introduction {
    background-color: white;
    color: #990016;
    margin-top: 0;
    margin-bottom: 0;
    padding: 3% 7.5%;
    text-align: center
}

#introduction-text {
    font-size: 22px
}

#diamond {
    margin-top: 4%;
    font-size: 28px
}

.price-container {
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 2%
}

.price-list-first {
    padding: 0;
    margin: 0 auto;
    column-count: 2;
    text-align: center;
    list-style-type: none
}

.price-list-first li {
    display: block;
    margin: 0;
    margin-bottom: 1%
}

.disclaimer {
    font-size: 16px;
    margin-left: 3%;
    margin-right: 3%
}

.services {
    background-color: #ccc;
    margin-top: 0;
    margin-bottom: 0;
    padding: 3% 7.5%
}

.row {
    margin-bottom: 3%
}

.section-title {
    margin-bottom: 1%;
    text-align: center
}

.card {
    height: 100%
}

.card-title {
    font-size: 26px;
    text-align: center
}

.card-footer {
    text-align: center
}

footer {
    height: 480px;
    color: white;
    background-color: #383838;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 1%
}

.container {
    margin-top: 3%
}

.grid-container-cards {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 4%;
    row-gap: 2.5em;
    padding: 10px;
    margin-left: 2%;
    margin-right: 2%;
    justify-content: space-between;
    text-align: center
}

.card-body {
    margin-left: 2.5%;
    margin-right: 2.5%
}

.jumbo-button:hover {
    background-color: #7a0018
}

.contact-image {
    margin: auto 0;
    margin-bottom: 12px;
    width: 120px;
}

.contact-title {
    font-size: 34px;
    margin-bottom: 2%
}

.contact-info {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0
}

.contacts-container {
    display: flex;
    justify-content: space-evenly;
    margin-left: 10%;
    margin-right: 10%;
}

.phone-contact {
    flex: 1;
    text-align: center;
}

.mail-contact {
    flex: 1;
    text-align: center;
}

hr {
    margin-left: 15%;
    margin-right: 15%
}

.black-hr {
    margin-top: 0;
    margin-bottom: 2.5%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0))
}

.red-hr {
    margin-top: 0;
    margin-bottom: 2.5%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(153, 0, 22, 0.75), rgba(0, 0, 0, 0))
}

.white-hr {
    margin-top: 0;
    margin-bottom: 2.5%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 225, 1), rgba(0, 0, 0, 0))
}

@media screen and (min-width:1200px) {
    footer {
        padding-bottom: 24%
    }
}

@media screen and (max-width:1200px) {
    footer {
        height: 420px
    }
}

@media screen and (max-width:1100px) {
    .display-4 {
        font-size: 48px
    }

    footer {
        height: 380px
    }

    .section-title {
        font-size: 36px
    }

    .grid-container-cards {
        grid-template-columns: auto auto
    }

    .contact-image {
        width: 96px;
    }

    .contact-title {
        font-size: 30px
    }

    .contact-info {
        font-weight: 550;
        font-size: 18px;
        margin-bottom: 0
    }
}

@media screen and (max-width:950px) {
    h3 {
        font-size: 24px
    }

    #nav-items {
        font-size: 18px
    }

    .display-4 {
        font-size: 40px
    }

    .section-title {
        font-size: 34px
    }

    .lead {
        font-weight: 300;
        font-size: 18px
    }

    .jumbo-desc {
        font-size: 16px
    }

    .lead-quote {
        font-size: 16px
    }

    .jumbotron {
        height: 500px
    }

    .jumbo-organizer {
        padding: 120px 9%;
    }

    .jumbo-button {
        padding: 1.5% 3%;
    }

    #introduction-text {
        font-size: 20px;
    }

    .price-list-first {
        column-count: 1;
        column-gap: 0;
    }

    .contact-image {
        width: 82px;
    }

    .contact-title {
        font-size: 28px;
    }

    .contact-info {
        font-weight: 500;
        font-size: 16px;
    }

    footer {
        height: 380px;
    }
}

@media screen and (max-width:750px) {
    footer {
        height: 320px
    }

    .contact-title {
        font-size: 24px
    }
}

@media screen and (max-width:630px) {
    nav {
        position: static;
        display: block;
        text-align: center;
        height: auto;
        padding-left: 0;
        padding-right: 0
    }

    #logo {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding-top: 4%;
        padding-bottom: 1%
    }

    .nav-list {
        justify-content: space-evenly
    }

    #nav-items {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding-top: 2%;
        padding-bottom: 5%;
        font-size: 16px
    }

    ul {
        display: inline;
        justify-content: space-evenly;
        padding-left: 0
    }

    li {
        margin-left: 4%;
        margin-right: 4%
    }

    .display-4 {
        font-size: 32px;
        margin-bottom: 10%
    }

    .lead {
        font-size: 16px
    }

    .jumbo-desc {
        font-size: 14px
    }

    .lead-quote {
        font-size: 14px;
        margin-bottom: 6%
    }

    .jumbotron {
        height: 420px
    }

    .jumbo-organizer {
        padding-top: 0;
        padding-bottom: 0
    }

    .jumbo-button {
        padding: 2.5% 3%
    }

    .section-title {
        font-size: 26px
    }

    #introduction-text {
        font-size: 18px
    }

    .disclaimer {
        font-size: 14px
    }

    .grid-container-cards {
        grid-template-columns: auto
    }

    .black-hr,
    .red-hr,
    .white-hr {
        margin-bottom: 5%
    }

    .contacts-container {
        display: block;
    }

    .contact-image {
        margin-bottom: 12px;
    }

    .contact-title {
        font-size: 28px
    }

    .contact-info {
        font-weight: 500;
        font-size: 16px
    }

    .phone-contact {
        margin-bottom: 4%
    }

    footer {
        display: block;
        height: 100%;
        padding-bottom: 10%
    }
}