@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great&display=swap');

/*FONT SETTINGS -  customise family size and colour */


h3 {
	color: #42b4c1;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

h1 {
	color: #3d3d3f;
    font-family: 'Fredericka the Great', cursive;
    font-size: 46px;
    line-height: normal;
}

h2 {
  color: #575757;
  font-size: 35px;
  line-height: normal;
}

h4 {
  color: #797979;
  font-size: 20px;
  font-weight: 400;
}

h5 {
	color: #3d3d3f;
    font-family: 'Fredericka the Great', cursive;
    font-size: 32px;
    line-height: normal;
}

p {padding:6px 0 !important;
    color: #878787;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
}

li {
    color: #878787;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #42b4c1;
}

/*CHANGE ROLLOVER AND ACTIVE MENU ITEM COLOUR*/

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item > a {
	color: #42b4c1; /*blue*/
}

/*REMOVE PURPLE LINE ON RESPONSIVE MENU*/

@media screen and (max-width: 767px) {
		.main-navigation li:hover,
	.main-navigation .current-menu-item {
		border-color: #fff;
	}
}

/*Remove other menu borders*/

.main-navigation li {
	border-top: 1px solid #ffffff00;
	position: relative;
}
.main-navigation .primary-menu {
    border-bottom: 1px solid #ffffff00;
}

/*center the menu*/

	.menu-header-menu-container{
		display:inline-flex !important;
		}
	

/*fullwidth contact */

.site-content .mpce-cfa-form .mpce-cfa-form-text, .site-content .mpce-cfa-form .mpce-cfa-form-email {
    width: 100% !important;
    display: inline-block !important;
}		

/* Menu wrapping thing*/
@media screen and (min-width: 768px) {
	.main-navigation {
		margin: 0 -2.875em;
	}
}




.pagination .prev,
.pagination .next {
    color: #fff;
}
.pagination .prev,
.pagination .next {
    background-color: #a7d2c4;
    color: #fff;
    display: inline-block;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
}

.pagination .prev:hover,
.pagination .next:hover{
	border-radius: 90px;
    background-color: rgb(66, 180, 192);
    color: #fff;
}.pagination::before,
.pagination::after {
    background-color: #a7d2c4;
    content: "";
    height: 52px;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 0;
}

.pagination {
    border-top: 4px solid #a7d2c4;
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 6% 2.947368421em;
    min-height: 56px;
    position: relative;
	text-align:left;
}
