<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --dark: #1f1f1f;
    --light: #f5f5f5;
    --page-background: #dcdcdc;
    --content-background: #f5f5f5;
}

* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

a{
    text-decoration: none;
    color: #265cfd;
}
html {
    scroll-behavior: smooth;
}
.centered-text{
    text-align: center;
    margin: auto;
    display: block;
}

.padded{
    padding: 0.1rem;
}
.spaced{
    line-height: 1.5rem;
}
.article-date{
    margin: auto;
    display: block;
}
li{
    margin: 1.2rem;
}
.top-margin{
    margin-top: 1.5rem;
}

p img, figure img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 5px;
}
/***** BEGIN THREADED PARAGRAPHS *****/
.hidden-paragraphs{
    display: none;
}
#loadMore{
    display: none;
}
.paragraph h2{
    text-align: unset;
}
/***** END THREADED PARAGRAPHS *****/

/***** BEGIN RESPONSIVE EMBED VIDEO *****/
.container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

/***** END RESPONSIVE EMBED VIDEO *****/
.avatar{
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.gravatar{
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%;
    float: left;
    margin: 0.3rem;
}
.follows{
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
.follows div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.author-container{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.bold-text{
    font-weight: bold;
}
.pagination, .pagination span, .pagination a{
    text-align: center;
    margin: 0.5rem;

}
.article-detail-comments-container{
    margin-top: 1rem;
}
/***** ICONS *****/

.checked {
    color: orange;
    
}
.fa-trash {
    color: red;
}
.fa-facebook {
    color: #4267B2;
}

.fa-instagram {
    color: #fb3958;
}

.fa-square-twitter {
    color: #1DA1F2;
}

.fa-linkedin {
    color: #0A66C2;
}
.fa-brands {
    font-size: 26px;
    z-index: -1000;
}

.fa-solid.fa-share-nodes {
    font-size: 1rem;
}

.social-share .fa-brands {
    font-size: 26px;
    padding-right: 15px;
}

.social-share .fa-solid {
    font-size: 26px;
}


/***** END ICONS *****/
/***** HERO BANNER *****/
.hero-banner{
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 332px;
    /* background: url('/static/images/people.webp'); */
    /* background: url('/static/images/Nigeria-flag.webp'); */
    background-size:contain;
    background-position:center;
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* filter: brightness(0.4); */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    background-color: #0a5397;
    /* z-index: -1; */
}
@media only screen and (max-width: 1036px){
    .hero-banner{
        background: url('/static/images/people-341.webp');

    }
}
@media only screen and (max-width: 375px){
    .hero-banner{
        background: url('/static/images/people-282.webp');

    }
}
.inner-hero{
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.hero-banner p{
    font-size: 1.2rem;
    margin: 0.2rem;
    
}
.hero-banner small{
    margin: 0.5rem 0;
}
.breadcrumbs span a{
    color: yellow;
}
.page-hero{
    color: lightblue;
}
.hero-text{
    margin: 0.5rem 0;
}

/***** END HERO BANNER *****/

/***** BEGIN TOC *****/

.toc-container{
    border: 1px solid gray;
    padding: 3rem;
    margin: auto;
    width: fit-content;
    color: #000;
    background-color: gainsboro;
    border-radius: 5px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
.toc-heading {
    margin: auto;
    display: block;
    color: #000;
    justify-content: center;
    text-align: center;
    border-radius: 2px;
    width: 40%;
    box-sizing: border-box;
    color: rgb(111, 105, 105);
    box-shadow: 5px 5px 5px 5px;
    list-style: none;
    border-radius: 20px;
    margin-bottom: 2%;
    padding: 3px;
}

.toc {
    margin: auto;
    display: block;
    justify-content: center;
    text-align: center;
    border-radius: 2px;
    width: 60%;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px 5px;
    list-style: none;
    border-radius: 20px;
    font-weight: bold;
    line-height: 1.9rem;

}

#toc-heading{
    text-decoration: underline;
    margin: 0.1rem;
    line-height: 1.8rem;
}

.toc-container ul li{
    list-style-type: none;
    line-height: 2.5rem;
}

.toc-container ul li a{
    color: #000;
}
.toc-container ul li a:visited{
    color: #0a5397;
}

.tocDiv {
    display: none !important;

}
/***** END TOC *****/
body {
    background-color: var(--page-background);
}
.content-container{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    /* background-color: ghostwhite; */
}

.main-content{
    flex-basis: 60%;
    border: 1px solid #f8f8ff;
    padding: 1rem;
    background-color: var(--content-background);
    margin-bottom: 2rem;

    /* width: 100%; */
}
.pagination-container{
    margin: auto;

}
video{
    width: 100%;
    height: auto;
}
.content-sidebar{
    position: relative;
    flex-basis: 30%;
    border: 1px solid ghostwhite;
    padding: 0.5rem;
    padding: 1rem;
    flex-grow: 0.5;
    background-color: var(--content-background);
    width: 100%;
}
.content-sidebar .related-posts .action-button{
    /* text-align: center; */
    width: fit-content;
    margin: auto;
    display: block;
    display: flex;
    height: 2rem;
    align-items: center;
}
/* .sidebar-ads{
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
} */
main{
    font-size: 1.125rem;
    line-height: 2.0rem;
    margin: 1rem 2rem 7rem;
    min-height: calc(90vh - 15vh);
    position: relative;
}

.post-content a{
    text-decoration-line: underline;
    text-decoration-thickness: .125rem;
}
.post-content a:hover{
    text-decoration: none;    
}
.post-content p{
    letter-spacing: 0.0313rem;
    text-underline-offset: 0.25rem;
}

Main h1,h2{
    text-align: center;
}
.mini-blog-content{
    margin-top: 2rem;
}

h2,
h3,
h4,
h5,
h6 {
    line-height: 2.5rem;
    margin: 1rem 0;
}
.medium-h2{
    font-size: 1.2rem;
}
.small-h2{
    font-size: 1rem;
}
.member-name-h1{
    font-size: 1.2rem;
}

p{
    line-height: 2rem;
    margin: 1.2rem 0;
    word-wrap: break-word;
}
figcaption{
    text-align: center;
}
.map-embed{
    margin: 1rem;
}
p{
    margin: 1.1rem 0;
}
.comment-body{
    margin-top: 2.5rem;
}
.full-profile.main-content {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}
.member-bio{
    color: #000;
}
.view-count{
    color: darkgreen;
}
/***** GIST ANSWERS *****/

.solved{
    background-color: green;
    color: #fff;
    padding: 0.2rem 0.4rem;
    font-weight: 350;
}
hr{
    margin: 1rem;
}
.answers-container{
    position: relative;
}

.vote-buttons{
    text-align: right;
    position: absolute;
    right: 1rem;
}
.vote-form{
    display: flex;
    align-items: center;
    gap: 1rem;
    border: none;
}
.vote-form button{
    margin: 1rem 0;
    border-radius: 5px;
    padding: 0.3rem;
    background-color: darkgreen;
}
/***** END GIST ANSWERS *****/
iframe{
    width: 100%;
    height: auto;
}
.featured-image{
    display: block;
    margin: auto;
    margin-bottom: 1rem;
    border-radius: 5px;
    border-radius: 15px;
    max-width:100%;
}
.featured-image2{
    display: block;
    margin: auto;
    margin-bottom: 1rem;
    border-radius: 5px;
    border-radius: 15px;
    max-width:100%;
}
.bottom-margin{
    margin-bottom: 1rem;
}

@media only screen and (max-width: 1036px){
.featured-image {
    /* width: 343px; */
    /* height: 201px; */
    border-radius: 15px;
    margin: auto;
    display: block;
}
.post-content {
    /* width: 343px; */
    /* height: auto; */
    border-radius: 15px;
    margin: auto;
    display: block;
}

}

.cover-image{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 7rem;
    
}
.cover-background{
    background-color: rgba(0, 0, 0, .9);
    width: 100%;
    height: 232px;
    /* background: url('/static/images/community-blog.jpeg'); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(0.4);

    
}
.coverphoto{
    width: 100%;
    height: auto;
}
.profile-avatar{
    border-radius: 50%;
}
.profile-photo{
    width: 120px;
    height: 120px;
    display: block;
    margin: auto;
    margin-top: 1rem;
    border-radius: 50%;
    border: double silver;
}
.name-and-location{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.full-profile{
    max-width: 1170px;
    margin: auto;
    padding: 0.2rem;
}


/***** BEGIN ARTICLES *****/

.article-card-container, .related-posts {

    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    margin: 0 0 1rem;
    border-radius: 5px;
    padding: 0.5rem;
}
  
.article-card-container:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.article-card-inner {
padding: 2px 16px;
}

/***** END ARTICLES *****/

/***** BEGIN FORMS *****/
form label{
    display: block
}
.custom-form {
    text-align: center;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 0.5rem;
    width: fit-content;
    margin: auto;
    
}
.custom-form input, .custom-form textarea{
    border-radius: 5px;
    width: 100%;
    padding: 0.3rem;
    font-family: inherit;
}
.custom-form #id_post_title, #id_image_caption{
    height: 1.8rem;
    width: 100%;
}
.custom-form .action-button{
    width: fit-content;
    height: 1.5rem;
    border-radius: 15px;
}
.custom-form #id_featured_image{
    display: flex;
    text-align: center;
}


#id_bio{
    width: 95%;
    border-radius: 5px;
    padding: 5px;
    display: block;
    margin: auto;
    margin-bottom: 2%;
}
.signup-info, .signin-info{
    text-align: center;
}

.signup-submit-button, .login-submit-button, .logout-confirm-button{
    margin: auto;
    display: block;
}
input.submit-button{
    width: fit-content;
    padding: 0.5rem;
    border-radius: 20px;
    background-color: #fff;
    color: #000
}
fieldset{
    padding: 1rem;
}

form#signup_form fieldset li, .login fieldset li{
    list-style-type: none;
}

.edit-profile-form{
    border: 1px solid gray;
    border-radius: 5px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.edit-profile-form input{
    height: 2.2rem;
    border-radius: 5px;
    padding: 0.3rem;
    min-width: 240px;
}
.edit-profile-form textarea{
    padding: 0.3rem;
    font-family: inherit;
    border-radius: 5px;
}
input.profile-update-button{
    margin: 1rem 0;
    border-radius: 20px;
}
.edit-profile-form p {
    text-align: center;
}
input#profile_image-clear_id {
    margin: auto;
    display: block;
}

.newsletter-form {
    text-align: center;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 0.5rem;
    max-width: 800px;
    margin: auto;
    background-color: var(--dark);
    color: #fff;
    margin-top: 1rem;
}

.newsletter-form #id_name, .newsletter-form #id_email, .newsletter-form #name, .newsletter-form #email{
    font-family: inherit;
    height: 3rem;
    width: 100%;
    border-radius: 5px;
    padding: 0.7rem;
}

