/* font for 'type' headings */
@import url('https://fonts.googleapis.com/css?family=Pirata+One|Rubik:900');

/* needed to position nav icon on mobile/tablet breakpoints */
.dropdown {
position: relative;
display: flex;
}

/* typography for headings */

.type {
text-transform: Uppercase;
font-family: 'Rubik', sans-serif;
font-size: calc(6vw + 15px);
color: #E4E5E6;
width: -moz-fit-content;
width: fit-content;
justify-content: center;
display: flex;
background-color: #979797;
background: linear-gradient(to right, #000000, #262626);
position: relative;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
z-index: 8;
}

.type:before,
.type:after {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
}

.type:before {
z-index: 9;
text-shadow: -0.001em -0.001em 2px rgba(255,255,255,.15)
}

.type:after {
z-index: 8;
text-shadow: 10px 10px 10px rgba(0,0,0,.5), 20px 20px 20px rgba(0,0,0,.4), 30px 30px 30px rgba(0,0,0,.1);
mix-blend-mode: multiply;
}

.type2 {
text-transform: Uppercase;
font-family: 'Rubik', sans-serif;
font-size: calc(6vw + 15px);
color: #E4E5E6;
width: -moz-fit-content;
width: fit-content;
justify-content: center;
display: flex;
background-color: #979797;
background: linear-gradient(to right, #000000, #252525, #121212);
position: relative;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
z-index: 0;
}

.type2:before,
    .type2:after {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
}

.type2:before {
z-index: 0;
text-shadow: -0.001em -0.001em 2px rgba(255,255,255,.15)
}

.type2:after {
z-index: 0;
text-shadow: 10px 10px 10px rgba(0,0,0,.5), 20px 20px 20px rgba(0,0,0,.4), 30px 30px 30px rgba(0,0,0,.1);
mix-blend-mode: multiply;
}

/* ---------- */

html {
scroll-behavior: smooth;
}

body {
margin: auto;
font-family: "Open Sans", sans-serif;
width: 100vw;
font-size: 14;
font-weight: 300;
overflow-x: hidden;
}

/* CSS Scroll annimations */

@keyframes animate-in-and-out {
entry 0%  {
    opacity: 0;
    transform: translateY(20%);
}

entry 100%  {
    opacity: 1;
    transform: translateY(0);
}

exit 0% {
    opacity: 1;
    transform: translateY(0);
}

exit 100% {
    opacity: 0;
    transform: translateY(-10%);
}
}

.revealing-image {
animation: linear animate-in-and-out;
animation-timeline: view();
}

@keyframes reveal {
from {
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
}

to {
    opacity: 0;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
}
}

.revealing-image2 {
/* Create View Timeline */
view-timeline-name: --revealing-image2;
view-timeline-axis: block;
/* Attach animation, linked to the  View Timeline */
animation: linear reveal both;
animation-timeline: --revealing-image2;
/* Tweak range when effect should run*/
animation-range: cover 50% cover 80%;
}

/* CSS Scroll annimations */

.maxwidthcontainer {
max-width: 1280px;
margin: auto;
display: block;
}

.headervideo, .headerimage {
position: absolute;
object-fit: cover;
top:-30;
width: 100%;
min-height: 800px;
pointer-events: none;
}

.headerimage {
    z-index: -6;
    animation: fadeIn 2s ease;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

video::-webkit-media-controls-start-playback-button {
    display: none;
}

video::-webkit-media-controls-panel {
    display: none !important;
    opacity: 1 !important;
}

.topsection {
padding-top: 10px;
background-color: #ffffff00;
background-attachment: local;
background-size: cover;
background-position-y: top;
background-position: left;
height: 750px;
}

.navbar {
list-style-type: none;
margin: 0;
overflow: visible;
/* background-color: rgba(2,0,36,1); */
font-weight: 300;
}

.subnav {
height: auto;
display: none;
flex-direction: column;
width: 100%;
align-items: center;
background: linear-gradient(to left top, rgb(23, 23, 23), rgb(23, 23, 23));
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-in-out;
z-index: 95;
position: absolute;
top: 130px;
left: 0px;
}

.subnavitem {
margin: auto;
color: rgb(255, 255, 255);
text-decoration: none;
display: flex;
padding: 20px 0;
justify-content: center;
width: 100%;
font-weight: 400;
z-index: 100;
}

.subnavitem:hover {
background-color: #ffffff18;
}

.logo {
display: inline-block;
color: rgb(0, 0, 0);
font-weight: 500;
vertical-align: middle;
}

.getintouchbutton {
margin-top: 40px;
height: 60px;
/*border: solid 2px #111928; */
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
width: 150px;
text-align: center;
font-weight: 400;
border-radius: 40px;
color: white;
background: linear-gradient(to left top, rgb(18, 18, 18), rgb(70, 70, 70));
animation: pulse-animation 3s infinite;
}

@keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px #00000087;
    }   
    100% {
      box-shadow: 0 0 0 15px #71717100;
    }
  }

.underlined {
position: relative;
}

.underline-mask:after {
content: '';
position: absolute;
top: 100%;
width: 100%;
left: 50%;
transform: translate(-50%, 0);
border: 0.5px solid rgb(0, 0, 0);
}

li {
float: right;
}

li a {
display: inline-block;
color: rgb(0, 0, 0);
text-align: right;
margin: 22.25px 0px 22.25px 15px;
padding: 5px;
width: -moz-fit-content;
width: fit-content;
height: -moz-fit-content;
height: fit-content;
text-decoration: none;
z-index: 10;
}

.header {
height: -moz-fit-content;
height: fit-content;
width: auto;
position: relative;
animation: fadein 1s ease-in;
animation-fill-mode: both;
padding-top: 85px;
display: flex;
gap: 10px;
flex-direction: column;
text-align: center;
align-items: center;
z-index: 1;
}

@keyframes fadein {
0% {
    opacity: 0;
    color: rgba(206, 206, 206, 0)
}

60% {
    opacity: 0.75;
    color: rgba(76, 76, 76, 0)
}

100%   {
    opacity: 1;
    color: rgb(0, 0, 0)
}
}

.about {
display: flex;
gap: 50px;
z-index: 9;
}

.secondsection {
    background-color: rgb(255, 255, 255);
    padding-bottom: 70px;
    padding-top: 50px;
}

.charities {
display: flex;
width: 100%;
justify-content: center;
padding-top: 40px;
margin: 0 auto;
text-align: center;
gap: 40px;
flex-wrap: wrap;
}

.charity {
min-width: 300px;
max-width: 600px;
display: flex;
flex-grow: 1;
flex-basis: 0;
flex-direction: column;
justify-content: center;
position: relative;
background-size: cover;
border-radius: 5px;
box-shadow: 1px 1px 30px grey;
overflow: hidden;
}

.charity p {
padding: 15px 30px 80px 30px;
margin: 0;
}

.charitylogo {
margin: 0 auto;
height: -moz-fit-content;
height: fit-content;
display: flex;
flex-direction: column;
gap: 20px;
align-items: center;
padding: 30px 30px 10px 30px;
}

.charitylogo img {
max-width: 100%;
height: 150px;
margin: auto 0;
}

.charitybutton {
width: 150px;
height: 60px;
background: linear-gradient(to left top, rgba(111, 111, 111, 0.338), rgba(212, 212, 212, 0.298));
border-radius: 8px;
line-height: 60px;
font-weight: 500;
transition: all 0.2s ease-in-out;
text-decoration: none;
color: black;
position: absolute;
bottom: 20px;
}

.footer {
display: flex;
font-size: 10px;
background: hsla(0, 100%, 99%, 0);
border-top: #cacaca 0.5px solid;
justify-content: space-around;
padding: 10px 0px 10px 0px;
color: black;
}

.contactform {
display: block;
flex-grow: 1;
position: relative;
z-index: 99;
/* box-shadow: 5px 5px 10px rgba(25, 89, 89, 0.423); */
}

label {
color: black;
padding-bottom: 5px;
display: block;
width: -moz-fit-content;
width: fit-content;
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 300;
}

#name, #email, #query {
background-color: rgb(255, 255, 255);
border: .2px solid rgb(180, 180, 180);
border-radius: 10px;
padding: 8px 8px;
width: 100%;
box-sizing: border-box;
display: block;
resize: vertical;
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 300;
}

