/*
	width	height
original	1920	1004
xxl	1320	690.25
xl	1140	596.125
lg	960	502
md	720	376.5
sm	540	282.375

 */

.content-container {
  width: 1920px;
  margin: 0 auto;
  height: 100%;
}

.container-fluid {
  padding: 0;
}

.hero-image .container-fluid .navbar {
  padding-left: 10px;
  padding-right: 10px;
  height: 70px;
}

.welcome-message-container {
  position: relative;
  height: 450px;
  width: 35%;
  left: 65%;
  top: 200px;
  border-radius: 15px;
}

.icons-container {
  min-height: 400px;
}

.body-container {
  width: 70%;
  margin: 0 auto;
}

.card-container {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
  margin-bottom: 6vh;
  border-radius: 25px;
  min-height: 10vh;
  position: relative;
}

.card-inner-container {
  margin: 0 auto;
  text-align: left;
  width: 85%;
  padding: 40px 0;
}

.text-content {
  width: 75%;
  padding: 40px 0;
  position: relative;
}

.no-body-container {
  width: 50%;
  height: 20vh;
}

/* XXL */
@media only screen and (max-width: 1920px) {
  .content-container {
    width: 100%;
  }

  .hero-image {
    background-size: 100% auto;
    min-height: 950px;
  }

  .welcome-message-container {
    top: 150px;
    width: 35%;
    left: 60%;
  }
}

.hero-image .container {
  margin: 0;
  padding: 0;
  width: 100%;
}

.nav-brand-logo {
  height: 45px;
  width: 47px;
}

/* XL */
@media only screen and (max-width: 1335px) {
  .hero-image {
    background-size: 100% auto;
    min-height: 640px;
  }

  .content-container {
    width: 100%;
  }

  .container-fluid {
    margin: 0;
  }

  .welcome-message-container {
    height: 450px;
    width: 41%;
    left: 57%;
    top: 60px;
  }
}

/* LG */
@media only screen and (max-width: 1160px) {
  .hero-image {
    background-size: 100% auto;
    min-height: 550px;
  }

  .content-container {
    width: 100%;
  }

  .welcome-message-container {
    height: 400px;
    width: 45%;
    left: 53%;
    top: 60px;
  }
}

/* MD */
@media only screen and (max-width: 980px) {
  .hero-image .container-fluid .navbar {
    margin-top: -25px;
  }

  .hero-image {
    margin-top: 25px;
    margin-bottom: 300px;
    background-position-y: 25px;
    background-size: 100% auto;
  }

  .content-container {
    width: 100%;
  }

  .hero-image .container-fluid .navbar {
    height: auto;
  }

  .welcome-message-container {
    height: 400px;
    width: 90%;
    left: 5%;
    top: 350px;
  }
}

@media only screen and (max-width: 750px) {
  .hero-image {
    min-height: 800px;
  }
}

/* SM */
@media only screen and (max-width: 540px) {
  .hero-image .container-fluid .navbar {
    margin-top: -60px;
  }

  #backToTop {
    visibility: hidden;
  }

  .no-body-container {
    width: 100%;
  }

  .hero-image {
    margin-top: 60px;
    margin-bottom: 60px;
    background-position-y: 60px;
    background-size: 540px 282px;
  }

  .content-container {
    width: 100%;
    /*    min-height: 282px;*/
  }

  .nav-brand-logo {
    height: 36px;
    width: 37px;
  }

  .welcome-message-container {
    height: 400px;
    width: 90%;
    left: 5%;
    top: 250px;
  }

  .body-container, .card-container, .text-content {
    width: 100% !important;
  }
}
