body {
    margin: 0;
    padding: 0;
    background-color: #f6f1ed;
    background-image: linear-gradient(to right, white, #f6f1ed);
    width: 100%;
    height: 100%;
    color: black;
    font-family: sans-serif;
    padding-bottom : 150px;
}

/* img {
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
} */

#createlogo {
    /* width: 10%; */
    width : 180px;
    height: auto;
    margin: 10px;
    margin-left: 20px;
    margin-top: 15px;
    left: 10px;
}

#steinhardt {
    /* width: 15%; */
    width : 300px;
    height: auto;
    margin: 10px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: 20px;
}

header {
    border : solid 1px black;
    display: flex;
    flex-direction: row;
    align-content: space-between;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.no-gutter > .row{
    padding-right:0;
    padding-left:0;
}

a > .signup {
    border-left: 2px solid #FCFBF8;
    margin-left: 10px;
    padding-left: 10px;
}

p a:hover {
    background-color: #00FFFF;
    color: black;
}

p a:visited {
    text-decoration: solid;
}

.inPrep{
    font-weight : bold; 
    color : #444;
}

.complete{
    font-weight : bold; 
    
    color : rgb(9, 165, 38);
}

.open{
    font-weight : bold; 
    color : rgb(6, 144, 146);
}

footer{
    padding-top:100px;
    width : 100vw;
    text-align: center;
}

.center{
    text-align : center;
}

.studyclosed{
    background : rgba(0,0,0,0.1);
    font-weight : bold;
    padding : 10px; 
    border-radius : 10px;

}

.topPad{
    padding-top: 50px;
}

@media screen and (max-width: 500px) {
    .centerLogo {
      text-align : center;
    }
  }

