@charset "utf-8";
/* Le Soileil CSS Document */

body{
	background:#BBBBBB;
	font-family:'Open Sans', sans-serif;
	overflow-x: hidden;
}

.navbar {
	list-style:none;
	height:150px;
}

.navbar > .collapse{
	padding-left: 300px;
}

.navbar > .collapse.show{
	padding-left: 0px;
}
.navbar> div > div > a {
	font-size: 20px;
	text-decoration: none;
	margin-right: 50px;	
}

.navbar-light .navbar-nav .nav-link:hover{
	color:white;
}

.section1{
	background-image: url("Page_1_background_4.jpg");
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100vh;
}
.slogan{
	font-family:'Montserrat', sans-serif;
	color:white;
	font-size: 30px;
}

.about{
	font-size:60px;
	font-family:'Montserrat', sans-serif;
	letter-spacing: 50px;
}

.description{
	margin:25px;
	font-size: large;
	line-height: 35px;
}

.menu{
	font-size:60px;
	font-family:'Montserrat', sans-serif;
	letter-spacing: 50px;
}

.overallmenu{
	margin:10px;
}

.events{
	font-size:60px;
	font-family:'Montserrat', sans-serif;
	letter-spacing: 50px;
}

.button-bookadate {
	display: block;
	text-align: center;
	text-decoration-color: white;
  }

  .button {
	border: 10px;
	display: inline-block;
	font-size: 1em;
	padding: 1em 2em;
	width: auto;
  }

  .cta-button {
	background-color:#4c4c4c;
	color: #fff !important;
  }

  .classes{
	font-size:60px;
	font-family:'Montserrat', sans-serif;
	letter-spacing: 50px;
}

.contact{
	font-size:60px;
	font-family:'Montserrat', sans-serif;
	letter-spacing: 50px;
}

.border{
	border: red 1px solid;
}

i {
	padding-right: 50px;
}

.formoreinfo {
	position: fixed;
	right: 0;
	bottom: 30%;
	height: 250px;
	width: 50px;
	background-color: #4c4c4c;
	color: #FFF;
 }
 .formoreinfo > p {
	transform: rotate(90deg);
	width: 100px;
	position: relative;
	right: 25px;
	top:115px
 }

 .carousel-item > img{
	 height: 750px;
	 width: cover;
 }

 .blacknavbar{
	 background-color: black;
 }