/* CSS Document */
body {
    background-color:#3a4855;
    color:#DCDCDC
}
.btn-warning {
    background-color:#e39f1c;
    border-color: #e39f1c;
    color:#fff
}

/* Custom Navbar*/
.custom-navbar{
    padding: 0rem 1rem;
    background-color: #343a40!important;
}

.custom-navbar .nav-link, .custom-navbar .navbar-text  {
    color: #dcdcdc!important;
    font-size: 1rem;
    font-weight: 400;}

.custom-navbar .text-muted {
    color:#9da3a9!important
} 

/*end custom navbar*/

.jumbotron.global-header {
    background-color: transparent!important;
    margin-bottom: 0
}
.jumbotron.global-header h1 {
    font-family: 'Kalam', cursive;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.2;
    font-size: 3rem;
}

.jumbotron.global-header > hr {
    width: 30%;
}

.split-banner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
}
       
.split-banner  h3 {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
    flex-grow: 1;
}
          
.split-banner span {
    font-size: 200px;
    line-height: 0.5;
    padding: 3rem 5rem;
    font-weight: 200;
    color: lightgray;
    font-family: 'Kalam', cursive;
}
          
.split-banner .btn {
    min-width: 250px
}
.image-row {
    display: flex!important;
    align-items: center;
    justify-content: space-evenly;
}        
       
.split-banner img {
    position:inherit;
    height: 70px
}
          
.split-banner .timeline, .split-banner .histropediajs {
    position: relative
}

.mission {
    text-align: left;
    }

 .mission  p {    
    margin-bottom: 20px;
    font-family: 'Kalam', cursive;
    text-transform: uppercase;
    line-height: 2;
    font-size: 1rem;
}    
/*end header section*/

.tagline {
    font-style: italic;
    color: #e39f1c;
    font-family: 'Kalam', cursive;
    text-align: center;
}

.question {
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}

.answers {
    line-height: 2
}

.container.histropediajs, .container.timeline, .container.contact {
    background-repeat: no-repeat;
    background-size:53%;
    background-position: top
}
          
.container.timeline {
    background-image: url("../images/Wikipedia10.png")
}
          
.container.histropediajs {
    background-image: url("../images/histropediajs10.png")
}

.container.contact {
    background-image: url("../images/email10.png")
}

.container.timeline  hr, .container.histropediajs hr, .mission hr, .contact hr, .founders hr {
    margin: 4rem 0;
}         
.testimonial {
    padding: 20px;
    border-radius: 16px;
    background-color: #d3d3d3;
    color: #343a40;
}


    
.founder-images {
    display: flex;
    flex-direction: column;
}

.founder-images .image-row {
    flex-direction: column
}
.founder-images img {
    height: 160px
}

.founder-images  p {
    padding: 10px 20px 20px;
    font-size: 1.5rem;
    font-family: 'Kalam', cursive;
}

/*end about section*/


.global-footer {
    margin-bottom: 0px;
    padding-bottom: 20px;
    min-height: 0px;
    padding: 20px 0;
}

    
.global-footer  a {
    color: #E7E7E7;
}

.global-footer  .row {
    justify-content: space-between;
}
.global-footer  .row p {
    color: #e39f1c;
    font-family: 'Kalam', cursive;
    text-transform: uppercase;
    font-size: 18px;
}

.global-footer .container hr {
    margin-top: 20px;
    margin-bottom: 20px;
}  

 .global-footer {
    min-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #3a4855;
    padding-bottom: 40px;
    color: #C8C8C8;
    text-align: center;
}   

.social-links {
    border-radius: 12px;
    text-align: center;
    border: 1px solid #e39f1c54;
    background-color: #3a4855;
    padding: 5px;
    font-size: 1.5rem;
    font-weight: 500;
}  

.social-links .fa-twitter {
    color:#1da1f2;
}

.social-links a {
    font-size: 1.5rem;
    padding: 10px 0;
    font-weight: 500;
}
/*end footer*/




@media (min-width: 992px){

    .jumbotron.global-header h1 {
        font-size: 4rem;
    }

    .split-banner .timeline img {
        top:-182px;
        left: -110px
    }

    .split-banner .histropediajs img {
        bottom: -182px;
        right: -110px
    }  

    .split-banner img {
        position:absolute;
        height: 220px
    }       

    .split-banner {
        flex-direction: row;
        justify-content: center;
        padding: 140px 115px;
    }    
    .split-banner span {
        padding: 0 4rem;
    }

    .mission{
        text-align: inherit;
    }

    .mission  p {    
        margin-bottom: 20px;
        font-size: 1.5rem;
    }


    .founder-images {
        flex-direction: row;
        justify-content: space-evenly;
        padding-top: 15px;
    } 

    .container.contact {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

    