#formbutton {
background-color: #111111;
border: .2px solid rgb(180, 180, 180);
width: 120px;
height: 45px;
color: white;
text-align: center;
border-radius: 4px;
margin-right: 15px;
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 300;
}

.formSubmitted{
color:#585858;
/* display: none; */
display: none;
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 300;
}

@keyframes shake-animation {
0% {
    transform:translate(0,0)
}

1.78571% {
    transform:translate(10px,5px)
}

3.57143% {
    transform:translate(0,0)
}

5.35714% {
    transform:translate(5px,10px)
}

7.14286% {
    transform:translate(0,0)
}

8.92857% {
    transform:translate(10px,5px)
}

10.71429% {
    transform:translate(0,0)
}

100% {
    transform:translate(0,0)
}
}

.carouselsection {
background-image: url(./img/carouselbackground.svg);
background-attachment: fixed;
background-position: center;
background-size: cover;
padding: 50px 0px 50px 0px;
}

/* start of pop out boxes */

.popoutcontainer {
display: none;
/* Hidden by default */
position: fixed;
/* Stay in place */
z-index: 99;
/* Sit on top */
left: 0;
top: 0;
width: 100%;
/* Full width */
height: 100%;
/* Full height */
overflow: auto;
/* Enable scroll if needed */
background-color: rgb(0,0,0);
/* Fallback color */
background-color: rgba(0, 0, 0, 0.567);
/* Black w/ opacity */
opacity: 0;
transition-duration: 0.5s;
}

