﻿.start-slide
{
    background: #4171AA;
    padding-top: 230px;
    color: #ffffff;
    height: 130px;
    margin-top: -200px;
}

.start-slide-first-line
{
    background: #3F6A9F;
}

.start-slide-second-line
{
    background: #3C6496;
}

.start-slide-third-line
{
    background: #385F8E;
}

/*------------------------Elements----------------------------------*/
.start-slide-promo-text h3
{
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 10px;
}

.start-slide-promo-text 
{
   width: 510px;  
}

.contact-us-button 
{
    width: 205px;
    height: 62px;
    background-color: #cde287;
    color: #385F8E;
    font-size: 1.8em;
    border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin-top: 35px;
    cursor: pointer;
    border:none;
    box-shadow: 5px 5px 0px #3a5e89;
}

.contact-us-button:hover 
{
    background-color: #ddf086;
    box-shadow: 5px 5px 0px #395c87;
}

.contact-us-button:active
{
    background-color: #cde287;
    box-shadow: none;
}

