body{
    background-color: #fbfbfb;
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
}

/* *{
    padding: 0;
    margin: 0;
} */

/* Styling the header */
div.header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    color: #ffff;
    background-color: black;
    background-color: black;
    color: #ffff;
    width: 100%;
    padding: 10px;
    z-index: 100;
}
div.navbar{
    display: flex;
    width: 100%;
    
}
div.logo{
    flex: 1;
    padding-top: 0px;
}
div.navbar div.logo a img{
    width: 20%;
}
div.tags{
    flex: 2;
}
div.tags{
    display: flex;
    align-items: center;
}
div.tags>*{
    flex: 1;
}
div.tag_items{
    font-size: 20px;
}
div.tag_items a{
    text-decoration: none;
    color: #ffff;
}
div.tag_items a:hover{
    color: yellow;
}

/* About Us */
div.aboutus{
    /* background-color: rgb(221, 221, 221); */
    /* background-image: url("../..//assets/bg/2.jpg"); */
    background-repeat: repeat;
    padding: 40px;
    text-align: center;
    padding: 20%;
    padding-top: 80px;
    padding-bottom: 0;
}
div.aboutus h1{
    justify-items: center;
    text-align: center;
    color: yellow;
    background-color: black;
    /* width: 50%;
    padding-left: 60px; */
}

div.aboutus p.slogan{
    padding-top: 40px;
    line-height: 64px;
    font-size: 36px;
    padding-bottom: 40px;
}
div.aboutus div.about{
    
    /* color:#ffff; */
    /* background-color: rgb(255, 246, 232); */
    text-align: justify;
    line-height: 30px;
}

/* Course */

/* Footer */

div.footer{
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    font-size: 100px;
    color: #ffff;
    background-color: black;
}
div.footer_logo a{
    position: absolute;
    left: 40px;
    top: 0px;
    display: inline-flex;
    height: 100%;
}
div.footer_logo a>img{
    height: 60%;
    margin:auto;
}
div.footer_logo p{
    font-size: 10px;
}

div.footer_items{
    font-size: 16%;
}
div.copyright{
    color: #ffff;
    text-align: center;
}

div.social_icons{
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
}
div.social_icons>*{
    text-align: center;
    align-items: center;
    border: 50%;
}

div.social_icon_items{
    border: 50%;
    color: yellow;
    background-color: transparent;
}
div.social_icon_items a{
    padding: 12px;
    margin: 12px;
    width: 40px;
    height: 40px;
    /* font-size: 20px; */
    color: yellow;
    border-radius: 50%;
    border: solid yellow 1px;
    background-color: transparent;
    text-decoration: none;
    
}

div.social_icon_items a:hover{
    background-color: yellow;
    color: rgb(32, 7, 255);
    font-size: 16px;
}


@media screen and (max-width: 580px){
    div.header{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        color: #ffff;
        background-color: black;
        background-color: black;
        color: #ffff;
        width: 100%;
        height: 40px;
        padding: 10px;
        z-index: 100;
    }

    div.tag_items{
        font-size: 8px;
    }

    div.navbar div.logo img{
        width: 40%;
    }

    /* AboutUs */

div.aboutus p.slogan{
    padding-top: 40px;
    line-height: 44px;
    font-size: 14px;
    padding-bottom: 40px;
}

div.about p{
    font-size: 12px;
}
    /* Footer */
    div.footer{
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100px;
        font-size: 80px;
        color: #ffff;
        background-color: black;
    }

    div.footer_logo a{
        position: absolute;
        left: 10px;
        top: 0px;
        display: inline-flex;
        height: 100%;
    }
    div.footer_logo a>img{
        height: 30%;
        margin:auto;
    }
    div.footer_items{
        padding-top: 10px;
    }
    div.social_icons{
        position: relative;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    div.social_icons>*{
        text-align: center;
        align-items: center;
        border: 50%;
    }
    
    div.social_icon_items{
        border: 50%;
        color: yellow;
        background-color: transparent;
    }
    div.social_icon_items a{
        padding: 8px;
        margin: 8px;
        width: 30px;
        height: 30px;
        /* font-size: 20px; */
        color: yellow;
        border-radius: 50%;
        border: solid yellow 1px;
        background-color: transparent;
        text-decoration: none;
        
    }
}