.space1 {
    height: 1px;
}

.space2 {
    height: 2px;
}

.space5 {
    height: 5px;
}

.space10 {
    height: 10px;
}

.space20 {
    height: 20px;
}

.space50 {
    height: 50px;
}

.space100 {
    height: 100px;
}


body {

    background-color: #D4DDEE;
    font-family: arial, sans-serif;
    color: #034A7E;
}

p {
    
    font-size: 120%;
}

.btn-jma-light {
    background-color: #D4DDEE;
    color: #034A7E;
    
}

.btn-jma-light-border {
    background-color: #D4DDEE;
    color: #034A7E;
    border: 1px solid #034A7E;
    
}

.btn-jma-dark {
    background-color: #034A7E;
    color: #D4DDEE;
    
}


#topHeader {
    margin-top: 50px;

    
}

.peachy-window {
    background-color: #fcdcbd;
    border: 1px #f9d4ae;
    border-radius: 12px;
    
}

.moBackColor {

    background-color: #D4DDEE;
}

.moBackColor-Black {

    background-color: black;
    padding-top: 55px;
    margin-bottom: 20px
}


.moLeftRow {

    background-color: none;
    border-radius: 8px;

    padding: 7px 5px 3px 5px;
    margin: 15px 30px 20px 5px;

}

.moLeftRow img {
    padding: 0px 0px 20px 15px;

}

.moLeftRow p {

    color: #034A7E;
    padding: 5px 5px 5px 5px;
    margin: 0px 5px 5px 15px;

}

.moLeftRow li {

    color: #034A7E;
    font-size: 120%;
    padding: 5px 5px 5px 5px;
    margin: 0px 5px 5px 15px;

}


.moLeftRow h2 {

    color: #034A7E;
    padding: 5px;
    margin: 25px 5px 5px 15px;

}

.moLeftRow h3 {

    color: #034A7E;
    padding: 5px;
    margin: 25px 5px 5px 15px;

}

.moLeftRow h4 {

    color: #034A7E;
    padding: 5px;
    margin: 20px 5px 5px 15px;
}


.moLeftRowColor {

    background-color: #034A7E;
    color: lightgray;

}

.moLeftRowColor h2 {

    color: lightgray

}

  .moRightBox {

    background-color: lightsteelblue;

    border: 1px solid black;
    border: none;
    border-radius: 8px;

    height:100%;
    width: 97%;

    padding: 5px 5px 5px 5px;

    margin-top: 35px;

}

.moRightBox p {

    color: #034A7E;
    padding: 5px;
    margin: 3px 5px 5px 5px;

}

.moRightBox h4 {

    color: #034A7E;
    padding: 5px;
    margin: 5px;
    margin-top: 7px;
    font-weight: bold;
    font-size: 120%;

}

.moRightBoxPhoto100 {
    width: 100%;
    padding: 5px 15px 5px 5px;
    margin: 5px;

}

.moRightBoxPhoto {

    width: 50%;
    padding: 5px;
    border: 1px solid black;
    border: none;
    margin: 5px;
    text-align: left;

}


.moSocialLinks {

    margin-top: -10px;

}

.moSocialLinks p {

    font-size: 80%;

}




.moCaption {

    margin: 0 auto;
    padding-bottom: 20px;
    align-content: center;
    text-align: center;
    font-style: italic;

}

.moCaption p {
    color: #034A7E;
    font-style: italic;
    text-align: center;

}

.bigQuoteMark {
    font-weight: bold;
    font-size: 120%;
    line-height: 50%;
    
}

.centerQuote{
    text-align: center;
}

.centerQuote p {
    text-align: center;
}

.bibleVerseDaily {
    padding: 0 20px 0 25px;;
}

.bibleVerseDaily p {
    color: #034A7E;

}


.icon-links-sm {
    color: #034A7E;
}

.icon-links-sm a:link {
    color: #034A7E;
    font-size: 120%;
}

.icon-links-sm a:hover {
    color: blue;
}

.icon-links-sm a:visited {
    color: #034A7E;
}


.icon-links {
    color: #034A7E;
}

.icon-links a:link {
    color: #034A7E;
    font-size: 160%;
}

.icon-links a:hover {
    color: blue;
}

.icon-links a:visited {
    color: #034A7E;
}




iframe[seamless] {
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;    
    width: 100%; 
    height: 100%;
}
    
}

iframe p {
    color: #034A7E;

}

#footerFrame {
    width: 100%;
    height: 200px;
}


#footerFrame p {
    color: #034A7E;
}

hr.quoteTop {
	text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

hr.quoteBottom {
	text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}




.reverseQuote {  
    width: 100%;    
    background-color: #034A7E;
    color: #D4DDEE;  
    text-align: center;
    padding: 30px 0px 10px 0px;
}

.reverseQuote p {    
    color: #D4DDEE;  
    text-align: center;
    font-size: 130%;

}

.profile-container {
    width: 100%;    
    text-align: center;
    padding: 30px 0px 0px 0px;
    
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    
}

.video-container iframe, 
.video-container object, 
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    
}


