.header {
    padding: 30px auto;
    width: 100%;
    height: 100%;
    background-color: #19295a;
    display: -webkit-box;
}

.logo {
    padding: 20px;
}

#biopic {
    max-width: 250px;
    padding: 10px;
    margin: auto;
}

.address {
    padding: 10px 0px 0px 0;
    float: right;
    text-align: right;
}

.phone {
    margin: 20px 0;
    padding: 20px 0 0 20px;
    color: white;
}

.icon {
    margin: 0 5px;
    color: white;
}

.address>p {
    margin: auto 5px;
    color: white;
}

.address>a {
    color: #a0b3d4;
}

.address>p>i {
    margin: 0 5px;
    color: white;
}

h1 {
    font-family: 'Copperplate';
    font-size: 55px;
    color: white;
    font-weight: 700;
    text-align: right;
}

h2 {
    text-align: right;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Verdana';
    margin-top: 0;
    color: White;
}

h3 {
    margin-left: 30px;
    font-size: 45px;
    font-family: 'Copperplate';
    font-weight: 500;
    color: black;
}

h6 {
    text-align: center;
    font-size: 30px;
    font-family: 'Verdana';
    font-weight: 100;
    color: white;
}

.vid {
    background-color: white;
    padding: 10px;
}

.inspiration {
    margin: 50px auto;
    position: relative;
    clear: both;
}

.step1 {
    display: block;
    margin: 25px;
    float: left;
}

.step2 {
    display: block;
    margin: 25px;
    float: right;
}

.quote {
    color: #a0b3d4;
    font-family: 'American Typewriter';
    padding: 30px;
    font-size: 22px;
    border-top: 1px solid darkblue;
    border-bottom: 1px solid darkblue;
}

.signature {
    font-family: cursive;
    text-align: right;
    color: #596e89;
}

#what {
    border-top: 3px solid #19295a;
    border-bottom: 3px solid #19295a;
    background-color: #19295a;
}

#how {
    border-top: 3px solid #19295a;
    border-bottom: 3px solid #19295a;
    background-color: #19295a;
    padding-bottom: 25px;
}

#Who {
    border-top: 3px solid #19295a;
    border-bottom: 3px solid #19295a;
    padding-bottom: 20px;
}

#what>h3 {
    color: white;
    margin-left: 30px;
    font-size: 45px;
    font-family: 'Copperplate';
    font-weight: 500;
}

.w3-content {
    padding: 10px 0 30px 0;
}

.bio {
    margin-bottom: 20px;
    font-family: 'Verdana';
}

.faq {
    margin: 10px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    height: 100%;
}

#how>h3 {
    color: white;
    margin-left: 30px;
    font-size: 45px;
    font-family: 'Copperplate';
    font-weight: 500;
}

.questions {
    position: relative;
}

#how p {
    font-family: 'Verdana';
    margin: 10px;
    color: white;
}

.footer {
    background-color: white;
    text-align: right;
    padding-right: 30px;
    bottom: 25px;
}

.special {
    font-family: 'Verdana';
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.custom {
    color: #596e89;
}

.remodel {
    color: #a9b901;
}

.addition {
    color: #a0b3d4;
}

.center {
    margin: 5px auto;
    align-content: center;
    float: none;
    max-width: 50px;
    margin-right: 20px;
}

.social {
    color: #a0b3d4;
    font-size: 3em;
}

.social>i:link {
    color: #a9b901;
}

.social>i:hover {
    color: white;
}

.small-social {
    color: #a0b3d4;
    font-size: 1em;
}

.small-social:hover {
    color: #a9b901;
}

.blueprint {
    height: 250px;
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}