.newsletter-form label{
    margin: 1rem 0;
}

.newsletter-form .action-button, .newsletter-form .action-button{
    display: flex;
    margin: auto;
    background-color: #fff;
    color: #000;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
    border-radius: 20px;
    margin-top: 1rem
}
/* .newsletter-form .action-button{
    margin-top: 1rem;
} */
.newsletter-form button{
    height: 2rem;
}

/***** END FORMS *****/

.view-profile-button {
    color: #000;
    border-radius: 20px;
    padding: 0.2rem;
    font-weight: bold;
    font-size: small;
    border: 1px solid #000;
    margin: auto;
    display: block;
    text-align: center;
    width: 100px;
}


.action-button{
    color: #000;
    border-radius: 20px;
    padding: 0.4rem;
    font-weight: bold;
    font-size: small;
    border: 1px solid #000;
    background-color: #fff;
}

.errorlist {
    color: red;
}

.content-sidebar h3{
    text-align: center;
}

.social-share-container{
    display: flex;
    justify-content: center;
}

.social-share-buttons {
    margin: auto;
    display: block;
}

#sharebTn button, .sharebTn button {
    display: none;
}

.profile-card-container {

    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    margin: 0 0 1rem;
    border-radius: 5px;
}
  
.profile-card-container:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.profile-card-inner {
padding: 2px 16px;
}

