
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
 body > header > nav { background-color:#FFC83B; /*background-image: url("/images/2023/somo_website_homepage_yellow_pattern\ background_1.png"); */}
.new-2023-st *{
    padding: 0;
    /* margin: 0 20px 0 0; */
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Quicksand', sans-serif;
    transition: 700ms;
    text-align: left;
      
}

body > main > article > aside >  {
    font-family: 'Quicksand', sans-serif;
}
.new-2023-st main.hopkins{
   background-image: url("/images/2023/somo_website_homepage_yellow_pattern\ background_1.png") /* url('/images/2023/somo_website_homepage_circles_pattern_clear_background_1.png')*/;  
}

.new-2023-st .paragraph {
    /* letter-spacing: 0.2em; */
    line-height: 1.5em;
    font-weight: 900;
    font-size: 18px;
}


.new-2023-st {
    /*width: 100vw;
    height: 100vh;*/
    font-family: 'Quicksand', sans-serif;
    scroll-behavior: smooth;
}

.new-2023-st #section-four{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-2023-st section:nth-child(1){
    padding: 0;
}
.new-2023-st section#home{
    height: 100%;
}
.new-2023-st section.slid-section{
    width: 100%;
    height:auto;
    padding: 100px 5% 100px;
    align-items: center;

}
.new-2023-st section.slid-section.onne{
    padding: 0px;
    background: url('/images/homeSlide/BgHome.png') no-repeat center;
/*    background-attachment: fixed;*/
    background-size: cover;
    repeat:no-repeat;
}
.new-2023-st{
    position: relative;
    background-color: white;
}
.new-2023-st .navs{

    position: fixed;
    left: 10px;
    width: auto;
    height: auto;
    z-index: 100;
    display: flex;
    flex-direction: column;
    top: 5%;
    bottom: 5%;
    justify-content: center;
}
.new-2023-st .navs .nav{
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid black;
}
.new-2023-st .navs a{
    text-decoration: none;
    display: inline-flex;
    width: 100%;
    margin: 4px 0;
    color: black;
}
.new-2023-st .link{
    display: inline-block;
    text-decoration: none;
    background-color: white;
    width: max-content !important;
    height: auto !important;
    padding: 8px 16px;
    border-radius: 20px;
/*    top: 50%;*/
    white-space: nowrap;
    box-shadow: 4px 2px black;
    border: 2px solid black;
    color: black;
}
.new-2023-st .nav-text {
    margin-left: 22px; 
    font-size: 9px;
}
.new-2023-st .nav-text.hide1{
    display: none;
}
.new-2023-st .nav-text.show1{
    display: flex;
}
.new-2023-st .navs .nav.active{
    background: #FFC83B;
}
.new-2023-st .md6xont button{
    background: white;
    text-align: center;
    cursor: pointer;
    font-size: 1em;
  font-weight: 700;
}
.new-2023-st .flexrrow li h4{
    color: #cd662d;
    font-size: 2.5em;
}

.new-2023-st #success_stories {
    /* background-image: url("/images/2023/somo_website_homepage_yellow_pattern\ background_1.png") /*, url('/images/2023/somo_website_homepage_circles_pattern_clear_background_1.png')*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
    align-content: center;
    margin-top: -42px;
}
.new-2023-st .partnersMainContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    height: max-content;
    left:50%;
    top:50%;
}
.new-2023-st .join_us{
    width: 100%;
    height: max-content !important;
}
.new-2023-st .partnersection{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.new-2023-st .partnersection h2{
    font-weight: 300;
    font-size: 4em;
    color: #cc6328;
}
@media (max-width: 648px) {
    .new-2023-st section, .new-2023-st section.slid-section{
        padding: 5%;
    }

    /* .newsl-report button{
        padding:0;
        margin: 0 0 10px 0;
    } */
    
}