/*
==  THEME DETAILS  ============================================================
   	Theme Name: Stichting VIA DONI
	Theme URI: https://www.via-doni.nl/
    Description: Stylesheet voor Stichting VIA DONI
    Version: 1.0
  	Author: Kracht Internet Marketing
	Author URI: https://www.krachtinternetmarketing.nl

===============================================================================
*/

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	:root {
		--white: #FFF;
		--blue: #17294C;
		--black: #14211F;
		--orange: #E07B29;
		--beige: #D2C4AA;
		--light-beige: #ECE7DC;
		--brown: #9C6944;
		--green: #8FD6B4;
		--dark-grey: #BBC2C5;
		--grey: #EFEFEF;
		--light-grey: #F4F4F4;
		--lighter-grey: #FAFAFA;
	}

	html {
  		font-size: 20px;
	}

	body {
		font-family: "pt-sans", sans-serif;
		font-size: 0.95rem;
	  	line-height: 1.9rem;
		font-weight: 400;
		color: var(--blue);
		background: var(--lighter-grey);
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
	}

	a, a:hover, .btn, .btn:hover , .transition {
		transition: all 0.3s ease-in-out;
		text-decoration: none;	
	}
	
	p , figure , blockquote , ul {
		margin: 0 !important;
	}

	a {
		color: var(--orange);
	}

	a:hover {
		color: var(--blue);
	}

	button:focus ,
	:focus {
		outline: 0 !important;
	}
	
	h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
		font-family: trajan-pro-3, serif;
		font-weight: 700;
		line-height: 1.4;
		margin: 0;
		padding: 0;
	}

	h1, .h1 {
		font-size: 2.75rem;
	}

	h2, .h2 {
		font-size: 1.75rem;
	}

	h3, .h3 {
		font-size: 1.5rem;
	}
	
	h4, .h4 {
		font-size: 1.25rem;
	}

	.fs-xl {
		font-size: 1.25rem;
		line-height: 1.4;
	}

	.fs-lg {
		font-size: 0.9rem;
	}

	.ff-trajan-pro {
		font-family: trajan-pro-3, serif;
	}

	.ff-montserrat {
		font-family: "montserrat", sans-serif;
	}
	
	.fs-md {
		font-size: 0.75rem;
	}

	.fw-bold , strong {
		font-weight: 700;
	}

	.fw-medium {
		font-weight: 500;
	}

	.fw-semibold {
		font-weight: 600;
	}

	.rounded {
		border-radius: 30px !important;
	}

	.border-md {
		border: 2px solid var(--blue);
	}

	.border-lg {
		border: 3px solid var(--blue);
	}

	.z-index-1 {
		position: relative;
		z-index: 8;
	}

	.list-inline-item:not(:last-child) {
		margin-right: 0.25rem;
	}

	.bg-pattern {
		background-image: url("../images/pattern.png");
	 	background-repeat: repeat;
		background-size: 512px 512px;
	}

	@media (min-width: 1200px) {
		.container {
			max-width: 1150px;
		}
	}

	@media (min-width: 1360px) {
		.container {
			max-width: 1260px;
		}	
	}

	@media (min-width: 1500px) {
		.container {
			max-width: 1430px;
		}	
	}

	@media all and (max-width: 1500px) {
    	html {
			font-size: 18px;
		}
	}

	@media all and (max-width: 1360px) {
		h1, .h1 {
			font-size: 2.25rem;
		}
	}

	@media all and (max-width: 1200px) {
    	html {
			font-size: 16px;
		}
	}

	@media all and (max-width: 767px) {
    	html {
			font-size: 15px;
		}
		body {
			font-size: 1rem;
		}
	}


