body{
    height: fit-content;
    overflow-x: hidden;
}

nav{
    background-color:rgba(0, 0, 0, 0.425)!important;
    box-shadow: 1px 10px 10px 10px #00000065;
    padding-right: 10px;
}

.nav-link{
    font-family: 'SF Pro Display';
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.664)!important;
}

.navbar-brand{
    padding-left: 1rem;
    font-family: 'SF Pro Display';
    font-size: 2rem;
    font-weight: 500;
}


.building-img{
    position: absolute;
    top: 127vh;
}

.bg-image{
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-image: url(Mekelle.png);
    height: 100vh;
    top: -73px;
    z-index: -10;
    border-bottom: crimson 5px solid;
}

.building-container{
    margin-top: -73px;
}

.event-explanation{
    position:relative;
    top: calc(-54px + -50%);
    background-color:rgba(0, 0, 0, 0.349);
    border-width: 3px;
    border-radius: 6px;
    border-color: crimson;
    font-size: 1.5rem;
    font-family: 'SF Pro Display';
    font-weight: 500;
    margin-left: 1vw;
    transition-duration: 0.5s;
}

.event-explanation:hover{
    background-color: crimson;
    border-color: crimson;
}

.firstBuilding{
    background-color: #00000000;
    transition-delay: 0.3s;
    transition-duration: 1s;
    transition-timing-function: ease;
    background-size: cover;
}

.firstBuilding:hover{
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    background-blend-mode: darken;
    background-color: #0000005d;
}

.secondBuildCol{
    background-image: url(2ndMekelleHighRise.jpg);
    padding: 0px;
    background-blend-mode: darken;
    background-size: cover;
    transition-delay: 0.3s;
    transition-duration: 1s;
    transition-timing-function: ease;
}

.secondBuildCol:hover{
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    background-blend-mode: darken;
    background-color: #0000005d;
}

.secondBuildingImg{
    visibility: hidden;
}

.help-button{
    position:relative;
    top: -50%;
    background-color:rgba(0, 0, 0, 0.349);
    border-width: 3px;
    border-radius: 6px;
    border-color: crimson;
    font-size: 1.5rem;
    font-family: 'SF Pro Display';
    font-weight: 500;
    transition-duration: 0.5s;
}

.help-button:hover{
    background-color: crimson;
    border-color: crimson;
}

.building-container{
    border-bottom: 4px crimson solid;
}

.building-row{
    margin-bottom: 10vh;
}


p#help{
    font-family: 'SF Pro Text';
    font-size: 1.5rem;
    color: rgb(58, 57, 57);
    font-weight: 500;
}

#BigDifference{
    font-family: sans-serif;
}

#Involve{
    font-family: 'SF Pro Text';
    font-size: 1.6rem;
    font-weight: 500; 
    color: rgb(58, 57, 57);
}

.help-container{
    border-bottom: crimson 5px solid;
}

.aboutHead{
    font-weight: bold;
    color: white;
    font-size: 2rem;
    font-family: 'SF Pro Display';
    text-shadow: gold;
}

.aboutPara{
    font-size: 1.25rem;
    font-weight: 500;
    font-family: 'SF Pro Text';
    color: gold
}

.aboutContainer{
    background-color: #95001c;
    border-bottom: crimson solid 5px;
}

.helpHead{
    color: crimson;
}

.link{
    color: black;
    font-size: 2rem;
    transition: ease-in-out;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
}

.link:hover{
    color: gold;
    transition: ease-in-out;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: color;
}

.RoadCol{
    margin-top: 2vh;
}

.MekelleRoad{
    max-width: 150%;
    width: 100%
}

.img-cont{
    position: relative;
    text-align: right;
    color: white;
}

