 @import url("https://use.typekit.net/ilj0dkl.css");

body{
    font-family: futura-pt, 'Futura PT', sans-serif;
}
img {
    width:100%;
}

body {
    margin: 0px;
    background-color: #E3E3E3;
    font-size: 1.5em;
}

#logo {
  width:200px;
  top: -26px;
  left: -4px;
  position: fixed;
}

.mainContainer {
  padding: 20px;
  padding-top:150px;
  margin: auto;
  max-width:1200px;
}

.selected {
    max-width: 800px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.overlay {
    position: fixed;
    width:100vw;
    height: 100vh;
    background-color: RGBA(0,0,0,.5);
    top:0px;
    left:0px;
}

.prop_card {
    margin: calc(2%);
    cursor: pointer;
    text-align: center;
    display: inline-block;
    width: calc(33.333% - 4%)
}
nav {
    margin:20px;
}

.selectable {
  display: inline-block;
  padding: 14px;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: underline;
  border:2px solid #E3E3E3;
}

.selected_selectable {
  border: 2px solid black;
}


.search {
    display: inline;
}

.button {
    background-color: white;
    color:lightgray;
}

.selected-class-name {
    color:lightgray;
    background-color: black;
}
.selected-class-name .button {
    color: red;
}


@media (max-width: 500px) {
  .mainContainer {
    padding: 0;
    padding-top:150px;
    width: 100vw;
  }
  .prop_card {
    margin:10px;
    width: calc(100% - 44px)
  }
}
