:root {
    color-scheme: only light;
}
  

#section-contact{
    margin-top: 10vh;
    /* height: 55vh; */
    background-color: #231f20;
    margin-top: 50px;
    max-height: max-content;
    height: max-content;
}

.logo-wrapper{
    text-align: center;
    height: 30vh;
    width: 100%;
    position: relative;
}

#img-div{
    position: absolute;
    /* max-width: 100%; */
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo-img{    
    max-height: 100%;
    align-self: center;
    /* margin: 0 40%; */
    /* margin: auto ; */
    border-radius: 50%;
    
}


#top-strip{
    background-color: white;
    height: 50%;
}
#bottom-strip{
    background-color: #231f20;
    height: 10%;
}


.fcc-container{
    padding-bottom: 20px;
}
.flexible-container{
    display: flex;
    justify-content: center;
    gap:30px;
}

.handles-container{
    padding-top: 3px;
    padding-bottom: 3px;
}
.contact-handle {
    display: flex;
    justify-content: center;
}
.contact-handle a{
    text-decoration: none;
    color: beige;
    margin: auto 0;
    margin-left: 3px;
}

.social-media-icon{
    box-sizing: content-box;
    height: 30px;
}