.cover-logo {
    margin: 0.5rem;
    width: 3rem;
    height: 3rem;
    padding: 0.3rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    animation: flipAnimation 5s infinite;
}

@keyframes flipAnimation {
    30%,
    100% {
        transform: rotateY(360deg);
    }
}

/***** BEGIN FORM *****/


.contact-form fieldset, .comment-form fieldset{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact-form input, .comment-form input{
    font-family: inherit;
    height: 2rem;
    border-radius: 5px;
    padding: 0.3rem;
}
.contact-form fieldset legend{
    margin: auto;
}

.contact-form .action-button, .comment-form .action-button{
    border-radius: 20px;
    background-color: var(--dark);
    color: var(--light);
    margin: 1rem 0;

}
.comment-form fieldset{
    width: fit-content;
}
.contact-form input, .contact-form textarea{
    min-width: 280px;
}
.job-application-form{
    display: flex;
    justify-content: center;
    align-items: center;
}
.job-application-form label{
    display: inline-block;
    width: 150px;
}
.job-application-form input{
    font-family: inherit;
    padding: 0.4rem;
    border-radius: 5px;
    min-width: 50%;
}
.job-application-form textarea{
    width: 100%;
    font-family: inherit;
    border-radius: 5px;
    padding: 0.4rem;
}
.job-application-form .action-button{
    border-radius: 20px;
    border: none;
    display: block;
    margin: auto;
    background-color: green;
    color: #fff;
    width: fit-content;
}

.comment-form fieldset textarea{
    margin: auto;
    width: fit-content;
    display: block;
    border-radius: 5px;
    padding: 0.3rem;
}
.comment-form fieldset label, .comment-form legend{
    display: block;
    margin: auto;
    text-align: center;
}

select#id_subscribe_to_notification {
    margin: auto;
    display: block;
}

