﻿   body {
            background-image: url(/images/bg/gal1_slide1.jpg);
        }

        .sc_button {
            padding: 17px 22px 18px;
            font-size: 12px;
            line-height: 15px;
            text-transform: uppercase;
            color: #464646;
            background: #ebebeb;
            border: none;
            font-family: 'Lato', sans-serif;
            padding: 16px 38px 17px;
            cursor: pointer;
            -webkit-transition: all ease .2s;
            -moz-transition: all ease .2s;
            -ms-transition: all ease .2s;
            -o-transition: all ease .2s;
            transition: all ease .2s;
            position: relative;
        }

        .sc-button:hover {
            color: white;
            background: #ebebeb;
            background: #F56D45;
            color: #fff;
        }

        img {
            width: 100%;
        }

        body section {
            position: fixed;
            /* left: 39%; */
            top: 50%;
            z-index: 100;
            height: 400px;
            margin-top: -200px;
            width: 50%;
            /* margin-left: -300px; */
            margin-left: 25%;
        }

        #primary {
            width: 100%;
        }

        a {
            display: block;
            width: 140px;
            margin: 0 auto;
        }