<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Lato&amp;family=Open+Sans:wght@600;700&amp;display=swap');

/* #ef4b68 - Pink
	#525252 - Dark grey
	#3f3f3f - Very dark grey
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
 */

.navbar-default {
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   border-bottom: 4px solid #ffffff;
   background-color: #ef4b68;
}

.navbar {
    position: relative;
    min-height: 45px;
    margin-bottom: 0px;
    border: 1px solid transparent;
	background-color: #ef4b68;
}

.navbar-nav &gt; li &gt; a {
    margin-top: 20px;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
}

.navbar .nav-logo #logoImage {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 15px;
    min-height: 80px;
    width: auto;
}




.includelet.white-fonts h2 {
    font-size: 30px;
	line-height: 1.2;
	color: white;
}


 /* on mobile, smaller font h2 */
@media only screen and (max-width: 767px) {
    
    .includelet.white-fonts h2 {
       font-size: 18px;
	   line-height: 18px;
    }
} 


 /* on mobile, smaller font h3 */
@media only screen and (max-width: 767px) {
    
    .includelet.big-fonts h3 {
       font-size: 20px;
	   line-height: 20px;
    }
} 

	
.includelet.pagebreak {
	 border-bottom: solid 1px #d8d8d8;
 }
.includelet.pagebreak2 {
	 border-top: solid 1px #d8d8d8;
 } 
.content h2.page-title {
	font-family: 'Varta', sans-serif;
	font-weight: 700px;
	color: #ef4b68;
	font-size: 40px;
	text-align: left;
}

.content h2.page-title {
    padding: 25px 20px 20px 0;
}

.footer.footer.well {
    min-height: 120px;
	font-size: 12px;
}
   
.footer {
	margin-top: 0px;
}

#footerImage {
    display: none;
}

.panel {
    border-color: transparent;
    box-shadow: none;
}


.panel-smallspace {
  background-color: transparent;
  padding: 200px 50px 0px 50px;
  border-bottom: 20px;
  border-bottom-color: transparent;
 }
 
.panel-header-smallspace &gt; .panel-header {
  background-color: transparent;
  border: none;
}

.panel-smallspace &gt; .panel-body {
  background-color: hsla(349, 75%, 50%, 0.7);
}

/* on mobile, less padding */
@media only screen and (max-width: 767px) {
    
    .panel-body-smallspace {
        padding: 0px;
		border-bottom: 0px;
	    }
}
 .panel-body-morebottom {
  padding-bottom: 20px;
  }

.filteredItemList .thumbnail .image {
       padding-bottom: 15px;
}


.carousel-inner &gt; .item img {
    margin: auto;
    width: 100%;
    max-height: 700px;
}</pre></body></html>