img.company-logo {
    position: relative;
    vertical-align: bottom;
    padding: 2.5em;
    bottom: 0;
    max-width: 100%;
    object-fit: cover;
    z-index: 100;
    display: table;
    margin: auto;
    background-color: #FFF;
    bottom: 5ch;
}

.images {
    padding-top: 5%;
    max-height: 100%;
}

.test {
    min-width: 35ch;
    position: relative; /* If you want text inside of it */
    
    overflow: hidden;
    object-fit: cover;
    border: 1em solid #7851a9;
    background-color: black;

    width:100%;
    max-width:600px;
}

.section { 
    height: 100vh;
    padding: 2rem;
}

.btn-primary {
    background-color: #7851a9 !important;
    border: none !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #522d80 !important;
    border: none !important;
}

.post-holder {
    width: 100%;
    height: 100%;
    background: rgba(196, 169, 94, 1);
    position: relative;
    color:white;
    max-width: 100%;
    padding: 3REM;
  }

#contact > section > p > a {
    color: white;
}

.copyright {
    background: rgb(255, 228, 152);
    padding: 0.5em;
    margin: 0;
}

html {
    height: 100% !important;
    padding:0;
    margin:0;
}
body {
    min-height: 100% !important;
}

.content {
    position: relative;
    top: 100%;
}