.navbar {
    position: -webkit-sticky;
    top: 0;
    position: sticky;
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content:flex-end;
    align-items: center;
    margin-bottom: 0px;
    background-color: #FFF;
    z-index: 15;
    font-family: Constantine,Geneva,Tahoma,Verdana,sans-serif; 
}
#cart_us {
    background-color: #960018;
    color: #FFF;
    margin-right: 50px;
    border-radius: 5px;
    padding: 15px 12px;
    margin-left: 25px;
}
#cart_europe {
  background-color: #960018;
    color: #FFF;
    margin-right: 5px;
    border-radius: 5px;
    padding: 15px 12px;
    margin-left: 25px;
}
#cart_us:hover, #cart_europe:hover {
  opacity: .85;
  transition: .2s ease;
}

  /* Style the links inside the navigation bar */
  .navbar a {
    float: left;
    color: #363636;
    text-align: center;
    padding: 25px 50px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
  }
  
  /* Change the color of links on hover */
  .navbar a:hover {
    color: #960018;
  }
  
  /* Add a color to the active/current link */
  .navbar a.active {
    color: #960018;
  }








/* Dropdown Button */
.dropbtn {
  background-color: #FFFF;
  color: #363636;
  padding: 16px;
  font-size: 15px;
  font-family: Constantine,Geneva,Tahoma,Verdana,sans-serif;
  font-weight: bold;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #363636;
  padding: 16px 0px;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgba(254, 254, 254, 1);
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  transition: .3s ease;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  cursor: pointer;
  color: #960018;
}










#logo {
    top: 0;
    right: 100%;
    position: sticky;
    height: 50px;
    z-index: 6;
    float: left;
    display: flex;
    justify-items: center;
    align-items: center;
}
#logo img {
  margin-top: 0px;
    height: 70px;
}
#logo:hover {
    background: none;
    cursor: pointer;
}


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





.navbar2 {
    position: -webkit-sticky;
    top: 0;
    position: sticky;
    width: 100%;
    min-height: 30px;
    display: flex;
    justify-content:flex-end;
    align-items: center;
    margin-bottom: 0px;
    background-color: #FFF;
    z-index: 15;
    font-family: Constantine,Geneva,Tahoma,Verdana,sans-serif; 
    color: #363636;
    font-weight: bold;
}
@media screen and (min-width: 1000px) {
    .navbar2 {
        display: none;
    }
}
h2#company_title {
    position: absolute;
    top: 0;
    margin-right: 80%;
}
#cart2_us {
    color: #FFF;
    margin-right: 5px;
    background-color: #960018;
    border-radius: 5px;
    margin-left: 15px;
}
#cart2_europe {
  color: #FFF;
  margin-right: 5px;
  background-color: #960018;
  border-radius: 5px;
  margin-left: 15px;
}
#cart2_us:hover, #cart2_europe:hover {
  opacity: .85;
  transition: .2s ease;
}
  
  /* Style the links inside the navigation bar */
  .navbar2 a {
    float: left;
    color: #000;
    text-align: center;
    padding: 10px;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    text-decoration: none;
    font-size: 14px;
  }
.nav_icon {
    max-width: 40px;
    max-height: 40px;
  }
  
  /* Change the color of links on hover */
  .navbar2 a:hover {
    color: #960018;
  }
  
  /* Add a color to the active/current link */
  .navbar2 a.active {
    color: #960018;
  }

/* dropdown css end */

#logo2 {
    top: 0;
    right: 92.5%;
    position: sticky;
    height: 20px;
    z-index: 6;
    float: left;
    display: flex;
    justify-items: center;
    align-items: center;
}
#logo2 img {
  margin-top: 5px;
  height: 50px;
}
#logo2:hover {
    background: none;
    cursor: pointer;
    border: none;
}




#slogan {
  width: 100%;
  padding: 5px 0px;
  margin: 0px;
  border-top: 1px solid rgba(54,54,54,0.3);
  text-align: center;
  justify-content: center;
}
#social {
  width: 100%;
  list-style-type: none;
  justify-content: center;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 30px;
  margin-bottom: 0px;
}
.icon_social img {
  border-radius: 50px;
  max-width: 50px;
  max-height: 50px;
  margin-right: 10px;
  margin-top: 5px;
}
#social img {
  max-width: 25px;
  max-width: 25px;
}
#social li {
  margin-bottom: 10px;
}
#email {
  font-weight: bold;
  font-size: 20px;
}

#copyright {
  width: 100%;
  color: #960018;
  font-size: 17px;
}


@media screen and (max-width: 900px) {
  div#connect_list {
    font-size: 13px;
  }
}

@media screen and (max-width: 500px) {
  .navbar2 {
    max-height: 60px;
  }
  #cart2_us {
    color: #FFF;
    background-color: #960018;
}
}