/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(/resources/latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(/resources/latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html, body{
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.content, .background, .background-sky, .background-mountain{
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
/*.background-sky{
  background-image: url(/resources/sky.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-size: 110% 110%;
  background-position: 55% 5%;
}
.background-mountain{
  background-image: url(/resources/mountain.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}*/
.background{
  background-image: url(/resources/foto.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.mgp-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
}
.mgp-title *{
  margin: 20px 0px;
  letter-spacing: 0.6vw;
  font-weight: 400;
  text-align: center;
  color: white;
  font-family: "Raleway", sans-serif;
}
.mgp-title h1{
  font-size: 6vw;
}
.mgp-title h2{
  font-size: 4.5vw;
}
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}