body
{
    background:white;
}

.welcome
{
    color:White;
    text-align:center;
    padding-top:200px;
    font-size:190%;
    height:800px;
    text-shadow:1px 1px 2px black;
    background:url(/images/welcome.jpg) top center no-repeat;
    background-size:cover;
    box-shadow: 0px 5px 30px -5px rgba(0,0,0,0.75);
}

.welcome b
{
    font-size:240%;
}

.turHelp
{
    background:url(/images/turHome.png);
    width:900px;
    height:120px;
    margin:20px auto;
}

.turStep
{
    display:inline-block;
    vertical-align:top;
    text-align:center;
    width:190px;
    padding:0px;
    font-size:100%;
}

.turBlock
{
    padding-bottom:40px;
    margin:0 auto;
    width:1000px;
}

.turBlock h2
{
    text-align:center;
    margin-bottom:30px;
    font-size:240%;
    font-weight:300;
    color:Black;
}

.fBlock
{
    text-align:center;
}

.greenBTN, .greenBTN:focus, .greenBTN:active
{
    width:250px;
}


/****/
.blockCap
{
    font-size:240%;
    text-align:center;
    font-family:Arial Narrow;
    color:#012234;
}

.blockText
{
    text-align:center;
    margin:0 auto;
    width:180px;
    padding-top:10px;
    padding-bottom:35px;
    margin-bottom:20px;
    border-bottom:1px solid #19371d;
}

.defItem
{
    display:inline-block;
    vertical-align:top;
    position:relative;
    overflow:hidden;
    box-shadow: 8px 7px 15px 0px rgba(194, 184, 184,0.3);
    margin-bottom:25px;
    margin-right:3%;
}

.defItem:hover
{
    box-shadow: 8px 7px 15px 0px rgba(194, 184, 184,0.5);
}

.defItem:last-child
{
    margin-right:0px;
}

.defItem img
{
    transition: all .5s ease-in-out;
}
.defItem img:hover
{
    transform: scale(1.05);
}

.defItemText
{
    color:White;
    position:absolute;
    bottom:10px;
    left:20px;
    width:200px;
    font-family:Arial Narrow;
    font-size:250%;
    text-align:left;
    text-shadow: 1px 1px 3px black, -1px -1px 3px black;
    text-transform:uppercase;
}

#defText
{
    width:100%;
    max-width:1000px;
    margin:25px auto 40px;
}

@media (max-width:1200px)
{
    .welcome 
    {
        padding-top:100px;
    }
}

@media (max-width:1000px)
{
    .welcome 
    {
        font-size:140%;
    }
    
    #defText
    {
        width:95%;
        margin:25px auto 40px;
    }
}

@media (max-width:800px)
{
    .turBlock
    {
        max-width:100%;
        width:auto;
    } 
    .turHelp
    {
        display:none;
    }
    .turStep
    {
        display:block;
        padding:0px 10px;
        width:auto;
        text-align:left;
        margin-bottom:10px;
        background:url(/images/service.png) no-repeat 5px 5px;
        padding-left:15px;
        margin-left:10px;
    }
    .turStep br
    {
        display:none;
    }
    
    .turBlock h2
    {
        margin:0px;
        font-size:160%;
        margin-bottom:15px;
    }
    
    .welcome 
    {
        padding-top:50px;
        font-size:140%;
    }     
        
    .welcome b { 
        font-size: 130%;
        display:block;
        margin-bottom:10px;
    }
    
    .welcome br { 
        display:none;
    }
    
    .welcome .greenBTN
    {
        display:block;
        margin:10px auto;
        margin-top:30px;
    }
}

@media (max-width:600px)
{
    .defItem
    {
        width:auto !important;
        max-width:96%;
        margin:2% auto;
    }
}