@import url("https://fonts.googleapis.com/css2?family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap");

html {
	position: relative;
	min-height: 100%;
}

body {
	color: rgba(33, 37, 41, 1) !important;
	background: #ffffff;
	font-family: "Noticia Text", serif;
}

.page-header{
	font-weight: bold !important;
	font-size: 1.5rem !important;
}

/*---Navbar ---*/
.navbar {
	--bs-navbar-nav-link-padding-x: 1.5rem;
	background-color: #515151 !important;
}

.nav-link {
	font-family: "Noticia Text", serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff !important;
}

/*--- Nav Desktop Hover ---*/
.topnav a:hover {
	border-bottom: 3px solid #ffffff;
}

.topnav a.active {
	border-bottom: 3px solid #ffffff;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #ffffff !important;
	font-weight: bold !important;
}

.dropdown-menu {
	--bs-dropdown-link-active-bg: #515151 !important;
	--bs-dropdown-link-hover-bg: #515151!important;
	background-color: #515151 !important;
}

/*---Navbar Dropdown ---*/
.dropdown-menu-links {
	background-color: #515151;
	border: none;
	margin-left: 10px;
	padding-top: 0px;
	margin-top: 0px !important;
}

.dropdown-item {
	color: #ffffff !important;
	font-size:18px;
}

.navbar-desktop {
	margin-right: 10rem;
}

/*---Plough Logo---*/
.logo_desktop img {
	width: 300px;
}

/*---Carousel---*/
@-webkit-keyframes zoom2 {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.5, 1.5);
	}
}

@keyframes zoom2 {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(1.5, 1.5);
	}
}

.carousel-item_1>img {
	-webkit-animation: zoom2 20s !important;
	animation: zoom2 20s !important;
}

.carousel-item_1 {
	transition: transform 1s ease-in !important;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23EF7D19' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
   }
   
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23EF7D19' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
	text-decoration: none !important;
   }

.carousel-control-next, .carousel-control-prev {
    top: -40% !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1.5rem;
}

/*--Gallery MD/LG styling carousel--*/

.gallery_desktop-carousel-control-prev{
	left:-106px;
	top:-70px;
}

.gallery_desktop-carousel-control-next{
	right:-102px;
	top:-70px;
}

/*--Gradient Title--*/

.gradient {
    background: rgba(34, 34, 34, 0.8);
    color: white
}


/*---Headers---*/

.header-styling{
	font-weight: bold !important;
	font-size: 1rem !important;
	color: #000000;
}

/*---Sections ---*/

.section-content {
	font-size: 17px;
	font-weight: 400;
	word-spacing: 4px;
	text-align: justify;
	color: rgba(33, 37, 41, 0.75) !important;
}

.section-content-error {
    font-size: 17px;
    font-weight: 400;
    word-spacing: 4px;
    text-align: center;
    color: rgba(33, 37, 41, 0.75) !important;
}

.section-title {
	font-size: 15px;
	text-align: left !important;
	font-weight: bold;
	margin-bottom: 2px;
}

.section-title-sub {
	font-size: 13px;
	font-weight: 400;
	text-align: left !important;
	font-style: italic;
}

.section-image-title {
	font-size: 16px;
	text-align: left !important;
	font-weight: bold;
	margin-bottom: 2px;
}

.section-title-gallery {
	font-size: 15px;
	text-align: left !important;
	font-weight: bold;
	margin-bottom: 2px;
	margin-left: 30px;
	}

.section-title-sub-gallery {
	font-size: 13px;
	font-weight: 400;
	text-align: left !important;
	font-style: italic;
	}

.section-image-title-sub {
	font-size: 15px;
	font-weight: 400;
	text-align: left !important;
	font-style: italic;
}

/*---Page Margin/ Padding---*/
.page-bottom-margin {
	margin-bottom: 7rem;
}

.page-bottom-margin-2 {
	margin-bottom: 9rem;
}

/*---Text Reveal---*/
#more-sport {
	display: none;
}

/*---IMAGES---*/
/*---Section Image Zoom---*/

.carousel_image_mobile{
	width:70% !important;
}

.story-image {
	cursor: pointer;
	transition: all 2s ease;
	transform-origin: center;
	text-decoration: none !important;
}

.zoom:hover .story-image {
	transform: scale(1.2);
}

.zoom {
	overflow: hidden;
}

