/*
Theme Name: Landing Page
*/

body {
    font-family: "helvetica neue", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

.banner {
    text-align: center;
    padding-top:20px;
    padding-bottom: 20px;
}

.banner--clone {
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 1px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 1px 15px 0px rgba(0, 0, 0, 0.5);
    top: -10px;
    left: 0;
}

.banner--clone .logo img {
    max-width: 100px;
}

.logo img {
    max-width: 250px;
}

#top h1 {
    font-weight: 900;
}

a {
    border-bottom: 1px solid;
}

a:hover {
    text-decoration: none;
    color: #333;
}

.gallery {
    margin-top: 20px;
}

footer a {
    border-bottom: none;
}



.pink {
    color:#c6006f
}

.center {
    text-align: center;
}

.form-heading {
    text-align: center;
    color:#c6006f
}


.product {
    text-align: center
}

.red {
	color:red;
} 

.product img {
    max-width: 100%;
}  

.glyphicon-ok {
	top:0px;
}

#orderForm img {
	height: 137px;
}

@media (min-width: 992px){
    #cta p, #top p {
        font-size: 21px;
        font-weight: 300;
    }
}


@media (max-width: 640px){
    .logo img {
        max-width: 150px;
    }

    #top h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 25px;
    }
}