body,
html {
  margin: 0;
  padding: 0;
  color: rgb(25, 25, 25);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  scroll-behavior: smooth;
  background-color: rgb(224, 218, 218);
}

header {
  background-color : rgba(227, 233, 255, 0.5);
  min-width: 345px;
}

.topnav {
  display: none;
}

.banner {
  background-color : #303C42;
  padding: 25px 0 25px 0;
  height: 220px;
  margin: 0;
}

.logo {
  padding: 25px 10px 0 10px;
}

.logo img {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.sheep img {
  display: none;
}

/* 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 .nav-item:nth-child(2),
#navbar .nav-item:nth-child(3),
#navbar .nav-item:nth-child(4) {
  display:none;
}

#navbar .nav-item .nav-link {
  font-size: 0.95rem;
  text-align: center;
}

#navbar .nav-item:first-child {
  height: 60px;
  padding-top: 10px;
  padding-right: 0px;
  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);
}

.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;
}

.priceTable {
  padding: 20px 5px 10px 5px;
  background-color: rgb(242, 241, 241);
  font-size: 1.2rem;
}

.description1,
.description2,
.description3 {
  text-align: justify;
}

.description1 {
  padding: 30px 20px 5px 20px;
  background-color: rgb(242, 241, 241);
}

.description2 {
  padding: 5px 20px 10px 20px;
  background-color: rgb(242, 241, 241);
}

.description3 {
  padding: 10px 20px 5px 10px;
  background-color: rgb(242, 241, 241);
}

.description1 h1 {
  padding-bottom: 10px;
}

.description1 h1,
.description2 h2,
.description3 h2 {
  text-align: center;
  color: black;
  font-size: 1.6rem;
}

.gallery {
  padding: 5px 5px 0px 5px;
  background-color: rgb(242, 241, 241);
  grid-area: ga;
}

.description1 ul,
.description2 ul,
.description3 ul {
  text-align : justify;
}

.gallery div {
  display         : flex;
  color           : #ffeead;
  align-items     : center;
  font-size       : 2em;
  justify-content : center;
}

.gallery div img {
  display    : block;
  width      : 100%;
  height     : 100%;
  object-fit : cover;
}

.priceTable table {
  width            : 100%;
  background-color : rgb(240, 240, 240);
}

.priceTable table th {
  border-bottom    : 1px solid #ddd;
  background-color : #cfd2db;
  text-align       : center;
  font-size        : 1rem;
}

.priceTable table td {
  border-bottom    : 1px solid #ddd;
  background-color : rgb(242, 241, 241);
  text-align       : center;
}

@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 {
  display: grid;
  padding: 0 5% 0 5%;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
  "d1 pt"
  "d2 d3"
  "ga ga";
}

.priceTable {
  padding: 40px 20px 0 0;
  background-color: rgb(242, 241, 241);
  font-size: 1.2rem;
  grid-area: pt;
}

.description1,
.description2,
.description3 {
  font-size: 1.2rem;
}

.description1 {
  padding: 30px 40px 0px 40px;
  background-color: rgb(242, 241, 241);
  text-align: justify;
  grid-area: d1;
}

.description2 h2,
.description3 h2 {
  text-align: center;
  font-size: 1.6rem;
}

.description2 {
  padding: 10px 0px 0px 50px;
  background-color: rgb(242, 241, 241);
  grid-area: d2;
}

.description2 ul,
.description3 ul {
  display: inline-block;
}

.description3 {
  padding: 10px 0px 0px 0px;
  background-color: rgb(242, 241, 241);
  text-align: center;
  grid-area: d3;
}

.gallery {
  padding: 20px;
  background-color: rgb(242, 241, 241);
  grid-area: ga;
}

.description1 ul,
.description2 ul,
.description3 ul {
  padding-left: 20px;
  text-align: justify;
}

.gallery div {
  display: flex;
  color: #ffeead;
  align-items: center;
  font-size: 2em;
  justify-content: center;
}

.gallery div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.priceTable table {
  width: 100%;
  background-color: rgb(240, 240, 240);
}

.priceTable table th {
  border-bottom: 1px solid #ddd;
  background-color: #cfd2db;
  text-align: center;
  font-size: 1rem;
}

.priceTable table td {
  border-bottom: 1px solid #ddd;
  background-color: rgb(242, 241, 241);
  text-align: center;
}

}
