/*
Bootstrap 4 breakpoints
*/

/*Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
* {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}
body {
	font-size: 16px;
	color: #9d9d9c;
	position: relative;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	width: 100%;
	height: 100%;
}

hr {
    height: 1px;
    background: linear-gradient(to right, #6fedba, #e24e04);
	background: -webkit-linear-gradient( to right, #6fedba, #e24e04);
	background: -o-linear-gradient(to right, #6fedba, #e24e04);
	background: -moz-linear-gradient(to right, #6fedba, #e24e04);
}

.masthead h1 {
  font-size: 6em;
	font-weight: 100;
	line-height: 80%;
	padding-top: 2%;
	background: linear-gradient(138deg, #72fbce, #72fbce, #51c4f2, #96ed93, #886e78, #fe7e12, #fe7e12);
background-size: 250%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-animation: gradientshine 5s ease infinite;
-moz-animation: gradientshine 5s ease infinite;
-o-animation: gradientshine 5s ease infinite;
animation: gradientshine 5s ease infinite;
		}

@-webkit-keyframes gradientshine {
    0%{background-position:0% 55%}
    50%{background-position:100% 46%}
    100%{background-position:0% 55%}
}
@-moz-keyframes gradientshine {
    0%{background-position:0% 55%}
    50%{background-position:100% 46%}
    100%{background-position:0% 55%}
}
@-o-keyframes gradientshine {
    0%{background-position:0% 55%}
    50%{background-position:100% 46%}
    100%{background-position:0% 55%}
}
@keyframes gradientshine {
    0%{background-position:0% 55%}
    50%{background-position:100% 46%}
    100%{background-position:0% 55%}
}	

.masthead h1 .strong {
	font-weight: 500;	
}
.fullstop{
	font-family: 'times', sans-serif;
}
h2 {
  font-size: 3em;
 color: #514c4c;
}

h1 {
  font-size: 3em;
  background: linear-gradient(to bottom right, #72fbce, #72fbce, #51c4f2, #96ed93, #886e78, #fe7e12, #fe7e12, #fe7e12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-weight: 100;
	line-height: 80%;
	padding-top: 2%;	
}
h1 .strong {
	font-weight: 500;
	
}

h1, h2, h3, h4 {
	font-family: 'helvetica', sans-serif;
	text-transform: uppercase;
}
h2 {
	font-size: 26px;
	margin-bottom: 0em !important;
}
h3 {
	color: rgba(255,255,255,1);
	font-size: 24px;
}
h4 {
	font-size: 16px;
}
h4 span {
	color: rgba(20,50,29,0.5);
}
p {
	margin-bottom: 1em;
}
a {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.bg-dark {
	background-color: #514c4c !important;
}
.bg-grey {
	background-color: #cccccc !important;
}

.mainimgbg {
	background:url("../img/maidenhead-building2-151.jpg") center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
}
.specimgbg {
	background:url("../img/maidenhead-building2-131.jpg") center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
}
.aerialimgbg {
	background:url("../img/aerial.jpg") center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
}

.aboutimg{
	background:url("../img/gallery/courtyard2_lg.jpg") bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	margin: 4px 0 0 0;
}
.accommimg{
	background:url("../img/gallery/glazing_lg.jpg") center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	margin: 4px 0;
}
.locationimg{
	background:url("../img/gallery/lake1_lg.jpg") center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	margin: 0 0 4px 0;
}
.navbar-dark .navbar-brand p{
    background: linear-gradient(138deg, #72fbce, #72fbce, #51c4f2, #96ed93, #886e78, #fe7e12, #fe7e12);
	 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	line-height: 1;
	padding-top: 20px;
	padding-left: 20px;
}


	
.headlinebg {
		background: linear-gradient(138deg, #72fbce, #72fbce, #51c4f2, #96ed93, #886e78, #fe7e12, #fe7e12);
background-size: 250%;

-webkit-animation: gradientshine 10s ease infinite;
-moz-animation: gradientshine 10s ease infinite;
-o-animation: gradientshine 10s ease infinite;
animation: gradientshine 10s ease infinite;
		}

@-webkit-keyframes gradientshine {
    0%{background-position:0% 55%}
    50%{background-position:100% 46%}
    100%{background-position:0% 55%}
}
@-moz-keyframes gradientshine {
    0%{background-position:0% 55%}
    50%{background-position:100% 46%}
    100%{background-position:0% 55%}
}
@-o-keyframes gradientshine {
    0%{background-position:0% 55%}
    50%{background-position:100% 46%}
    100%{background-position:0% 55%}
}
@keyframes gradientshine {
    0%{background-position:0% 55%}
    50%{background-position:100% 46%}
    100%{background-position:0% 55%}
}


.media-body {
	margin-left: 20px;
}
.media{
	margin-bottom: 20px;
}
#contact {
	font-size: 14px;
}
.logo{
	height: 50px;
	width: auto;
}
.slider {
        width: 100%;
    }

.slick-slide img {
      width: 100%;
    }

.slick-prev:before,
.slick-next:before {
      color: white;
    }

.slick-prev {
  left: 50px;
  z-index: 999;
}
.slick-next {
  right: 50px;
	z-index: 999;
}  
.slider.variable-width{
width:100%;
}
.slider.variable-width img{
max-width:100%;
}

.gallery { 
		  height: 500px; 
		  display: flex !important; 
		  overflow: hidden;
		  margin: 4px 0;
	  } 
.slick-slide { 
		  height: inherit !important; 
		  display: flex !important; 
		  justify-content: center; 
		  align-items: center;
		  margin-right: 4px;
	  }
.slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}


.variable .slick-slide {
   height: 128px;
}

.variable .slick-slide img {
   height: 128px;
}



table {
	width: 100%;
	font-size: 14px;
	color: rgba(0,0,0,0.6);
}
table.travel {
	margin-bottom: 2rem;
}
table.travel tr {
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
table.travel tr td {
	padding-right: 20px;
	padding-left: 20px;
}
table.availability tr.topbot {
	color: rgba(0,0,0,1);
}
table.availability tr.greybg {
	background-color: rgba(0,0,0,0.2);
}
table tr td {
	padding: 3px 5px;
}

.bluebg{
	background-color: #95b870;
	color: #000;
}
.greenbg{
	background-color: #73c7d5;
	color: #000;
}
.tealbg{
	background-color: #86c8ab;
	color: #000;
}
.orangebg{
	background-color: #e48343;
	color: #000;
}

#specification .fa, .fas, .far, .fal {
    background: linear-gradient(to bottom right, #72fbce, #72fbce, #51c4f2, #96ed93, #886e78, #fe7e12, #fe7e12, #fe7e12);
	 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	background-size: 300%
}
ul.downloads {
	list-style: none;
	padding:0 0 0 4rem;
	border-left: 2px solid #FFF; 
}
.btn {
	color: #FFFFFF;
	font-weight: 500;
	text-transform: uppercase;
	padding:1rem;
	border: 2px solid #FFFFFF;
	width: 100%;
	margin-bottom: 1rem;
}
.btn:hover {
	color: rgba(20,50,29,1);
	background-color: #FFFFFF;

}
span.uppercase {
	text-transform: uppercase;
}

.masthead {
	position: relative;
	height: 100vh;
	overflow: hidden;
	background-color: #514c4c;
}


#contact {
	color: #FFFFFF!important;
	background-color: #514c4c!important;
}
.gbg {
	background-color: rgba(169,188,68,1);
}

.grid {
	border:2px solid #FFF;

}



.map {
	border:none;
	width:100%;
	height: 600px;
}

.mobile {display: none;}
.desktop {display: block;}

.navbar-dark .navbar-toggler {
    margin: 20px;

}

.navbar {
	padding: 0;
	background-color: #514c4c;
}
.navbackground {
	background-color: #514c4c;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    opacity: 0;
    z-index: -100;

}
.navbar-scrolled .navbackground {
   opacity:1;
   -webkit-transition: opacity 200ms linear;
   -moz-transition: opacity 200ms linear;
   -o-transition: opacity 200ms linear;
   -ms-transition: opacity 200ms linear;
   transition: opacity 200ms linear;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
	font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:active {
    color: #72fbce;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link { 
    color: #72fbce;
}
/*.navbar-brand {
	padding: 0 1rem 1rem 1rem;
}*/
.navbar-brand img {
	height: 80px;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
	border-color: none;
}
.navbar-toggler-icon {
	background: none;
}


