/* #56c0ac 86,192,172 green, #e62782 230,39,130 red, #f78f1e 247,143,30 orange */

@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great');
@import url('https://fonts.googleapis.com/css?family=Courgette|Open+Sans:400,400i');
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:400,400i');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');



.h2, h2 {
    
    color: #56c0ac;
    font-size: 12pt ;
}

.rag-red {
color: #e62782;
}

.rag-orange {
color: #f78f1e;
}

.rag-green {
color: #56c0ac;
}

p {
font-family: Courgette, "Merriweather Sans", cursive ;

}

li.maximenuck.item158.level1 {
color: red !important;
}




.body .container
{background-color:#fff;
/*  font-family: "Comic Sans MS", sans-serif; */
font-family: Courgette, "Merriweather Sans", cursive;  
font-size: 12pt;
line-height: 1.4;
color: black;
}

.rag-head {
font-family: "Fredericka the Great", Corsiva, "San Serif";
font-size: 16pt;
color: #e62782;
}

.rag-body  {
font-family: Courgette, "Merriweather Sans", cursive !important;  
font-size: 12pt;
color: black;
}

/* Remove cassiopeia background for header */
.container-header{
background-color: rgb(255,255,255) ;
background-image: none ;
}

/* EB MARGIN FOR ARTICLE PHOTO */
.photo {
  	height: auto; 
    width: auto; 
    max-width: 300px; 
 /*   max-height: 300px;  */
  float: left;
  margin-right: 10px;
  padding-top: 10px;
  margin-bottom: 5px;
}

/* Horizontal lines are orange */
hr {
    border-top: 8px solid #F78F1E;
    border-bottom: 8px solid #fff;
    
}

/* CODE FOR RESPONSIVE VIDEO */
.video-wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}


.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* MAXIMENUCK Menu centralised */
div#maximenuck109, ul.maximenuck {
  flex: 1 1 auto;
  margin: auto;
  text-align: center !important;



/* remarked out CSS user entries from Joomla 3 


/* Change font size of shipment description 
.vmshipment_description {
font-size: 12px;
}

/* Change styling of cart 
div.cart-view  {
font-family: 'Josefin Sans', sans-serif !important;
font-size: 12pt !important;
color: black;
}

/* Change style of price - unfortunately also changes price in cart  
span.PricesalesPrice {
font-size: 18pt !important;
font-family: 'Josefin Sans', sans-serif !important;
}

span.PricebillTotal {
font-size: 18pt !important;
font-family: 'Josefin Sans', sans-serif !important;
}

span.PricesalesPriceShipment {
font-size: 18pt !important;
font-family: 'Josefin Sans', sans-serif !important;
}



/* Stop the menu floating in front of page content 
div#maximenuck115 ul.maximenuck
{z-index: 9 !important;
}


/* change colour of left column header text 
h3 {
color: #e62782;
font-size: 14pt;
font-family: "Fredericka the Great", Corsiva, "San Serif" !important;
font-weight: normal !important;
}

/* change colour of subscribe text in left column 
.acymailing_togglemodule {
color:#56c0ac;
}

/* change colour of name of next events article text 
.mod-articles-category-title {
color: #e62782;
}

/* change colour of donation module text 
.osdonate-introtext {
color: #56c0ac;    
}

/* colour & size of event names in sidebar 
.ebm-event-link {
color: #f78f1e;
font-size: 14pt !important;
font-weight: normal !important;
}

/* size of event month text 
.ebm-event-month {
font-size:10pt;
}




/* horizontal line to separate modules in sidebar 
.moduletable {
border-bottom: 2px solid #F78F1E;

}

end of Joomla 3 user CSS */