div{
    font-family: poppins;
}

img{
    text-align: center;
}

/*Footer*/
footer{
    background-color: #1B1B1B;
}
.navbar-brand:hover, .white{
    color: white;
}

.dot{
    height: 8px;
    width: 8px;
    background-color: white;
    border-radius: 50%;
    place-self: center;
    margin-right: 20px;
    margin-left: 20px;
}

.underBrandTxt{
    color: white;
    font-family: Times;
}

.underBrandTxt:hover{
    color: white;
}

.socialIcons{
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

/**/
.black{
    color: black;
}

.white{
    color: white;
}

.yellow{
    color: #FBFF3F;
}

.green{
    color: #50D8A7;
}

p{
    color: white;
}

a{
    text-align: center;
}

a p{
    text-decoration: none;
}

.h1{
    font-size: 3.5rem;
}

.h2{
    font-size: 2.75rem;
}

.h3{
    font-size: 1.85rem;
}

.noneDisplay{
    display: none;
}

.txt-align{
    text-align: center;
}

body{
    background-color: #2B2B2B;
    overflow-x: hidden;
}

.noPad{
    padding: 0%;
}


/*Margin Classes*/
.mb-100{
    margin-bottom: 100px;
}

.ml-10{
    margin-left: 10px;
}

.ml-20{
    margin-left: 20px;
}

.ml-30{
    margin-left: 30px;
}

.ml-40{
    margin-left: 40px;
}

.mt-40{
    margin-top: 40px;
}

.mt-60{
    margin-left: 60px;
}

.mt-100{
    margin-top: 100px;
}

.mlr-auto{
    margin-left: auto;
    margin-right: auto;
}

.mt-270{
    margin-top: 270px;
}

.pb-120{
    padding-bottom: 120px;
}

.pb-20{
    padding-bottom: 20px;
}

.pb-100{
    padding-bottom: 200px;
}

.w60{
    width: 60%;
}
/*Fixes*/

a:-webkit-any-link{
    cursor: pointer;
    text-decoration: none;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active, 
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn:focus, .btn:active, .btn:hover{
    box-shadow: none!important;
    outline: 0;
}


/*Navbar*/

.navbar-brand{
    font-size: 2rem;
}

.nav-link{
    color: white;
    font-size: 1.25rem;
    padding: 0%;
    margin-left: 44px;
    margin-right: 44px;
}

.active,
.nav-link:hover{
    color: #FBFF3F;
}

.active{
    font-size: 1.5rem;
}


/*First page*/

#homePageSection{
    margin-bottom: 5rem;
}

#findMoreBtn{
    background-color: #50D8A7;
    border-color: transparent;
    font-size: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 160px;
}

#findMoreBtn:hover{
    background-color: #FBFF3F;
    border-color: transparent;
    color: black;
}

#yellowCircleHome{
    transform: translate(320%, 92%);
}


/*Second page*/

.sectionsButtons{
    background-color: #1B1B1B;
    cursor: pointer;
    transition: all .4s;
}

.sectionsButtons:hover{
    background-color: white;
    border-radius: 10px;
}

.textBtnSections{
    font-size: 1.85rem;
}

.sectionsButtons:hover p{
    color: black;
}

.sectionsButtons:hover img{
    filter: invert(100%);
}


/*Second page definition section*/

.bk-green{
    background-color: #50D8A7;
}

.infoTxt{
    font-size: 1.5rem;
    color: white;
}

#firstMoreInfoBtn{
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 2rem;
    background-color: #FBFF3F;
    color: black;
    border-color: transparent;
    border-radius: 5px;
    transition: all .3s;
}

#firstMoreInfoBtn:hover{
    color: white;
    background-color: #1B1B1B;
    border-color: transparent;
}

/*Second page methods section*/

.bk-yellow{
    background-color: #FBFF3F;
}

.infoTxt-black{
    font-size: 1.5rem;
    color: black;
}

#secondMoreInfoBtn{
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 2rem;
    background-color: #50D8A7;
    color: black;
    border-color: transparent;
    border-radius: 5px;
    transition: all .3s;
}

#secondMoreInfoBtn:hover{
    background-color: #1B1B1B;
    border-color: transparent;
    color: white;
}


/*3 section, second page*/

.bk-white{
    background-color: white;
}

#benefitsSection{
    padding-bottom: 200px;
}

.infoTxtBenefits{
    font-size: 1.85rem;
    color: black;
    text-align: center;
}

.infoTxtBenefitsMemory{
    text-align: end;
    font-size: 1.85rem;
    color: black;
}

#thirdMoreInfoBtn{
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 2rem;
    background-color: #1B1B1B;
    color: white;
    border: 2px solid;
    border-color: transparent;
    border-radius: 5px;
    transition: all .3s;
}

#thirdMoreInfoBtn:hover{
    background-color: white;
    border: 2px solid black;
    color: black;
}


/*Random Advice page*/
.randomContent{
    margin-bottom: 250px;
    margin-top: 130px;
    width: 70%;
    height: 60%;
    place-items: center;
    border: 3px solid white;
    margin-left: auto;
    margin-right: auto;
}

#getAdviceBtn{
    background: linear-gradient(#50D8A7, #FBFF3F);
    border: none;
    transition: all .3s;
    text-transform: uppercase;
    color: black;
    font-size: 28px;
    padding: 10px;
}

#getAdviceBtn:hover{
    color: black;
    background: linear-gradient(#FBFF3F, #50D8A7);
}

.text-box-start{
    font-size: 1.25rem;
}

.titleRandomStart{
    font-size: 4rem;
    color: #FBFF3F;
}

.text-box{
    font-size: 1rem;
}

.titleRandom{
    font-size: 1.75rem;
    color: #FBFF3F;
}

/*Q&A page*/

.searchQuestion{
    background-color: #1B1B1B;
    color: white;
}

.searchQuestion::placeholder{
    font-size: 1.25rem;
}

.searchQuestion:focus{
    box-shadow: 0 0 3px 2px #50D8A7;
    border-color: transparent;
    background-color: #1B1B1B;
    color: white;
}

#askMoreQuestionsBtn{
    background-color: #50D8A7;
    color: black;
    font-size: 26px;
    border: none;
    transition: all .3s;
}

#askMoreQuestionsBtn:hover{
    background-color: #1B1B1B;
    color: white;
}

.darkQuestion{
    background-color: #1B1B1B;
    cursor: pointer;
    position: relative;
    color: white;
    transition: all .3s;
}

.darkQuestion:hover{
    font-size: 26px;
}

.colorfulQuestion{
    background: linear-gradient(#50D8A7, #FBFF3F);
    cursor: pointer;
    position: relative;
    transition: all .3s;
}

.colorfulQuestion:hover{
    font-size: 26px;
}

.questionsInfo{
    font-size: 24px;
}

/*About Us page*/

.animationTxt{
    font-size: 40px;
    animation-name: Element;
    animation-duration: 2s; 
}

@keyframes Element{
    0%{font-size: 1px;}
    100%{font-size: 40px;}
}

.whyUs{
    background-image: url("../images/background-img.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.line{
    height: 3px;
    background-color: white;
}

.whyUsList{
    font-size: 1.75rem;
    background-color: rgba(27, 27, 27, 0.7);
    border: 3px solid white;
    height: fit-content;
}