.bottom-right{
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.humbleText{
    color: rgb(255, 216, 0);
    font-family: 'SF Pro Display';
    font-size: 2.25rem;
    font-weight: 400;
    background-color: rgba(128, 128, 128, 0.37);
}

.Quotee{
    color: #95001c;
    font-weight: 400;
    font-family: 'SF Pro Display';
    font-size: 1rem;
}

.road-row{
    border-bottom: crimson solid 5px;
}

.img-cont{
    margin-bottom: 3vh!important;
}


.VolunteerContainer{
    background-color: #95001c;
    border-bottom: crimson 5px solid;
}

.VolunteerHeader{
    color: gold;
    font-size: 2rem;
    font-family: 'SF Pro Display';
    font-weight: 500;
}

.VolunteerParagraph{
    color: gold;
    font-size: 1.25rem;
    font-family: 'SF Pro Text';
    font-weight: 400;
}

.rely{
    font-family: 'SF Pro Display';
    font-size: 4rem;
}

.join{
    font-size: 5rem;
    border-radius: 15px;
    background-color: transparent;
    border: gold 5px solid;
    color: gold;
    transition: ease-in-out all 0.5s 0s;
}

.join:hover{
    background-color: crimson;
    color: gold;
    border: gold 5px solid;
    transition: ease-in-out all 0.5s 0s;
}

.WhatHappened{
    color: #ffffff;
    font-size: 3rem;
    font-family: 'SF Pro Display';
    margin-top: 3vh;
}

p{
    font-family: 'SF Pro Text';
    font-size: 1.5rem;
}

p.AboutParagraph{
    margin:0px 12.5%;
    color:gold;
}

ul{
    margin: 0px 20%;
    font-family: 'SF Pro Text';
    font-size: 1.5rem; 
    color: gold;
}

.WhatsNext{
    font-weight: bold;
    font-family: 'SF Pro Display';
    font-size: 1.7rem;
    color: #95001c;
    margin-top: 2vh;
}

.AboutBody{
    background-color: #95001c;
}

.navbar-nav{
    margin-right: 0px;
}

.AboutLink{
    color: white;
    transition-duration: 0.3s;
    transition-property: color + font-size;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.AboutLink:hover{
    color:rgb(255, 216, 0);
    font-size: 2rem;
}

.about-nav {
    background-color: transparent!important;
}

.FaminePointer{
    font-size: 3rem;
    font-weight:400;
    font-family: "SF Pro Display";
    color: white;
}

.famineNumber{
    font-size: 4rem;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    font-weight: lighter;
}

.Aboutimage{
    border: solid 5px crimson;
    transition-duration: 0.4s;
    transition-delay: 0s;
    transition-property: box-shadow;
    transition-timing-function: ease-in-out;
}

.Aboutimage:hover{
    box-shadow: 2px 2px 7px 5px #000000ad;
    transition-duration: 0.4s;
    transition-delay: 0s;
    transition-property: box-shadow;
    transition-timing-function: ease-in-out;
}

.AboutTextDivider{
    border:0;
    border-top: 5px solid white!important;
    opacity: 1;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.nav-link{
    color: rgba(255, 255, 255, 0.438)!important;
}

.nav-link:hover{
    color: #ffffff!important;
    transition-duration: 0.3s!important;
    transition-delay: 0s!important;
    transition-timing-function: ease-in-out!important;
    transition-property: all!important;
}

.help{
    color: rgb(0, 0, 0);
    margin-top: 1vh;
    font-family: 'SF Pro Display';
    font-weight: bold;
}

.NeedsBody{
    background-color: rgb(255, 255, 255);
    height: fit-content;
}

.needsNav{
    background-color: rgb(136, 0, 0)!important;
}

.NeedHeader{
    font-weight: bold;
    font-family: 'SF Pro Display';
    font-size: 3rem;
    color: black;
}

.needList{
    color: rgb(27, 27, 27);
    font-weight: 500;
    font-family: 'SF Pro Text';
}

.NeedsPara{
    font-family: 'SF Pro Text';
    margin: 0px!important;
}

.NeedListCont{
    margin: 0px 10%!important;
}

.footer-text{
    font-family: 'SF Pro Text';
    margin: 5vh 10%;
}

.navbar-brand{
    color:rgb(227, 227, 227)!important;
    transition-duration: 0.5s;
    transition-property: color;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.navbar-brand:hover{
    color: #ffc107!important;
    transition-duration: 0.5s;
    transition-property: color;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

footer{
    background-color: crimson;
    padding-top: 1vh; 
    padding-bottom: 1vh;
    position: sticky;
    width: 100vw;
    bottom: 0px;
}

.footer-header{
    font-family: "SF Pro Display";
    font-weight: 500;
    color: #ffc107;
    font-size: 1.5rem!important;
    margin-left: 1vw;
}

.sideLink{
    font-family: "SF Pro Text";
    color: rgb(195, 195, 195);
    font-size: 1rem;
    text-decoration: none;
    transition-duration: 0.5s;
    transition-property: color;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    margin-left: 5px;
}

.sideLink:hover{
    color: #ffc107;
    transition-duration: 0.5s;
    transition-property: color;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.action-nav{
    background-color: #95001c!important;
}

.actionPageHead{
    font-family: 'SF Pro Display';
    font-size: 3.5rem;
    margin-top: 2vh;
    font-weight: 600;
}

.singleInput{
    width: 25%
}

.ActionBody{
    height: 100vh!important;
}

label{
    font-family: 'SF Pro Text';
    font-size: 1.2rem;
    font-weight: 500;
}

input{
    margin-bottom: 1.5rem!important;
}

input::placeholder{
    color: gray!important;
    font-family: 'SF Pro Text';

}

input:focus::placeholder{
    color: transparent!important;
}

.PhotosHead{
    font-family: 'SF Pro Display';
    font-weight: 600;
    font-size: 3.5rem;
}

.img-border{
    border-width: 3px;
    border-style: solid;
    border-color: black;
}

.col-sm-4{
    object-fit: contain;
}

.img-row{
    margin-bottom: 2vh;
}

.img-hover{
    transition-duration: 0.4s;
    transition-delay: 0s;
    transition-property: transform;
    transition-timing-function: ease-in-out;
}

.img-hover:hover{
    transition-duration: 0.4s;
    transition-delay: 0s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    box-shadow: 0px 0px 10px 10px #0000006b;
    transform: scale(1.1);
}

.ContactHeaders{
    font-family: 'SF Pro Display';
    font-weight: 500;
    font-size: 3rem;
    text-decoration: underline;
}

.contactInfo{
    font-size: 'SF Pro Text';
    font-size: 1.8rem;
}

.ActionReferral{
    font-size: 3rem;
    font-weight: 300;
    font-family: 'SF Pro Text';
}

.ActionRefLink{
    font-weight: 400;
    color: #95001c;
    text-decoration: none;
    transition-duration: 0.5s;
    transition-property: all;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
}

.ActionRefLink:hover{
    transition-duration: 0.3s;
    transition-property: all;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    color: rgb(255, 217, 0);
}

.ActionRefLink
{
    position: relative;
}

.ActionRefLink:before {
  content: "";
  position: absolute;
  width: 105%;
  height: 100%;
  z-index: -10;
  bottom: 0;
  left: -2.5%;
  background-color: #95001c;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.5s ease-in-out;
}

.ActionRefLink:hover:before {
    visibility: visible;
    transform: scaleX(1);
  }

.DonateBody{
    height: 100vh;
}

.donateFooter{
    position: absolute;
}

.DonateHead{
    font-size: 4rem;
    text-decoration: underline;
}

.DonateSubmitButton{
    color: white;
    background-color: rgb(185, 184, 184);
    border: black solid 2px;
    border-radius: 3px;
    width: 100%;
    font-size: 2rem;
    margin-top: 2vh;
    transition-duration: 0.5s;
    transition-property: background-color + color;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.DonateSubmitButton:hover{
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    background-color: #95001c;
    color:#ffc107;
}