body {
    font-family: Assistant;
    background-color: rgba(8, 19, 27, 0.9);
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}

.grid {
    display: grid;
    grid-gap: 29px;
}

.grid-2-columns {
    grid-template-columns: 1fr 1fr;
}

.grid-3-column-with-first-narrow {
    grid-template-columns: 1fr 2fr 2fr;
}

.grid-3-columns {
    grid-template-columns: 1fr 1fr 1fr;
}

.card {
    background-color: white;
    margin: 50px 0px 0px 0px;
}

.card-body {
    padding: 30px;
}

.button {
    display: block;
    color: white;
    background-color: rgba(17, 45, 64, 0.8);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px;
    margin: 0px 20px 20px 20px;
    text-align: center;
}

.img-responsive {
    max-width: 100%;
    display: block;
}

section {
    margin: 0 auto;
    padding: 100px;
    max-width: 100%;
}

section.secondary {
    background: rgb(217, 217, 217);
}

.text-centre {
    text-align: center;
}

.box1 a {
    text-decoration: none;
}

.embed {
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube {
    aspect-ratio: 16/9;
    width: 85%;
}

header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)),
        url(../images/scotland.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 200px 0;
}

header h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 1;
    margin: 30px 0;
}

header h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.5;
    margin: 0;
}

header h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0;
}

header a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    background: white;
    color: rgb(60, 60, 60);
    padding: 12px 28px;
    margin-top: 32px;
    display: inline-block;
}

main {
    background-color: white;
}

main h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 5px;
    color: rgb(86, 86, 86);
    opacity: 0.3;
    text-transform: uppercase;
    margin: 0;
}

main h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    color: rgb(41, 41, 41);
    margin: 0;
}

main p {
    font-style: normal;
    font-weight: 400px;
    font-size: 16px;
    line-height: 1.3;
    color: rgb(41, 41, 41);
    opacity: 0.7;
}

main p1 {
    font-style: normal;
    font-weight: 400px;
    font-size: 13px;
    color: rgb(41, 41, 41);
    opacity: 0.7;
    margin-bottom: 0;
}

main h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: rgba(8, 19, 27, 0.9);
    margin: 0;
}

main h5 {
    font-weight: 700;
    font-size: 13px;
    color: rgba(8, 19, 27, 0.9);
    margin-bottom: 5px;
}

main img {
    opacity: 0.8;
    filter: brightness(105%) contrast(120%);
}

.first {
    max-height: 500px;
    width: 550px;
}

footer {
    color: white;
    background-image: linear-gradient(
            rgba(8, 19, 27, 0.8),
            rgba(8, 19, 27, 0.8)
        ),
        url(../images/footer2.JPG);
    background-repeat: no-repeat;
    background-size: cover;
}

footer h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
}

footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    opacity: 0.9;
}

footer ul {
    padding: 0;
}

footer li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

footer a {
    color: white;
    opacity: 0.7;
    padding-top: 100px;
}

.address {
    text-decoration: none;
    font-style: italic;
    color: rgba(8, 19, 27, 0.9);
}

.video h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0px 50px 0px;
    text-align: center;
}

.video h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 5px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.footer-link {
    text-decoration: none;
}

@media (max-width: 950px) {
    header {
        padding: 60px 0;
    }
    header h1 {
        font-size: 48px;
    }

    header h2 {
        font-size: 20px;
    }

    header h3 {
        font-size: 12px;
    }

    .video h2 {
        font-weight: 400;
        font-size: 10px;
    }

    .video h3 {
        font-weight: 700;
        font-size: 30px;
    }

    .grid {
        grid-template-columns: 1fr;
        grid-gap: 32px;
    }

    section {
        padding: 50px 10px;
    }

    main img {
        display: block;
        margin: 0 auto;
    }

    .card {
        max-width: 500px;
        height: auto;
        display: block;
        margin: 0px auto;
    }

    .card-header {
        margin: 30px 30px 0px 30px;
    }

    .card-header img {
        width: 100%;
    }

    .secondary h3 {
        margin-bottom: 50px;
        font-size: 40px;
    }

    .box1 h2 {
        text-align: center;
    }

    .box1 h3 {
        text-align: center;
        font-size: 30px;
    }

    .box1 p {
        text-align: center;
        font-size: 15px;
    }

    main {
        max-width: 700px;
    }

    .first {
        max-width: 300px;
    }

    .footer-info {
        text-align: center;
    }
}
