/* Create a sticky/fixed navbar */
#navbar {
  overflow: hidden;
  background-color: #f1f1f1 transparent;
  padding: 90px 10px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.4s; /* Adds a transition effect when the padding is decreased */
  position: fixed; /* Sticky/fixed navbar */
  width: 100%;
  top: 0; /* At the top */
  z-index: 99;
}

/* Style the navbar links */
#navbar a {
  float: left;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo */
#navbar #logo {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
}

/* Links on mouse-over */
#navbar a:hover {
  background-color: #ddd;
  color: white;
}

/* Style the active/current link */
#navbar a.active {
  background-color: dodgerblue;
  color: white;
}

/* Display some links to the right */
#navbar-right {
  float: right;
}

.nav-item-big-display {
  display: block;
}
.nav-item-small-display {
  display: none;
}

/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
@media screen and (max-width: 580px) {
  #navbar {
    padding: 20px 10px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
  }
  #navbar a {
    float: none;
    display: block;
    text-align: left;
  }
  #navbar-right {
    float: none;
  }
  .nav-item-big-display {
    display: none !important;
  }
  .nav-item-small-display {
    display: inline !important;
  }
}

@media screen and (max-width: 1550px) {
  .small-Image {
    display: inline;
    width: 500px;
  }
  .big-Image {
    display: none;
    width: 800px;
  }
  .card-l {
    float: left;
  }
  .card-r {
    float: right;
  }
}

@media screen and (min-width: 1550px) {
  .small-Image {
    display: none;
    width: 500px;
  }
  .big-Image {
    display: inline;
    width: 800px;
  }
  .card-l {
    float: left;
  }
  .card-r {
    float: right;
  }
}

@media screen and (max-width: 1250px) {
  .card-l {
    float: left;
  }
  .card-r {
    float: left;
  }
  .small-Image {
    display: inline;
    width: 500px;
    padding-bottom: 20px;
  }
}

body {
  position: relative;
  color: white;
  background-image: url(../img/bacground_1.jpg);
  background-position: top;
  background-position-y: -100px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: black;
}

.first_block {
  padding-top: 250px;
  height: 100vh;
  display: block;
  text-align: center;
}

.content_about {
  padding-top: 130px;
  height: 700px;
  padding-left: 180px;
  padding-right: 100px;
  /*background-image: url(../img/background_2.jpg);
  background-position: center;
  background-size: 100%;*/
  background-color: transparent;
}

.content_block {
  padding-top: 130px;
  height: 700px;
  padding-left: 180px;
  padding-right: 100px;
  /*background-image: url(../img/background_2.jpg);
  background-position: center;
  background-size: 100%;*/
  background-color: black;
}

.content_location {
  padding-top: 130px;
  height: 600px;
  padding-left: 180px;
  padding-right: 100px;
  background-image: url(../img/footer2.png);
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: 2560px;
  background-color: black;
}

.content_block_big {
  padding-top: 130px;
}

.company_name {
  font-size: 3em;
}

.tagline {
  font-size: 2em;
  font-style: italic;
}

/* popup */

a.selected {
  background-color: #1f75cc;
  color: white;
  /* z-index: 100; */
}

.messagepop {
  cursor: default;
  display: none;
  margin-top: 15px;
  position: absolute;
  text-align: left;
  /* z-index: 50; */
}

label {
  display: block;
  margin-bottom: 3px;
  padding-left: 15px;
  text-indent: -15px;
}

.messagepop p,
.messagepop.div {
  border-bottom: 1px solid #efefef;
  margin: 8px 0;
  padding-bottom: 8px;
}

.image-card {
  float: left;
  width: 400px;
  margin: 25px;
}

.footer-logo {
  float: right;
  padding-top: 75px;
}

.small-size {
  width: 450px;
}

.solutions {
  background-color: rgba(0, 0, 0, 0.1);
  width: 450px;
  padding: 15px;
}

@media screen and (max-width: 450px) {
  .first_block {
    padding-top: 250px;
    height: 100vh;
    display: block;
    text-align: center;
  }

  .content_about {
    padding-top: 130px;
    height: 700px;
    padding-left: 10px;
    padding-right: 10px;
    /*background-image: url(../img/background_2.jpg);
    background-position: center;
    background-size: 100%;*/
    background-color: transparent;
  }

  .content_block {
    padding-top: 130px;
    height: 700px;
    padding-left: 10px;
    padding-right: 10px;
    /*background-image: url(../img/background_2.jpg);
    background-position: center;
    background-size: 100%;*/
    background-color: black;
  }

  .content_location {
    padding-top: 130px;
    height: 600px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(../img/footer2.png);
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: 2560px;
    background-color: black;
  }

  .content_block_big {
    padding-top: 130px;
  }

  .company_name {
    font-size: 3em;
  }

  .tagline {
    font-size: 2em;
    font-style: italic;
  }

  .small-Image {
    display: inline;
    width: 350px;
    padding-bottom: 20px;
  }

  .image-card {
    float: left;
    width: 350 px;
    margin: 5px;
  }

  .footer-logo {
    float: left;
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 50px;
  }

  .small-size {
    width: 400px;
  }

  .solutions {
    background-color: rgba(0, 0, 0, 0.1);
    width: 400px;
    padding: 15px;
  }
}