/***** END FORM *****/

/***** BEGIN NEW FORM *****/

.login {
    /*margin-left: 10%; */
    margin-top: 2.5%;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 600px;
    padding: 2%;
    margin: auto;
    text-align: center;
    line-height: 2.5rem;
}

#id_login,
#id_oldpassword,
#id_password,
#id_email,
#id_email2,
#id_username,
#id_password1,
#id_password2 {
    font-size: 14px;
    height: 30px !important;
    padding: 5px;
}

@media screen and (max-width: 695px) {

    #id_login,
    #id_oldpassword,
    #id_password,
    #id_email,
    #id_email2,
    #id_username,
    #id_password1,
    #id_password2 {
        width: 95% !important;
    }
}

#id_login,
#id_oldpassword,
#id_password,
#id_password1,
#id_password2,
id_oldpassword {
    display: flex;
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
    padding: 3px;
    margin-top: 2%;
    width: 50%;
    margin: auto;

}

button.primaryAction {
    padding: 5px;
    width: 80px;
    border-radius: 5pc;
    color: #fff;
    background-color: #000;
}


#signup_form {
    margin: auto;
    margin-top: 2.5%;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 1rem;
    max-width: 600px;
    text-align: center;

}

.custom-form {
    text-align: center;
    line-height: 30px;
}

input#id_email,
#id_email2,
input#id_username,
input#id_password1,
input#id_password2 {
    display: flex;
    margin-bottom: 2%;
    border-radius: 5px;
    padding: 3px;
    width: 50%;
    margin: auto;

}
.action-button{
    color: #000;
    width: fit-content;
    border-radius: 20px;
    padding: 0.4rem;
    font-weight: bold;
    font-size: small;
    border: 1px solid #000;
    background-color: #fff;
}

button {
    padding: 10px;
    margin: 1rem;
    border-radius: 5pc;
    width: fit-content;
    color: #fff;
    background-color: #000;
    position: relative;
}

.login-or-join {
    text-decoration: none;
    color: #fff;
    width: 140px;
    margin-bottom: 2%;
    margin: auto;
    display: flex;
    margin-bottom: 2%;
}

