body {
    margin: 0px;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: normal;
    letter-spacing: 0.00em;
    text-transform: none;
    font-variant: normal;
}

p {
    padding: 10%;
    font-size: 15px;
    text-align: center;
}

.main {
    background-image: url('//lindseyvogt.com/images/promoblur2.jpg');
    min-height: 320px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    clear: both;
    margin-top: 75px;
    margin-bottom: 75px;
}

.contact {
    background-image: url('//lindseyvogt.com/images/vogtpromo3.jpg');
    background-size: cover;
    position: relative;
    min-height: 450px;
}

.carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-inner img {
    width: 100%;
    height: auto;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.icon, .email-icon {
    font-size: 24px;
    color: #5a5a5a; /* Change color as needed */
    text-decoration: none;
    transition: color 0.3s;
}

.icon:hover, .email-icon:hover {
    color: #fff; /* Change hover color as needed */
}

.nav {
    z-index: 999;
    background: rgba(0,0,0,0.2) !important;
    position: fixed;
    width: 100%;
    padding-left: 10%;
}

.nav img {
    max-height: 194px;
}