/* Buttons -------------------------------------- */
	.btn {
		font-family: "montserrat", sans-serif;
		font-size: 0.8rem;
		font-weight: 800;
		line-height: 1rem;
		padding: 0.75rem 2.25rem;
		border: none;
		border-radius: 5px;
	}

	.btn-primary {
		color: var(--white) !important;
		background-color: var(--orange) !important;
	}

	.btn-secondary {
		color: var(--white) !important;
		background-color: var(--green) !important;
	}

	.btn-tertiary {
		color: var(--orange) !important;
		background-color: var(--white) !important;
	}

	button:focus ,
	.btn:focus {
		outline: 0 !important;
		box-shadow: none !important;
	}

	@media (min-width: 1500px) {
		.btn:hover {
			transform: translateY(-2px);
		}
	}

/*---------------------------------------------- 
	1.2 Content Block 
------------------------------------------------*/
	.content-block p + p ,
	.content-block p + h2 ,
	.content-block p + h3 ,
	.content-block p + h4 ,
	.content-block p + h5 ,
	.content-block h3 + ul ,
	.content-block h4 + ul ,
	.content-block ul + p ,
	.content-block ul + h2 ,
	.content-block form {
		margin-top: 1.5rem !important;
	}

	.content-block h2 ,
	.content-block h3 {
		font-family: "montserrat", sans-serif;
		font-weight: 600;
	}

	.content-block h2 {
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
	}

	.content-block h3 {
		font-size: 1.1rem;
		margin-bottom: 0.4rem;
	}

	.content-block ul {
		padding-left: 1rem;
	}

	.content-block img {
		border-radius: 30px !important;
		border: 2px solid var(--blue);
	}

	.content-block img.aligncenter {
		margin: 0 auto;
		display: block;
	}

	.content-block .embed-responsive {
		margin: 2.5rem 0;
	}

/*---------------------------------------------- 
	1.3 Colors 
------------------------------------------------*/
	.bg-white {
		background: var(--white) !important;
	}

	.bg-blue {
		background: var(--blue) !important;
	}

	.bg-orange {
		background: var(--orange) !important;
	}

	.bg-beige {
		background: var(--beige) !important;
	}

	.bg-brown {
		background: var(--brown) !important;
	}

	.bg-grey {
		background: var(--grey) !important;
	}

	.bg-lighter-grey {
		background: var(--lighter-grey) !important;
	}

	.text-white {
		color: var(--white) !important;
	}
	
	.text-blue {
		color: var(--blue) !important;
	}
	
	.text-orange {
		color: var(--orange) !important;
	}
	
	.text-beige {
		color: var(--beige) !important;
	}

	.text-light-beige {
		color: var(--light-beige) !important;
	}

	.text-brown {
		color: var(--brown) !important;
	}

	.text-grey {
		color: var(--grey) !important;
	}

	.text-lighter-grey {
		color: var(--lighter-grey) !important;
	}

/*---------------------------------------------- 
	1.4 Spacing
------------------------------------------------*/
	.py-70 {
		padding: 3.5rem 0;
	}

	.pb-70 {
		padding-bottom: 3.5rem;
	}

	.mt-50 {
		margin-top: 2.5rem !important;
	}

	.mb-40 {
		margin-bottom: 2rem;
	}

/*---------------------------------------------- 
	1.5 Social Media
------------------------------------------------*/
	.social-media li a {
		font-size: 1.25rem !important;
		line-height: 3rem !important;
		text-align: center;
		color: var(--white);
		background: var(--orange);
		width: 3rem;
		height: 3rem;
		border-radius: 100%;
		display: block;
	}

	.social-media li.list-inline-item:not(:last-child) {
		margin-right: 0.5rem !important;
	}

	@media (min-width: 1200px) {
		.social-media li a:hover {
			transform: translateY(-2px);
		}
	}

/*---------------------------------------------- 
	1.6 Item Project
------------------------------------------------*/
	.item-project::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 40%;
		z-index: 1;
		background: var(--black);
        background: linear-gradient(180deg, rgba(20, 33, 31, 0) 0%, rgba(20, 33, 31, 0.8) 100%);
	}

	.item-project_details {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 2.5rem 2rem;
		z-index: 8;
	}

	.item-project__title span {
		font-size: 1rem;
	}

	.item-project__title i {
		font-size: 1.5rem;
		color: var(--orange);
		margin-left: 0.5rem;
	}

	@media (min-width: 1200px) {
		.item-project:hover .item-project__title {
			transform: translateY(-2px);
		}
	}

