#homeIcon {
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    border: none;
    z-index: 2000;
}

#homeIcon img {
    width: 50px;
    margin: 10px;
}

.clearfix .img img {
    width: 100%;
    height: 300px;
}

#mobileName {
    display: none;
}

@media screen and (max-width: 650px) {
    #mainPageName {
        display: none;
    }
    #mainPageServices {
        display: none;
    }
    #mobileName {
        display: block;
        position: absolute;
        top: 100px;
    }
}


/* what we do  */

.services .item {
    /* border: solid; */
    width: 100%;
}

.item .wwd-content {
    display: none;
}

.read-more {
    background: white;
    border: solid 1px #0b1e3f;
    color: #0b1e3f;
    padding: 10px;
    margin: 10px auto;
}

.read-more:hover {
    transition: 0.4s;
    background: #0b1e3f;
    color: white;
}

.read-more:focus+.wwd-content {
    display: block;
}

.wwd-bottom-img {
    width: 50%;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto;
}

@media screen and (max-width: 650px) {
    .wwd-bottom-img {
        width: 100%;
        height: 500px;
    }
}


/* YOUTUBE SECTION  */

#youtubeSec {
    height: 200PX;
    width: 100%;
    margin-bottom: 150px;
}

#youtubeSec .preview-video {
    margin: 20px auto;
    width: fit-content;
}

.video-page-aa {
    font-size: 40px;
    margin: 10px auto;
    width: fit-content;
    color: #001F42;
}

.video-page-aa i {
    color: red;
}

.video-page-bb {
    font-size: 20px;
    margin: 1px auto;
    width: fit-content;
    color: dimgray;
}

.video-page-cc {
    text-align: center;
    margin: 30px;
}

.video-page-cc a {
    padding: 5px;
    border-radius: 25px;
    border: solid #001F42 2px;
    font-size: 18px;
}

.video-page-cc a:hover {
    transition: 0.4s;
    color: white;
    background-color: #001F42;
}


/* ABOUT PAGE  */

.about-me-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.about-sec-aa {
    background-image: url(../img/tayo-4.jpg);
    background-size: cover;
    background-position: center;
}

.about-sec-bb h1 {
    font-size: 50px;
    text-align: center;
    color: #F0A800;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.about-sec-bb {
    padding: 10px 20px;
}

.about-sec-bb p {
    color: dimgrey;
    font-size: 15px;
}

@media screen and (max-width: 650px) {
    .about-me-main {
        grid-template-columns: 1fr;
    }
    .about-sec-aa {
        height: 500px;
    }
}