body {
  font-family: 'Roboto',sans-serif;
  background:url(/images/bg.jpeg) center center no-repeat #4793ac;
  background-size: cover;
  color: #fff;
  position:relative;
  overflow: hidden !important;
}

html,
.fullscreen, #wrap {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

#wrap{
    overflow:hidden !important;
    position:relative;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.fullscreen:before{
    content:'';
    background:rgba(0,0,0,.2);
    width:100%;
    height:100%;
    display: flex;
    position:fixed;
}

.container {
  margin: auto;
  text-align: center;
  z-index:10;
}

h1{
    font-size: 3rem;
    border: 3px solid #fff;
    margin: 0;
    padding: 10px 20px;
    font-weight: 900;
    display:inline-block;
    text-transform: uppercase;
}
h2{
    font-size: 1.3rem;
    margin: 12px 0;
    font-weight: 300;
    text-transform: uppercase;
}
h3{
    font-size: 2rem;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
}

.menu_button{
    padding:20px;
    position:absolute;
    top:0;
    right:0;
    cursor:pointer;
}

#menu_close{
    position:absolute;
    padding:20px;
    right:0;
    top:0;
    cursor:pointer;
    overflow:hidden;
    width:36px;
}

.menu{
    z-index:1000;
    background:#fff;
    position:absolute;
    height:100%;
    box-sizing: border-box;
    padding:20px;
    width:350px;
    top:0;
    right:-350px;
    color:#000;
    box-shadow: 0px -10px 15px rgba(0,0,0,.3);
}

.menu ul{
    padding:0;
    margin:40px 0 0 0;
    width:100%;
    list-style: none;
}

.menu ul li{
    box-sizing: border-box;
    padding:20px;
    width:100%;
    border-bottom:2px solid #000;
    font-weight: 900;
    text-align: center;
    font-size: 1.3rem;
    cursor:pointer;
}

li.lang_choose{
    border-bottom:0px none !important;
    position:relative;
}

.menu select{
    font-family: 'Roboto';
    font-weight: 900;
    border: 0px none;
    font-size: 1.2rem;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 30px 10px 55px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 45px;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="24px" height="24px"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95c-.32-1.25-.78-2.45-1.38-3.56 1.84.63 3.37 1.91 4.33 3.56zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66 2.49-2.93 4.33-3.56C8.81 5.55 8.35 6.75 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95c-.96 1.65-2.49 2.93-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"/></svg>');
    background-repeat: no-repeat;
    background-position: 15px center;
}

.lang_choose:after {
    font-family: 'Material Icons';
    content: "keyboard_arrow_down";
    -webkit-font-feature-settings: 'liga';
    color:#fff;
    position:absolute;
    top: 33px;
    right: 74px;
    pointer-events: none;
}

#prey{
    font-size:1.3rem;
    letter-spacing: 4px;
    box-shadow: 10px 0px 15px rgba(0,0,0,.3);
    font-weight:300;
    padding:20px;
    margin-top:40px;
    background:#fff;
    color:#4793ac;
    text-transform: uppercase;
    cursor:pointer;
    display:inline-block;
}

.text_container{
    font-size: 1.1rem;
    font-weight: 300;
    padding: 20px;
    width: 100%;
    background: #fff;
    color: #000;
    box-sizing: border-box;
    margin: 75px auto 0 auto;
    overflow: auto;
    text-align:left;
}
.text_container::-webkit-scrollbar {
    -webkit-appearance: none;
}
.text_container::-webkit-scrollbar:vertical {
    width: 12px;
}
.text_container::-webkit-scrollbar:horizontal {
    height: 12px;
}
.text_container::-webkit-scrollbar-thumb {
    background-color: #ddd;
}
.text_container::-webkit-scrollbar-track {
    background-color: transparent;
}

.portrait{
    width:100%;
    margin:0 0 20px 0;
}

.text_container h1{
    font-size:1.4rem;
    font-weight:900;
    border:0px none;
    margin:0;
    padding:0;
    text-transform: none;
}

.text_container h2{
    font-size:1.2rem;
    font-weight:900;
    border:0px none;
    margin:0;
    padding:0;
    text-transform: none;
}
.text_container p{
    padding:10px 0;
}

#close_subpage{
    position:absolute;
    top:0;
    left:0;
    cursor:pointer;
    color:#000;
    padding:20px;
}

.logo-w,.logo-b{
    width:36px;
    height:36px;
    background-repeat:no-repeat;
    background-position: center center;
    background-size:36px 36px;
    background-image:url(/images/logo-w.svg);
    position:absolute;
    top:20px;
    left:50%;
    margin-left:-18px;
}
.logo-b{
    background-image:url(/images/logo-b.svg);
}
.info{
    font-style: italic;
    font-weight: 300;
    font-size: .9em;
}