@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('https://ghanabook.com/resources/fonts/lato-v20-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('https://ghanabook.com/resources/fonts/lato-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('https://ghanabook.com/resources/fonts/lato-v20-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('https://ghanabook.com/resources/fonts/lato-v20-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('https://ghanabook.com/resources/fonts/lato-v20-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('https://ghanabook.com/resources/fonts/lato-v20-latin-regular.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lora-regular - latin */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url('https://ghanabook.com/resources/fonts/lora-v17-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('https://ghanabook.com/resources/fonts/lora-v17-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('https://ghanabook.com/resources/fonts/lora-v17-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('https://ghanabook.com/resources/fonts/lora-v17-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('https://ghanabook.com/resources/fonts/lora-v17-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('https://ghanabook.com/resources/fonts/lora-v17-latin-regular.svg#Lora') format('svg');
    /* Legacy iOS */
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    background-color: rgb(252, 244, 232);
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */

    font-family: 'Lato', sans-serif;
}

.headerx {
    /* padding: 10px 16px; */
    background-color: #fefefe;
    color: #e98686;
    border-bottom: solid 1px #5555;
  }

   /* Page content */
   .content {
    padding: 16px;
  }
  
  /* The sticky class is added to the header with JS when it reaches its scroll position */
  .stickyx {
    position: fixed;
    top: 0;
    width: 100%
  }

  /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
  .stickyx + .content {
    padding-top: 102px;
  }
.thehead {
    /* height: 100px; */
    width: 1240px;
    background-color: white;
    /* padding: 10px 10px; */
    margin-bottom: 10px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;

}
.thehead img {
    height: auto;
    width: 80px;
    /* margin-left: 20%; */
}
.mainbody {
    width: 1140px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    /* border: 1px solid gray; */
    background-color: white;
    border-radius: 10px;
    padding: 5px 10px;


}

.firstone {
    margin-left: 60px;
    margin-top: 5px;
    float: left;
    width: 100px;
    margin-right: 70px;
}



.thewriteup {
    /* border: 1px solid rgb(39, 25, 192); */
    width: 80%;
    float: left;
    margin-left: 100px;
    /*height: 800px;*/
    /* padding-bottom: 20px; */
}
.thewriteup h1 {
    margin: 10px 20px;
    font-family: 'Lora';
}

.theinfo {
    /* width: 80%; */
    line-height: 180%;
    font-size: 18px;
    font-family: 'Lato';
    padding: 5px 5px
}


.thesecond {
    float: left;
    width: 20%;
    margin-left: 20px;

}

.thethird {
    margin-top: 10px;
    float: left;
    width: 100px;
    margin-left: 800px;

}

.dropdown {
    margin-top: 10px;
}

.thethird a {
    text-decoration: none;
    margin-left: 5px;
}

.thethird h3 {
    display: inline-block;
}

.thethird img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
}
.mainbody p img {
    height: 100px;
    width: 160px;
    float: left;
    padding: 10px 10px;
    border-radius: 5px;
    border: rgb(171, 70, 180) solid 1px;
    margin-right: 5px;
}

hr {
    color: grey;
    width: 80%;
}

.commarea {
    padding: 10px 10px;
    background-color: aliceblue;
    width: 1100px;
    float: left;
    margin: 5px 5px
}

.forcom {
    border: 1px solid grey;
    border-radius: 3px;
    float: left;
    margin-left: 5px;
    padding: 5px 5px;
    max-width: 20%;
}

.follow {
    background-color: antiquewhite;
    border-radius: 5px;
    padding: 5px 5px;
    width: 50px;
    margin-top: 5px;
    float: left;
}



.divforcom {
    border: 1px solid rgb(45, 45, 45);
    padding: 5px 10px;
    float: left;
    margin: 5px 5px;
    border-radius: 5px;

}
.divforcom a{
    text-decoration: none;
    color: gray;
}


.unstyle {
    background-color: rgb(255, 255, 255);
    border: blue 1px solid;
    color: blue;
    border-radius: 5px;
    padding: 5px 5px;
    width: 50px;
    margin: 10px 5px 5px 5px;
    float: left;
}

footer {
    /* height:100px; */
    position: absolute;
    text-align: center;
    bottom:0;
    width: 100%;
    /* margin-top: 20px; */
    /* background:red; */
}

.thefoot {
    width: 100%;
    background-color: rgb(238, 238, 238);
    padding: 10px 10px;
    height: 70px;
    display: left;
    bottom: 0;
    color: gray;

}
.thefoot a {
    text-decoration: none;
    color: rgb(77, 79, 80);
}

.footone, .foottwo, .footthree, .footfour, .footfive {
    float: left;
    width: 150px;
    margin-top: 20px;
    /* margin-left: 10px;
        margin-right: 20px; */
}






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

    .commarea {
        width: 98%;
        margin: 1px 1px
    }

    .forcom {
        /* border: 1px solid grey;
            border-radius: 3px;
            float: left; */
        margin-left: 5px;
        padding: 5px 5px;
        max-width: 20%;
    }

    .mainbody {
        width: 95%;
    }

}

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

    .thehead {
        width: 100%;
    }

.firstone {
        width: 20%;
    }

    .thesecond {
        width: 30%;
    }

    .thethird {
        width: 40%;

    }

    .mainbody {
        width: 95%;
    }

    .commarea {
        width: 95%;
        margin: 1px 1px
    }
    .leftarea {
        width: 99%;
    }
    .storytitle {
        width: 99%;
        font-size: 16px;
        font-weight: bolder;
    }
    .storydetails{
        width: 99%;
        display: block;
    }
    .storydetails p{
        width: 100%;
        display: block;
    }
    /* .storydetails img{
        width: 99%;
        display: block;
    } */
    .storyowner {
        width: 99%;
        display: block;
    }

    .mainbody p img {
        width: 100%;
        height: auto;
    }


}

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

    .thehead {
        width: 100%;
    }

    .firstone
 {
        width: 20%;
    }

    .thesecond {
        width: 30%;
    }

    .thethird {
        width: 40%;

    }

    .mainbody {
        width: 95%;
    }

    .commarea {
        width: 95%;
        margin: 1px 1px
    }



}

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


    .forcom {

        margin-left: 7px;
        padding: 5px 5px;
        width: 20%;
    }

    .mainbody {
        width: 95%;
    }
}