﻿* {
  box-sizing: border-box;
}
html, body   {
    max-width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}
img {
	max-width:100%;
	height:auto !important;
}
.wrapper {
	position: relative;
	width: 100%;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
}

.wrap {
	width:100%;
}

.logo {
	position: relative;
	width: 20%;
	float: left;
	text-align: center;
}
.menu {
	position: relative;
	width: 60%;
	float: left;
	text-align: center;
	padding-top:50px;
}
.button_contact {
	position: relative;
	width: 20%;
	text-align: center;
	float: left;
	padding-top:50px;
}
.clear {
	clear: both;
}
.page-header {
	position: relative;
	width: 100%;
	/*height:800px;*/
}

/* Head background images */
.homebg {
	 
   background: url('../images/limbgo-york-home-hero-blue.jpg') no-repeat fixed center top; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:800px;
}

.aboutbg {
	 
   background: url('../images/butterfly-quote.jpg') no-repeat center top scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:500px;
}

.profilebg {
	 
   background: url('../images/butterfly-profiles.jpg') no-repeat fixed center top; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:800px;
}

.socialbg {
	 
   background: url(../images/butterfly-social.jpg) no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:800px;
}



.swimbg {
	 
   background: url(../images/swimming.jpg) no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:800px;
}


.contactbg {
	 
   background: url(../images/butterfly-contact.jpg) no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:800px;
}



.header-text {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 180px;
	padding-left:30px;
	padding-right:30px;
}

.centre-text {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 20px;
	padding-bottom:40px;
}

.title {
	position:relative;
	width:100%;
	padding:30px;
	text-align:center;
}

.grid-container {
    display:flex;
    
}

.box {
	position: relative;
	width: 33.3333%;
	float: left;
	text-align: center;
	padding-left:20px;
	padding-right:20px;
	padding-top:50px;
	padding-bottom:50px;
}
.profile-left {
	padding: 20px;
	position: relative;
	width: 65%;
	float: left;
}
.profile-right {
	position: relative;
	background-color: #CCCCCC;
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px;
	float: right;
	width: 30%;
	margin-top:40px;
}
.fifty {
	position: relative;
	width: 50%;
	padding: 20px;
	float: left;
}
.footer {
	position: relative;
	width: 100%;
	padding: 20px;
	text-align: center;
	background-color:#E5E5E5;
}
