@charset "utf-8";
.border{border:solid 1px black; }
.margin-top{
	margin-top:10em;
}

.holder > img{
	max-width: 100%;
	max-height: 100%;
}
.centre>*{
	height:500px;
	margin-left:5%;
	margin-right:5%;
}
.carousel-content{
    height:500px;
    text-align: center;
}
.item{
    align-content: center;
}
.bullets{
	display: flex;
    justify-content: center;
}
#contact-us{
	max-width:100%;
}
.icon{
	float:right;
	display:none;
    cursor: pointer;
}
#toggle{display:block;}

@media only screen and (max-width: 800px) {    
    nav{
        
        position:absolute;
    }
    #toggle{
        display:none;
    }
    .icon{
        display: block;
        float:right;
        margin-right:3em;
        margin-top:-2.5em;
    }
}
#paragraph{
    display:none;
}
.holder{
	max-width:100%;
}

.certificates{
    display: inline-block;
    max-height: 5%;
    overflow-x: visible;
    overflow-y:hidden;
    justify-content: center;
}

.certificate{
    max-width: 100px;
    height: 5%;
    margin-top: auto;
    margin-bottom: auto;
    height: min-content;
}
/*grid box*/
.not-resizeable{
    resize: none;
}

.semiTransparent{
    opacity: .95;
}
#about{
    padding-top:2.5em;
    margin-top:-2.5em;
	max-width: 100%;
}
#testimonials{    
    padding-top:2.5em;
    margin-top:-2.5em;
    
}
.gallery_photos{
	object-fit: scale-down;
	height: auto;
}
.iframe{
	align-self: center;
	width: auto;

}
#gallery{padding-top:2.5em;
    margin-top:-2.5em;}
#whereAreWe{    
    padding-top:2.5em;
    margin-top:-2.5em;
}
body{
    background-color: #677db5;
    position: relative;
}

.cover{
    padding:10%;
    background-image: url("../images/Cover Photo.jpeg");
	background-size: cover;
}
#Page{
    border-radius: 1.5%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 1%;
    padding-top: 20px;
	height:95%;
    background-color:#FFFFFF;
	max-width: 100%;
	
}
footer{
    background-color: lightgray;
	color: black;
}