@font-face{
    font-family: "Playfair Display";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
}
body{
    line-height: 1.2em;
}

header{
    background-size: cover;
    display: block;
    padding-top: 10px;
    text-align:center;
    background-image:url("../img/fond.jpg");
    background-position: center;
    color: white;
    height:475px;
}
h1{
    font-size:2em;
    font-family: "Kaushan Script";
    text-shadow: 2px 2px 5px black;
    padding-top:50px;
    text-align: center;
}
nav a{
    padding: 20px;
    font-family: "Kaushan Script";
    font-size: 1.5em;
    display: inline-block;
    color: white;
}
span{
    color: purple;
}
.fas, .far{
    display:block
}

#promo{
    background-size: cover;
    background-color: rgba(142, 68, 173, .1);
    font-family: "Playfair Display";
    text-align: center;
    text-shadow: 2px 2px 3px black;
}

main{
    width: 100%;
    margin:0 auto;
    vertical-align: top; 
    margin-top:50px;
}
#lorem{
    width:95%;
    font-family: "Playfair Display";
    font-size: 1em;
    margin:0 auto;
    padding:10px;
}
#lorem article1 img{
    float: left;
    width:250px;
}
#lorem article2 img{
    float: right;
    margin-bottom:15px;
}

hr{
    margin: 8%;
    width:90%;
}

#profs{
    background-position: center bottom;
    background-size: cover;
    font-size: 1em;
    background-image:url(../img/background_section.jpg);
    display: inline-block;
    padding: 15px;
    text-align: center;
    margin-bottom: auto;
}
#profs article{
    color: white;
    display: inline-block;
    width: 27%;
    vertical-align:top;
    padding: 20px;
    margin: 20px;
}
#profs img{
    width: 150px;
}
h2{
    font-family: "Playfair Display";
    font-size:1.2em;
    text-align: center;
}
iframe{
    width: 100%;
}
#licence{
    font-family: "Cardo";
    text-align:center;
    font-size: 15px;
    background-color:#6A62C5;
    padding-top:10px;
    color: white;
}
#licence a{
    color: white;
}
footer img{
    width: 50px;
}

/*Album photos*/
table{
    width: 100%;
    margin:0 auto;
    vertical-align: top;
    margin-top:50px;
}
td{
    text-align: center;
}
table img{
    width:250px;
}