.popoutcontent {
display: block;
height: -moz-fit-content;
height: fit-content;
justify-content: space-between;
flex-direction: row-reverse;
background-color: #fefefe;
margin: auto;
/* 15% from the top and centered */
padding: 25px;
border-radius: 6px;
width: 80%;
max-width: 800px;
/* Could be more or less, depending on screen size */
}

hr {
border: 0.5px solid rgb(190, 190, 190);
width: 100%;
}

/* The Close Button */

.close {
color: #aaa;
font-size: 36px;
font-weight: bold;
text-align: center;
width: auto;
height: 100%;
margin: auto 0;
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

.popoutheader {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
vertical-align: middle;
margin-bottom: 20px;
}

/* end of pop out boxes */

h1, h2, h3 {
margin: 0;
padding: 0;
}

.popoutheader2 {
display: flex;
justify-content: space-between;
vertical-align: middle;
}

.popoutheader3 {
display: flex;
vertical-align: middle;
justify-content: space-between;
padding: 14px 0px;
color:#000000;
}

.popoutheader3 span {
display: flex;
justify-content: center;
margin: auto 0;
font-size: 26px;
font-weight: 300;
width:-moz-min-content;
width:min-content
}

@media screen and (max-width:414px) {

.navbar {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 20px;
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 500;
}

h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.revealing-image2 {
    padding-top: 110px;
}

li a {
    padding: 24.5px 0px;
    width: 120px;
}

.widenav {
    display: none;
}

.popoutheader3 span {
    display: flex;
    justify-content: center;
    margin: auto 0;
    font-size: 20px;
}

.header, .secondsection {
    padding-left: 20px;
    padding-right:  20px;
}

.about {
    flex-direction: column;
}

.aboutheadlines div {
    display: flex;
    text-align: center;
    margin: auto;
    min-width: 200px;
    max-width: 100%; 
    position: relative;
    justify-content: center;
}

.aboutheadlines div h2 {
    position: absolute;
    display: table-cell;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-55%);
    margin: 0;
    background: transparent;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 34px;
}

.getintouch {
    margin: auto;
    font-family: "Open Sans", sans-serif;
    color: white;
    text-decoration: none;
    font-size: 16px;
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    background:linear-gradient(to left top, rgb(67, 67, 67), rgb(22, 22, 22));
    transition: all 0.2s ease-in-out;
}

.wave {
    margin-top: -15px;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
}

.svg-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
    background-color: white;
}

/* .topsection {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./img/herobackgroundsmall.png);
    background-position: top;
    background-size: cover;
} */

.stepscontainer {
    display: flex;
    padding-top: 40px;
    width: 100%;
    flex-direction: column;
}

