*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: lightblue;
}

/* Above fold */
.above-fold{
    position: relative;
    height: 95vh;
    background-image: url("../img/headerbg.png");
    background-position-x: -50px;
    margin: 20px 20px 20px 20px;
    border-radius: 20px 20px 0 0;
}

/* Nav */
.nav{
    display: flex;
}

.nav-links{
    height: 12vh;
    padding: 3vh 2vw 0 2vw;
    flex: 1;
}

.nav-links ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nav-links ul li{
    list-style: none;
}

.nav-links ul a{
    text-decoration: none;
    color: white;
    font-family: "PT Sans", sans-serif;
}

#logo{
    display: flex;
    flex-direction: column;
    color: #ffbe4c;
    font-weight: bold;
    width: 48px;
    font-size: 0.8rem;
    text-align: center;
    font-family: "PT Sans", sans-serif;
}

#logo img{
    padding-bottom: 0.2rem;
}

#user{
    display: flex;
    flex: 1;
    padding-top: 3vh;
    padding-right: 3vw;
    align-self: center;
    justify-content: flex-end;
    color: white;
}

#user p{
    align-self: center;
    padding-right: 0.8rem;
    font-family: "PT Sans", sans-serif;
}

#user-img{
    position: relative;
}

#user-img img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid white;
    object-fit: cover;
}

#online{
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #00c274;
    border-radius: 50px;
    border: 2px solid white;
    bottom: 0;
    right: 0;
}

/* Hero Area */
#vert-text{
    position: absolute;
    transform: rotate(-90deg);
    color: white;
    top: 60vh;
    left: -6.5vw;
    font-size: 0.8rem;
}

.hero-area{
    display: flex;
    width: 90vw;
    margin: auto;
}

.left-div{
    flex: 1;
    color: white;
    height: 100%;
    margin: auto;
    padding-top: 6rem;
    padding-left: 4rem;
}

.left-div h1{
    font-size: 5.5rem;
    line-height: 100px;
    font-family: "PT Sans", sans-serif;
}

.left-div p{
    padding-top: 1.2rem;
    padding-bottom: 3rem;
    width: 85%;
    font-size: 1.2rem;
}

#helpBtn{
    padding: 1rem 2rem 1rem 3rem;
    background-color: #ff6b7f;
    border-radius: 40px;
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 1.3px;
}

#helpBtn img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 0.6rem;
    transform: translateY(-2px);
}

.right-div{
    position: relative;
    flex: 1;
    width: 100%;
}

.right-div img{
    position: absolute;
    height: 800px;
    width: 700px;
    top: 0;
    right: 0;
    transform: translateY(-115px);
}

/* Ways to help section */
.ways-to-help{
    background-color: rgb(255, 255, 255);
    margin: -20px 20px 0 20px;
    padding: 4rem 6rem;
}

#help-ways{
    font-size: 3rem;
    color: #1f4a6e;
    margin-bottom: 2rem;
    padding-left: 20px;
    font-family: "PT Sans", sans-serif;
}

.helping-divs{
    display: flex;
    justify-content: space-between;
}

.help-div{
    flex: 1;
    background-color: tomato;
    border-radius: 20px;
    padding: 1rem;
    margin: 0 20px;
    color: white;
}

.div-1{
    background-color: #019ff5;
    background-image: url("../img/ladydog.png");
    background-position: right;
    background-repeat: no-repeat;
    height: 230px;
}

.div-1 span{
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 7px;
    margin-top: 12px;
    margin-left: 12px;
    font-size: 1rem;
    letter-spacing: 1.5px;
    border-radius: 5px;
    font-weight: bold;
    background-color:white;
    color: #019ff5;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
}

.div-1 h3{
    margin-left: 12px;
    width: 30%;
    font-size: 1.4rem;
    line-height: 24px;
    font-family: "PT Sans", sans-serif;
}

.div-1 p{
    margin-top: 0.6rem;
    margin-left: 12px;
    width: 40%;
    font-size: 1rem;
}

.div-2{
    background-color: #00c274;
    background-image: url("../img/bird.png");
    background-position: right;
    background-repeat: no-repeat;
    height: 230px;
}

.div-2 span{
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 7px;
    margin-top: 12px;
    margin-left: 12px;
    font-size: 1rem;
    letter-spacing: 1.5px;
    border-radius: 5px;
    font-weight: bold;
    background-color:white;
    color: #00c274;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
}

.div-2 h3{
    margin-left: 12px;
    width: 50%;
    font-size: 1.4rem;
    line-height: 24px;
    font-family: "PT Sans", sans-serif;
}

.div-2 p{
    margin-top: 0.6rem;
    margin-left: 12px;
    width: 40%;
    font-size: 1rem;
    font-family: "PT Sans", sans-serif;
}

.div-3{
    background-color: #ff6b7f;
    background-image: url("../img/cat.png");
    background-position: right;
    background-repeat: no-repeat;
    height: 230px;
}

.div-3 span{
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 7px;
    margin-top: 12px;
    margin-left: 12px;
    font-size: 1rem;
    letter-spacing: 1.5px;
    border-radius: 5px;
    font-weight: bold;
    background-color:white;
    color: #ff6b7f;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
}

.div-3 h3{
    margin-left: 12px;
    width: 50%;
    font-size: 1.4rem;
    line-height: 24px;
    font-family: "PT Sans", sans-serif;
}

.div-3 p{
    margin-top: 0.6rem;
    margin-left: 12px;
    width: 40%;
    font-size: 1rem;
}