


body {
 
  margin: 0px;
height: 100%;
  background-position: center center;
  
  background-repeat: no-repeat;
  
  background-attachment: fixed;
  
  background-size: cover;

  background-color:#464646;
  
}


#main{
overflow: auto;
min-height: min-content;
display: flex;
display: -webkit-flex;
-webkit-flex-direction: column; /* Safari */
  flex-direction:         column;


text-align:center;
}
p{
margin:5px;
}

#info_box{
     width: 80%;
     padding: 25px;
     display:none;
     background: white;
}

#info_box p{
    font-family: 'Lato-regular';
    font-style: normal;
    font-weight: normal;
margin-top:23px;
margin-right:75px;
font-size:17px;
text-align:left;

}
#info_box a{
color:#e73432;
text-decoration: none;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

@font-face{
font-family: 'Lato';
    src: url('/media/fonts/Lato-BoldItalic.eot'); 
    src: url('/media/fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), 
         url('/media/fonts/Lato-BoldItalic.woff2') format('woff2'), 
         url('/media/fonts/Lato-BoldItalic.woff') format('woff'), 
         url('/media/fonts/Lato-BoldItalic.ttf') format('truetype');
     }

@font-face{
font-family: 'Lato-regular';
    src: url('/media/fonts/Lato-Regular.eot'); 
    src: url('/media/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), 
         url('/media/fonts/Lato-Regular.woff2') format('woff2'), 
         url('/media/fonts/Lato-Regular.woff') format('woff'), 
         url('/media/fonts/Lato-Regular.ttf') format('truetype');
     }

.lato_bold_italic{
 font-family: 'Lato';
    font-style: italic;
    font-weight: bold;
    text-rendering: optimizeLegibility;}

#title{
    font-size:10em;
    color:white;
}

#subtitle_pl{
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
    font-size:2em;
    color:white;
}

.lato_regular{
font-family: 'Lato-regular';
    font-style: normal;
    font-weight: normal;
}

#subtitle_wy{
    text-rendering: optimizeLegibility;
    font-size:1.8em;
    color:white;
}



.button{
width:110px;
height:60px;
background-color:white;
position: absolute;
right: 0px;
text-align:left;

}

.button_img{
height:100%;
display:block;
position:relative;

}

.button img{
top:50%;
margin-top:-25px;
position:absolute; 
margin-left:15px;
width:50px;
height:50px;
}

#info_button{
top: 7%;
}

#face_button{
top: 17%;
}

#home_button{
top: 27%;
}

.pole{
line-height: 50px;
width:593px;
height:50px;
margin:10px;
font-size:20px;
padding-left:10px;
}

#sprawdz{
font-family: 'Lato';
    font-style: italic;
    font-weight: normal;
    
    text-rendering: optimizeLegibility;
    font-size:2em;
    color:white;
    background-color:#EF4E22;
    height:70px;
    width:290px;
    border:0px;
}

#footer{
text-align:center;
width:100%;

}

.footer_element{
float:left;
color:white;
width:350px;
font-size:1.2em;
}

#container{
height:100%;
display: flex; display: -webkit-flex;
min-height: 100vh;
flex-direction: column; -webkit-flex-direction: column;
align-items: center; -webkit-align-items: center;
justify-content: center; -webkit-justify-content:center;
}

#result_cont{
width:100%;
display: flex; display: -webkit-flex;
flex:1; -webkit-flex:1;
align-items: center; -webkit-align-items: center;

}
#result{

width:100%;

background-color:rgba(255,255,255,0.7);
font-size:4.5em;
font-weight:normal;
color:#6c6d70;
}
#result-main{
max-width: 100%;
}


/* For mobile devices */
@media only screen and (max-width: 767px) {
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections 
    background-image: url(backgrounds/light_start_01_mobile.jpg);*/
  }
#sprawdz{
font-size:1em;
   height:35px;
    width:145px;
}

#title{
font-size:5em;
}
#subtitle_pl, #subtitle_wy{
font-size:0.9em;
}
.pole{
line-height: 25px;
width:290px;
height:25px;
margin:5px;
font-size:12px;
}
.footer_element{
float:left;
color:white;
width:175px;
font-size:0.8em;
}

#result{
display: flex;
display: -webkit-flex;
align-items: center;
justify-content: center;
width:100%;
background-color:rgba(255,255,255,0.7);
font-size:2.5em;
font-weight:normal;
color:#6c6d70;
}

	}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size:16px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-size:16px;
   opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-size:16px;
   opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-size:16px;
}

