﻿/*.jumbotron
{
    background-image: url('../img/register1.jpg');
   
}*/

.jumbotron {
    margin-bottom: 0px;
    background-image: url(../img/register1.jpg);
    background-position: 0% 25%;
    background-size: cover;
    /*background-attachment:fixed;*/
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
    margin-top:0px;
    margin-bottom:8px;
    min-height:200px;
}
