@import url(//db.onlinewebfonts.com/c/38292514d8f80b45216b865422916b0b?family=Brandon+Text);
        #linksdiv{
            display: flex;
        }
      /* body{ */
         
         /* padding-left: 25px; */
     /* }  */
/* .list{
    
} */

.list>div{
    /* border: 1px solid black; */
    padding-bottom: 7%;
    width: 170px;
 
}

.list a{
    text-decoration: none;
    font-size: 15px;;
    color: grey;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.list a:hover{
    color: teal;
}
#linksdiv>div{
   
    margin-right: 20px;
  
}
#linksdiv h4{
    color: black;
}

/* #linksdiv{
    margin-top: 10px;
    width: 100px;
    padding-left: 20px;
    border: 1px solid black;
    background-color: pink;
} */
#social{
    width: 500px;
    margin-right: 0px;
   
   

}

#logoCollector{
    padding: 3%;
    display: flex;
    
}
#logoCollector>a{
    font-size: 18px;
    margin-right: 20px;
    color: grey;
}
#logoCollector>a:nth-child(1):hover{
    color: blue;
}
#logoCollector>a:nth-child(2):hover{
    color: blue;
}
#logoCollector>a:nth-child(3):hover{
    color: red;
}
#logoCollector>a:nth-child(4):hover{
    color: rgb(233,64,70);
}

#sContainer{
    position: relative;
    width:100%;
    margin:0;
    z-index: 2000;
    background-color: #fff;
    font-family: Brandon Text;
    
    padding-left: 10px;
    padding-right: 10px;
  
}

