body {
  font-family: 'Lato', sans-serif !important;
  color: rgba(255,255,255, 0.87);
  background: rgba(0,0,0, 1.0);
}

#getHome:hover {
  cursor: pointer;
}

.gray {
  background: rgba(66,32,32, 0.4); 
}

.photos-img {
  width: 100%;
}

.page-footer {
  background-color: rgba(66, 32, 32, 0.4) !important;
}

.background-img {
  background-image:  linear-gradient(
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.4)
  ), url('https://i.imgur.com/XkW90VO.png');
  background-size: cover;
  background-position: cover cover;
  background-repeat: no-repeat;
}

.container {
  height: 100vh;
}

.container-last {
  height: 90vh;
}

.navbar-collapse {
    margin-top: -3px;
    margin-left: -20px;
    margin-right: -20px;
  background: rgba(0,0,0, 0.87) !important;
}

.navbar img {
  transform: rotate(-90deg);
  max-width: 40px;
}

.navbar {
  height: 54px;
  background: rgba(0,0,0, 0.87) !important;
}

.navbar-nav {
  text-align: center;
}
.row {
  justify-content: center;
}

h4 {
  font-weight: bold;
}

.project-img {
  max-width: 110px;
}

.intro-text {
  color: rgba(255,255,255, 0.95);
  padding-top: 25vh;
}

@media only screen and (min-width: 641px) {
  .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
  }
}

.intro-heading {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
  .intro-lead-in {
    font-size: 25px;
    font-style: italic;
    line-height: 25px;
    margin-bottom: 25px;
  }

  .intro-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
  }
}

.technologies-img {
  width: 100%;
  max-width: 130px;
}

.circle-img {
  max-width: 130px;
  width: 100%;
  height: auto;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  text-align: center;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.technologies-img:hover {
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transform: scale(1.05);
  cursor: pointer;
}

.button-nav__up:hover {
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transform: scale(1.05);
  cursor: pointer;
}

.button-nav__up {
  display: block;
  margin: 0 auto;
  width: 30px;
}

.row-footer {
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
