﻿html, body{
    height: 100%;
    width: 100%;
    background-color: #faf7eb;
}
.navbar {
    background-color: white;
    padding: 1% 0;
    font-size: 1.2em;
}
.navbar-brand {
    min-height: 55px;
    padding: 0 15px 5px;
}
.navbar-brand img {
    height: 70px;
    padding-bottom: 15px;
}
.navbar-default .navbar-nav li a:hover{
    color: #dd0000;
}
.navbar-default .navbar-nav li a.active {
    color: #dd0000;
    text-decoration: underline;
    font-weight: 300;
}
li {
    font-size: 18px;
    font-family: Helvetica Neue;
    font-weight: 300;
    
}
#home {
    background: url(img/background-img2.jpg) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    background-size: cover;
}
@media only screen and (max-width: 600px) {
    #home {
    background: url(img/small-background-img2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    }
}
@media only screen and (max-width: 1025px) {
    #home {
       background: url(img/ipad-background2.jpg);
       background-repeat: no-repeat;
       background-position: center;
       background-size: cover;
       height: 60%;
       width: 100%;
    }
}    
.img-logo img {
    margin: auto;
    display: table;
    align-content: center;
    position: static;
    min-width: 370px;
    max-width: 60%;
    padding-top: 280px;
    padding-bottom: 305px;
}
h1 {
    text-align: center;
    padding-top: 45px;
    color: #dd0000;
    font-family: zapfino;
}
.lead {
    text-align: center;
    margin: auto;
    font-size: 20px;
    font-family: Helvetica Neue;
    font-weight: 300;
    max-width: 720px;
}
h4 {
    text-align: center;
    color: #dd0000;
    font-family: zapfino;
}
.padding img {
    display: block;
    margin: auto;
    max-height: 80%;
    max-width: 60%;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 20px;
}
.padding .container .row p {
    text-align: center;
    font-size: 18px;
    font-family: Helvetica Neue;
    font-weight: 300;
}
.padding {
    text-align: center;
    padding: 80px 0;
}
 h3 {
    padding-top: 30px;
    text-align: center;
    color: #dd0000;
}
.info {
    text-align: center;
    margin: auto;
    font-size: 20px;
    font-family: Helvetica Neue;
    font-weight: 300;
    max-width: 720px;
}
#fixed{
    background: url(img/back-img.jpg) no-repeat center center fixed;
    display: table;
    height: 60%;
    position: relative;
    width: 100%;
    background-size: cover;
}
@media only screen and (max-width: 600px) {
    #fixed {
    background: url(img/small-back-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    }
}
@media only screen and (max-width: 1025px) {
    #fixed {
    background: url(img/ipad-back2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    }
}
.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    background-color: #dd0000;
    color: white;
    text-align: center;
}
.footer p {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: Helvetica Neue;
    font-weight: 300;
    font-size: 15px;
}