/*---------------------------------------------- 
	1.7 Gravity Form
------------------------------------------------*/
	.gform_wrapper ,
	body .gform_wrapper .top_label div.ginput_container, 
	.gform_wrapper ul.gform_fields li.gfield ,
	.gform_wrapper li.hidden_label input {
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
	}

	.gform_wrapper.gravity-theme .gfield_label {
		font-size: 0.95rem !important;
		font-weight: 700 !important;
		margin: 0 0 0.25rem 0 !important;
	}

	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ,
	.gform_wrapper textarea ,
    .gform_wrapper select {
		font-size: 0.8rem !important;
		font-weight: 400;
		padding: 10px 20px !important;
		background: var(--light-grey) !important;
		height: 3.5rem;
        color: var(--blue) !important;
		border: none;
		width: 100% !important;
		border-radius: 10px !important;
	}

	.gform_wrapper.gravity-theme .gfield textarea.small {
		height: 8.75rem !important;
	}

	.gform_wrapper.gravity-theme .gform_footer {
		margin: 1.5rem 0 0 0 !important;
		padding: 0 !important;
		justify-content: flex-end;
	}

	.gform_wrapper.gravity-theme .gform_footer .btn {
		margin: 0 !important;
	}

	.gform_confirmation_message {
		margin-top: 1rem !important;
	}

	.gform_wrapper.gravity-theme .gfield_radio {
		display: flex;
		align-items: center;
	}

	.gform_wrapper.gravity-theme .gfield_radio#input_3_7 {
		flex-direction: column;
		align-items: flex-start;
	}

	.gform_wrapper.gravity-theme .gfield_radio#input_3_7 .gchoice + .gchoice {
		margin: 0 !important;
	}

	.gform_wrapper.gravity-theme .gfield_radio#input_3_7 label {
		max-width: inherit !important;
	}

	.gform_wrapper.gravity-theme .gfield_radio .gchoice + .gchoice {
		margin-left: 0.75rem;
	}

	.gform_wrapper.gravity-theme .gfield_checkbox label, 
	.gform_wrapper.gravity-theme .gfield_radio label {
		font-size: 0.8rem !important;
	}

	.gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 1.25rem !important;
	}

	.gform_required_legend {
		display: none !important;
	}

	.gform_wrapper .gform_validation_errors>h2 {
		font-size: 14px !important;
		margin: 0 !important;
	}

	.gform_wrapper .gfield_checkbox label {
		font-size: 0.5rem !important;
		padding-left: 0.25rem;
	}

	.gform_wrapper ::placeholder {
		color: var(--blue);
		font-weight: 400;
	}

	@media all and (max-width: 767px) {
		.gform_wrapper.gravity-theme .gfield_label ,
		.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ,
		.gform_wrapper textarea ,
    	.gform_wrapper select ,
		.gform_wrapper.gravity-theme .gfield_checkbox label, 
		.gform_wrapper.gravity-theme .gfield_radio label {
			font-size: 1rem !important;	
		}
	}

/* Donatie -------------------------------------- */
	#field_3_14 .gfield-choice-input {
	  display: none;
	}

	#field_3_14 .gfield_radio label {
  		display: flex;
  		align-items: center;
  		justify-content: center;
  		padding: 0.25rem;
  		border: 1px solid var(--dark-grey);
  		border-radius: 0;
		width: 5.75rem;
		max-width: inherit !important;
  		cursor: pointer;
  		transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	}


	#field_3_14 .gfield_radio label:hover {
	  border-color:var(--green);
	}

	#field_3_14 .gfield-choice-input:checked + label {
		color: var(--white);
  		border-color: var(--green);
		background: var(--green);
	}


