body,
html {
  margin      : 0px;
  padding     : 0px;
  color       : rgb(25, 25, 25);
  font-family : 'Roboto Condensed', sans-serif;
  font-size   : 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;
}

.general h1 {
  color: white;
  font-family : 'Roboto Condensed', sans-serif;
  font-size: 2rem;
}

#navbar li:nth-child(2),
#navbar li:nth-child(3),
#navbar li:nth-child(4) {
  display: none;
}

#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-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;
}

/* 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: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;
}

/* ***************************************** */

.content2 {
  display               : grid;
  height                : 100%;
  grid-template-columns : 1fr;
  grid-template-areas   :
  "na"
  "ge"
  "ma"
  "gt"
  "g1"
  "ct"
  "g2"
  "ft"
  "g3";
}

.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;
}

.general {
  padding          : 30px 20px 0px 20px;
  background-color : rgb(242, 241, 241);
  text-align       : justify;
  grid-area        : ge;
}

.general h1 {
  padding-bottom : 10px;
  text-align     : center;
  font-size: 2rem;
  color: black;
}

.map {
  padding          : 0px 5px 0px 5px;
  background-color : rgb(242, 241, 241);
  grid-area        : ma;
}

.map img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.foodTitle h2,
.cultureTitle h2,
.funTitle h2{
  color: black;
  font-size: 1.8rem;
}

.foodTitle {
  padding          : 20px 0px 10px 0px;
  background-color : rgb(242, 241, 241);
  text-align       : center;
  grid-area        : gt;
}

.gallery1 {
  display               : grid;
  padding               : 0px 5px 0 5px;
  background-color      : rgb(242, 241, 241);
  grid-gap              : 5px;
  grid-area             : g1;
  grid-auto-flow        : dense;
  grid-auto-rows        : 100px;
  grid-template-columns : repeat(auto-fit, minmax(70px, 1fr));
}

.normal1 {
  grid-column : span 4;
  grid-row    : span 2;
}

.wide1 {
  grid-column : span 5;
  grid-row    : span 2;
}

.wide1n {
  grid-column : span 5;
  grid-row    : span 2;
}

.vertical1 {
  grid-column : span 2;
  grid-row    : span 2;
}

.gallery1 div {
  display         : flex;
  color           : #ffeead;
  align-items     : center;
  font-size       : 2em;
  justify-content : center;
}

.gallery1 div img {
  display        : block;
  width          : 100%;
  height         : 100%;
  vertical-align : middle;
  object-fit     : cover;
}

.cultureTitle {
  padding          : 20px 0px 10px 0px;
  background-color : rgb(242, 241, 241);
  text-align       : center;
  grid-area        : ct;
}

.gallery2 {
  display               : grid;
  padding               : 0px 5px 0 5px;
  background-color      : rgb(242, 241, 241);
  grid-gap              : 5px;
  grid-area             : g2;
  grid-auto-flow        : dense;
  grid-auto-rows        : 100px;
  grid-template-columns : repeat(auto-fit, minmax(50px, 1fr));
}

.gallery2 div {
  display         : flex;
  color           : #ffeead;
  align-items     : center;
  font-size       : 2em;
  justify-content : center;
}

.gallery2 div img {
  display        : block;
  width          : 100%;
  height         : 100%;
  vertical-align : middle;
  object-fit     : cover;
}

.normal-g2 {
  grid-column : span 4;
  grid-row    : span 2;
}

.wide-g22 {
  grid-column : span 4;
  grid-row    : span 2;
}

.wide-g23 {
  grid-column : span 4;
  grid-row    : span 2;
}

#zena {
  display: none;
}

.legends {
  grid-column : span 4;
  grid-row    : span 2;
}

.funTitle {
  padding          : 20px 0px 10px 0px;
  background-color : rgb(242, 241, 241);
  text-align       : center;
  grid-area        : ft;
}

.gallery3 {
  display               : grid;
  padding               : 0px 5px 5px 5px;
  background-color      : rgb(242, 241, 241);
  grid-gap              : 5px;
  grid-area             : g3;
  grid-auto-flow        : dense;
  grid-auto-rows        : 100px;
  grid-template-columns : repeat(auto-fit, minmax(50px, 1fr));
}

.gallery3 div {
  display         : flex;
  color           : #ffeead;
  align-items     : center;
  font-size       : 2em;
  justify-content : center;
}

.gallery3 div img {
  display        : block;
  width          : 100%;
  height         : 100%;
  vertical-align : middle;
  object-fit     : cover;
}

.wide3 {
  grid-column : span 5;
  grid-row    : span 2;
}

