#welcome {
        color: #ffffff;
        background: #7ad1b0;
    }

    #welcome .panel {
        width:100%;
        padding-right:0;
    }

    #welcome h1 {
        margin: 120px 0 35px 0;
        text-align: center;
        font-size: 55px;
        font-weight: 400;
    }
    
    #welcome .intro {
        width: 100%;
        margin: auto;
        position: relative;
    }
    
        #welcome .intro p {
            margin: auto;
            max-width: 522px;
            text-align: center;
            font-size: 14px;
            line-height: 1.3em;
        }

    
    #subsections {
        padding: 50px 0;
        color: #ffffff;
        background: #12535d;
        background: -webkit-linear-gradient(top, #7ad1b0 0%, #69dcce 100%);
        background: -ms-linear-gradient(top, #7ad1b0 0%, #69dcce 100%);
        background: linear-gradient(to bottom, #7ad1b0 0%, #69dcce 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7ad1b0', endColorstr='#69dcce', GradientType=0);
    }
    
        #subsections .panel {
            padding: 20px;
            text-align: center;
        }
        
            #subsections .panel img {
                width: 200px;
                height: 170px;
            }
            
            #subsections .panel a:not(.button):hover + a.button {
                background: #0EAA8B;
            }
        
            #subsections .panel a.button {
                margin: 20px auto;
            }