/*---------------------------------------------- 
	2.1 Header 
------------------------------------------------*/
	.header {
		padding: 1rem 2rem;
		z-index: 9;
	}

	@media all and (max-width: 1360px) {
		.header__brand {
			width: 80%;
		}	
	}

	@media all and (max-width: 1200px) {
		.header {
			padding: 1rem 1.5rem;
		}
	}

	@media all and (max-width: 992px) {
		.header__brand {
			width: 100%;
		}	
	}

	@media all and (max-width: 767px) {
		.header {
			padding: 1rem 0.75rem;
		}
	}

/*---------------------------------------------- 
	2.2 Navigation 
------------------------------------------------*/
	.navigation__menu li a {
		font-family: "montserrat", sans-serif;
		font-size: 0.9rem;
		line-height: 1;
		font-weight: 700;
		color: var(--blue) !important;
		padding: 1rem 0;
  		position: relative;
	}

	.navigation__menu li + li {
		margin-left: 1.75rem;
	}

	.navigation__menu li a::after {
		content: "";
		width: 16.5px;
		height: 3px;
		background-image: url("../images/nav-active.svg");
	 	background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		opacity: 0;
	 	transition: opacity 0.3s ease;
	}

	.navigation__menu li a:hover::after,
	.navigation__menu li.active a::after {
    	opacity: 1;
	}

	@media all and (max-width: 1600px) {
		.navigation__menu li + li {
			margin-left: 1.25rem;
		}
	}

	@media all and (max-width: 1360px) {
		.navigation__menu li + li {
			margin-left: 0.75rem;
		}
	}

	@media all and (max-width: 1240px) {
		.navigation__menu li a {
			font-size: 0.8rem;	
		}
	}

	@media all and (max-width: 1200px) {
		.navigation__menu li a {
			font-size: 0.75rem;	
		}
	}

/*---------------------------------------------- 
	2.3 Navigation Mobile
------------------------------------------------*/
	.navigation--mobile__menu-open {
		cursor: pointer;
		z-index: 999;
		position: relative;
		text-align: center !important;
		margin: 2rem 0;
	}

	.navigation--mobile__menu-overlay {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		height: 100%;
		width: 100%;
		overflow: auto;
		z-index: 99;
		background: var(--beige);
	}

	.navigation--mobile__menu li a {
		font-family: "montserrat", sans-serif;
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 5rem;
		color: var(--blue) !important;
		padding: 0;
		background: none;
		position: relative;
		display: inline-block;
	}

	.navigation--mobile__menu li.active a {
		color: var(--white) !important;
	}

	@media all and (max-width: 767px) {
		.navigation--mobile__menu li a {
			font-family: "montserrat", sans-serif;
			font-size: 1.25rem;
			line-height: 4rem;
		}
	}

/* Hamburger -------------------------------------- */
	.navigation--mobile__hamburger {
		height: 1.2rem;
		font: inherit;
	  	display: inline-block;
	  	overflow: visible;
	  	margin: 0;
	  	padding: 0;
	  	cursor: pointer;
	  	transition-timing-function: linear;
	  	transition-duration: .15s;
	  	transition-property: opacity,filter;
	  	text-transform: none;
	  	color: inherit;
	  	border: 0;
	  	background-color: transparent;
	}

	.navigation--mobile__hamburger-box {
	  	position: relative;
	  	display: inline-block;
	  	width: 1.4rem;
	  	height: 1.2rem;
	}

	.hamburger-inner {
	 	top: 50%;
	 	display:block;
	 	margin-top:-2px
	}

	.hamburger-inner,
	.hamburger-inner:after,
	.hamburger-inner:before {
		position:absolute;
		width: 1.4rem;
	 	height: 0.15rem;
	 	transition-timing-function: ease;
	 	transition-duration: 0.3s;
	 	transition-property:transform;
	 	border-radius: 0;
	}

	.hamburger-inner,
	.hamburger-inner:after,
	.hamburger-inner:before {
		background-color: var(--orange);
	}

	.hamburger-inner:after,
	.hamburger-inner:before {
	 	display:block;
	 	content:"";
	}

	.hamburger-inner:before {
		top: -0.55rem;
	}

	.hamburger-inner:after {
	 	bottom: -0.55rem;
	}

	.hamburger--3dy .hamburger-box {
  		perspective: 4rem; 
	}

	.hamburger--3dy .hamburger-inner {
   		transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
	}

	.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
		transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); /* Synchroniseer de overgangstijd */
	}

	.is-active .hamburger--3dy .hamburger-inner {
  		background-color: transparent !important;
  		transform: rotateX(-180deg); 
	}

  	.is-active .hamburger--3dy .hamburger-inner::before {
    	transform: translate3d(0, 0.55rem, 0) rotate(45deg); 
	}

  	.is-active .hamburger--3dy .hamburger-inner::after {
   		transform: translate3d(0, -0.55rem, 0) rotate(-45deg); 
	}

