@charset "UTF-8";

#body {
    margin: 0 auto;
    flex: auto;
    font-family: "Roboto Flex";
	font-size: 12px;
	text-decoration: none;
    color: #000000;
    padding: 20px;
}

#header {
    display: flex;
	position: static;
	width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: .5px solid #000000;
    padding-bottom: 7px;
}

#header h1 a {
	font-size: 12px;
    font-weight: 700;
	color: #000000;
    text-decoration: none;
    float: left;
    text-align: right;
	padding-right: 20px;
}

#header a {
	color: #000000;
	text-decoration: none;}

#navigation  {
    margin-right: 0px;
    float: right;
}
#navigation a {
    float: none;
    right: 0px;
	line-height: 24px;
	padding-right: 20px
}

a { color: #000000;
	text-decoration: none;}

.p {
	max-width: 1100px;
    font-size: 12px;
}

.img-fluid {max-width: 100%;
	height: auto;
	vertical-align: middle;
}

#carousel {
	overflow: visible;
    white-space:nowrap;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#carousel .slide {
    display: inline-block;
    width: 100%;
    max-width: 700px;
}

#carousel .slide1 {
    display: inline-block;
	width: 100%;
	max-width: 700px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: -4px;
}

#carousel .slidetitle {
    display: inline-block;
    min-width: 300px;
	text-align: left;
}


.indeximage-container {
    position: absolute;
    bottom: 20px;
    left: 20px;
	right:20px;
    width: 90%;
    height: 90%;
    display: flex;
    align-items: flex-end;
}

.indeximage-container img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

#centreimage {
	max-width: 1000px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 20px;
	margin-left:auto;
	margin-right: auto;
}

.navimagebox {
	max-width: 1600px;
  	display:block;
	padding-top: 20px;
	line-height: 0;
}

.navimages {
    width: 25%;
    float: left;
}
.content {
    margin: 0 auto;
	font-weight: 300;
    max-width: 1200px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
	padding-top: 3px;
}

#footer {
    margin-top: auto;
	margin-bottom: 0;
	max-width: 100vw;
    padding-bottom: 20px;
    padding-top: 20px;
}

.aboutcopy {
	width: 29%;
	max-width: 300px;
	float: left;
	padding-right: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left-width: .5px;
	border-left-style: solid;
	border-left-color: #000;
}

.aboutcopy1 {
	width: 29%;
	max-width: 500px;
	float: left;
	padding-right: 20px;
	padding-left: 0px;
	margin-bottom: 10px;
	margin-right: 100px;
}

@media only screen and (max-width: 1240px) {
	.aboutcopy {width: 30%; border-left-width:0px; padding-left:0px;}
	.aboutcopy1 {width: 30%; margin-right: 10px;}
}

@media only screen and (max-width: 768px) {
	.navigation {border-left: .7px solid #000000;}
	.navigation a { line-height: 24px;}
	.navimages {width: 32%; float: left; padding: 0px;}
	.aboutcopy {width: 30%; border-left-width:0px; padding-left:0px;}
	.aboutcopy1 {width: 30%; margin-right: 10px;}
}

@media only screen and (max-width: 420px) {
	.navigation {border-left: .7px solid #000000;}
	.navigation a { line-height: 24px; float: right;}
	.navimages {width: 32%; float: left; padding: 0px;}
	.aboutcopy {width: 39%; border-left-width:0px; padding-left:0px;}
	.aboutcopy1 {width: 100%; margin-right: 0px;}
}

@media only screen and (max-width: 320px) {
	 /* For mobile phones: */
.navigation {border-left: .7px solid #000000; float: left;}
.navigation a {font-size: 10px; line-height: 24px;}
.navimages {width: 32%; float: left; padding: 0px;}
.p {font-size: 10px; line-height: 12px;}
.aboutcopy1 {width:100%; margin-right: 0px;}
.aboutcopy {width: 100%; border-left-width:0px; padding-left:0px;}
}



