*{
  box-sizing: border-box;
}

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: red;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 35px 20px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 35px 20px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}


/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: blue;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

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

#map{
margin-left: 1070px;
}

.logo{
  float: right;
  margin: 10px ;
}

.greek_switch{
text-align: right;
margin: 7px 0;
margin-right: 46px;
}

.greek_switch a {
  text-decoration: none;
  color: blue;
  border-bottom: 3px rgb(35, 201, 223) double;
  transition: all 1s ease-in-out ;
}

@keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}


.greek_switch:hover {
  animation: bounce 1s;
}



.Text{
    border:6px outset #1C6EA4;  
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 30px;
    line-height: 50px;
    font-size: 22px;
    overflow: visible;
    padding: 10px 10px  ;
    text-align: center;
}

#welcome{
line-height: 100px;
text-align: center;
}

.ending{
  position: static;
}

.productions{
  margin: 80px 20px;
  float: inherit;
  border:10px solid #333;
  border-radius: 20px;
  background: white;
  text-align: center;
}

.images{
  margin: 10px -20px;
  padding: 10px 10px;
}

.image_brand{
  width: 190px;
  height: 190px;
  margin: 0 25px;
  transition:all 750ms ease-in-out 250ms;
}

.image_brand:hover{
 margin: 40px 40px;
 border-bottom: 10px solid black;
 border-radius: 15px ;
}



#end{
text-align: center ;
color: rgb(65, 62, 62)
}

#end a{
font-size: 18.5px ;
font-weight: bold;
color:rgb(65, 62, 62);
}

#end a:hover{
color: black;
}


