
#firstSection {
    background-color: #333;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;  /* Centers content horizontally */
    padding: 0 10% 0% 10%;
    overflow: hidden;
}

h2{
    color:#fe6668 !important;
}

.h2second{
    margin-top:-2%;
}
.titles{
    font-size:40px;
    font-weight: 100;
    color:#fe6668;
    padding-top: 3%;
    overflow:hidden;
}

.texts{
    color:white;
    font-size: 25px;
    margin-top: 1%;
    font-weight:200;
}

#firstSubTitle{
    margin-left: 3px;
    overflow:hidden;
}

.sectionInnerContainers{
    width:80%;
    line-height: 2.6rem;
    overflow: hidden;
    padding-top: 1%;
}
#lineBreak{
    height: 10px;
}


.magnet{
    width: 55%;
    margin-top:-60%;
}

#personsContainer{
    display:none;
    position:absolute;
    flex-direction:column;
    background:none;
    justify-content:center;
    padding-top:40%;
    margin-left:56%;
}


.persons{
    width:10%;
}

#firstLinePersonsContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    animation: moveUpFirstLine 10s ease-in-out 1;
    animation-fill-mode: forwards;
    position:relative;
}

#secondLinePersonsContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    animation: moveU 10s ease-in-out 1;
    animation-fill-mode: forwards;
        position:relative;
}

@keyframes moveUpFirstLine {
    0% {
        margin-top: 0%;
        opacity: 1;
    }
  
    100% {
        margin-top: -70%;
        opacity: 1;
    }
}

@keyframes moveU {
    0% {
        margin-top: 0%;
        opacity: 1;
    }
    100% {
        margin-top: -7%;
        opacity: 1;
    }
}



#hashtag{
    margin-top:15%;
    position:relative;
}


#iconsOuterContainer{
    width:80%;
    display:flex;
    justify-content:left;
    margin:auto;
}

.tablet{
    width:70%;
}

#criticalQuestionsSectionContainer{
    color: white;
    padding-top: 1%;
    overflow: hidden;
    background: #333;
    width: 100%;
    margin: auto;
    padding: 0 10% 0 10%;
    line-height: 2.6rem;
}

#criticalQuestionsContainer{
    
    padding-top: 1%;
    width:80%;
    margin:auto;
    justify-content:left;
    text-align:left;
}

#criticalQuestionsTitleContainer{
    overflow: hidden;
    line-height: 50px;
}

.circle-dot {
    display: inline-block; 
    width: 6px;           
    height: 6px;          
    background-color: #fbb91a; 
    border-radius: 50%;   
    margin-right: 5px;    
    vertical-align: middle; 
}

#questionsEndingSentence{
    width: 100%;
    background: #333;
    color: white;
    font-size: 27px;
    font-weight:200;
    padding: 0% 10% 5% 10%;
}

/**SECTION MOTTO ******************/

#motto{
    color: white;
    font-size: 50PX;
    font-weight: 200;
    width: 100%;
    background: #333;
    margin: auto;
    padding: 0 15% 5% 15%;
}


.smallTextContainer{
    color: white;
    font-size: 14px;
    line-height:30px;
    font-weight: 200;
    width: 100%;
    margin: auto;
    padding-bottom:3%;
}


#quoteLeft{
    width: 4%;
    position: absolute;
    margin-left: -5%;
    margin-top:-1%;
}

#quoteRight{
    width: 4%;
    position: absolute;
    margin-left: 66%;
    margin-top: -2%;
}

@media screen and (max-width:1400px) and (min-width:1000px){
    .titles{
    font-size:30px;
}
#motto{
    font-size: 30px;
   
}

}

@media screen and (max-width:1000px) and (min-width:300px){
    .titles{
    font-size:25px;
}
#motto{
    font-size: 20px;
   line-height:30px;
}
}