.steps {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    align-items: center;
    height: 75px;
    padding-bottom: 20px;
}

.step {
    padding: 20px;
    width: 33%;
    border-radius: 10px;
    color: rgb(132, 132, 132);
    text-align: center;
    background: linear-gradient(to left top, rgba(111, 111, 111, 0.338), rgba(212, 212, 212, 0.298));
}

.stepsdetail {
    width: 100%;
}

.stepdetail {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: auto;
    background-color: rgba(0, 0, 0, 0.063);
    border-radius: 20px;
}

.steptext {
    width: 100%;
}

.stepimage {
    width: 100%;
}

.stepimage img {
    max-width: 100%;
    max-height: 100%;
    margin: auto 0;
}

}

@media screen and (min-width:415px) and (max-width:789px) {

.navbar {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 30px;
}

.dropdown-content {
    right: -30px;
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 42px;
    font-weight: 500;
}

h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
}

h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
}

li a {
    padding: 22.25px 0px;
    width: 180px;
}

.widenav {
    display: none;
}

.logo {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 10px;
    padding-left: 10px;
}

.revealing-image2 {
    padding-top: 100px;
}

.header, .secondsection {
    padding-left: 30px;
    padding-right: 30px;
}

.getintouch {
    margin: auto;
    font-family: "Open Sans", sans-serif;
    color: white;
    text-decoration: none;
    font-size: 16px;
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    background:linear-gradient(to left top, rgb(67, 67, 67), rgb(22, 22, 22));
    transition: all 0.2s ease-in-out;
}

.about {
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 0;
    flex-grow: 1;
    justify-content: center;
}

.aboutdetail {
    display: flex;
    flex-direction: column;
    width: -moz-max-content;
    width: max-content;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: center;
}

.aboutheadlines {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 1;
    flex-grow: 1;
    max-width: 600px;
}

.aboutheadlines div {
    display: flex;
    text-align: center;
    margin: auto;
    min-width: 200px;
    max-width: 300px;  
    position: relative;
    justify-content: center;
}

.aboutheadlines div h2 {
    position: absolute;
    display: table-cell;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-55%);
    margin: 0;
    background: transparent;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 34px;
}

.wave {
    margin-top: -15px;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
}

.svg-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
    background-color: white;
}

/* .topsection {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./img/herobackgroundmedium.png);
    background-position: top;
    background-size: cover;
} */

.charity {
    width: 33%;
}

.stepscontainer {
    display: flex;
    padding-top: 40px;
    width: 100%;
    flex-direction: column;
}

.steps {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    align-items: center;
    height: 75px;
    padding-bottom: 20px;
}

.step {
    padding: 20px;
    width: 33%;
    border-radius: 10px;
    color: rgb(132, 132, 132);
    text-align: center;
    background: linear-gradient(to left top, rgba(111, 111, 111, 0.338), rgba(212, 212, 212, 0.298));
}

.stepsdetail {
    width: 100%;
}

.stepdetail {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: auto;
    background: linear-gradient(to left top, rgba(60, 60, 60, 0.338), rgba(212, 212, 212, 0.298));
    border-radius: 20px;
}

.steptext {
    width: 100%;
}

.stepimage {
    width: 100%;
    max-width: 400px;
}

.stepimage img {
    max-width: 100%;
    max-height: 100%;
    margin: auto 0;
}

}

@media screen and (min-width:790px) {
    
.navbar {
    padding-right: 48px;
    padding-left: 48px;
    font-size: 20px;
}

.narrownav {
    display: none;
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 48px;
    font-weight: 500;
}

h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: 400;
}

h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 300;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.logo {
    padding: 14px 10px;
    text-align: left;
}

.revealing-image2 {
    padding-top: 150px;
}

.header, .secondsection {
    padding-left: 48px;
    padding-right:  48px;
}

.widenav {
    align-items: center;
    display: flex;
    color: rgb(0, 0, 0);
}

.getintouchbutton {
    display: none;
}

.getintouchbuttonwide {
    margin-left: 30px;
    width: 130px;
    text-align: center;
    font-weight: 400; 
    border-radius: 20px;
    color: white;
    background: linear-gradient(to left top, rgb(18, 18, 18), rgb(70, 70, 70));
    animation: pulse-animation 3s infinite;
    z-index: 90;
}