/*---------------------------------------------- 
	3.1 Frontpage Hero
------------------------------------------------*/
	.frontpage-hero {
		padding-top: 8rem;
	}

	.frontpage-hero__image--first {
		margin-top: 2rem;
	}

	.frontpage-hero__image + .frontpage-hero__image {
		margin-top: 1.5rem;
	}

	.frontpage-hero__content {
		padding-top: 3rem;
	}
	
	.frontpage-hero::before {
		content: "";
		height: 0.5rem;
		width: 100%;
		background: var(--blue);
		position: absolute;
		bottom: 5rem;
		left: 0;
	}

	.frontpage-hero::after {
		content: "";
		height: 5rem;
		width: 100%;
		background: var(--lighter-grey);
		position: absolute;
		bottom: 0;
		left: 0;
	}

	@media all and (max-width: 767px) {
		.frontpage-hero {
			padding-top: 6rem;
		}
		.frontpage-hero__image + .frontpage-hero__image {
			margin-top: 1rem;
		}
	}	

/*---------------------------------------------- 
	3.2 Frontpage Intro
------------------------------------------------*/
	.frontpage-intro {
		padding: 3.5rem 0 7rem 0;
	}

	.frontpage-intro .content-block h1 {
		font-size: 2rem;
		font-weight: 700;
		margin-bottom: 2rem;
	}

	.frontpage-intro__image-link {
		position: absolute;
		bottom: 1.5rem;
		left: 2rem;
	}

	.frontpage-intro__image-link i {
		font-size: 1.6rem;
		margin-left: 0.75rem;
		color: var(--orange);
	}

	.frontpage-intro__quote {
		padding-left: 1.5rem;
	}

	.frontpage-intro__quote span.fs-xl {
		line-height: 2.5rem;
	}

	.frontpage-intro__quote::before {
		content: "";
		display: block;
		height: 100%;
		width: 0.5rem;
		background: var(--brown);
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 15px;
	}

	@media (min-width: 1200px) {
		.frontpage-intro__image:hover .frontpage-intro__image-link {
			transform: translateY(-2px);
		}
	}

	@media all and (max-width: 1360px) {
		.frontpage-intro .content-block h1 {
			font-size: 1.75rem;
		}
	}

	@media all and (max-width: 767px) {
		.frontpage-intro {
			padding: 3.5rem 0 5rem 0;
		}	
	}

/*---------------------------------------------- 
	4. Hero
------------------------------------------------*/
	.hero {
		padding-top: 7.5rem;
	}

	.hero--default {
		height: 16rem;
	}

	.hero--image figure {
		margin-top: 4rem !important
	}

	.hero__breadcrumb {
		font-size: 0.7rem
	}

	.hero__breadcrumb span {
		font-size: 0.8rem;
		line-height: 1;
		color: var(--blue);
	}

	.hero__breadcrumb i {
		font-size: 0.6rem;
		color: var(--orange);
		padding: 0 0.75rem 0 0.5rem;
	}

	.hero__watermark {
		position: absolute;
		bottom: 0;
		right: 1.25rem;
	}

	.hero__intro {
		margin-top: 4rem;
	}
	
	.hero::before {
		content: "";
		height: 0.5rem;
		width: 100%;
		background: var(--blue);
		position: absolute;
		left: 0;
		top: 16rem;	
	}

	.hero--image::after {
		content: "";
		position: absolute;
		height: 16rem;
		width: 100%;
		top: 0;
		left: 0;
		background-image: url("../images/pattern.png");
	 	background-repeat: repeat;
		background-size: 512px 512px;
	}

	.hero--project figure {
		margin-top: 1.5rem !important
	}

	@media all and (max-width: 1360px) {
		.hero__wrapper {
			padding-top: 3rem;
			padding-bottom: 2rem;
		}	
	}

	@media all and (max-width: 992px) {
		.hero--image figure {
			margin-top: 2rem !important
		}
	}

	@media all and (max-width: 767px) {
		.hero__watermark {
			width: 40%;	
		}
	}

