body {
    background: #edd0e9;
    color: #6d1060;
    max-height: 800px;
    min-width: 320px;
    -ms-overflow-style: none;
}

/*blueviolet*/
* {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #6d1060;
}

/*header */
header {
    width: 100%;
    background: #edd0e9;
    position: relative;
}

.pageWrapper {
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
}

.headerTop, .footerBottom {
    width: 100%;
    height: 180px;
    background: url(../src/topbanner1.png) no-repeat;
    background-size: cover;
    position: relative;
}

h2 {
    color: cornsilk;
    /*color: #ececf3;*/
    display: inline-block;
    font-size: 2.8rem;
    word-spacing: 1.01rem;
    vertical-align: top;
    text-align: center;
    margin-top: 4vw;
    margin-left: 2vw;
}

.topLogo {
    width: 100px;
    height: 100px;
    margin-left: 7vw;
    margin-top: 2vw;
}

/*main*/

main {
    width: 100%;
    background: #edd0e9;
    position: relative;
    height: 780px;
}

.mainContent {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    display: table;
}


/*left section*/

.leftSection {
    width: 30%;
    display: table-cell;
    height: 200px;
    padding-left: 25px;
    box-sizing: border-box;
    padding-right: 30px;
    border-right: 1px solid #818181;
}


/*left menu*/


.leftMenu > li {
    box-sizing: border-box;
    background: cornsilk;
    border: 1px solid #818181;
    margin-top: 20px;
    list-style: none;
    font-size: 20px;
    font-weight: 600;
}

.leftMenu > li > a:hover {
    background-color: #edd0e9;
}

.leftMenu > li > a {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

/*submenu*/
#subMenu {
    width: 100%;
    position: relative;
    padding-right: 10px;
    max-height: 200px;
    overflow-y: scroll;
    margin: 10px;
    display: none;
}

#subMenu > li {
    box-sizing: border-box;
    padding: 5px;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid;
}

#subMenu > li > a {
    width: 100%;
}

#subMenu > li > a:hover {
    background-color: #edd0e9;
}

.overflow {
    overflow: hidden;
    width: 90%;
}


/*main pray*/

#mainPray {
    box-sizing: border-box;
    display: block;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    line-height: 36px;
    padding: 5%;
}


/*rightSection*/

.rightSection {
    width: 70%;
    box-sizing: border-box;
    display: table-cell;
    padding: 20px;
    height: 700px;
    background: url("../src/chresttransparent.png") no-repeat center;
    background-size: contain;

}

/**/
#prays, #aboutGiven, #aboutPray, #toldStory, #aboutPaper, #given, #sendMail {
    display: none;
    height: 700px;
    width: 100%;
    text-align: center;
    overflow-y: scroll;
    position: relative;
    margin-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;

}

.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 20px;
    background-color: #edd0e9;

}

.modal-body {
    background-color: #edd0e9;
    padding: 2px 16px;
}

.modal-footer {
    padding: 20px;
    background-color: #edd0e9;

}

/**/
#btnAddStory {
    padding: 5px;
}

/*text imput area */
#message {
    margin: 0px;
    height: 200px;
    width: 60%;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

#stories {
    display: none
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


#overflow1 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}


#toldStory {
    display: none;
}

.prayTitles {
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-top: 10px;

}

.prayContext, .textContext {
    font-size: 19px;
    font-weight: 600;

}

#prays :first-child {
    margin-top: 0;
}

#toldPatients {
    display: none;
}


#btnAdd {
    background: cornsilk;
    padding: 10px;
    margin: 10px;
}

.middleStar {
    font-size: 26px;
    font-weight: 900;
}

#btnAdd :hover {
    background-color: #edd0e9;
}

/*footer*/

.footerBottom {
    background: url(../src/bottom1.png) no-repeat;
    background-size: cover;
}

.imgHolder {
    position: absolute;
    bottom: 43%;
    left: 4%;
}

.imgHolder > img {
    width: 265px;
}

.fontSize {
    font-size: 26px;
}

.table_disp {
    display: table;
    width: 100%;
}

.table_disp > p {
    display: table-cell;
    width: 70%;
}

.table_disp > img {
    display: table-cell;
    width: 30%;
}

.pic1 {
    width: 200px;
    float: right;
    margin: 10px;
}

.pic2 {
    width: 200px;
    float: left;
    margin: 10px;
}

/*slider*/

.hi-slide {
    position: relative;
    width: 650px;
    height: 292px;
    margin: 70px auto 0;
}

.hi-slide .hi-next,
.hi-slide .hi-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: black;
    transition: all 0.6s;
    font-size: 20px;
    font-weight: bold;
}

.hi-slide .hi-next:hover,
.hi-slide .hi-prev:hover {
    opacity: 1;
    background-color: #fff;
}

.hi-slide .hi-prev {
    left: -30px;
}

.hi-slide .hi-prev::before {
    content: '<';
}

.hi-slide .hi-next {
    right: -30px;
}

.hi-slide .hi-next::before {
    content: '>';
}

.hi-slide > ul {
    list-style: none;
    position: relative;
    width: 600px;
    height: 292px;
    margin: 0;
    padding: 0;
}


.hi-slide > ul > li {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    left: 340px;
    top: 146px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 3px solid #fff;
    background-color: #333;
    cursor: pointer;
}

.hi-slide > ul > li > img {
    width: 100%;
    height: 100%;
    background-position: center;
}

/**/


.inputName {
    text-align: center;
    margin-left: 10px;
    height: 30px;
    border: none;
    background: antiquewhite;
    opacity: 0.5;
}

.inputMessage {
    margin-top: 20px;
    width: 65%;
    text-align: center;
    padding-top: 17px;
    border: none;
    height: 355px;
    background: antiquewhite;
    opacity: 0.5;
}

.inputEmail {
    margin-top: 10px;
    padding-top: 10px;
    width: 75%;
    text-align: center;
    padding-bottom: 10px;
    background: antiquewhite;
    border: none;
    opacity: 0.5;
}

.button-success {
    margin-top: 20px;
    padding: 10px;
}


.bottomText {
    padding-left: 1%;
    box-sizing: border-box;
    bottom: 4%;
    font-weight: 600;
    font-size: 1.31rem;
    right: 2%;
    color: cornsilk;
    position: absolute;
    text-align: end;
}