.about {
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 0;
    flex-grow: 1;
}

.aboutdetail {
    display: flex;
    flex-direction: column;
    width: -moz-max-content;
    width: max-content;
    flex-wrap: wrap;
    flex-basis: 800px;
    flex-grow: 1;
    justify-content: center;
}

.aboutheadlines {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 250px;
    width: 200px;
    flex-basis: 0;
    flex-grow: 1;
}

.aboutheadlines div {
    display: flex;
    text-align: center;
    margin: auto;
    min-width: 200px;
    width: 33%;
    flex-grow: 1;
    position: relative;
    justify-content: center;
}

.aboutheadlines div h2 {
    position: absolute;
    display: table-cell;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-55%);
    margin: 0;
    background: transparent;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 34px;
}

.type {
    font-size: 70px;
}

.getintouch {
    margin: auto;
    font-family: "Open Sans", sans-serif;
    color: white;
    text-decoration: none;
    font-size: 22px;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    background:linear-gradient(to left top, rgb(67, 67, 67), rgb(22, 22, 22));
    transition: all 0.2s ease-in-out;
}

.wave {
    margin-top: -15px;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
}

.svg-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
    background-color: white;
}

/* .topsection {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./img/herobackgroundlarge.png);
    background-position: center;
    background-size: cover;
} */

.charity {
    width: 33%;
}

.stepscontainer {
    display: flex;
    gap: 25px;
    padding-top: 40px;
    width: 100%;
}

.steps {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: left;
    justify-content: center;
    height: 220px;
    padding: 20px 0;
}

.step {
    padding: 20px;
    width: -moz-max-content;
    width: max-content;
    border-radius: 10px;
    color: rgb(132, 132, 132);
    background: linear-gradient(to left top, rgba(111, 111, 111, 0.338), rgba(212, 212, 212, 0.298));
}

.stepsdetail {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.stepdetail {
    padding: 30px;
    display: flex;
    flex-direction: row;
    height: auto;
    background-color: rgba(0, 0, 0, 0.063);
    border-radius: 20px;
    gap: 30px;
}

.steptext {
    width: 60%;
}

.stepimage {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stepimage img {
    width: auto;
    height: auto;
    max-height: 230px;
}

}

@media screen and (min-width:2100px) {
.headervideo, .headerimage {
    top: -350px
}
}

@media (hover: hover) and (pointer: fine) {

@keyframes hang-on-hover {
    0% {
    transform: translateY(8px);
    }

    50% {
    transform: translateY(4px);
    }

    100% {
    transform: translateY(8px);
    }
}

@keyframes hang-on-hover-sink {
    100% {
    transform: translateY(8px);
    }
}

.hang-on-hover {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(2px) translateZ(0);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0);
}

.hang-on-hover:hover, .hang-on-hover:focus, .hang-on-hover:active {
    animation-name: hang-on-hover-sink, hang-on-hover;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}

#formbutton:hover {
    cursor: pointer;
    scale: 1.1;
    animation: none;
    transition: scale 0.2s linear
}

a.hang-on-hover:hover {
    cursor: pointer;
}

.getintouch:hover {
    box-shadow: 0px 0px 8px 5px rgba(85, 85, 85, 0.425);
    cursor: pointer;
    scale: 1.1;
}

.getintouchbutton:hover {
    cursor: pointer;
    scale: 1.1;
    animation: none;
    transition: scale 0.2s linear
}

.getintouchbuttonwide:hover {
    cursor: pointer;
    scale: 1.1;
    animation: none;
    transition: scale 0.2s linear
}

.charitybutton:hover {
    box-shadow: 0px 0px 8px 3px rgba(85, 85, 85, 0.425);
    cursor: pointer;
  }

.step:hover {
    cursor: pointer;
    box-shadow: 0px 0px 8px 3px rgba(85, 85, 85, 0.425);
    transition: all 0.2s
}

.pointer:hover {
cursor: pointer;
}

.dropbtn:hover {
    cursor: pointer;
    scale: 1.1;
}

}