body{
    margin: 0;
    font-family: 'Montserrat';
    color: #0A0A0A;
        font-weight: 200;
    letter-spacing: .06em;
    color: #505050;
}
header img{
    width: 100%;
}
main{
    text-align: center;
    padding: 2em 0 7em;
}
    main p{
        text-align: left;
        letter-spacing: 1px;
        line-height: 140%;
        line-height: 1.8em;
    color: #505050;
    }
.margin{
    width: 70%;
    margin: auto;
}



/*////////// HEADER ///////////*/

input[id="noidea"]{
		visibility: hidden;
        position: absolute;
	}
	[id="noidea"]:checked ~ nav a, [id="noidea"]:checked ~ nav  {
      transform: translateX(0);
    }
    
	.mobilenav{
		position: fixed;
		margin: .5em;
		top:0;
		left: 0;
		z-index: 10;
        cursor: pointer;
        visibility: hidden;
	}
        .mobilenav svg{
            fill: #4ab597;
            cursor: pointer;
        }
        .mobilenav:hover svg{
            fill: #90E1B3;
        }
nav{
    display: none;
    
    position: fixed;
    justify-content: center;
    flex-direction: column;

    text-align: center;
    background-color: #fafafa;
    color: white;
    font-family: 'ralewaybold';
    font-size: 2em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    z-index: 9;
}
nav a{
    text-decoration: none;
    color: #03A9F4;
}



.menu{
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: auto;
    font-family: 'ralewayregular';
}
    .menu a{
    text-decoration: none;
    color: #0A0A0A;
    transition: .2s;
}
    .menu a:hover{
        color: #03A9F4;
    }

.nav a{
    margin-right: 2em;
}

h2 {
    font-size: 4em;
    margin-bottom: .5em;
    letter-spacing: 10px;
}
hr{
    size: 3px;
    width: 18%;
    height: 3px;
    background-color: black;
    margin-bottom: 2em;
}
.repertoire{
    width: 80%;
    margin: auto;
    display: flex;
}
    .repertoire div{
            padding: 0 1%;
        width: 33.333%;
        text-align: center;
    }

/*//////////// FOOTER //////////////*/

h4{
    font-size: 1.5em;
}

footer{
    background-color: #2B2D2E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    color: white;
    letter-spacing: 2px;
    font-size: 1.1em;
    line-height: 40px;
    text-align: center;

}
footer div{
    padding: 1.5em 0;
}

    footer svg {
    width: 1.5em;
}
    footer p{
        margin: 0;
    }
    footer .margin div{
    width: 50%;
    text-align: center;
}
/*

    .margin .foot:last-child{
        width: 100%;
        padding: 1em 0;
    }
    .margin .foot:first-child p{
        color: white;
    }
*/
.social{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 15%;
    margin-top: .5em;
}
.bastien{
    font-family: 'wild';
    color: white;
    font-size: 1.7em;
    text-decoration: none;
    transition: .2s;
}
    .bastien:hover{
        color: lightgrey;
    }


.madeby{
        background-color: #1f2021;
    width: 100%;
    font-size: .7em;
    padding: 2em 0;

}


/*/////////// REPRESENTATIONS /////////////*/

table{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
th{
    height: 3.75em;
}
td{
    height: 3.75em;
    margin: 0;
    padding: 0;
}
/*tr td:last-child{
    text-align: left;
}*/
tr:nth-child(even){
    background-color: #e9f3f9;
}




/*/////////// PHOTOS /////////////*/

h3 {
    padding-top: 3em;
    letter-spacing: 2px;
}
.gallery {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
}
.thumb{
    width: 100%;
}
    .thumb img{
        width: 100%;
    }
.zoom{
    position: absolute;
    margin-right: 125px
}
.gallery a {
    width: 24%;
    margin: .4em 0;
}







@media (max-width: 1025px) {
    
    .nav{
        display: none;
    }
    
    nav{
        display: flex;
        transform: translateX(-100%);
        transition: .2s;
    }
    nav a{
        transform: translateX(-100%);
        transition: .2s;
    }
    
    [id="noidea"]:checked ~ nav a, [id="noidea"]:checked ~ nav  {
      transform: translateX(0);
    }
    .mobilenav{
        visibility: visible;
    }
    .homeimg{
        width: 100%;
    }
    .menu{
        justify-content: flex-end;
    }
    
}

@media (max-width: 400px) {
    
    h2{
        font-size: 2em;
    }
    .nav{
        display: none;
    }
    
    nav{
        display: flex;
        transform: translateX(-100%);
        transition: .2s;
    }
    nav a{
        transform: translateX(-100%);
        transition: .2s;
    }
    
    [id="noidea"]:checked ~ nav a, [id="noidea"]:checked ~ nav  {
      transform: translateX(0);
    }
    .mobilenav{
        visibility: visible;
    }
    .homeimg{
        width: 100%;
    }
    .menu{
        justify-content: flex-end;
    }
    footer .margin{
        flex-direction: column;
    }
    .foot{
        width: 100%;
    }
    footer .margin div{
        width: 100%;
    }
    .repertoire{
        display: block;
    }
    .repertoire div{
        width: 100%;
    }
}

/*/////////// FONTS /////////////*/


@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'wild';
    src: url('../fonts/wildwest-webfont.woff2') format('woff2'),
         url('../fonts/wildwest-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}