.header {
    height: 225px;
    text-align: center;
 
}

.header .logo-holder {
    height: 300px;
    top: 25px;
}

.header .logo-holder .logo {
    width: 85%;
}

.header .title-holder {
    height: 300px;
    
}

.header .title-holder .title {
    font-size: 46px;
    font-weight: 400;
    top: 100px;  
    left: 0;
}

.header .title-holder .tag-line {
    font-size: 26px;
    font-weight: 300;
    top: 110px;
}

.header .title-holder a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 300;
    top: 125px; 
}

.header .title-holder a:hover {
    color: #e16036;
}


.section {
    top: 50px;
}

.code {
    top: 50px;
}

.info {
    height: 350px;
    top: 0
    
}

.info p {
    font-size: 22px;
    font-weight: 300;
    width: 75%;
    top: 75px;  
}

.info b {
    color: #e16036;
    text-transform: uppercase;
}

.jombotron {
    width: 100%;
    height: 200px;
   background-color: lightgrey;
    border-radius: 20px;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
     border-radius: 20px;
}

.txt{
    width: 50%;
    height: 100px;
    top: 50px;
    text-align: center;
}

.txt h1 {
    color: white;
    font-size: 45px;
    font-weight: 300;
    font-family: sans-serif;
    top: 30px;
}