body{
    font-family: palatino;
    color:#00318e;
    background: rgb(247, 249, 255);
/*    min-width: 450px;*/
}

a{
    color:#00318e;
    text-decoration: none;
}

h1{
   font-size:50; 
}
h2{
    font-size: 15;
}
h3{
    text-align: center;
}

.title-bar-item{
    padding: 0px;
    margin: 0px;
}

#title-bar{
    min-height: 200px;
    border-width: 5px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #fcd326;
    border-image: linear-gradient(to right, #e19216, #eab808, #fcd326, #fcd326, #fcd326, #eab808, #e19216 );
    border-image-slice: 0 0 1 0;
    width: 95%;
    margin: 45px auto auto auto;
}

@media (min-width:1px){
    #title-bar{
    }
    .title-bar-text-group{
        padding: 200px 10px 10px 10px;
    }
    h1{
       font-size:50; 
    }
    h2{
        font-size: 20;
    }
}
@media (min-width:900px){
    #title-bar{
    }
    .title-bar-text-group{
        padding: 45px 10px 10px 350px;
    }   
    h1{
        text-align: left;
        font-size:38; 
    }
    h2{
        text-align: left;
        font-size: 21;
    }
}
@media (min-width:1100px){
    #title-bar{
    }
    .title-bar-text-group{
    } 
    h1{
       font-size:53; 
    }
    h2{
        font-size: 25;
    }
}
@media (min-width:1400px){
    h1{
        font-size: 76;
    }
    h2{
        font-size: 30;
    }
}