a.login-or-join {
    margin: auto;
}

input[type="submit"] {
  border-radius: 20px;
  width: 140px;
  color: #fff;
  background-color: #000;
  margin: 1rem;
}
.follow-form input[type="submit"]{
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.password_reset {
    margin: auto;
    width: 70%;
    text-align: center;
}

form {
    line-height: 1.7rem;
    margin: auto;
    text-align: center;
}

#id_first_name,
#id_last_name,
#id_sender,
#id_location,
#id_job_title {
    width: 40%;
    border-radius: 5px;
    height: 30px;
    padding: 5px;
    display: block;
    margin: auto;
}

#id_message{
    width: 70%;
}
@media screen and (max-width: 695px) {

    #id_first_name,
    #id_last_name, #id_sender {
        width: 70%;
    }

}

#id_image,
#id_cover_image {
    width: 50%;
}

#id_title {
    width: 70%;
    padding: 5px;
    border-radius: 15px;
    height: 30px;
    font-size: 14px;
    margin-bottom: 2%;
}

#id_body,
#id_description,
#id_image_caption {
    width: 80%;
    padding: 12px;
    font-size: 14px;
    display: block;
    margin: auto;
    margin-bottom: 5%;
}


#id_email_address_visibility {
    margin: 2%;
}

#id_image,
#id_cover_image {
    border-radius: 15px;
    padding: 5px;
    width: 80%;
    display: block;
    margin: auto;
    margin-bottom: 2%;
}

#id_website_url,
#id_facebook_url,
#id_instagram_url,
#id_linkedin_url,
#id_twitter_url,
#id_github_url,
#id_bitbucket_url {
    height: 35px;
    border-radius: 15px;
    padding: 5px;
    width: 50%;
    display: block;
    margin: auto;
    margin-bottom: 2%;

}

@media screen and (max-width:675px) {

    #id_website_url,
    #id_facebook_url,
    #id_instagram_url,
    #id_linkedin_url,
    #id_twitter_url,
    #id_github_url,
    #id_bitbucket_url {
        width: 80%;

    }
}

.password_change {
    border: 1px solid gray;
    width: fit-content;
    padding: 0.5rem;
  }
/***** END NEW FORM *****/

/***** COOKIE BANNER *****/
.cookie-banner{
    width: 100%;
    height: auto;
    padding: 0.3rem 0.5rem;
    background-color: rgb(82, 82, 142);
    color: #fff;
    position:fixed;
    left: 0; 
    bottom: 12vh;
    opacity: 0;
    display: none;
}

.cookie-banner.active{
    opacity: 1;
    display: block
}

.cookie-banner.hidden{
    display: none;
}

@keyframes banner {
    from {opacity: 0;}
    to {opacity: 1;}
}
.cookie-buttons-container{
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
}
.cookie-banner medium{
    line-height: 1.5rem;
}
.cookie-banner a{
    color: #f5f5f5;
    text-decoration: underline;
}
/***** END COOKIE BANNER ******/

/****** BEGIN GO-TO-TOP BUTTON ******/


.gototop {
    border-radius: 50%;
    position: fixed;
    bottom: 100px;
    right: 32px;
    color: #fff;
    background-color: #0a5397;
    opacity: 0;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 50px;
    height: 50px;
    pointer-events: none;
    transition: all 0.4s;

}

.gototop.active {
    right: 12px;
    pointer-events: auto;
    opacity: 0.6;
}

/***** CODE SNIPPET *****/

.codeblock {
    margin: 1rem;
    background-color: #1f1f1f;
    color: white;
    padding: 1rem;
    border-radius: 5px;
} 

code {
    word-wrap: break-word;
}


pre {
    border: 2px solid;
    border-radius: 5px;
    color: #fff;
    background-color: #1a1a1a;
    /* padding: 5px 5px 20px 5px; */
    padding: 0.5rem;
}

code {
    word-break: break-all;
    box-sizing: border-box;
    word-break: break-all;
    white-space: pre-wrap;
} 
/***** END CODE SNIPPET *****/

/****** END GO-TO-TOP BUTTON ******/

