@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
.navbar .container {
    max-width: 1330px;
    margin: 0 auto;
}
#sticker {
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #333333;
    z-index: 99;
}



.nav-text h4 a{
    margin-top: 10px;
    font-size: 25px;
    font-weight: 500;
    color: #8abc20;
    width: 100%;
    /* padding-left: 5px; */
}
.nav-text h4 a:hover {
 text-decoration: none;
}
#banner {
    background-color: #333333;
    height: 160px;
    /* width: 100%; */
}
#banner .container {
    max-width: 1330px;
    margin: 0 auto;
}
#banner .title {
    display: flex;
}

#banner .name h3 {
    color: aliceblue;
    font-size: 28px;
    font-weight: 400;
    /* padding-left: 220px; */
    padding-top: 75px;
}
#banner .name h4 {
    color: aliceblue;
    font-size: 16px;
    font-weight: 400;
    /* padding-left: 220px; */
    padding-top: 0px;
}
#banner  h4 a{
    color: aliceblue;
    font-size: 14px;
    font-weight: 400;
    
    width: 100%;
}
#banner .name h4:hover {
    color: #efa48d;
}
#banner .name a {
    color: gray;
}
#banner .name a:hover {
    color: #efa48d;
}
#image {
    min-height: 454px;
}
#image .container {
    max-width: 1300px;
    margin: 0 auto;
}
.profile img {
    /* height: 100px; */
    width: 100%;
    z-index: 9;
    position: relative;
    margin-top: 100px;
    /* margin-left: 50px; */
}

#image .row {
    /* max-width: 500px; */
    margin: 0 auto;
    padding-left: 50px;
}
table {
    width: 90%;
    border-collapse: collapse;
    /* margin-left: 220px; */
}
table span.pod_title {
    font-weight: 600;
}
th,
td {
    border: 2px solid #dddddd;
    /* padding: 8px; */
}

th {
    background-color: #f2f2f2;
}
*/ .title .col-8 {
    width: 8%;
    font-size: 17px;
}
.icon {
    font-size: 30px;
    /* margin-left: 50px; */
    text-decoration: none;
    color: #8abc20;
}

@media only screen and (max-width: 992px) {
   
    .nav-text h4 {
        margin-top: 10px;
        font-size: 25px;
        font-weight: 300;
        color: #8abc20;
        /* padding-left: 5px; */
    }
    /* #image{
        min-height: 500px;
    } */
}
@media only screen and (max-width: 768px) {
   
    .nav-text h4 {
        margin-top: 10px;
        font-size: 18px;
        font-weight: 200;
        color: #8abc20;
        /* padding-left: 5px; */
    }
    #banner {
        background-color: #333333;
        height: 100%;
        /* width: 100%; */
    }
    .profile img {
        text-align: center;
        margin-left: 20px;
        height: 200px;
        width: 200px;
    }
    #banner .name h3 {
    padding-top: 15px;

    }
    #image .row{
        padding-left: 10px;
    }
  
}
@media only screen and (max-width: 576px) {
   
    .icon {
        font-size: 30px;
        margin-left: 10px;
        text-decoration: none;
        color: #8abc20;
    }

  
}
