/*
 * Globals
 */
@font-face {
  font-family: Trade Gothic;
  src: url('../assets/fonts/trade_gothic_LT_xtended.otf');
  font-stretch: expanded;
}

button:focus {
  outline: none;
}

/*
 * ****************************************************************************
 * Header
 * ****************************************************************************
 */
.navbar {
  height: 5rem;
  padding: .5rem .5rem 0rem .5rem;
  overflow: hidden;
  float: none;
  background-color: #ffffff;
  color: #666666;
}

.navbar-brand {
  width: 14rem;
  margin: auto;
  font-size: 1.2rem;
  letter-spacing: 5px;
  color: #666666;
}

.navbar-brand:hover {
  color: #666666;
}

.navbar-toggler {
  width: 3rem;
  height:3rem;
  border: none;
  font-size: 1rem;
  border-color: none;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.navbar-toggler .line{
  width: 100%;
  height: 1px;
  background-color: #666666;
  margin: 6px;
}

#navbar-overlay ul {
  list-style-type: none;
  padding: 0;
}

#navbar-overlay ul li {
  text-align: center;
  font-size: 20px;
  font-family: Trade Gothic;
  padding: 8px;
  color: #666666;
}

#navbar-overlay ul li:hover {
  font-weight: bold;
}

.modal-content {
  background-color: transparent;
  margin-top: 100px;
  border: none;
}

.modal-backdrop {
  background-color: #ffffff;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.lang-button {
  border: none;
  font-size: .7rem;
  border-color: none;
  background: transparent;
}

/*
 * ****************************************************************************
 * Base structure
 * ****************************************************************************
 */
body {
  width: 100%;
  height: 100%;
  font-family: Trade Gothic;
  overflow-y: scroll;
  overflow-x: hidden;
  text-shadow: none;
  cursor: default;
  color: #666666;
}

.page-body-container {
  width: 100%;
  height: 100%;
  /* Navbar height */
  padding-top: 5rem;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.page-body-container::-webkit-scrollbar {
  display: none;
}

/*
 * ****************************************************************************
 * Common
 * ****************************************************************************
 */
.text-bold {
  font-weight: bold;
}

.subtitle {
  font-size: 1rem;
}

.paragraph {
  font-size: .8rem;
}

/*
 * ****************************************************************************
 * Masonry js
 * ****************************************************************************
 */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-gutter {
  width: 5px;
}

.grid-item {
  width: 10rem;
  float: left;
  margin-bottom: 5px;
}

.grid-item img {
  display: block;
  width: 100%;
}

/*
 * ****************************************************************************
 * Footer
 * ****************************************************************************
 */
#section-contacts {
  overflow: hidden;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.social-icons .col {
  height: 5rem;
}

.social-icons i {
  color: #666666;
  font-size: 1.8rem;
}

.social-icons .btn {
  padding: 0rem .5rem;
}

.social-icons .btn:hover {
  background-color:#66666680;
}

.social-icon-mail {
  font-size: 2.4rem;
}


/*
 * ****************************************************************************
 * Media queries
 * ****************************************************************************
 */
/* S Breakpoint */
@media(min-width: 576px) {
  .navbar-brand {
    font-size: 1.4rem;
  }

  .navbar-toggler {
    font-size: 1.25rem;
  }

  .grid-item {
    width: 14rem;
    margin-bottom: 10px;
  }

  .subtitle {
    font-size: 1.2rem;
  }
}

/* M Breakpoint */
@media(min-width: 768px) {
  .navbar-brand {
    font-size: 1.8rem;
  }

  .grid-gutter {
    width: 10px;
  }

  .grid-item {
    width: 18rem;
    margin-bottom: 10px;
  }

  .subtitle {
    font-size: 1.4rem;
  }
}

/* L Breakpoint */
@media(min-width: 992px) {
  .navbar-brand {
    font-size: 2.2rem;
  }

  .grid-gutter {
    width: 20px;
  }

  .grid-item {
    width: 25rem;
    margin-bottom: 20px;
  }
  .photography {
    width: auto;
    height: 70vh;
  }
  .portrait {
    padding-right: 0.3rem;
  }
  .documentary {
    padding-left: 0.3rem;
  }

  .paragraph {
    font-size: 1rem;
  }
}

/* XL Breakpoint */
@media(min-width: 1200px) {
  .photography {
    width: auto;
    height: 80vh;
  }
}

/* XXL Breakpoint */
@media(min-width: 1400px) {
}