.article-image {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.gallery_desktop_image {
	width:85% !important;
}

.gallery-image {
	margin-bottom: 2rem;
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}

.image-shadow {
	box-shadow: 0rem 0rem 1rem 0rem rgb(0, 0, 0, 1);
}

/*--- Family Tree - Zoom ---*/

.zoom-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
  border: 1px solid black;
  position: relative;
  touch-action: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#zoomTarget {
  display: inline-block;
  cursor: grab;
}

.zoom-controls {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
}

.zoom-controls button {
  margin: 4px;
  padding: 6px 12px;
  font-size: 22px;
  background-color: rgb(255, 255, 255, 0);
  border-color: transparent;
}

#zoomTarget img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

/*---Links---*/
.text-links {
	text-decoration: none !important;
	color: rgba(33, 37, 41, 1) !important;
}

.text-links:hover {
	color: rgba(33, 37, 41, 1) !important;
}

/*---Headlines with lines---*/
.decorated {
	overflow: hidden;
	text-align: center;
}

.decorated>span {
	position: relative;
	display: inline-block;
}

.decorated>span:before,
.decorated>span:after {
	content: "";
	position: absolute;
	top: 50%;
	border-bottom: 2px solid;
	width: 1800px;
	/* half of limiter*/
	margin: 0 20px;
	color: rgba(239, 125, 25, 1);
}

.decorated>span:before {
	right: 100%;
}

.decorated>span:after {
	left: 100%;
}

/*---Secions Gutter---*/
.section-gutter {
	--bs-gutter-x: 70rem;
	margin-top: 4rem;
}

.section-gutter-main-header {
	--bs-gutter-x: 70rem;
	margin-top: 4rem;
}

.section-header-gutter {
	margin-bottom: 3rem;
}

.section-header-gutter-first{
	margin-bottom: 2rem;
}

.section-header-gutter-contact-first{
	margin-bottom: 2.5rem;
}

/*---Block Dividers---*/
.block-divider {
	height: 2px;
	border: 0;
	background-color: rgba(33, 37, 41, 0.75);
	margin-top: 1px;
	margin-bottom: 1px;
}

.block-divider-sub {
	height: 1px;
	border: 0;
	background-color: rgba(33, 37, 41, 0.75);
	margin-top: 1px;
	margin-bottom: 1px;
}

/*--- MOBILE NAV ---*/
/*--- Mobile Nav -- Content ---*/
.sidebar ul,
li {
	list-style: none;
}

.sidebar a {
	text-decoration: none !important;
}

.mob-nav{
	background-color: #515151;
	padding-bottom: 1rem;
}

/*--- Mobile Nav - Cross Icon ---*/
.input-toggler {
	display: none;
}

.menu-toggler {
	position: absolute;
	margin: 0 auto;
	right: 36px;
	top: 0;
	width: 80px;
	height: 102px;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}

.menu-toggler-line {
	width: 60%;
	height: 3px;
	background: #ffffff;
	margin: 0 0 10px 0px;
	position: relative;
	transition: all 0.4s ease-out;
}

.input-toggler:checked~.menu-toggler .menu-toggler-line {
	top: 5px;
	transform: rotate(45deg);
}

.input-toggler:checked~.menu-toggler .menu-toggler-line:nth-child(2) {
	display: none;
}

.input-toggler:checked~.menu-toggler .menu-toggler-line:nth-child(3) {
	top: -5px;
	transform: rotate(135deg);
}

.input-toggler:checked~.sidebar {
	transform: translateX(0%);
	opacity: 1;
}

/*--- Mobile Nav - Sidebar ---*/
.sidebar {
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
	background: #515151;
	opacity: 0.5;
	justify-content: center;
	align-items: center;
	transform: translateX(-100%);
	transition: all 0.4s ease-out;
	z-index: 1;
}

.mob_nav {
	margin-top: 7rem;
	text-align: center;
}

/*---Navbar Overlay for mobile---*/
.menu-icon {
	color: #ffffff !important;
	font-size: 40px;
	cursor: pointer;
}

/*--- Mobile Nav - Menu Link ---*/
.menu-link {
	color: #ffffff;
	font-size: 30px;
	line-height: 15vmin;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	font-family: "Noticia Text", serif;
	font-weight: 400;
}

.menu-link:hover,
.menu-link:focus,
.menu-link:active {
	color: #ffffff !important;
}

.menu-link-home {
	margin-right: 5.5rem;
}

