body {
	/*background:
linear-gradient(135deg, #708090 22px, #AAA 22px, #d9ecff 24px, transparent 24px, transparent 67px, #AAA 67px, #d9ecff 69px, transparent 69px),
linear-gradient(225deg, #708090 22px, #AAA 22px, #d9ecff 24px, transparent 24px, transparent 67px, #AAA 67px, #d9ecff 69px, transparent 69px)0 64px;
background-color:#708090;
background-size: 64px 128px;*/
	background-image: url(Images/background.jpg);
	background-repeat:no-repeat; 

    /*remove these 2 lines id you want the previous effect*/
    background-attachment:fixed; 
    background-size: 148% 123%; /*chris was 120,100 changed it so the floor is less visible, and the corner is more to the side*/ 
    height:100%;
    min-height: 100vh;
    margin:0;

    /*overflow-x: hidden;*/
}

#bannerL {
	max-height:150px; 
	width:100%;
}

.sbr{
	line-height: 10px;
}
.middleImage{
    width: 100%; 
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;
    margin: auto;

}
.page1carousel{
    width:100%;
    height:450px;
}

/*TOP INFO*/
.ti {
	height:25px; padding-top:8px; margin-left:-10px;
}
.ti_pimage {
	height:25px; padding-top:3px;
}
.ti_p1 {
	margin-right:-15px;
}
.ti_p2 {
	margin-right:-5px;
}
.ti_image {
	height:30px; width:auto;
}

/*Navigaton-Bar & Footer*/
.info_size {
	font-size: 14px;
}
#footer1 {
	margin-left:-10px;
}
.footer_icon {
	font-size:25px;
}
.navfixed {		/*it sticks to top when scroll down*/
    position: fixed;
    top: 0;
    z-index:10;
}

.bodywrap{ /*needed to make the footer sticky @the bottom*/
	min-height:100vh;
	margin-bottom: -35px;
}
.footerwrap { /*footer not overlap with any elements*/
	height:35px;
}

#navwrap {		/*need it so content afterwards wont move when nav bar's position is fixed*/
	min-height: 40px;
}


/*Page 1*/
.h2_vw {
	font-size:1.7vw;
}

.h1_vw {
    font-size:2.0vw;
}

.bGP {
	color: #366531;
}


/*carousel index page */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


/*Page 2*/
.p2 {
	float:left;
	max-width:60%;
}
.ph_size {
	font-size:21px;
}

/*page 4 contact*/
#map {
    height: 400px;
    width: 100%;
}
#map2{
    height: 400px;
    width: 100%;
}


.p4_size {
	font-size: 120%;
}

.pageText {
	min-width:75%;
}

#gallery-dialog{
	margin-top: 5%;
    position: relative;
    display: table; //This is important 
    overflow-y: auto;    
    overflow-x: auto;
    width: 95%;

}

#gallery-body {
    position: relative;
    overflow-y: auto;
    max-height: 500px;
    background-color: transparent;
}

/*modal pics */

.page3Thumbnail {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    max-height:250px;
    width:auto;
}

.page3Thumbnail:hover {opacity: 0.7;}

/* The Modal (background) */
#myModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    /*padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    z-index: 10;
    height: 100%;
}

/* Modal Content (Image) */
#img01 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
#img01, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 10000;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}









/**/







/*Different screen sizes */

@media only screen and (max-width: 1600px) {
	.info_size {
	font-size: 14px;
	}

	.p2, .p_size  {
		font-size:95%;
	}
	.h2_size {
		font-size:188%;
	}
	.ph_size {
		font-size:20px;
	}
	.p4_size {
		font-size:110%;
	}

}

@media only screen and (max-width: 1200px) {
	.info_size {
	font-size: 13px;
	}

	.p2, .p_size {
		font-size:90%;
	}
	.h2_size {
		font-size:160%;
	}
	.ph_size {
		font-size:18px;
	}
	.p4_size {
		font-size:100%;
	}

}


