html,
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-image: url("static/europe_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

a {
  text-decoration: none;
}

h1 {
  text-align: center;
  color: #fff;
  font-family: serif;
  text-shadow: 0px 1px 1px #000, 0px 0px 10px #000, 0px 0px 10px #000,
    0px 0px 20px #000, 0px 0px 20px #000, 0px 0px 30px #000;
}
h2 {
  text-transform: uppercase;
  /*background-color: #FF6026;*/
  border-left: 6px solid #ff6026;
  border-bottom: 1px solid #ff6026;
  padding: 20px 0px 0px 20px;
  margin: 40px 30% 20px 20px;
  border-bottom-left-radius: 2px;
}
h3,
h4 {
  margin: 20px 10px 20px 20px;
}
h3,
th {
  font-size: 24px;
}
h4,
th {
  color: #333;
}
h3.icon:before {
  margin-right: 20px;
}
hr {
  border: 1px solid #ff6026;
  width: 80%;
  margin: 35px auto;
  border-radius: 2px;
}
hr.grey {
  border: 1px solid transparent;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
p {
  margin: 10px auto;
}
strong {
  color: rgb(37, 110, 182);
}
strong.bigger {
  font-size: 24px;
}
.wrapper {
  padding: 20px;
}
.wide,
.narrow {
  margin-left: auto;
  margin-right: auto;
}
.wide {
  width: 85%;
}
.narrow {
  width: 75%;
}
.icon:before {
  transform: scale(1.5);
  margin-bottom: 2px;
  margin-right: 10px;
  width: 18px;
  text-align: center;
}
.button {
  padding: 10px;
  color: #fff;
  background-color: rgb(64, 150, 238);
  display: inline-block;
  border-radius: 2px;
  vertical-align: top;
}
.button.c {
  text-align: center;
  margin: 5px;
  font-size: 22px;
  font-weight: bold;
}
.button.c > div {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
}
.button.c.icon::before {
  font-weight: normal !important;
  display: block;
  text-align: center;
  width: 100%;
  margin: 7px auto 10px auto;
}
.button a {
  color: #fff;
}
.center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

/*SPECIFIC*/

header {
  height: 700px;
  background-image: url("static/header.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: 4px solid #60abf8;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2);
  position: relative;
}
#hair {
  font-family: serif;
  text-align: center;
  height: 40px;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid #60abf8;
  color: #fff;
  font-size: 18px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  background: rgb(64, 150, 238);
  background: -moz-linear-gradient(
    top,
    rgba(64, 150, 238, 1) 0%,
    rgba(96, 171, 248, 1) 56%,
    rgba(122, 188, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(64, 150, 238, 1) 0%,
    rgba(96, 171, 248, 1) 56%,
    rgba(122, 188, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(64, 150, 238, 1) 0%,
    rgba(96, 171, 248, 1) 56%,
    rgba(122, 188, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#7abcff',GradientType=0 );
}
#hair .e {
  display: inline-block;
  margin: 10px 30px;
}
#hair .e a {
  color: #fff;
}
#hair .e a:hover {
  color:#ff6026;
}
#logo {
  display: block;
  margin: auto;
  height: 300px;
  max-height: 50vw;
}
.gallery {
  font-size: 0px;
  text-align: center;
  vertical-align: top;
  margin-top: 30px;
}
.gallery img {
  display: inline-block;
}
.gallery.col3 img {
  width: 30%;
  margin: 0px 0.5%;
}

/*MENU*/

#menu {
  position: absolute;
  bottom: 0px;
  background: rgba(64, 150, 238, 0.9);
  width: 100%;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}
#menu .e {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  margin-right: 10px;
}
#menu .e:hover {
  color: #ff6026;
}
#menu ul {
  margin: 0;
  padding: 0;
}
#menu a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
#menu > nav ul {
  display: block;
}

#menu > nav ul li {
  display: inline-block;
  position: relative;
}
#menu > nav ul li > a {
  display: block;
  padding: 10px;
  border-radius: 4px;
  margin: 10px 10px 7px 10px;
}
#menu > nav ul li > a:hover {
  background-color: #ff6026;
  color: #151515;
  text-shadow: none;
}

#menu > nav ul li > ul.menu_parent {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  background: rgb(64, 150, 238);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
  z-index: 2;
}
#menu > nav ul li > ul.menu_parent.hidden {
  overflow: hidden;
  height: 0px;
}
#menu > nav ul li > ul.menu_parent li > a {
  margin: 5px;
  padding: 5px;
}

/*MAIN*/

main {
  overflow: hidden;
}
main .wrapper {
  padding: 40px 40px 20px 40px;
}
main .narrow {
  background-color: rgba(255, 255, 255, 0.8);
  /*background-color: #eee;
  border-left: 4px solid #ddd;
  border-right: 4px solid #ddd;*/
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  font-size: 0px;
  background-image: url("static/city_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 50px;
}

.side-l,
.side-r {
  font-size: 16px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.side-l {
  width: 75%;
}
.side-r {
  width: 25%;
  background-color: whitesmoke;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 3px;
}

main p {
  text-shadow: 0px 1px 2px #fff;
}
main p.l {
  font-size: 20px;
}
main a {
  color: rgb(64, 150, 238);
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
main img {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #ccc;
}
main img.r {
  float: right;
  margin: 15px 0px 15px 20px;
}
main a:hover {
  text-decoration: underline;
  color: #ff6026;
}
main a::before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
main a.icon:hover:before {
  margin-right: 20px;
}

/*FOOTER*/

footer {
  border-top: 4px solid #60abf8;
  box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  padding: 30px 0px;
  overflow: hidden;
  display: block;
  background: rgb(64, 150, 238);
}

footer small {
  font-size: 16px;
}
footer::first-line {
  font-weight: bold;
}
footer a{
  color: #fff;
}
footer img {
  margin-top: 10px;
}