.menu-mb-link-contact {
	margin-right: 4.2rem;
}

.menu-link-contact {
	margin-right: 3.1rem;
}

/*--- Mobile Nav - Accordion ---*/
.accordion {
	margin: 0 auto;
	width: min-content;
	--bs-accordion-body-padding-y: 0.5rem;
    --bs-accordion-btn-padding-x: 3.9rem;
	--bs-accordion-body-padding-x: 3.7rem;
	--bs-accordion-btn-icon-width: 2.25rem;
}

.accordion-button {
	font-family: "Noticia Text", serif;
	font-weight: 400;
	font-size: 30px;
	background-color: #515151 !important;
	color: #ffffff !important;
}

.accordion-button::after {
	flex-shrink: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	margin-left: auto;
	content: "";
	background-image: var(--bs-accordion-btn-icon);
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition);
	margin-left: 10px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed) {
	box-shadow: none !important;
}

.accordion-button:focus,
.accordion-button:focus,
.accordion-button:focus{
    box-shadow: none;
}

.accordion-body {
	text-align: left;
	margin: 0 auto;
}

.accordion-item {
	border: none !important;
	background-color:#515151 !important;
}

.accordion-body:hover,
.accordion-body:focus,
.accordion-body:active {
	color: #ffffff !important;
	font-weight: bold !important;
}

/*---Scroll to top feature---*/

#my-scroll-to-top-btn {
	position: fixed !important;
	bottom: 12px !important;
	right: 10px !important;
	z-index: 20 !important;
	font-size: 18px !important;
	border: none !important;
	outline: none !important;
	background-color: rgba(239, 125, 25, 0.5) !important;
	color: rgb(255, 255, 255, 1) !important;
	cursor: pointer !important;
	padding: 8px !important;
	border-radius: 50% !important;
	transition: all 5s ease-out !important;
	width: 40px !important;
	height: 40px !important;
	visibility: hidden;
  }
  
  .fa-arrow-up {
	transition: all 5s ease-out !important;
  }

/*---Footer---*/
.footernav {
	background-color: #515151;
	color: #ffffff;
	border-top: 2px solid 
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
	width: 100%;
	overflow: hidden;
}

#footer-copyright p {
	margin-bottom: 0rem !important;
	text-align: center;
	font-size: 0.6rem;
	font-family: "Roboto", sans-serif;
	margin-top: 0rem;
	padding-top: 0.4rem;
}

#footer-contact p{
	margin-bottom: 0rem !important;
	text-align: center;
	font-size: 1rem;
	margin-top: 0rem;
	padding-top: 0.4rem;
}

#footer-contact a{
	text-decoration: none;
	color: #ffffff;
}

.email-contact a{
	text-decoration: none !important;
	color: rgba(33, 37, 41, 1) !important;
}

.web-link a{
	text-decoration: none !important;
	color: rgba(239, 125, 25, 1) !important;
}

.email-contact{
	margin-bottom: 2rem;
	margin-top: 2rem;
}

/*---NAVBAR MEDIA QUERIES---*/
/*---Nav text/ logo smaller for better viewing at 1700---*/
@media (max-width: 1700px) {
	.nav-link {
		font-size: 22px;
		font-weight: bold;
	}

	.logo_desktop img {
		width: 250px;
	}
}

/*---Nav text/ logo smaller for better viewing at 1200---*/
@media (max-width: 1200px) {
	.nav-link {
		font-size: 20px;
		font-weight: bold;
	}

	.logo_desktop img {
		width: 200px;
	}
}

/*---Nav text/ logo smaller for better viewing at 992---*/
@media (max-width: 992px) {
	.nav-link {
		font-size: 18px;
		font-weight: bold;
	}

	.logo_desktop img {
		width: 150px;
	}
}

/*---Nav text/ logo smaller for better viewing at 850px---*/
@media (max-width: 850px) {
	.nav-link {
		font-size: 16px;
		font-weight: bold;
	}

	.logo_desktop img {
		width: 150px;
	}
}

/*---Nav text/ logo smaller for better viewing at 850px---*/
@media (max-width: 767px) {
	.logo_desktop img {
		width: 200px;
		margin-left: 40px;
		margin-top: 5px;
	}
}

/*---Section gutter decrease gutter x for better viewing 2200px---*/
@media (max-width: 2200px) {
	.section-gutter {
		--bs-gutter-x: 40rem;
		margin-top: 4rem;
	}
}

