﻿body {
    background-image:url('/Content/landingpage/images/bg.jpg');
    background-color:#fefefe;
    background-position:top center;
    background-repeat:repeat-x;
    word-spacing: 2px;
}
/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
    .container {
        width:992px;
    }
}
label, input[type=text]{
    font-size:18px;
}
p {
    font-size:20px;
    line-height:1.7em;
}
header {
    background-color:#fefefe;
    box-shadow:1px 2px 5px #808080;
    z-index:9999;
}

header span{
    font-size:42px;
    margin-left:100px;
    color:#0094ff;
    text-shadow:0px 2px 1px #808080;
    font-weight:bold;
}

@media only screen and (max-width: 375px) {

   header span { font-size: 28px; }
form h4 {
        margin-top:30px;
    }
label, input[type=text]{
font-size:14px  !important;
}
}

header img {
    position:absolute;
    z-index:9999;
}

#form form {
    padding:20px 25px;
    background-color: rgba(3,3,3,0.5);
}

#form form h4, 
#form form label {
    color:#efefef;
}

input[type=text],
input[type=submit] {
    border-radius:0;
}

#content {
    background-color:#efefef;
}

#content h1,
#content h2,
#content h3
{
    text-align:center;
}

.main {
    background-color:#fff;
    padding:15px 25px;
    box-shadow:0px 1px 4px #808080;
}
.main h1 {
    color:#0094ff;
    font-weight:bold;
    text-shadow:1px 1px 0px #808080;
}
.main h3 {
    color:#0094ff;
    padding-bottom:15px;
}

.main h2 {
    color:#f00;
    padding-bottom:15px;
    padding-top:30px;
}

.main ul {
    font-size:20px;
    list-style:none;
}
.main ul li {
    font-weight:bold;
    padding-top:5px;
    padding-bottom:5px;
}

.main ul li span {
    font-size:32px;
    color:#f00;
}
.testimonial {
    border-left:2px solid #cdcdcd;
    margin-top:15px;
    margin-bottom:25px;
}

.testimonial p,
.testimonial h5
 {
    margin-left:20px;
    font-style:italic;
}

.testimonial h5 {
    font-weight:bold;
    font-size:120%;
    text-align:right;
}




#logo {
    border-radius:0;
    box-shadow:0px 2px 2px rgba(0,0,0,.2);
    z-index:9999;
    margin-bottom:0;
    background-color:#fff;
}
#logo img {
    position:absolute;
    left:0;
    top:0;
    padding:10px;
    background-color:#fff;
    box-shadow:0px 2px 2px rgba(0,0,0,.2);
    border-radius:5px;
    display:inline-block;
}


.bottom {
    color:#efefef;
    text-align:center;
    padding:15px 0px;
    margin-left:-25px;
    margin-right:-25px;
    margin-bottom:-15px;
    background-color:#0094ff;
}

.bottom a {
    color:#fff !important;
    font-size:24px;
    font-weight:bold;
}
.bottom p {
    padding-bottom:0px;
}
.bottom span {
    color:#fff;
    font-size:24px;
    font-weight:bold;
}