@import url(http://fonts.googleapis.com/earlyaccess/cwtexhei.css);
@import url('https://fonts.googleapis.com/css?family=Anton');

html {
  background: url('graphic/background.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 font-family: "cwTeXHei", sans-serif;
}

body {
  margin: 0px;
  overflow-y: hidden;
}

a {
  text-decoration: none;
}

#overlay {
  height: 200px;
  width: 100%;
  font-size:20pt;
  background-color: white;
  opacity: 0.55;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right:0;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.15), 0 0px 20px 0 rgba(0,0,0,0.13);
  text-align: center;
  vertical-align: middle;
}

#content {
  height: 500px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right:0;
  text-align: center;
}

#pick_lang {
  margin-top: 40px;
  font-size: 12pt;
  letter-spacing: 2px;
}

.button {
  min-width: 160px;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
  background-color: white;
  color: #333;
  font-size: 22pt;
  padding: 25px;
  margin: 25px;
  box-shadow: 0 0px 16px 0 rgba(0,0,0,0.24), 0 0px 50px 0 rgba(0,0,0,0.19);
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

footer {
  margin: 35px;
  color: #ccc;
  font-size: 7pt;
}

#advert {
  height: 100%;
  width: 325px;
  position: absolute;
  left: 0px;
  background-color: darkred;
  box-shadow: 0 0px 16px 0 rgba(0,0,0,0.24), 0 0px 50px 0 rgba(0,0,0,0.19);
  color: white;
  padding: 15px;
  font-size: 1em;
}

#advert_title {
  font-family: Anton;
  font-size: 1.5em;
  line-height: 1.1em;
}

#advert_body {
  margin-top: 15px;
}

#advert li {
  padding-left: 5px;
  padding-top: 10px;
  margin-left: -20px;
}

#advert a, #advert a:visited {
  color: white;
}

#advert_contact {
  border-top: 2px solid white;
  padding-top: 10px;
}

#profile_button {
  display: inline-block;
  width: 150px;
  left: 0px;
  right: 0px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid white;
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 0px 8px 0 rgba(0,0,0,0.24), 0 0px 25px 0 rgba(0,0,0,0.19);
}

#hide_button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#show_button {
  display: none;
  height: 100%;
  width: 25px;
  position: absolute;
  left: 0px;
  background-color: darkred;
  box-shadow: 0 0px 16px 0 rgba(0,0,0,0.24), 0 0px 50px 0 rgba(0,0,0,0.19);
  padding-top: 10px;
  cursor: pointer;
}

#weather_warning {
  height: 50px;
  width: 100%;
  margin: auto;
  font-size: 12pt;
  padding: 10px;
  text-align: center;
  background-color: darkred;
  color: white;
  font-weight: bold;
  box-shadow: 0 0px 8px 0 rgba(0,0,0,0.24), 0 0px 25px 0 rgba(0,0,0,0.19);
}
