
body {
    background: url(../images/background.jpg) center center;
    color: #fff;
}

header {
    text-align: center;
}

.logo {
    margin-top: 75px;
}

header h2 {
    color: #fff;
    font-size: 14px;
    font-family: "Raleway", arial;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 5px;
    /*text-shadow: 1px 0 0 rgba(0, 0, 0, 0.4);*/
}

header p {
    color: #fff;
    font-size: 14px;
    font-family: "Gudea", arial;
    font-weight: normal;
    margin-bottom: 20px;
    /*text-shadow: 1px 0 0 rgba(0, 0, 0, 0.4);*/
}

section {
    overflow: hidden;
}

section .store {
	text-align: center;
}

section .store .store-link {
    color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-top: 40px;
    text-decoration: none;
}

section .store .store-link img {
    position: relative;
	max-width: 100%;
    -webkit-transition-duration: 0.7s; /* Safari and Chrome */
       -moz-transition-duration: 0.7s; /* Firefox 4 */
         -o-transition-duration: 0.7s; /* Opera */
            transition-duration: 0.7s;

}

section .store .store-link:hover img {
    -webkit-transform: scale(1.15); /* Safari and Chrome */
       -moz-transform: scale(1.15); /* Firefox */
        -ms-transform: scale(1.15); /* IE 9 */
         -o-transform: scale(1.15); /* Opera */
            transform: scale(1.15);
}

/*section .store .store-link .shadow {
    position: absolute;
    left: -27%;
    right: -24%;
    bottom: -4.2%;
}*/

section .store h3 {
    color: #fff;
    font-family: "Oswald", arial;
    font-size: 35px;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    margin-top: 35px;
    /*text-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);*/
}

/*section .store.green h3 {
    background-color: #7faf2f;
}

section .store.blue h3 {
    background-color: #11b6c2;
}

section .store.orange h3 {
    background-color: #ff9b02;
}

section .store.pink h3 {
    background-color: #ff7579;
}*/

section .features {
    font-family: "PT Sans", arial;
    font-size: 17px;
    margin: 0 0 35px;
    padding: 0;
}

section .features li {
    list-style-position: inside;
    margin: 5px 0;
    /*text-shadow: 1px 0 0 rgba(0, 0, 0, 0.4);*/
}

section .actions {
    margin-top: 20px;
    margin-bottom: 100px;
    text-align: center;
}

section .actions .btn {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #7bae23;
    background-image: none;
    border-width: 0;
    font-size: 17px;
    color: #ffffff;
	margin-top: 40px;
	padding: 10px 20px;
    text-shadow: none;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

section .actions .btn:hover,
section .actions .btn:focus {
    background-color: #84bb26;
}

@media (max-width: 767px) {
    section .store {
        float: left !important;
        width: 46% !important;
        margin: 0 2% !important;
    }
    
    /*section .store .shadow {
        display: none;
    }*/
}

@media (max-width: 480px) {
    section .store {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        text-align: center;
    }
}