@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.orange {
  background: #ff8800;
}

.text-left {
  text-align: left;
}

.half-title {
  width: 50%;
}

.split-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.more-info {
  color: #868e96 !important;
}

.more-info:hover {
  color: white !important;
}

html,
body {
  background-color: #fff;
  color: #636b6f;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 100;
  height: 100vh;
  margin: 0;
  color: black;
}

nav {
  padding: 0 40px 0 10px;
}

a:hover {
  text-decoration: none;
}

main.container {
  margin-bottom: 50px;
}

.btn-submit {
  border-color: #bababa;
  color: #bababa;
  padding: 10px;
}

.btn-facebook {
  background: #3B5998;
  color: white;
}

.btn-twitter {
  background: #4CA0EC;
  color: white;
}

.gallery {
  margin-top: 50px;
}

.btn-massive {
  padding: .6em 2em !important;
  font-size: 2em !important;
}

.header .title {
  font-size: 46px;
  font-weight: 800;
}

.header h1 {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.header p {
  font-size: 16px !important;
  max-width: 600px;
}

.header .btn-submit {
  margin-top: 20px;
}

.hover-point {
  cursor: pointer;
}

#app {
  display: grid;
  grid-template-columns: 150px auto;
  grid-template-areas: "nav nav" "main main" "footer footer";
  grid-gap: 10px;
}

nav {
  grid-area: nav;
}

main {
  grid-area: main;
}

footer {
  grid-area: footer;
}

.filter {
  font-size: 18px;
  color: #bebebe;
  font-weight: 600;
  margin-right: 20px;
}

.filter.active {
  color: black;
}

.filter:hover {
  color: black;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center {
  text-align: center;
}

.btn-join {
  padding: 0 11px !important;
  margin-top: 12px !important;
  color: white !important;
}

.close.float-left {
  padding-right: 25px;
}

.btn {
  cursor: pointer;
}

.btn-outline-dark:hover {
  color: white !important;
}

.grid-1 {
  display: grid;
  grid-template-columns: 66% auto;
  width: 100%;
  min-height: 400px;
}

/* items */

.card .item {
  padding: 5px;
}

.grid-1 div {
  color: black;
  font-size: 20px;
}

/* specific item styles */

.item {
  max-width: 680px;
}

.item:first-child {
  grid-column: 1/2;
  grid-row: 1/4;
}

.card-columns {
  -webkit-column-count: 2 !important;
          column-count: 2 !important;
}

.nope {
  display: block;
  color: white;
  background: orange;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.icon {
  padding: 5px 8px;
  border-radius: 10px;
}

.above-image .icon {
  float: left;
}

.card.tile {
  border: none !important;
}

.card-img-top {
  max-height: 300px;
}

.card-body.title {
  background: black;
  color: white;
  border-top: 1px solid white;
  padding: 0;
}

.card-body.title a {
  text-decoration: none;
}

.card-body.title a h4 {
  margin: 0;
}

.back-button {
  float: right;
  padding: 0 !important;
  font-size: 2em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.back-button :hover {
  cursor: pointer;
}

.p5 {
  padding: 5px;
}

.clear {
  clear: both;
}

.asset-features {
  list-style: none;
  padding-left: 0;
}

.product-image {
  max-width: 100%;
}

.card-title {
  padding: 25px;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 995px) {
  .half-title {
    width: 100% !important;
  }
}

@media only screen and (max-width: 580px) {
  .card-columns {
    -webkit-column-count: 1 !important;
            column-count: 1 !important;
  }
}

.submit-section h2 {
  text-align: center;
}

