/*.container {
  margin: 2rem auto;
}

.gallery {
  display: grid;
  max-width: 100%;
  margin: 0 auto;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: minmax(150px, auto);
}

.gallery-item {
  max-width: 100%;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.5);
  transition: all .3s;
  &:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.8);
  }
  img {
    width: 100%;
    object-fit: cover;
  }
}*/

@media (max-width: 767px) {
    .hide {
        display:none;
    }

}

@media (min-width: 767px) {
  .show {
      display:none;
    }
  .col-7 {
    width: 100%;
  }
}


.work {
  font: 81px "Montserrat", "Avenir";
  position: relative;
  margin-top: 12vh;
  margin-bottom: 5vh;
}

.back {

}

.back a {
  color: #000000;
  font-size: 15px;
  margin-right: 30px;
}

h1 {
  position: relative;
  margin-top: 8vh;
}

#section1 h1 {
  font: 33px "Montserrat";
  text-align: center;
  letter-spacing: 2px;
}

.section-title {
  font: 25px "Montserrat", "Avenir";
  margin-top: 7vh;
  margin-bottom: 0vh;
}

.project {
  font: 17px "Montserrat", "Avenir";
  color: black;
  text-decoration: none;
  transition: all .3s ease-out;
}

.project h4 {
  font-color: black;
  text-decoration: none;
  transition: all .3s ease-out;
}

.project:hover {
  transform: scale(1.05) translateY(4px);
  text-decoration: none;
}


img {
  display:block;
  margin: auto;
}







/*Work-detail specific stuff*/

.attachment {
  display:block;
  float: left;
  max-width:25px;
  width: auto;
  height: auto;
  margin-top: 1vh;
}

.software {
  display: block;
  float: left;
  max-width: 45px;
  width: auto;
  height: auto;
  margin: 5px;
}

.projectlogo {
  display: block;
  max-width: 20vw;
  width: auto;
  height: auto;
  margin-top: 10vh;
  margin-bottom: 3vh;
}

.logo {
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.bottom-back {
  display: block;
  max-width: 2vw;
  width: auto;
  height: auto;
  margin-top: 5vh;
  margin-bottom: 3vh;
}

.video {
  display: block;
  width: 100%;
  height: 50vh;
}

.cover_photo {
  display: block;
  width: 100%;
  height: 100vh;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  float: right;
}

.image-vertical {
  display: block;
  width: 50%;
  height: auto;
  float: left;
}

.label {
  color: black;
  padding: 7px;
  background-color: #e7e7e7;
  letter-spacing: 1px;
  line-height: 47px;
  word-spacing: 0em;
}

.labels {
  word-spacing: .4em;
}

.indent {
  margin-left: 3vw;
}