body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
  word-break: break-word;
}

.container-fluid {
  max-width: 1600px;
  margin: auto;
}

.language-icon {
  height: 1rem;
  width: auto;
}

h1, h2, h3 {
  text-align: center;
}

.display-3 {
  font-size: 2.2em;
}

.display-4 {
  font-size: 2em;
  margin-bottom: 1.5rem;
}

.display-5 {
  font-size: 1.8em;
  margin: 0rem 0 0.5;
  font-weight: 300;
}

.display-6 {
  font-size: 1.6em;
  margin: 0rem 0 0.5;
  font-weight: 300;
}

.container p:last-of-type {
  margin-bottom: 0;
}

p {
  font-size: 1.15em;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.35em;
  text-align: center;
}

p.lead {
  font-size: 1.3em;
}

.navbar {
  background-color: #111;
}

.nav-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 1px solid #555;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  text-align: center;
}

.nav-item:last-of-type {
  border-bottom: none;
}

.navbar-brand {
  color: #acacac !important;
  font-size: 1rem;
}

.nav-link:hover {
  color: #ddd !important;
}

a.navbar-brand {
  font-size: 1.2rem;
  color: #bbb;
  text-transform: none;
  text-transform: uppercase;
}

.nav-3d {
  font-weight: 700;
  font-size: 1.25rem;
}

#jumbotron {
  background-image: url(../images/3DsMax-16-9.jpg);
  background-size: cover;
  background-position: center top;
  height: 500px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

#jumbotron-box {
  background-color: rgba(255, 255, 255, 0.75);
  max-width: 800px;
  padding: 1.5rem;
  box-shadow: 0px 0px 50px #999;
}

h1 {
  color: #373737;
}

#jumbotron-box h1 span {
  font-weight: 400;
}

#jumbotron-box p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

section {
  padding: 2rem 0;
}

section:nth-of-type(odd) {
  background-color: #fff;
}

section:nth-of-type(even) {
  background-color: #e9e9e9;
}

section p {
  max-width: 800px;
}

section ul {
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 1.5rem;
}

section img {
  width: 100%;
}

img.checkbox-icon {
  width: 30px;
  height: auto;
  padding-right: 0.5em;
}

/* ##### OFFER SECTION ##### */
#section-offer div.offer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section-offer div.offer:last-of-type p {
  margin-bottom: 0;
}
/* ##### END OFFFER SECTION ##### */


/* ##### PORTFOLIO SECTION ##### */
.image-galleries-wrapper {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
}

.discipline-box {
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px;
}

.discipline-box > .first-content {
  cursor: pointer;
}

.discipline-box h3 {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  margin: 0;
  padding: 0.5rem 0.75rem;
}

.first-content {
  position: relative;
}

.first-content > img {
  position: relative;
}

.first-content > .multiple-files-icon {
  width: 24px;
  position: absolute;
  top: 8px;
  right: 6px;
  z-index: 1;
  padding: 4px;
  border-radius: 4px;
}
/* ##### END PORTFOLIO SECTION ##### */



/* ##### CONTACT SECTION ##### */
#contact-box {
  max-width: 800px;
  margin: 0 auto;
}

#contact-box span {
  display: block;
  margin: 0;
  position: relative;
}

#contact-box dt, dd {
  display: inline;
  font-weight: 400;
}

#contact-img-box {
  height: 175px;
  width: 130px;
  overflow: hidden;
  margin: 0rem auto 1.5rem;
  border-radius: 3px;
}

#contact-img-box img {
  width: 350px;
  position: relative;
  bottom: 120px;
  bottom: 135px;
  right: 57px;
  margin-bottom: 2rem;
  zoom: 1.15;
}

#contact-info-outer-box {
  display: flex;
  justify-content: center;
}

#contact-info-box {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
}

#reg-trademark-symbol {
  display: inline !important;
  font-size: 10px;
  line-height: 10px;
}

dl {
  margin: 0;
  padding: 0;
}

dl a {
  color: black;
}

dl a:hover {
  text-decoration: none;
  color: black;
}
/* ########## END CONTACT SECTION ########## */



/* ########## FOOTER SECTION ########## */
#social-media {
  padding: 0.5rem 0;
  text-align: center;
  background-color: #222;
}

#social-media a {
  color: #999;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
}

#social-media a:hover {
  text-decoration: none;
}

.social-media-link {
    display: block;
    margin: 0.75rem 0;
}

.social-media-icon {
  width: 30px;
  height: auto;
  margin-right: 0.5rem;
}
/* ##### END CONTACT SECTION ##### */

footer {
  background-color: #1b1b1b;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
}

footer span > span {
  font-weight: 700;
}



/* ################### MEDIA QUERIES ################### */

@media (min-width: 425px) {
  #section-portfolio > div {
    padding-left: 15px;
    padding-right: 15px;
  }

  #section-offer div.offer:last-of-type {
    margin-bottom: 0;
  }

  #section-video iframe {
    height: 300px;
  }

  .image-galleries-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 576px) {
  #jumbotron-box {
    padding: 3rem 1rem;
  }

  section {
    padding: 3rem 0 3rem;
  }

  #section-offer div.offer:last-of-type p:last-of-type {
    margin-bottom: 0;
  }

  #contact-img-box {
    margin-top: 0;
    margin-right: 0;
  }

  #contact-info-outer-box {
    display: block;
  }

  #contact-info-box {
    display: inline-block;
    text-align: left;
  }

  .social-media-link {
      display: inline;
  }

  .social-media-link {
      margin-right: 2rem;
  }

  .social-media-link:last-of-type {
      margin-right: 0;
  }
}

@media (min-width: 768px) {
  #jumbotron {
    height: 700px;
    height: 100vh;
  }

  #jumbotron-box {
    width: 650px;
    padding: 4em 1em;
  }

  .nav-item {
    border-bottom: none;
  }

  .nav-link {
    display: inline !important;
  }

  .image-galleries-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .display-4 {
    margin-bottom: 2rem;
  }

  #section-offer div.offer p {
    width: 85%;
  }
}

@media (min-width: 1200px) {
  .image-galleries-wrapper {
    /* justify-content: flex-start; */
  }
  
  .image-galleries-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}


@media (min-width: 1600px) {
  .navbar > div.container {
    max-width: 100%;
    padding-left: 200px;
    padding-right: 200px;
  }
}
