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




.jumbotron {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: rgba(255,255,255,1.00);
    padding-top: 10rem;
    padding-bottom: 2rem;
    border-radius: 0px;
    text-shadow: 0px 0px;
    height: auto;
    margin-bottom: 0;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.60) 29.53%,rgba(0,0,0,0.10) 98.45%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.60) 29.53%,rgba(0,0,0,0.10) 98.45%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.60) 29.53%,rgba(0,0,0,0.10) 98.45%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.60) 29.53%,rgba(0,0,0,0.10) 98.45%);
    background-color: rgba(0,0,0,0.00);
    background-blend-mode: multiply;
}


@media (min-width: 768px){
    
    .jumbotron {
    text-align: left;
    background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.60) 65.81%);
    background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.60) 65.81%);
    background-image: -o-linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.60) 65.81%);
    background-image: linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.60) 65.81%);
}}

@media (min-width: 992px){
    
    .jumbotron {
    padding-top: 8rem;
    background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.60) 47.68%);
    background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.60) 47.68%);
    background-image: -o-linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.60) 47.68%);
    background-image: linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.60) 47.68%);
}}
@media (min-width: 1200px){
    
    .jumbotron {
    padding-top: 8rem;
background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0.00) 29.02%,rgba(0,0,0,0.60) 58.56%);
    background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0.00) 29.02%,rgba(0,0,0,0.60) 58.56%);
    background-image: -o-linear-gradient(180deg,rgba(0,0,0,0.00) 29.02%,rgba(0,0,0,0.60) 58.56%);
    background-image: linear-gradient(270deg,rgba(0,0,0,0.00) 29.02%,rgba(0,0,0,0.60) 58.56%);
}}

.jumbotron h1 {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 2rem;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.70);
    color: #E8E7E6;
}

.jumbotron h2 {
    font-size: 1.2rem;
    font-weight: 400;
    color: white;
    text-shadow: 0px 0px 20px rgba(0,0,0,1.0);
}

.jumbotron h3 {
    font-size: 0.9rem;
    font-weight: 400;
    color: white;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.51);
    }

@media (min-width: 768px) {
  
.jumbotron h1 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 4rem;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.80);
}

.jumbotron h2 {
    font-size: 2rem;
    font-weight: 400;
    color: white;
    text-shadow: 0px 0px 20px rgba(0,0,0,1.0);
}

.jumbotron h3 {
    font-size: 1.8rem;
    font-weight: 400;
    color: white;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.51);
    }}

@media (min-width: 992px) {

 .jumbotron h1 {
    font-size: 5rem;
    margin-bottom: 5rem;
} 
.jumbotron h2 {
    font-size: 3rem;
}
}

@media (min-width: 1200px) {

.jumbotron h1 {
    margin-bottom: 6rem;
    width: 70%;
} 
}
@media (min-width: 2200px) {
.jumbotron h1 {
    width: 50%;
} 
.jumbotron h2 {
padding-right: 50%;}
}
.jumbotron .btn {
    clear: both;
}
#jacob_logo {max-height: 60px;}
#davinci_logo {max-height: 100px;}
