h3 { 
	color: #ac0217;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

h1 {
	color: #3d3d3f;
    font-family: 'Raleway', sans-serif;
    font-size: 44px;
    line-height: normal;
}

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

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

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;
}


.main-navigation a {
   font-weight: 700;
    outline-offset: -8px;
    padding: 8px 6px;
    white-space: nowrap;
}

/*** about_content Properties***/
#about .about_content h2 {
    padding-bottom: 0px;
}
.about_content h2 {
    padding-bottom: 0px;
}
.about_content {
    background: #ffffff;
    border-radius: 5px;
    padding: 42px 32px;
}

/*CHANGE ROLLOVER AND ACTIVE MENU ITEM COLOUR*/

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item > a {
	color: #ac0217; 
border-top: solid 1px #ac0217;
border-bottom: solid 3px #ac0217;
}
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #ac0217;
	color: #ac0217;
}


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

.pagination::before,
.pagination::after {border-radius: 90px;
    background-color: #00afef;
    content: "";
    height: 52px;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 0;
}

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

.pagination .prev:hover,
.pagination .next:hover{
	border-radius: 90px;
    background-color: rgb(249, 238, 242);
    color: #00afef;
}





/*REMOVE PURPLE LINE ON RESPONSIVE MENU*/

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

/*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;
		}
		
/*** ABOUT CONTENT***/
.about_content {
    background: #ffffff;
    border-radius: 5px;
    padding: 42px 32px;
}
	

/*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;
	}
}


/*fix font in message field*/


.mpce-cfa-form textarea {	
	font-family: 'chosenfont', sans-serif;
	font-size: 13px;
	padding: 1em 1em;
}






/*** FIT GALLERY IMAGES INTO SCREEN***/

.vbox-container img {
    max-width: 70%;
    height: auto;
}




/*Create a to top icon... to_top predef. style (on column containing icon) refers to this css: */ 
/*remember to set icon to smoothScroll in predef. and to set #top and name - ID header row as such*/

.to_top .smue-ce-icon-obj {
	position: fixed !important;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	cursor: pointer;
}




