* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

nav {
    background-color: ghostwhite;
}

header {
    background-image: url("../images/marc-kleen-h8UQV31X5AI-unsplash.jpg");
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-text {
    margin-bottom: 150px;
    color: ghostwhite;
    text-align: center;
}

.header-text h2 {
    font-size: 2rem;
    padding-top: 400px;
}

.line {
    background: #028090;
    margin: 10px auto;
    width: 150px;
    height: 5px;
}

.line-vlog {
    background: #028090;
    width: 150px;
    height: 5px;
    margin-bottom: 10px;
}

.header-text h1 {
    font-size: 5rem;
    padding-bottom: 25px;
}

.btn-custom {
    background: #028090;
    color: ghostwhite;
}

.btn-custom:hover {
    background: #1A5E63;
    color: ghostwhite;
}

.card-img {
    height: 400px;
    object-fit: cover;
}

.eCard {
    border: 0px;
    background-color: rgba(0, 0, 0, 0%);
}

.qMark {
    color: lightgray;
}

.qMark h1 {
    font-size: 300px;
    font-family: 'Times New Roman', Times, serif;
    text-align: right;
}

.quoteText {
    padding-top: 100px;
}

.services-text {
    padding-top: 0px;
    text-align: center;
}

.services-text .line {
    margin-bottom: 50px;
}

.sCard {
    min-width: 200px;
    max-width: 500px;
    text-align: center;
    align-items: center;
}

.wVlog {
    background-image: url("../images/background.jpg");
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-bottom: 50px;
}

.wVlog h1 {
    padding-top: 200px;
}

.card-img-lower {
    object-fit: contain;
    max-height: 500px;
}

.card-lower-text {
    text-align: center;
    padding: 3rem;
    margin-top: 50px;
}

.footer {
    height: 100px;
}

.footer h4 {
    padding-top: 35px;
}