@charset "UTF-8";
.jumbotron {
    background-image: url(../images/city02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
/*    for parallax*/
	background-attachment:  fixed;
    background-position: 100% 50%;
}
.logo {
    background-image: url(../images/voyager-logo.svg);
    background-repeat: no-repeat;
    width: 240px;
    height: 40px;
}
a.list-group-item{
    border-bottom: 2px solid white!important;
}
.cross_bullets {
    list-style-position: outside;
    list-style-image: url(../images/cross_bullet.png);
    list-style-type: none;
}
.jesus_words{
    color:red;
}
/* Headings ----------------------------*/
h3.text-primary{
    border-bottom: 3px solid #007bff;
    font-weight: bold;
}
h3.text-success{
    border-bottom: 3px solid #28A745;
    font-weight: bold;
}
h3.text-danger{
    border-bottom: 3px solid #DC3545;
    font-weight: bold;
}
h3.text-info{
    border-bottom: 3px solid #17A2B8;
    font-weight: bold;
}
h4.text-success, h4.text-info, h4.text-danger{
    font-weight: bold;
}
.btn{
	border-radius: 2rem;
}
.display-4 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
}
.firstcharacter {
    color: #DC3545;
    float: left;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 85px;
    line-height: 50px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

/* Responsive Typography */
html {
  font-size: 1rem;
}
.thin_gray_line {border-top: .5px solid gray; display: block; margin:12px 0;}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
        html{
          /*font-size: 0.8rem; */
    }
    body{
        /*background-color: red!important;*/
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
        html{
          /*font-size: 1.4rem; */ 
    }
    body{
        /*background-color: green!important;*/
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
        html{
          /*font-size: 1.6rem;  */
    }
    body{
        /*background-color: blue!important;*/
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
        html{
          /*font-size: 1.8rem; */ 
    }
    body{
        /*background-color: yellow!important;*/
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
        html{
          /*font-size: 2.0rem; */ 
    }
    body{
       /* background-color: purple!important;*/
    }
}.text-p {
}