@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:
  "ge ma"
  "gt gt"
  "g1 g1"
  "ct ct"
  "g2 g2"
  "ft ft"
  "g3 g3"
}

.general {
  font-size: 1.2rem;
  padding          : 30px 50px 0px 50px;
  background-color : rgb(242, 241, 241);
  text-align       : justify;
  grid-area        : ge;
  max-width: 1500px;
}

.general h1 {
  padding-bottom: 10px;
  text-align: center;
}

.map {
  padding          : 0px 5px 0px 5px;
  background-color : rgb(242, 241, 241);
  grid-area        : ma;
  padding: 30px 20px 0px 20px;
}

.map img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.foodTitle {
  padding          : 20px 0px 10px 0px;
  background-color : rgb(242, 241, 241);
  text-align       : center;
  grid-area        : gt;
}

.gallery1 {
  display               : grid;
  padding               : 0px 5px 0 5px;
  background-color      : rgb(242, 241, 241);
  grid-gap              : 5px;
  grid-area             : g1;
  grid-auto-flow        : dense;
  grid-auto-rows        : 100px;
  grid-template-columns : repeat(auto-fit, minmax(60px, 1fr));
}

.normal1 {
  grid-column : span 5;
  grid-row    : span 2;
}

.wide1 {
  grid-column : span 5;
  grid-row    : span 2;
}

.wide1n {
  grid-column : span 5;
  grid-row    : span 2;
}

.gallery1 div {
  display         : flex;
  color           : #ffeead;
  align-items     : center;
  font-size       : 2em;
  justify-content : center;
}

.gallery1 div img {
  display        : block;
  width          : 100%;
  height         : 100%;
  vertical-align : middle;
  object-fit     : cover;
}

.cultureTitle {
  padding          : 20px 0px 10px 0px;
  background-color : rgb(242, 241, 241);
  text-align       : center;
  grid-area        : ct;
}

.gallery2 {
  display               : grid;
  padding               : 0px 5px 0 5px;
  background-color      : rgb(242, 241, 241);
  grid-gap              : 5px;
  grid-area             : g2;
  grid-auto-flow        : dense;
  grid-auto-rows        : 100px;
  grid-template-columns : repeat(auto-fit, minmax(50px, 1fr));
}

.gallery2 div {
  display         : flex;
  color           : #ffeead;
  align-items     : center;
  font-size       : 2em;
  justify-content : center;
}

.gallery2 div img {
  display        : block;
  width          : 100%;
  height         : 100%;
  vertical-align : middle;
  object-fit     : cover;
}

.wide-g22 {
  grid-column : span 8;
  grid-row    : span 3;
}

.wide-g23 {
  grid-column : span 6;
  grid-row    : span 3;
}

.legends {
  grid-column : span 7;
  grid-row    : span 3;
}

#zena {
  display: block;
  grid-column: span 3;
  grid-row: span 3;
}

.funTitle {
  padding          : 20px 0px 10px 0px;
  background-color : rgb(242, 241, 241);
  text-align       : center;
  grid-area        : ft;
}

.gallery3 {
  display               : grid;
  padding               : 0px 5px 5px 5px;
  background-color      : rgb(242, 241, 241);
  grid-gap              : 5px;
  grid-area             : g3;
  grid-auto-flow        : dense;
  grid-auto-rows        : 100px;
  grid-template-columns : repeat(auto-fit, minmax(50px, 1fr));
}

.gallery3 div {
  display         : flex;
  color           : #ffeead;
  align-items     : center;
  font-size       : 2em;
  justify-content : center;
}

.gallery3 div img {
  display        : block;
  width          : 100%;
  height         : 100%;
  vertical-align : middle;
  object-fit     : cover;
}

.wide3 {
  grid-column : span 8;
  grid-row    : span 3;
}

/* ------------------------------ */

.menu,
.navigation {
  position         : sticky;
  top: 0;
  background-color : #303C42;
  text-align       : left;
}

.cooldown {
  display: inline-block;
  position: relative;
}

.menu {
  z-index: 1;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

.cooldown:hover .menu {
  display: block;
}

.menu .dropdown-item,
.navigation .nav-link {
  color: #999;
  overflow: hidden;
  border: none;
  border-radius: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  outline: none;
  font-size: 0.9rem;
  font-weight: 400;
  cursor: pointer;
}

.menu .dropdown-item:hover,
.navigation .nav-link:hover {
  color: #fff;
  overflow: hidden;
  border: none;
  background: rgba(255,255,255,0.2);
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer;
}

#navbar {
  display: none;
}

}
