body,
html {
  margin: 0;
  padding: 0;
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 200;
  scroll-behavior: smooth;
  background-color: rgb(224, 218, 218);
}

.content2 {
  margin: 0 0.313em 0 0.313em;
  padding: 20px 10px 20px 10px;
  background-color: rgb(250, 250, 250);
}

.wrapper {
  border: solid thin;
  border-style: groove;
  border-color: #D1BC85;
  text-align: justify;
  border-radius: 30px;
  padding: 20px 10px 10px 15px;
  text-align: justify;
}

.wrapper h1 {
  text-align: center;
  color: rgb(40, 40, 40);
  font-size: 2rem;
}

.wrapper ul {
  position: relative;
  padding: 0px 15px 0 25px;
}

.hosts {
  text-align: right;
  float: right;
}

/* Style the navbar */

#navbar {
  z-index: 1;
  position: sticky;
  top: 0;
  padding: 5px 0px 5px 0px;
  background-color: rgb(40, 60, 66);
  font-size: 1rem;
}

/* Navbar links */

#navbar a {
  display: block;
  color: rgb(240, 240, 240);
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
}

#navbar a:hover {
  color: white;
  border-radius: 10px;
  background-color: #4CAF50;
}

#navbar a.active {
  color: white;
  border-radius: 10px;
  background-color: rgba(76, 175, 80, 0.5);
}

#navbar li:nth-child(2),
#navbar li:nth-child(3),
#navbar li:nth-child(4) {
  display: none;
}

#navbar .nav-item:first-child {
  height: 60px;
  padding-top: 10px;
  padding-right: 10px;
  border-bottom: white thin;
}

#navbar img {
  width: 100%;
  height: 100%;
}

#navbar img:active:focus {
  width: 100%;
  height: 100%;
}

#phones {
  width: 75px;
}

#navbarNavDropdown {
  border-top-style: groove;
  border-color: white;
  border-width: 1px;
}

.dropdown-menu, .navigation {
  background-color: #303C42;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.dropdown-menu {
  border-top-style: groove;
  border-left: 0px;
  border-right: 0px;
  border-bottom-style: groove;
  border-color: black;
}

.dropdown-item,
.navbar-nav .nav-item .nav-link {
  color: #999;
  overflow: hidden;
  border: none;
  border-radius: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  outline: none;
  font-size: 1.2rem;
  font-weight: 400;
  cursor: pointer;
}

.dropdown-item:hover,
.navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  overflow: hidden;
  border: none;
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer;
}

.dropdown-item:hover {
  text-decoration: underline;
  background: rgba(255,255,255,0.2);
}

#google_translate_element {
  display: none;
}

/**********************************/

.content2 {
  margin-left: 0.313em;
  margin-right: 0.313em;
  display: grid;
  height: 100%;
  grid-template-columns: 1fr;
  grid-template-areas:
  "na"
  "wr";
}

.content2 h1 {
  font-size: 2rem;
  text-align: center;
}

.navigation {
  grid-area: na;
  position: relative;
  border-top-style: groove;
  border-bottom-style: groove;
  border-color: white;
  border-width: 1px;
  background-color : rgb(40, 60, 66);
  position: sticky;
  top: 0;
}

.fa-home,
.fa-envelope,
.fa-info-circle,
.fa-building {
  display: none;
}

@media (max-width: 4000px) and (min-width : 1200px) {

body,
html {
  font-size: 1rem;
  max-width: 4000px;
  margin: auto;
  background-image: linear-gradient(rgba(118, 165, 209, 0.6), rgba(111, 63, 143, 0.2), rgba(118, 165, 209, 0.6));
}

header,
footer {
  max-width: 1600px;
  margin: auto;
}

.flex-container {
  max-width: 1600px;
  margin: auto;
}

#navbar {
  display: none;
}

#google_translate_element {
  float: right;
  position: absolute;
  z-index: 1;
  top: 190px;
  right: 88px;
  border-top: solid;
  border-bottom: solid;
  border-color: black;
  border-width: 1px;
}

.navigation {
  border-top: solid;
  border-bottom: solid;
  border-color: #283C42;
  background-image: linear-gradient(to bottom right, #283C42, rgb(66, 40, 64));
  border-width: 2.5px;
  top: 0;
}

#navbarNavDropdown {
  border-top: solid;
  border-bottom: solid;
  border-color: white;
  border-width: 1px;
  padding-left: 6%;
}

.navbar-nav {
  padding: 0 0 5px 0;
}

.navbar-nav .nav-item img {
  display: none;
}

.nav-item:first-child {
  padding-right: 10px;
}

.dropdown-menu .dropdown-item {
  font-size: 1rem;
}

.dropdown:hover .dropdown-menu {
  display: block;
  background-color: #303C42;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
}

.fa-home, .fa-building, .fa-envelope, .fa-info-circle {
  display: inline-block;
}

.fa-home {
  color: #4285F4;
  padding: 10px 10px 0 0;
}

.fa-building, .fa-envelope, .fa-info-circle {
  color: rgb(181, 186, 186);
  padding: 10px 10px 0 0;
}

.fa-building:hover {
  color: #EA4335;
}

.fa-envelope:hover {
  color: #FBBC05;
  text-shadow: 1px 1px 1px #ccc;
}

.fa-info-circle:hover {
  color: #34A853;
}

.content2 {
  margin: 0 5% 0 5%;
}

.wrapper {
  text-align: justify;
  margin: 1% 2.5% 1% 2.5%;
  background-color: rgb(250, 250, 250);
  padding: 1em 2.5em 1em 2.5em;
  border: solid thin;
  border-color: #D1BC85;
}

.wrapper h1 {
  font-size: 2rem;
  text-align: center;
  padding: 0.5em 0 1em 0;
  color: rgb(40, 40, 40);
}

.wrapper ul {
  padding: 0 0 0 40px;
}

.wrapper li {
  margin: 0;
  padding: 0;
}

.endline {
  padding-left: 40px;
}

.hosts {
  text-align: right;
  float: right;
}

}
