.bg {
  /* The image used */


  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 60px;
}

.container {
  /*padding: 3rem 1.5rem;*/
  max-width: 1200px;
}

.navbar {
  background-color: #232f3e !important;
}

.navbar-brand {
  color: #e9903a !important;
}

.header-logo {
  padding: 0.2rem;
  position: relative;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 34px;
  line-height: 34px;
  background-color: #f5f5f5;
}

h2 {
  text-align: center;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}



/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
  box-sizing: border-box;
  overflow-x: scroll;
  max-height: 90%;
}

/* Add styles to the form container */
.form-container {
  max-width: 650px;
  padding: 10px;
  background-color: white;
}

.form-container h3 {
  color: #4CAF50;
  font-size: 1.5rem;
  text-align: center;
}

.form-container h1 {
  color: whitesmoke;
  text-align: center;
}

.cardheader {
  background-color: #4CAF50;
}

/* Full-width input fields */
.form-container input[type=text],
.form-container input[type=password] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 5px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

.form-container label,
.form-container p {
  color: darkgrey;
}

.closeicon {
  background-color: #4CAF50;
  border: none;
  float: right;
  color: #09640c;
}

.right {
  position: absolute;
  right: 0px;
  padding: 3px;
}

.responsive {
  width: 100%;
  height: auto;
}

.responsive-twothirds {
  width: 66%;
  height: auto;
}

.right-curve {
  border-radius: 0 25% 25% 0 / 35em;
}

.left-curve {
  border-radius: 25% 0 0 25% / 35em;
}

.carousel-item {
  width: 100%;
}

/* Top Left text */
.text-block {
  position: absolute;
  top: 5%;
  left: 1.5%;
  background-color: rgb(18, 18, 18);
  color: white;
  padding-left: 1%;
  padding-right: 1%;
  border-radius: 15px;
  margin-bottom: 0rem;
}

.text-block-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 34%;
  min-height: 100%;
  background-color: black;
  color: white;
  padding-left: 0.5%;
  padding-right: 0.5%;
  text-align: center;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 0.75%;
  padding-left: 0.75%;
  text-align: center;
  width: 98.5%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 25px;
  height: 25px;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: .15;
}

@media screen and (min-width: 601px) {
  .sash {
    height: 850px;
    float: left;
    object-position: left top;
    margin-left: 20px;
  }
}

@media screen and (max-width: 600px) {
  .sash {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  h1.carousel-content-image {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    font-size: 2.5rem;
  }

  h4.carousel-content-text {
    font-size: 2rem;
  }

  p.carousel-content-text {
    text-align: center;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  h1.carousel-content-image {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    font-size: 2.4vw;
  }

  h4.carousel-content-text {
    font-size: 1.9vw;
  }

  p.carousel-content-text {
    text-align: center;
    font-size: 1.7vw;
  }
}