html 
{
    color: black;
}

h1 {
    text-align: center;
    font-size: 50px !important;
    color: #474747 !important;
}

a:link {
    text-decoration: none !important;
}

#company-logo 
{
    height: 250px;
    width: 500px;
}

#footer-container {
    background-color: #212529;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #5437e6 !important;
    background-image: linear-gradient(to bottom right,#cd0a62, #5437e6);
    min-width: 150px;
}

.nav-link {
    font-size: 30px !important;
}

a:active {
    color:#474747;
}

#press-info {
    min-height: 800px;
}

body {
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding-bottom: 100px;
    box-sizing: border-box;
  }
  
  footer {
    position: absolute;
    /* bottom: 0; */
    min-height: 200px;
    width: 100%;
  }

  @media (width >= 667px) {
    footer {
        bottom: 0;
    }

    #press-info {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
        padding-bottom: 4rem !important;
    }
    
    body {
        min-height: 225vh;
    }
  }