@charset "UTF-8";
/* CSS Document */



.top {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    
}

.top:hover {
    color:#e35900;
}


a:link {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none; 
    color: black;
}

a:active {
    text-decoration: none; 
    color: black;
}

a:visited {
    text-decoration: none;  
    color: black;
}



.jumbotron {
    background-size: cover;
    background-position:top;
    background-repeat: no-repeat;

}
.contact-image {
    background-image: url(../Images/contactimage.jpg);
    background-size: cover;
    background-position:top;
    background-repeat: no-repeat;
        
}

.main-image-small {
    background-image: url(../Images/mainimage7-small.jpg);
    background-size: cover;
    background-position:top;
    background-repeat: no-repeat;
        
}.contact-image-small {
    background-image: url(../Images/contactimage-small.jpg);
    background-size: cover;
    background-position:top;
    background-repeat: no-repeat;
        
}

.circles {
    display: block;
    margin:auto;
    margin-bottom: 15px;
    height: 120px;
    width: 120px;

}

/* Header Verse */

h6 {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    color:#ffffff;
    text-align:center;
    font-size:50px;
    line-height:80px;
    padding: 0% 10% 0% 10%;
    margin-bottom: 30px;
    
}

/*Header Verse Small*/
h7 {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    color:#ffffff;
    text-align:center;
    font-size:20px;
    line-height:30px;
    margin-bottom: 25px;
}

/*Verse Big*/
h2 {
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color:#666;
    text-align:center;
    font-size:50px;
    line-height:60px;
    padding: 0% 10% 0% 10%;
    
}
/*Verse Small*/
h4 {
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    
    letter-spacing: 2px;
    color:#666;
    text-align:center;
    font-size:30px;
    line-height:435x;
    
}

/* Titles*/
h1 {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 6px;
    color:#e35900;
    text-align:center;
    margin-bottom: 30px;
    
}

/*Sub Heading*/
.sub-heading {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color:#494949;
    text-align:center;
    font-size:16px;
    line-height:20px;
    margin-bottom:10px;
    
}

.library-date {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color:#494949;
    text-align:left;
    font-size:16px;
    line-height:20px;
    margin-bottom:5px;
    
}


.library-title {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color:#e35900;
    text-align:left;
    font-size:28px;
    line-height:30px;
    margin-bottom:5px;
    
}

.library-name {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color:#494949;
    text-align:left;
    font-size:16px;
    line-height:20px;
    margin-bottom:10px;
    
}

.library-notes {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;

    color:#494949;
    text-align:left;
    font-size:12px;
    line-height:20px;
    margin-bottom:10px;
    
}

/*Sub Heading*/
.sub-heading-gospel {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color:#e35900;
    text-align:center;
    font-size:22px;
    line-height:20px;
    margin-bottom:15px;
    
}



.body-text {
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color:#494949;
    text-align:center;
    font-size:14px;
    line-height:18px;
    padding:0 10% 0 10%;
    
}

.sub-heading-private {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color:#e35900;
    text-align:left;
    font-size:22px;
    line-height:20px;
    margin-bottom:15px;
    margin-top:65px;
    
}

.body-text-private {
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color:#494949;
    text-align:left;
    font-size:14px;
    line-height:18px;
    margin-bottom: 10px;
}



.toTop {
    display:block;
    position: fixed;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    text-align:right;
  
    
}

.toTopFooter {
    display: block;
    position: fixed;
    width: 100%;
    height: 40px;
    background-color: #262626;
    bottom: 0px;
    text-align: center;
    padding-top: 10px;
    color:white;
    z-index: 2;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
  
    
}

.toTopFooter a {
    color:white;
    
}

.pageLinks {
    display: block;
    position: relative;
    background-color: #ffffff;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    top:15px;
    margin-bottom:15px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.pageLinks a {
    color:#e35900;
}


.footer-home {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-right: 0px;
    width: 100%;
    background-color:#ccc;
    padding-top: 30px;
    padding-bottom: 60px;
}

.update {
    background-color: #e35900;
    color: white;
}

.update-text {
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color:white;
    text-align:center;
    font-size:11px;
    line-height:18px;
    padding:20px 5% 20px 5%;
}