*{
    margin: 0;
    padding: 0;
}

body{
    background-image: url('../image/backG-2.png');
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
}
/* Menu START */
.nav-box{
    width: 100%;
    background-image: url('../image/backG-4.png');
    box-shadow: 5px 5px 5px rgba(0,0,0,.025);
    height:auto;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    /* align-items: center; */
}
.btn-txt li, .btn-ikon li{
    display: inline-block;
    list-style: none;
    padding-top: 1vmax;
    
}
.btn-txt li{
    color: #fff;
    text-transform: uppercase;
   /* letter-spacing: 2px;*/
    font-weight: 400;
    font-size: 1em;
	padding-right: .2em;
}
.btn-txt li a{
    color: #fff;
    text-decoration: none;
    transition: .6s;
}
.btn-txt li a:hover{
    color: orangered;
}
.btn-ikon li{
    transition: .6s;
    opacity: .4;
    padding-right: .2em;
}
.btn-ikon li:hover{
    opacity: 1;
}
#tip a{
    color: orangered;
}
/* Menu END */
/* Personal START */
.box-personal{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5vmax;
    color: #4a5b8c;
}
.box-personal .text-box{
	margin: 0 1em;
}
.text-box h2{
	margin-top: .85em;
	line-height: .85em;
}

.text-box h3{
	margin-top: 1em;
}
.text-box p{
    padding-top: 2vmin;
    font-size:.75em;
}
.box-personal img{
    border-radius: 50%;
    border: 1.5vmin solid #607ea6;
    max-width: 40vmax;
    height:auto;
}
.motto{
	margin: 1em 0;
    padding: 2vmax;
    font-style: italic;
    text-align: center;
	font-size:.8em;
	font-family:'Times New Roman', Times, serif;
}
/* Personal END */
/* Help START */
.help-container{
    background-image: url('../image/backG-4.png');
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding-bottom: 2em;
}
.help-container>div{
    margin: 1em;
}
/* .help-container img{
	width: 100px;
	margin: 0 auto;
} */
.help-container h3{
    font-weight: 500;
    text-decoration: underline;
}
.help-container p{
    font-size:.75em;
}
.help-container span{
    color: orangered;
    font-size: 1.2em;
    font-weight: 600;
}
.help-container h1{
    font-weight: 600;
    color: #fff;
    padding: 1.5em 0;
    font-size: 1.35em;
}
.box-bank a, .box-proc a{
    font-size: 1.2em;
    text-decoration: none;
    color: orangered;
    font-weight: 400;
}
/* Help END */
/* History START */
.history{
    display: flex;
    flex-direction: column;
    min-height: 500px;
    margin: 0 auto;
    padding: 2em 0; 
    justify-content: center;
    align-items: center;
}
.tabs-nav{
    width: 100%;
    display: inline-flex;
    list-style: none;
    flex-wrap: wrap;
    font-size: 1em;
    color: #fff;
    justify-content: center;
    padding: 20px 0 ;
    border-radius: 20px 20px 0 0;
    
}
.tabs-nav li{
    padding: 5px 10px ;
    margin: 2px 0;
    border: 1px solid #4a5b8c;
    border-top-right-radius: 20px;
    border-bottom: none;
    border-right: none;
}

.tabs-nav li a{
    text-decoration: none;
    color: #4a5b8c;
}
.tabs-content{
    width: 100%;
    border-top: none;
}
.content{
    color: #4a5b8c;
    padding: 1em;
    font-size: .75em;
    line-height: 1.3;
    border-bottom: 1px solid #4a5b8c;
}
.tabs-nav  li.active{	
	border-left: 2px solid orangered;
    border-top: 2px solid orangered;
	border-bottom: none;
	color: orangered;
    box-shadow: -3px -1px 5px rgba(0,0,0,.4);
	}
.history h1{
    font-weight: 600;
    color: #4a5b8c;
    padding: 1.5em 0;
    font-size: 1.35em;
}
/* History END */
/* Stopka START */
footer{
    background-image: url('../image/backG-3.png');
    text-align: center;
    color: #888;
    font-size: .5em;
    margin-top: 2em;
    height: 4em;
    width: 100%;
}
footer p{
   font-size: 1.6em;
}
.autor{
    font-size: .8em;
    color:#555;
}
.AV-logo{
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Stopka END */
@media only screen and (min-width: 1500px){
    .box-personal .text-box{
        width: 60vw;
    }
    .help-container>div{
        margin: 1em 8em;
    }
    .content{
        margin: 1em 8em;
    }
}