.columns{
  width:1024px;
  height:50px;
  clear:both;
}

.container{
  background-color:white;
  height:1975px;
  width:960px;
  margin: 0 auto;
}

body{
  background-color:#c2c5d6;
}

.header{
  height:85px;
  width:1024px;
  background-image: url(../images/header.png);
  background-repeat: no-repeat;
  object-fit:cover;
  float:left;
  margin: 0px 0px 0px 0px;
}

.banner{
  height:300px;
  width:1024px;
  background-image: url(../images/Paris-banner2.jpg);
  background-repeat: no-repeat;
  object-fit:cover;
  float:left;
  margin: 0px 0px 0px 0px;
}

.nav{
  height:40px;
  width:990px;
  float:center;
  clear:both;
  text-align:center;
  font-size:20px;
}

.nav a:link{
  color:#602e8b;
  text-decoration: none;
  padding-right:40px;
  padding-top:20px;
  text-align:center;
  
}

.nav a:visited { 
  color:#602e8b;
  text-decoration: none; 
}

.information{
  color:#959bd1;
  height:30px;
  width:1024px;
  float:center;
  clear:both;
  text-align:center;
  margin-top:-5px;
  font-size:20px;
}

.title{
  width:1024px;
  height:55px;
  color:#602e8b;
  float:right;
  padding:0px;
  text-align: left;
  font-size:22px;
  font-family: Helvetica, Arial, sans-serif;
}

.title h2{
  margin: 40px 0px 0px 35px;
}

.location{
  width:1024px;
  height:55px;
  float:right;
  padding:0px;
  text-align: left;
  font-size:20px;
}

.location p{
  margin: 12px 0px 0px 35px;
  font-family: Helvetica, Arial, sans-serif;
}

.paragraph{
  width:580px;
  height:390px;
  float:left;
  padding:0px;
  text-align: left;
  font-size:18px;
}

.paragraph p{
  margin: 55px 0px 0px 35px;
  font-family: Helvetica, Arial, sans-serif;
}

.paragraph h4{
  margin: 20px 0px 0px 35px;
  font-size:18px;
}

.paragraph li{
  margin: 5px 0px 0px 35px;
  font-size:19px;
}

.service{
  height:283px;
  width:300px;
  background-image: url(../images/restaurant-to-room_web.png);
  background-repeat: no-repeat;
  object-fit:cover;
  float:right;
  margin: -685px -322px 0px 0px;
}

.divider{
  margin: 30px 0px 0px 30px;
}

.footer{
  height:35px;
  width:960px;
  background-color:#602e8b;
  color:white;
  clear:both;
  margin: 265px 0px 0px 0px;
  clear:both;
  text-align:left;
  font-size: 15px;
}

.footer p{
  margin: 10px 3px 4px 3px;
  font-family: Helvetica, Arial, sans-serif;
}