@media only screen and (max-width: 991px) {

	#bannerL {
	max-height:140px;
}

	#indexImg1 {
		display: none;
	}
	#indexImg2 {
		display: none;
	}
	#indexImg3 {
		display: none;
	}
	.page1carousel{
    	height:400px;
	}

}

@media only screen and (max-width: 800px) {
	#bannerL {
		max-height:130px;
	}

	.h2_size {
		font-size:150%;
	}
	.info_size {
	font-size: 12px;
	}	
	.p2, .p_size{
		font-size:82%;
	}
	.ph_size {
		font-size:16px;
	}
	.p4_size {
		font-size:90%;
	}

	.page1carousel{
    	height:340px;
	}
	

}

@media only screen and (max-width: 680px) {
	.p2 {
		max-width: 99%;
	}
	.pageImages {
		display: none;
		width: 0%;
	}
	.pageText {
		min-width:100%;
	}
}

@media only screen and (max-width: 600px) {
	.h2_size {
		font-size:140%;
		margin-top:-1px;
	}

	#ti2 {
		margin-left:-21px;
	}	
	#ti3 {
		margin-left:-21px;
	}
	.ti_image {
		height:29px;
	}
	.ti_p1 {
		margin-right:-24px;
	}
	.ti_p2 {
		margin-right:-7px;
	}

	#indexContainer {
		margin-top: -22px;
	}
	.page1carousel{
    	height:260px;
	}

}
@media only screen and (max-width: 540px) {
	.h2_size {
		font-size:130%;
		margin-left: 0px;
	}

	.info_size {
	font-size: 11px;
	}
	
	.ti_image {
	height:28px;
	}

	.page1carousel{
    	height:220px;
	}
	

}

@media only screen and (max-width: 500px) {
	.h2_size {
		font-size:115%;
		margin-left: 0px;
		padding-right: 25px;
		margin-top:-8px;
	}

	.ti_hide {
		display: none;
	}
	#ti1 {
		margin-left:0px;
		font-size:13px!important;
	}
	#ti2 {
		height:15px; padding-top:0px; padding-bottom: -10px; padding-right: 65px; margin-left:-18px;
	}	
	#ti3 {
		min-width: 80px height:15px; padding-top:3px; margin-top: -10px; margin-left:-18px;
	}

	#indexContainer {
		margin-top: -33px;
	}
	.page1carousel{
		margin-right: -50px;
    	height:200px;
	}


}
@media only screen and (max-width: 430px) {
	#ti1 {
		margin-left:-2px;
		font-size:13px!important;
	}
	#ti2 {
		height:15px; padding-top:0px; padding-bottom: -10px; padding-right: 24px; margin-left:-23px;
	}	
	#ti3 {
		min-width: 80px height:15px; padding-top:3px; margin-top: -10px; margin-left:-23px;
	}

	#footer1 {
	margin-left:-20px;
	}

	.page1carousel{
    height:180px;
	}

}

@media only screen and (max-width: 400px) {
	#ti1 {
		margin-left:-5px;
		font-size:13px!important;
	}
	#ti2 {
		height:15px; padding-top:0px; padding-bottom: -10px; padding-right:3px; margin-left:-24px;
	}	
	#ti3 {
		min-width: 80px height:15px; padding-top:3px; margin-top: -10px; margin-left:-24px;
	}


}
@media only screen and (max-width: 380px) { /*making sure it works on smaller screens*/
	
	#ti1 {
		margin-left:-10px;
		font-size:12px!important;
	}
	#ti2 {
		height:15px; padding-top:0px; padding-bottom: -10px; padding-right:0px; margin-left:-25px;
	}	
	#ti3 {
		min-width: 80px height:15px; padding-top:3px; margin-top: -10px; margin-left:-25px;
	}
	.footer_icon {
		font-size: 22px;
		margin-left:-15px;
	}
	
}