@media (max-width: 2200px) {
	.section-gutter-main-header {
		--bs-gutter-x: 40rem;
		margin-top: 4rem;
	}
}

/*---Section gutter decrease gutter x for better viewing 1900px---*/
@media (max-width: 1900px) {
	.section-gutter {
		--bs-gutter-x: 30rem;
		margin-top: 4rem;
	}
}

@media (max-width: 1900px) {
	.section-gutter-main-header {
		--bs-gutter-x: 30rem;
		margin-top: 4rem;
	}
}

/*---Section gutter decrease gutter x for better viewing 1600px---*/
@media (max-width: 1600px) {
	.section-gutter {
		--bs-gutter-x: 25rem;
		margin-top: 5rem;
	}
}

@media (max-width: 1600px) {
	.section-gutter-main-header {
		--bs-gutter-x: 28rem;
		margin-top: 5rem;
	}
}

/*---Section gutter decrease gutter x for better viewing 1400px---*/
@media (max-width: 1400px) {
	.section-gutter {
		--bs-gutter-x: 20rem;
		margin-top: 4rem;
	}
}

@media (max-width: 1400px) {
	.section-gutter-main-header {
		--bs-gutter-x: 25rem;
		margin-top: 5rem;
	}
}

@media (max-width: 1400px) {
	.section-gutter-2 {
		--bs-gutter-x: 20rem;
		margin-top: 4rem;
	}
}

/*---Section gutter decrease gutter x for better viewing 1200px---*/
@media (max-width: 1200px) {
	.section-gutter {
		--bs-gutter-x: 10rem;
		margin-top: 3rem;
	}
}

@media (max-width: 1200px) {
	.section-gutter-main-header {
		--bs-gutter-x: 10rem;
		margin-top: 3rem;
	}
}

/*---Section gutter decrease gutter x for better viewing 992px---*/
@media (max-width: 992px) {
	.section-gutter {
		--bs-gutter-x: 8rem;
		margin-top: 3rem;
	}
}

@media (max-width: 992px) {
	.section-gutter-main-header {
		--bs-gutter-x: 10rem;
		margin-top: 3rem;
	}
}

/*---Page bottom margin for better spacing for smaller devices---*/
@media (max-width: 992px) {
	.page-bottom-margin {
	margin-bottom: 6rem;
	}
}

/*---Page bottom margin for better spacing for smaller devices---*/
@media (max-width: 992px) {
	.page-bottom-margin-2 {
	margin-bottom: 8rem;
	}
}

/*---Secition header MT for better spacing in smaller devices---*/
@media (max-width: 992px) {
.section-header-gutter {
	margin-bottom: 2rem;
	}
}

/*---Secition header MT for better spacing in smaller devices---*/
@media (max-width: 992px) {
	.section-header-gutter-first {
		margin-bottom: 1rem;
		}
	}


/*---Secition header MT for better spacing in smaller devices form contact page---*/
@media (max-width: 992px) {
	.section-header-gutter-contact-first {
		margin-bottom: 2rem;
		}
	}


/*---Section gutter decrease gutter x for better viewing 767px---*/
@media (max-width: 767px) {
	.section-gutter {
		--bs-gutter-x: 6rem;
		margin-top: 2rem;
	}
}

@media (max-width: 767px) {
	.section-gutter-main-header {
		--bs-gutter-x: 9rem;
		margin-top: 3rem;
	}
}

/*---Section gutter decrease gutter x for better viewing 576px---*/
@media (max-width: 576px) {
	.section-gutter {
		--bs-gutter-x: 5rem;
		margin-top: 2rem;
	}
}

@media (max-width: 576px) {
	.section-gutter-main-header {
		--bs-gutter-x: 5rem;
		margin-top: 3rem;
	}
}


@media (max-width: 576px) {
	#section-gutter-main-header-gallery {
		margin-top: 1rem;
	}
}

/*---Navbar margin right decrease for better viewing <992pz---*/
@media (max-width: 992px) {
	.navbar-desktop {
		margin-right: 6rem;
	}
}


/*---image description for better viewing on small devices.---*/
@media (max-width: 991px) {
	.section-title-sub {
		margin-bottom: 2rem;
	}
}


/*---article image better margins for smaller devices at 991px---*/
@media (max-width: 991px) {
	.article-image {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
		text-align: center;
	}
}

