.homePage {
    width: 90%;
    margin: auto;
    margin-top: 30px;
}ul.homeMenu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}ul.homeMenu li a {
    color: #000;
}

.emailWidth {
    width: 600px;
    margin: auto;
}

.textCenter {
    text-align: center;
}

.devotionSection {
    width: 90%;
    margin: auto;
}

.bookImg {
    float: left;
    width: 100px;
}

.bookInfor {
    float: left;
    margin-left: 15px;
}

.bookInfor p {
    margin: 0px;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
}

.bookInfo {
    width: 70%;
    margin: auto;
}

.verseSection {
    position: relative;
    clear: both;
}

.boldText {
    font-size: 30px;
    line-height: 30px;
    font-style: italic;
    padding-top: 30px;
}

.verseSection p {
    margin-top: 0px;
    margin-bottom: 15px;
}

.footerSection {
    background: #f1f1f1;
    margin-top: 30px;
}

.copyRight p {
    font-size: 12px;
    margin: 0px;
    text-align: center;
}

ul.socialIcons {
    list-style-type: none;
    margin: auto;
    text-align: center;
    padding-top: 20px;
}

.socialIcons li {
    display: inline-block;
    margin-right: 2px;
}

.footerLogo {
    text-align: center;
}

.footerLogo img {
    width: 200px;
    margin: 13px 0px;
}

.socialIcons li img {
    width: 25px;
}

.aboutAutherSection {
    /* margin-top: 35px; */
    margin-bottom: 35px;
    padding: 70px 0;
}

.jessusCallingBrand.row {
    font-family: georgia, Times, serif;
}

@font-face {
    font-family: georgia;
    src: url("../fonts/georgia.ttf");
    font-weight: normal;
}

@font-face {
    font-family: roboto;
    src: url("../fonts/Roboto-Regular.ttf");
    font-weight: normal;
}

@font-face {
    font-family: arial;
    src: url("../fonts/ArialTh.ttf");
    font-weight: normal;
}

@font-face {
    font-family: calibri;
    src: url("../fonts/Calibri.ttf");
    font-weight: normal;
}

@font-face {
    font-family: segoeui;
    src: url("../fonts/SEGOEUI.ttf");
    font-weight: normal;
}