/*---------------------------------------------- 
	5.1 Page Modules
------------------------------------------------*/
	.module-content + .module-content ,
	.module-content + .module-projecten ,
	.module-content + .module-donateurs ,
	.module-content--form + .module-content {
		padding-top: 0 !important;
	}

	.module-content--form.bg-white {
		margin: 3rem 0;
	}

	@media all and (max-width: 992px) {
		.module-content--columns .col {
			flex: 0 0 auto;
			width: 100%;
		}
	}	

/*---------------------------------------------- 
	5.2 Module Contact
------------------------------------------------*/
	.module-donateurs__item {
		padding: 2.5rem 1.5rem;
	}

	.module-donateurs__item img {
		max-height: 6rem;
	}

	@media all and (max-width: 1200px) {
		.module-donateurs__item img {
			max-height: 5rem;
		}	
	}

/*---------------------------------------------- 
	5.3 Module Contact
------------------------------------------------*/
	.module-contact__gegevens li a {
		color: var(--blue);
	}

	.module-contact__gegevens li a:hover {
		color: var(--orange);
	}

	.module-contact__gegevens li span {
		width: 3rem;
	}

	.module-contact__bottom ul {
		margin-right: 7.5rem !important;
	}

	.module-contact__bottom ul li img {
		max-width: 5.25rem;
	}

	@media all and (max-width: 767px) {
		.module-contact__bottom ul {
			margin-right: 4rem !important;
		}
	}

/*---------------------------------------------- 
	4. Donateurs 
------------------------------------------------*/
	.donateurs__wrapper {
		padding: 3.25rem 4.25rem 5.5rem 4.25rem;
	}

	.donateurs__item {
		padding: 0 1.5rem;
	}

	.donateurs__item img {
		max-height: 6rem;
	}

	.donateurs::after {
		content: "";
		background: var(--blue);
		height: 6rem;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.hero + .donateurs {
		margin-top: 3rem !important;
	}

	@media all and (max-width: 1360px) {
		.donateurs__wrapper {
			padding: 3.25rem 3rem 5.5rem 3rem;
		}	
	}

	@media all and (max-width: 1200px) {
		.donateurs__brands li img {
			max-height: 5rem;
		}	
	}

	@media all and (max-width: 767px) {
		.donateurs__wrapper {
			padding: 3.25rem 1.5rem 4.5rem 1.5rem;
		}	
		.donateurs__brands li {
			margin: 0 0.5rem;
		}
	}

/*---------------------------------------------- 
	5. Footer 
------------------------------------------------*/
	.footer {
		padding: 6rem 0 1.75rem 0;
	}

	.footer__buttons .list-inline-item:not(:last-child) {
		margin-right: 1.25rem;
	}

	.footer__brand {
		
	}

	.footer__menu li a {
		font-size: 0.9rem;
		line-height: 2rem;
		color: var(--white);
	}

	.footer__menu li a:hover {
		color: var(--orange);
	}

	.footer__content ul li + li {
		margin-left: 1.25rem;
	}

	.footer hr {
		margin: 4.5rem 0 1.5rem 0;
		border-color: var(--white);
		opacity: 0.4;
	}

	.footer__author a {
		color: var(--light-beige);
	}

	.footer__author a:hover {
		color: var(--white);
	}

	@media all and (max-width: 767px) {
		.footer {
			padding: 4rem 0 1.75rem 0;
		}	
	}