/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,900|Six+Caps");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 3em;
	margin: 0.67em 0;
	color: #A6DFE6;	}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	font-family: quicksand;
	text-decoration-color: white;
	font-weight: 300;  /* 2 */
	/* [disabled]font-style: italic; */
	font-size: large;
	text-decoration: none;


}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;

  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*  430px breakpoint */
/*  530px breakpoint */
/*  600px breakpoint */
/*  768px breakpoint */
/*  992px breakpoint */
/*  1382px breakpoint */


.jumbotron {
	margin-top: 106px;
	background-image: url(https://static.pexels.com/photos/592869/pexels-photo-592869.jpeg);
	-webkit-background-size: cover;
  background-attachment: fixed;
	background-position: center;
	color: white;
	text-align: center;
	height: 480px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 0px;
	margin-right: 0px;
	text-shadow: 0px 0px;
}





.jumbotron .button {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: white solid 4px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin: 1rem;
	max-width: 40%;
}

.bg-custom {
	background-size: 100%;
	height: 111px;
	background-color: #72BAC3;
	background-image: -webkit-linear-gradient(26deg,rgba(114,186,195,1.00) 0%,rgba(149,211,218,1.00) 28.73%,rgba(114,186,195,1.00) 46.94%,rgba(35,93,99,1.00) 99.80%);
	background-image: -moz-linear-gradient(26deg,rgba(114,186,195,1.00) 0%,rgba(149,211,218,1.00) 28.73%,rgba(114,186,195,1.00) 46.94%,rgba(35,93,99,1.00) 99.80%);
	background-image: -o-linear-gradient(26deg,rgba(114,186,195,1.00) 0%,rgba(149,211,218,1.00) 28.73%,rgba(114,186,195,1.00) 46.94%,rgba(35,93,99,1.00) 99.80%);
	background-image: linear-gradient(64deg,rgba(114,186,195,1.00) 0%,rgba(149,211,218,1.00) 28.73%,rgba(114,186,195,1.00) 46.94%,rgba(35,93,99,1.00) 99.80%);
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 20rem;
  -ms-flex: 1 1 20rem;
  flex: 1 1 20rem;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 25px;
}

.portfolio-item img {
  display: block;
  width: 100%;
}

.portfolio-item figcaption {
  position: absolute;
  top: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1em;
  background: rgba(3, 175, 194, 0.75);
  color: #ffffff;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: top ease-in-out 250ms;
  -o-transition: top ease-in-out 250ms;
  transition: top ease-in-out 250ms;
}

.portfolio-item:hover figcaption,
.portfolio-item:focus figcaption {
    top: 0;
    left: 0%;
}

.portfolio-link {
	text-decoration: none;
	color: #C41A1D;
	font-style: normal;
	font-weight: bold;
}

.portfolio-desc {
    color: #000000;
    font-family: pt-sans;
    font-style: normal;
    font-weight: 400;
    font-size: large;
}

.portfolio-title {
	text-align: left;

}

#servicearea {
	background-image: url(../images/dots.jpg);
	background-color: #606869;
  background-attachment: fixed;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-repeat: no-repeat;
	background-size: cover;
}

.img-fluid {
	padding-left: 60px;
	padding-right: 25px;
}

#cesbackground {
	background-image: url(../images/dots.jpg);
	background-color: #606869;
  background-attachment: fixed;
	padding-left: 65px;
	padding-right: 65px;
	padding-top: 65px;
	padding-bottom: 65px;
	background-repeat: no-repeat;
	background-size: cover;
}

.foot {
	text-align: center;
}

p {
    width: 92%;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 40px;
    line-height: 34px;
	text-indent: 30px;
}



.btn-info {
	align-content: center;
	margin-left: 75px;
}

.send {
	align-content: right;
}


.aboutus {
	background-image: url(https://static.pexels.com/photos/90368/pexels-photo-90368.jpeg);

}


.contactusjumbo {
	background-image: url(https://static.pexels.com/photos/18105/pexels-photo.jpg);
}


.schools {
	height: 180px;
	background-image: url(
	https://static.pexels.com/photos/159711/books-bookstore-book-reading-159711.jpeg);
	margin-top: 110px;

}

.schoolgroup {
	background-color: #5D8F96;

}

.schoolgroupimage {
	padding-left: 11px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.schooltext {
    font-family: quicksand;
    font-style: normal;
    font-weight: 400;
    padding-top: 0px;
    font-size: x-large;
    display: inherit;
    margin-left: 25px;
}


.sportsgroupimage {
	padding-left: 11px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.sports {
	height: 180px;
	background-image: url(
	https://static.pexels.com/photos/209956/pexels-photo-209956.jpeg);
	margin-top: 110px;

}

h2 {
    padding-left: 2px;
}

.contactusbutton {
	align-content: center;
	margin-top: -6px;
	margin-left: 5px;
	margin-bottom: 45px;
	text-decoration: none;

}


.btn-group-vertical {
	margin-left: 57px;
	margin-bottom: -59px;
}

.pagebuttons {
	margin-top: -14px;
	margin-bottom: 35px;
	align-content: center;
	margin-left: 0px;
	margin-right: 110px;
}


.events {
	height: 180px;
	background-image: url(
	https://static.pexels.com/photos/66636/pexels-photo-66636.jpeg);
	margin-top: 110px;
}

.eventsgroup {
	background-color: #5D8F96;
	padding-top: 60px;
	padding-bottom: 60px;
}

.eventpic {
	padding-bottom: 40px;
	padding-top: 40px;
}


.eventsbtm {
	background-image: url(https://static.pexels.com/photos/399610/pexels-photo-399610.jpeg);
	margin-top: 42px;
	margin-left: 35px;
	margin-right: 50px;
}

.carousel {
	margin-top: 18px;
	margin-bottom: 9px;
	padding-left: 25px;
	padding-right: 51px;
	padding-top: 0px;
}

.carousel-inner img {
      width: 100%;
      height: 100%;
  }


.constructionarea {
	background-color: #5D8F96;
	margin-top: 146px;
}


.constructionbtns {
	margin-left: -95px;
}

.constructionpic {
	padding-left: 11px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.error {
  color: red;
}

label {
  display: hidden !important;
}
.form-row {
  margin-top: 20px;
}
