* {
    margin: 0; 
    padding: 0;
    font-family: Roboto, arial;
    box-sizing: border-box;
}

body {
    background-color: white;}

#wrapper{
    max-width: 1000px;
    margin: 0 auto;
    background-color: white;
}

header img{
    width: 100%;
    display: block;
    padding-top: 10px;
}

nav{
    background-color: none;
    
}

nav a{}
a.menu{
    display: inline-block;
    width: 13.8%;
    padding: 15px 25px 15px 25px;
    color: #a310c6;
    text-decoration: none;
    text-align: center;
}
a.menu:hover{
    
    /*border-bottom: 10px solid white;
    background-color: mistyrose;*/
    color: black;
    
}
.instruktoropis{
    
    color: #686868;
    text-decoration: none;
    text-align: center;
}
.instruktoropis:hover{
    color: #a310c6;
}
.active{
    color: black;
}

article{
    margin-top: 30px;
    margin-bottom: 10px;
}
h1{
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    text-decoration-color: #686868;
    margin: 0 20% 20px 20%;
    padding-bottom: 15px;
    border-bottom: 1px solid #686868;
}

h2{
    font-size: 16px;
    font-weight: lighter;
    text-indent: 20px;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: justify;
    text-decoration-color: #686868;
    max-width: 970px;
    margin: 0 auto;
    padding-bottom: 5px;    
}
h3{
    font-size: 16px;
    font-weight: lighter;
    text-align: justify;
    text-decoration-color: #686868;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 5%;    
}
h4{
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    text-decoration-color: #686868;
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #686868;
}
zdjzajec{
    display: inline-block;
    background-image: url('test.jpg');
    background-repeat:no-repeat;
    vertical-align: top;
    width: 31%;
    height: 100px;
    border: 1px solid #686868;
    text-align: center;
    margin: 10px 10px 0px 10px;
}
zdjzajec1{
    display: inline-block;
    background-image: url('dzieci.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    vertical-align: top;
    width: 31%;
    height: 110px;
    border: 1px solid #686868;
    margin: 10px 10px 0px 10px;
}
zdjzajec2{
    display: inline-block;
    background-image: url('dorosli.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    vertical-align: top;
    width: 31%;
    height: 110px;
    border: 1px solid #686868;
    margin: 10px 10px 0px 10px;
}
zdjzajec3{
    display: inline-block;
    background-image: url('jazz.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    vertical-align: top;
    width: 31%;
    height: 110px;
    border: 1px solid #686868;
    margin: 10px 10px 0px 10px;
}
zdjzajec4{
    display: inline-block;
    background-image: url('formacja.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    vertical-align: top;
    width: 31%;
    height: 110px;
    border: 1px solid #686868;
    margin: 10px 10px 0px 10px;
}
zdjzajec5{
    display: inline-block;
    background-image: url('jazzf.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    vertical-align: top;
    width: 31%;
    height: 110px;
    border: 1px solid #686868;
    margin: 10px 10px 0px 10px;
}
zdjzajec6{
    display: inline-block;
    background-image: url('latin.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    vertical-align: top;
    width: 31%;
    height: 110px;
    border: 1px solid #686868;
    margin: 10px 10px 0px 10px;
}
tabela{
    display: inline-block;
    vertical-align: top;
    width: 31%;
    border: 1px solid #686868;
    padding: 15px 15px 15px 15px;
    color: #686868;
    text-decoration: none;
    text-align: center;
    margin: 0px 10px 10px 10px;
}
cennik1{
    display: inline-block;
    vertical-align: top;
    background-color: #dbdada;
    width: 69%;
    border: 1px solid #686868;
    padding: 15px 15px 15px 15px;
    color: #686868;
    text-decoration: none;
    text-align: center;
    margin: 2px;
}
cennik2{
    display: inline-block;
    vertical-align: top;
    background-color: #dbdada;
    width: 30%;
    border: 1px solid #686868;
    padding: 15px 15px 15px 15px;
    color: #686868;
    text-decoration: none;
    text-align: center;
    margin: 2px;
}

instruktor{
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: 0px;
    color: #686868;
    text-decoration: none;
    text-align: center;
    margin: 10px 10px 10px 10px;
}
certyfikat{
    text-align: center;
    display: inline-block;
    width: 50%;
    padding: 0px;
    margin: 10px 10px 10px 10px;
}

.left{
    float: left;
    margin: 10px;
    width: 25%;
    border-radius: 40% 15%;
    /*border: 1px solid #a310c6; - obramowanie obrazka */
}

footer{
    font-size: 15px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}