/***** COMMENTS CONTAINER *****/
.comment-inner{
    border: 1px solid gray;
    margin: 0.4rem 0;
    padding: 0.3rem;
    border-radius: 5px;
}
.post-content img{
    max-width: 100%;
}
.related-posts img{
    display: none;
}
.related-posts .featured-image{
    display: block;
}

@media only screen and (max-width:912px){
    main{
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .main-content{
        flex-basis: 100%;
        max-width: 100%;
        
    }
    .content-sidebar{
        flex-basis: 100%;
        width: 100%;
    }
    .hero-banner{
        width: 100%;
        height: 232px;   
    }
    .hero-banner p{
        font-size: 1.5rem;
        margin-top: 3.5rem;
    }
}

@media only screen and (max-width:472px) {
    .social-share-buttons {
        display: none;
    }
    .full-profile{
        width: 100%;
    }
    .fa-solid.fa-share-nodes {
        font-size: 1.4rem;
    }
}
    
    
    @media only screen and (max-width: 472px) {
        #sharebTn button, .sharebTn button {
          display: block;
          background: radial-gradient(circle, rgb(36, 62, 101) 0%, rgb(46, 85, 130) 100%);
          color: #fff;
          border-radius: 50%;
          padding: 0.5rem;
          width: 50px;
          height: 50px;
          font-weight: bold;
          position: absolute;
          top: 0.5rem;
          right: 0.5rem;
        }

    .cover-logo {
        margin: 0.2rem;
        width: 2.3rem;
        height: 2.3rem;
        padding: 0.2rem;
        position: absolute;
        right: 0;
        top: 0;
        animation: flipAnimation 5s infinite;
    }

    a.button.secondaryAction {
        margin: 1rem;
        padding-top: 1rem;
    }
  
    .custom-form, .comment-form, .contact-form, .edit-profile-form{
        width: 100%;
        margin: auto;
    }
}

@media only screen and (max-width:912px) {
    .job-application-form input{
        font-family: inherit;
        padding: 0.4rem;
        border-radius: 5px;
        height: 2.6rem;
        width: 100%;
    }
    .hero-banner{
        font-size: 1.2rem;
        background-attachment: fixed;

    }
} 

@media only screen and (max-width: 376px){
    /* .featured-image {
        width: 282px;
        height: 166px;
        border-radius: 15px;
        margin: auto;
        display: block;
    } */
    .featured-image2 {
        max-width: 100%;
        border-radius: 15px;
        margin: auto;
        display: block;
    }
     .post-content {
        /* width: 100%; */
        /* width: 282px; */
        /* height: auto; */
        border-radius: 15px;
        margin: auto;
        display: block;
    } 
  
   
    h1{
        font-size: 1.3rem;
    }
    .hero-banner{
        font-size: 1.2rem;
        /* background: url('/static/images/Nigeria-flag-375.webp'); */
        background: url('/static/images/people-375.webp');
        background-attachment: fixed;

    }
    .hero-banner div p, h2{
        font-size: 1.1rem;
        
    }
    .hero-banner div medium, #toc-container h2, h3, p{
        font-size: 1rem;
        
    }
    .hero-banner span, #toc-container a{
        font-size: 0.9rem;
        
    }
    .custom-form{
        width: 100%;
    }
}

@media only screen and (max-width: 300px){
    .featured-image {
        max-width: 100%;
        /* height: 138px; */
        border-radius: 15px;
        margin: auto;
        display: block;
    }
    .post-content img {
        max-width: 100%;
        /* height: 138px; */
        border-radius: 15px;
        margin: auto;
        display: block;
    }
   
    .hero-banner{
        font-size: 12px;
        /* background: url('/static/images/Nigeria-flag-235.webp'); */
        background: url('/static/images/people-235.webp');

    }
    h1{
        font-size: 1.1rem;
    }
    .hero-banner div p, h2{
        font-size: 1.1rem;
        
    }
    .hero-banner div medium, #toc-container h2, h3, p{
        font-size: 14px;
        
    }
    .hero-banner span, #toc-container a{
        font-size: 12px;
    }
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: 0;
}
</pre></body></html>