html,
body {
  height: 100%
}


* {
  font-family: Helvetica Neue;
}

.container {
  height: 100%;
  width: 100%;
}

.name {
  font-weight: 600 !important;
  letter-spacing: .3em;
  font-size: 50px !important;
  line-height: 50px !important;
  color: white !important;
}

@media screen and (max-width: 1200px) {
  .name {
    font-size: 40px !important;
    line-height: 40px !important;
  }
}

@media screen and (max-width: 600px) {
  .name {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}

@media (hover: none) {
  .overlay.top {
    opacity: 1;
    background: rgba(118, 150, 124, 0.6) !important;
  }

  .overlay.bottom {
    opacity: 1;
    background: rgba(189, 178, 158, 0.6) !important;
  }
}

.middle-col {
  background: black;
}

.top-col {
  background: white;
}

.bottom-col {
  background: white;
  /* cursor: copy; */
}

a.dev {
  cursor: url('dev.png'), auto;
}

a.photos {
  cursor: url('camera.png'), auto;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  transition: .5s ease;
}

.overlay.top {
  background: rgb(138, 191, 148)
}

.overlay.bottom {
  background: rgb(189, 178, 158)
}

.text {
  color: black;
  font-size: 45px;
  line-height: 45px;
  font-weight: 500;
  letter-spacing: .3em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 600px) {
  .text {
    font-size: 30px;
    line-height: 30px;
  }
}

.top-col:hover .overlay {
  opacity: 1;
}

.bottom-col:hover .overlay {
  opacity: 1;
}


.h-45 {
height: 44%!important;
}

.h-10 {
height: 12%!important;
}
