@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');

.logo {
	height: 50px;
}

.sNavLink {font-size: 12px !important;}

.aniEmail {background-color: #e6e7e8; padding: 50px;}

.sNav{margin-top: 50px;margin-bottom: -35px;}
.paddingTen {padding-top: 10px; padding-left: 0px; padding-right: 0px;}
.paddingTwentyFive {padding: 25px !important;}

.nav-link {
font-size:13px;
font-weight: 200;
font-family: Quicksand, Arial, Helvetica, sans-serif;
   }
.subNav{font-size: 16px; }

.nav-item{color:#0e2130;}
.nav-item:hover{color:#0e2130;}

.bg-light{
	background-color: #0e2130 !important;

}

.backgroundGrey{background-color: #f1f1f2 !important;}

.bg-grey{
	height: 600px;
	background-color: #f1f1f2 !important;

}

.introText{position: absolute;
top: 180px;}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 2555, 0.75);margin-top: 10px;
}

.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color: rgba(255, 255, 2555, 0.4);
}

.btn-outline-primary {
	border-radius: 100px;
	border:1px solid #ffffff;
	margin: 0px 5px;
	color: #ffffff;
	font-family: Quicksand, Arial, Helvetica, sans-serif;
}

.btn-outline-primary:hover {
	border-radius: 100px;
	border:1px solid #ffffff;
	margin: 0px 5px;
	color: #0e2130;
	background-color: #ffffff;
	font-family: Quicksand, Arial, Helvetica, sans-serif;

}

.btn-outline-secondary {
	border-radius: 100px;
	margin: 0px 5px;
	color:#c2a25c;
	border: 1px solid #c2a25c;
	font-family: Quicksand, Arial, Helvetica, sans-serif;
}

.btn-outline-secondary:hover {
	border-radius: 100px;
	border:1px solid #c2a25c;
	margin: 0px 5px;
	color: #0e2130;
	background-color: #c2a25c;
	font-family: Quicksand, Arial, Helvetica, sans-serif;
}

.btn-default {
	color: #c2a25c;
	border-radius: 200px;
	padding: 10px 25px;
	border: 1px solid #c2a25c;
	font-family: Quicksand, Arial, Helvetica, sans-serif;
}

.btn-default:hover {
	background-color: #c2a25c;
	color: #ffffff;
	border: 1px solid #c2a25c;
}

.btn-primary {
	color: #c2a25c;
	background: none;
	border-radius: 200px;
	padding: 5px 15px;
	border: 1px solid #c2a25c;
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	margin-top:10px;margin-left: 2px;
}

.btn-primary:hover {
	background-color: #c2a25c;
	color: #ffffff;
	border: 1px solid #c2a25c;
}


.btn-secondary {
	border:1px solid #ffffff;
	color: #ffffff;
	background-color: transparent;
	border-radius: 200px;
	padding: 10px 25px;
	margin-top: 20px;
	font-family: Quicksand, Arial, Helvetica, sans-serif;
}

.btn-secondary:hover {
	border:1px solid #ffffff;
	background-color: #ffffff;
	color: #0e2130;
	border-radius: 200px;
	padding: 10px 25px;
}


.active {color:#c2a25c !important;font-weight: 500;}

.start{margin-top: 50px;}

.ZeroPadding{
	padding: 0px 0px 6px 0px !important;
}

.ZeroLeftPadding{
	padding: 0px 3px 0px 0px !important;
}

.ZeroRightPadding{
	padding: 0px 0px 0px 3px !important;
}

h1{
	font-family: "Playfair Display", "Times New Roman", Times, Garamond, serif;
	color:#ffffff;
	font-size: 100px;
	line-height: 100px;
}

h2{
	font-family: "Playfair Display", "Times New Roman", Times, Garamond, serif;
	color:#0e2130;
	font-size: 50px;
	line-height: 56px;
}

h3{
	font-family: "Playfair Display", "Times New Roman", Times, Garamond, serif;
	font-size: 32px;
	color:#FFFFFF;
	margin-left: 5px;
	text-align: center;
	font-weight: 500;
}

h4{
	font-family: "Playfair Display", "Times New Roman", Times, Garamond, serif;
	font-size: 60px;
	color:#0e2130;
	margin-left: 0px;
	text-align: left;
	margin-bottom: 20px;
}

h5{
	font-family: "Playfair Display", "Times New Roman", Times, Garamond, serif;
	color:#0e2130;
	font-size: 30px;
	line-height: 40px;
}

.intro{font-family: Quicksand, Arial, Helvetica, sans-serif;
color:#0e2130;
font-size: 16px;
line-height: 24px;
margin-bottom: 20px;}

.enquire{padding-top: 100px;padding-bottom: 100px;
background-color: #f1f1f2 !important;
}


.webText { 
  height: 100%;
  position: relative;

	top: 30%;
	
}



.webText p {
  margin: 0;  
position: absolute;
  font-family: Quicksand, Arial, Helvetica, sans-serif;
color:#0e2130;
font-size: 16px;
line-height: 24px;
margin-bottom: 20px;	
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.containerImage {
  position: relative;
  text-align: center;
  color: white;
}

.carousel-item {
  height:75vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.noPads {margin:0;padding: 0;}

.carousel-caption {
    position: absolute;
	top: 40%;
    z-index: 40;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.display-4 {font-size: 100px;}

.lead {font-size: 22px !important; 
	font-family: Quicksand, Helvetica, Arial, san-serif;
}

.bottom-left {
position: absolute;
  bottom: 10px;
  left: 150px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.marketing {padding-top: 75px;}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
	margin-top: 100px;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
	font-family: Quicksand, Helvetica, Arial, sans-serif;
}


.price{color:#c2a25c; font-weight: bold;}


p.white{
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:21px;
	color:#ffffff;
	margin-left: 0px;
	padding-left: 0px;
}

.left{
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
	font-weight: 500;
}

a.whiteLink {
	color: #ffffff;
	text-decoration: none;
}

a.whiteLink:hover {
	color: #ffffff;
	text-decoration: underline;
}
.navbar-light .navbar-toggler-icon {
	 color: #ffffff !important;
}	

/* RESPONSIVE CSS
-------------------------------------------------- */
@media only screen and (max-width: 1366px) {
.logo {
	height: 45px;
}
	
.nav-link {
font-size:16px;
font-weight: 200;
font-family: Quicksand, Arial, Helvetica, sans-serif;	
   }
	
	
		
}

@media only screen and (max-width: 1112px) {
	
.nav-link {
font-size:14px;
font-weight: 200;
font-family: Quicksand, Arial, Helvetica, sans-serif;	
   }
	
.logo {
	height: 50px;
}	
	
}


@media only screen and (max-width: 1024px) {
	
.nav-link {
font-size:12px;
font-weight: 200;
font-family: Quicksand, Arial, Helvetica, sans-serif;	
   }
	
.logo {
	height: 40px;
}
	
	.navButtons{font-size:12px;
}
	
	

	
h1{
	font-size: 75px;
	line-height: 80px;
}	
	
}

@media only screen and (max-width: 414px) {
.left{
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	font-weight: 500;
}
	
.logo {
	height: 40px;
}
	
.navbar-light .navbar-toggler {
   
	background-color: rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.25);
}

h1{
	font-size: 46px;
	line-height: 50px;
}
	
h2{
	font-size: 36px;
}
	
.bg-grey{
	height: 750px;
	background-color: #f1f1f2 !important;

}	
	
	
.carousel-caption {
    position: absolute;
	top: 25%;
    z-index: 40;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}	

	
.lead{
	font-size: 16px !important;
}
	
.featurette-heading {
	margin-top: 0px;
}
	
.webText { 
top: 0;
padding: 15px;	
} 
	
.webTextBlock{height: 230px !important; }
	
}



