body {
    overflow-x: hidden;
}

a:hover{
    color: black !important;
}

ul {
    list-style-type: none;
  }

.header {
    height: 100vh;
    min-height: 500px;
}

#gallery-bg {
    min-height: 600px;
}

.header h1 {
    font-family: 'Great Vibes', cursive;
    font-size: 5em;
    font-weight: 900;
}

.header p {
    font-size: 2em;
    font-weight: 700;
}

.header-bg {
    opacity: 0.6;
    background-image: url('../images/header-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
    position: absolute;
    bottom: 0;
}

.gallery-bg {
    opacity: 0.6;
    background-image: url('../images/woodwork.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
    position: absolute;
    bottom: 0;
}

p,
h1,
h2,
h3,
h4 {
    font-family: 'EB Garamond', serif;
}

.navbar {
    background: #FC4445;
    color: white;
    width: 100vw;
}

footer {
    background-color: #FC4445 !important;
    color: lightgray;
}

footer h3{
    color: white;
}

.logo{
    width: 20vw;
}

footer a{
    color: lightgray;
}

.list-group-item {
    background-color: #FC4445 !important;
}

.list-group-item a {
    color: lightgray;
    font-style: italic;
}

.section-title {
    text-align: center;
    margin-bottom: 2vh;
}

.contacts {
    text-align: center;
}

.table-partners {
    text-align: center;
}

.spacing-img {
    width: 100%;
    height: 30vh;
    opacity: 0.6;
    background-image: cover;
}

.spacing-img-first {
    opacity: 0.6;
    background-image: url('../images/woodwork.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 30vh;
}

.spacing-img-second {
    opacity: 0.6;
    background-image: url('../images/woodstack.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 30vh;
}

@media screen and (max-width: 900px) {
    .header h1 {
        font-size: 3.5em;
    }
    .card-col{
        margin-top: 10vw;
        margin-bottom: 10vw;
    }
    .logo{
        width: 30vw;
    }
    
}