body {
	font: 16px/1.5 'Outfit', sans-serif;
}


section {
	padding-top: 40px;
	padding-bottom: 40px;
}
section#home {
	padding-top: 0;
	padding-bottom: 0;
	/*background: url('splash-img2.jpg') no-repeat center center fixed;*/
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	-o-background-size: cover !important;
	width: 100%;
	height: 100vh;
	height: 100%;
}
/*section#home #right-col {
	height: 100%
}*/
section#home #overlay {
	width: 100%;
	height: 100vh;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

section#home #overlay #ksp-footnotes {
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
}

section#home #overlay #ksp-footnotes p {
	color: #fff;
}

section#section3 #ksp-footnotes p {
color: #000;
}

section#home #overlay #ksp-footnotes p {color: #fff;}

section#home #overlay #ksp-footnotes a, section#home #overlay #header-ksps a {
	color: #fff;
	text-decoration:underline;
}

section#home #overlay #ksp-footnotes a:hover,  section#home #overlay #header-ksps a:hover{
	color: #fff;
	text-decoration:none;
}

section#home #overlay h1, section#home #overlay h2, section#home #overlay h3 {
	color:#fff
}
img {
	display: block;
	height: auto !important;
	max-width: 100%;
}
.v-align {
	height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}


#header-ksps p:first-of-type {
    border-bottom: 1px solid #fff;
	font-size: 40px;
	padding-bottom:10px
}

#header-ksps{
color: #fff;
font-size: 30px;
}

#ksp-footnotes p{
    font-size: 16px !important;
    padding-top: 40px;
	color:#000
}

.bg {
	background-color: #f5f5f5;
}
#section3 p {
	font-size: 18px;
	color: #007d69;
	line-height: 26px;
}

#footer{background:#007d69;padding-top: 20px;padding-bottom: 20px;border-top:solid 10px #003c3c}
#footer img{max-width: 150px;}

/* carousel */
.carousel{margin-bottom:20px}
.carousel-control .fas{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-fade .carousel-inner .item {-webkit-transition-property: opacity;transition-property: opacity;}
.carousel-fade .carousel-inner .item,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {opacity: 0;}
.carousel-fade .carousel-inner .active,.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {opacity: 1;}
.carousel-fade .carousel-inner .next,.carousel-fade .carousel-inner .prev,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {left: 0;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.carousel-fade .carousel-control {z-index: 2;}
.carousel-indicators {bottom: 5px;}
.carousel-control, .carousel-control:focus{opacity: .0;}
.carousel-control:hover{opacity: 1;}
.carousel-control.left:hover, .carousel-control.right:hover {background-image: unset;filter: unset;}
.carousel-indicators{
	position: unset;
	margin-left: unset;
	width: 100%;
	margin:10px 0;
}
.carousel-indicators .active, .carousel-indicators li:hover {background-color: #009cb5;opacity: unset;}
.carousel-indicators li {border: 1px solid #009cb5;}
/* /carousel */
/* testimonial */
.testimonial {
	margin-bottom:20px;
	background-color: #f5f5f5;
}
.testimonial .left-col {
	padding: 20px 20px 20px 40px
}
.testimonial .quote {
	color: #009cb5;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
}
.testimonial .name {
	color: #009cb5;
	margin-bottom:0
}
.testimonial .row {
	display: -webkit-flex;
	display: flex;
}
.testimonial .image {
	background-position: center;
	background-size: cover;
	height: 100%;
	min-height: 300px;
}
.testimonial .further-text {
	color:#009cb5;
}
.testimonial .plus-icon:hover, .testimonial .minus-icon:hover {
	cursor:pointer
}
.testimonial .plus-icon::after, .testimonial .minus-icon::after {
margin-left: 5px;
}
/* /testimonial */


/* testimonial carousel */
.testimonial-carousel {
	padding-left: 0;
	padding-right: 0;
}
.testimonial-carousel .left-col {
	padding: 20px 20px 20px 40px
}
.testimonial-carousel .right-col .img {
	background-position: center;
	background-size: cover;
	height: 100%;
	min-height: 300px;
}
.testimonial-carousel .carousel-indicators {
	position: absolute;
	bottom: 5px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.testimonial-carousel .carousel-indicators {
	bottom: 5px;
}
/* /testimonial carousel */


@media only screen and (min-width: 470px) {
#testimonial-carousel1 .testimonial1 .img {
background-image: url(//www.exeter.ac.uk/study/campaigns/img/Sarita.jpg);
}
#testimonial-carousel1 .testimonial2 .img {
background-image: url(//www.exeter.ac.uk/study/campaigns/img/Evelyn.jpg);
}
#testimonial-carousel1 .testimonial3 .img {
background-image: url(//www.exeter.ac.uk/study/campaigns/img/Corin930.jpg);
}
}




@media (min-width: 1200px){
	.container {
   		width: 960px;
	}
}

@media (max-width: 1200px){
	.v-align {
    	height: unset;
	}
}