/*---Menu togglr right spacing for better alignment for smaller devices at 560px---*/
@media (max-width: 560px) {
	.menu-toggler {
		right: 25px;
	}
}


/*---MB under section for better viewinig on mobile  ---*/
@media (max-width: 991px) {
.section-header-gutter-about {
	margin-bottom: 2rem;
	}	
}


/*---Section word spacing/ font size/ text aligh adjustments for better viewing on mb ---*/
@media (max-width: 560px) {
.section-content {
	font-size: 18px;
	font-weight: 400;
	word-spacing: 4px;	
	text-align: left;
	color: rgba(33, 37, 41, 0.75) !important;
	}
}

/*---Section word spacing/ font size/ text aligh adjustments for better viewing on mb ---*/
@media (max-width: 560px) {
.section-content-error {
    font-size: 18px;
    font-weight: 400;
    word-spacing: 4px;
    text-align: center;
    color: rgba(33, 37, 41, 0.75) !important;
	}
}

/*---Margin bottom for better spacing under article image for smaller devices ---*/
@media (max-width: 991px) {
.article-image {
	margin-bottom: 3rem;
	}
}

/*---Reduce PL, PR, better spacing for gallery images ---*/
@media (max-width: 767px) {
.gallery-image {
	margin-bottom: 2rem;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	}
}

/*---Section titles center for better positioning on mobile---*/
@media (max-width: 991px) {
.section-title {
	text-align: center !important;
	}

.section-title-sub {
	text-align: center !important;
	}
}

/*--Gallery MD/LG styling carousel follow better placement--*/

/*--Prev and Next--*/

@media (max-width: 2600px) {
	.gallery_desktop-carousel-control-prev{
	left:-83px;
	top:-58px;
	}

	.gallery_desktop-carousel-control-next{
	right:-92px;
	top:-58px;
	}
}

@media (max-width: 2450px) {
	.gallery_desktop-carousel-control-prev{
	left:-75px;
	top:-54px;
	}

	.gallery_desktop-carousel-control-next{
	right:-75px;
	top:-54px;
	}
}

@media (max-width: 2207px) {
	.gallery_desktop-carousel-control-prev{
	left:-90px;
	top:-42px;
	}

	.gallery_desktop-carousel-control-next{
	right:-90px;
	top:-42px;
	}
}

@media (max-width: 1800px) {
	.gallery_desktop-carousel-control-prev{
	left:-76px;
	top:-61px;
	}

	.gallery_desktop-carousel-control-next{
	right:-76px;
	top:-61px;
	}
}

@media (max-width: 1540px) {
	.gallery_desktop-carousel-control-prev{
		left:-68px;
		top:-80px;
		}
	
	.gallery_desktop-carousel-control-next{
		right:-68px;
		top:-80px;
		}
	}

@media (max-width: 1293px) {
	.gallery_desktop-carousel-control-prev{
		left:-58px;
		top:-80px;
		}
	
	.gallery_desktop-carousel-control-next{
		right:-58px;
		top:-80px;
		}
	}

/*--Gallery Home Page Text
--*/

@media (max-width: 2200px) {

	.section-title-gallery {
		margin-left: 36px;
		margin-right: 25px;
		}
	
	.section-title-sub-gallery {
		margin-left: 36px;
		margin-right: 25px;
		}
	}

@media (max-width: 1671px) {

	.section-title-gallery {
		margin-left: 28px;
		margin-right: 25px;
		}
	
	.section-title-sub-gallery {
		margin-left: 28px;
		margin-right: 25px;
		}
	}

@media (max-width: 1915px) {

	.section-title-gallery {
		margin-left: 31px;
		margin-right: 31px;
		}
	
	.section-title-sub-gallery {
		margin-left: 31px;
		margin-right: 31px;
		}
	}

@media (max-width: 560px) {
	
	.section-image-title {
		font-size: 16px;
		}
	}

/*--Desktop carousel. Button postion for correct height which doesn't overlay navigation links--*/
@media (min-width: 767px) {

	.carousel-control-next, .carousel-control-prev {
		top: 0% !important;
		}
	}

/*--Pager header font. Font size for better viewing on mobile--*/
@media (min-width: 560px) {

	.page-header{
		font-weight: bold !important;
		font-size: 1.6rem !important;
		}
	}

/*--Smaller zoom icons for family tree image on mb for better viewing--*/
@media (min-width: 560px) {
	.zoom-controls button {
  		font-size: 18px;
		}
	}