/* Large devices (desktops, 992px and up) */
@media (max-width: 1200px) { 
	.masthead h1 {
  font-size: 5em;
}
	
ul.downloads {
	list-style: none;
	padding:2rem 0 2rem 2rem;
	border-left: 2px solid #FFF; 
}
}
 
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 
.mobile {display: block;}
.desktop {display: none;}
.masthead h1 {
  font-size: 5em;
}
	h1 {
  font-size: 2em;
}
h2 {
	font-size: 20px;
	font-weight: 600;
}
h3 {
	color: rgba(255,255,255,1);
	font-size: 24px;
}
h4 {
	font-size: 16px;
}

ul.downloads {
	list-style: none;
	padding:2rem 0 2rem 0;
	border-left: none; 
}
.greenline {
	background:none;
}
.grid {
	border:1px solid #FFF;
}
.grid-item { 
	width: 50%; 
	border:1px solid #FFF;
}
.w50 {width: 100%;}
.w75 {width: 100%;}
.map {
	border:none;
	width:100%;
	height: 400px;
	padding-bottom: 2rem;
}
	}

	
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 520px) { 

}
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
 
/* Set width to make card deck cards 100% width */
@media (max-width: 950px) { 

}

@media only screen and (max-width: 600px) {
.masthead h1 {
  font-size: 2.5em;
}
}