.Lan-button {
    color: black;
    background-color: grey;
    display: block;
    width: 50px;
    margin-left: auto;
    margin-right: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    padding-top:10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border: 4px dotted black ;
    border-radius: 15px;
}
a:active,a:visited,a:hover,a:link {
    text-decoration: none;
}
.para-1 {
    width: 500px;
    color: black;
    background-color: whitesmoke;
    font-size: large;
    display: block;
    margin: 20px auto 0 auto;
    padding-left:  250px;
    padding-right: 250px;
    padding-top: 0px;
    font-family: 'Times New Roman', Times, serif;
}
.CRC-logo {
    background-color: white;
    display: inline;
    width: 200px ;
    margin: 0px auto;
    padding: 0;
    border: 5px solid black; 
}
.pg-1e {
    background-image: url(Ratatouille.jpg);
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pg-2e {
    background-image: url(Chefs.jpg);
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pg-3e {
    background-image: url(La\ Ratatouille.jpg);
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pg-4e {
    background-image: url(Food.jpg);
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pg-5e {
    background-image: url(Remy.jpg);
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contain {
    width:80% ;
    height: auto;
    margin: 0 auto;
}
header {
    background-color: black;
}
header::after {
    content:'';
    display: table;
    clear: both;
}
nav {
    float: right;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    background-color: black;
}
li {
    float:right;
}
li a {
    display: block;
    color: bisque;
    padding: 16px 16px;
    margin: 0 70px ;
    text-align: center;
    text-decoration: none;
}
li a:hover {
    background-color: blue;
    border-radius: 6px;
}
.logo-LTM {
    display: block; 
    width: 250px;
    border: 1px black dotted;
}
.r-photos {
    width: 200px;
    height: 250px;
    display: inline;
    background-color: none;
    margin: 0 40px ;
    border-radius: 10px ;
    border: 5px solid black;
    box-shadow: blue 0 0 20px;
}
.ar {
    width: 200px;
    height: 200px;
    border: 5px solid black;
    margin: 0 0 0 25px;
    background-color: none;
}
.woodw {
    width: 250px;
    height: 200px;
    border: 5px solid black;
    background-color: none;
    display: inline;

}
.av {
    width: 300px;
    height: 200px;
    border: 5px solid black;
    display: inline;
    margin: 0 auto;
    padding: 0;
}
.rm {
    width: 200px;
    height: 200px;
    display: inline;
    margin: 0 10px 0 15px;
    padding: 0;
    border: 5px solid black;
}
.sch {
    width: 250px;
    height: 250px;
    display: inline;
    margin: 0 10px;
    padding: 0;
    border: 5px solid black;
}
