
@media only screen and (min-width: 1050px) {

    .nameTab{
        font-size: 20px;
    }

    .tab{
        padding: 5px;
        margin-right: 15px;
        margin-left: 15px;
        font-size: 20px;
    }

}

@media only screen and (max-width: 1050px) {

    .nameTab {
        font-size: 20px;
    }

    .tab{
        padding: 10px;
        font-size: 20px;
    }
    
}

@media only screen and (max-width: 750px) {

    .nameTab{
        font-size: 15px;
    }

    .tab{
        padding: 5px;
        margin: 5px;
        font-size: 15px;
    }

}

.nameTab{
    
    cursor: pointer;
    color: #52b7ef;
    text-decoration: none;
    font-family: "Chewy";
    white-space: nowrap;
    position: absolute;
    padding: 20px;
    transform: translate(-50%);
    left: 10%;
    top: 0px;
    text-transform: uppercase;
    list-style-type: none;

}

.tab{
    
    cursor: pointer;
    color: #52b7ef;
    text-decoration: none;
    font-family: "Chewy";
}

.header{
    padding: .75%;
    height: 75px;
    background: white;
}

[data-tab-content]{
    display: none;
}

.active[data-tab-content]{
    display: block;
}

.tabs{
    
    display: flex;
    justify-content: center;
    align-content: center;
    color: black;
    padding: 20px;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%);
    Top: 0px;
    left: 50%;
    text-transform: uppercase;
    list-style-type: none;
}


.tab.active{
    color: #5865ae;
}

.nameTab:hover,
.tab:hover{
    color: #c3e6f2;
}

.tab-content{
    margin-left: 20px;
    margin-right: 20px;
}

.aboutSection{
    font-size: 25px;
    display: block;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #52b7ef;
    text-align: center;
    padding: 10px;
    width: 400px;
    position: absolute;
    transform: translate(-50%, -50%);
    Top: 50%;
    left: 50%;
}

.socialLinks > a{
    margin: 30px;
    padding: 10px;
}


.social-links li {
  background: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
