@font-face {
  font-family: "GreatVibes";
  src: url("../fonts/GreatVibes-Regular.ttf");
}

@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Regular.ttf");
}

@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: "PoiretOne";
  src: url("../fonts/PoiretOne-Regular.ttf");
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Comfortaa;
  overflow-x: hidden;
}

.navbar {
  background-color: #a9a9a9;
}

.navbar-brand a {
  transition-duration: 0.5s;
}

.nav-item a {
  transition-duration: 0.5s;
}

.nav-item a:hover {
  color: white !important;
  text-shadow: 0px 0px 2px #ffffff;
}

.navbar-brand a:hover {
  color: white;
  text-shadow: 0px 0px 5px #ffffff;
}

.carousel-inner {
  text-align: center;
}

.carousel-item {
  height: 92vh;
  background: no-repeat center center scroll;
  background-size: cover;
  font-family: PoiretOne;
}

.carousel-caption {
  text-shadow: 0px 0px 15px #000000, 0px 0px 10px #ffffff, 0px 0px 5px #ffffff;
}

.carousel-caption a {
  transition-duration: 0.5s;
}

.carousel-caption a:hover {
  color: white;
  text-shadow: 0px 0px 15px #ffffff, 0px 0px 10px #ffffff, 0px 0px 5px #ffffff;
}

.carousel-controls {
  width: 100%;
  height: 100%;
  top: 43%;
}

.carousel-controls a {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  padding: 10px 14px;
  font-size: 30px;
}

.carousel-controls .carousel-control-prev:hover {
  background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1));
}

.carousel-controls .carousel-control-next:hover {
  background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
}

.div-section {
  background-color: rgba(66,66,66,0.8);
}

.img-thumbnail {
  cursor: pointer;
  border-radius: 0px;
  padding: 1px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: black;
}

.social a {
  color: #595959 !important;
  transition-duration: 0.5s;
}

.facebook:hover {
  color: #4267B2 !important;
  text-shadow: 0px 0px 2px #4267B2;
}

.instagram:hover {
  color: #fb3958 !important;
  text-shadow: 0px 0px 2px #fb3958;
}

.office-loc:hover {
  color: #1ea362 !important;
  text-shadow: 0px 0px 2px #1ea362;
}

.email:hover {
  color: #ffcc22 !important;
  text-shadow: 0px 0px 2px #ffcc22;
}

.prj-item {
  height: 200px;
  background: no-repeat center center scroll;
  background-size: cover;
}

.prj-item:hover {
  cursor: pointer;
}

.prj-item-cover {
  height: 80%;
  width: 100%;
  background-color: rgba(169,169,169,0.9);
  opacity: 0;
  transition-duration: 0.5s;
}

.prj-item-cover:hover {
  opacity: 1;
  color: inherit;
}

.prj-item-cover:focus {
  opacity: 1;
  color: inherit;
}

.img-cover {
  border-radius: 10px;
}

.gallery-item {
  height: 30vh;
  min-width: 300px;
  background: no-repeat center center scroll;
  background-size: cover;
}

.gallery-item img {
  visibility: hidden;
}

.gallery div:hover {
  cursor: pointer;
}
