@charset "UTF-8";
/* CSS Document */

html,
html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
header {
    padding: 32px;
    background-color: #F6F6F6;
    min-height: 80px;
    max-height: 100%;
    margin-bottom: 0;
}
body {
    margin-left: auto;
    margin-right: auto;
}
.prefooter {
    background-color:#B0E1F6;
    padding: 20px 30px;
}
.prefooter-address-text {
    color: #2F322A;
    margin-right: 30px;
    margin-bottom: 30px;
}
a {
    text-decoration: none;
    color: #2F322A;
}
footer {
    padding: 20px 30px;
    background-color: #2F322A;
    text-align: center;
    color: #ffffff;
}
.style-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 288px;
}
.style-nav ul {
    list-style-type: none;
    margin-top: 10px;
}

.style-nav ul li a {
    text-decoration: none;
    color: #2F322A;
    text-align: center;
    display: block;
    padding: 8px;
    padding-bottom: 0;
    text-transform: none;
}
.row:before, .row:after {
    content: "";
    display: table;
}
.row:after {
    clear:both;
}
.footer-text {
    font-size: 13px;
}
.footer-text {
        margin-top: 30px;
    }
.footer-text-maker {
    font-size: 13px;
}
.style-nav-footer ul li{
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.style-nav-footer ul {
    list-style-type: none;
}
.style-nav-footer ul li a {
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    display: block;
    padding: 8px;
    padding-bottom: 0;
    text-transform: none;
}
.Hero {
    background-image: url("seniorhomecare.jpg");
    background-size: cover;
    padding: 20px 20px 50px 20px;
    color: #FFFFFF;
    text-align: center;
}
.Hero2 {
    background-image: url("workingforus.jpg");
    background-size: cover;
    min-height: 450px;
}
.Hero3 {
    background-image: url("choosing.jpg");
    background-size: cover;
    min-height: 450px;
}
.Hero4 {
    background-image: url("aboutus2.jpg");
    background-size: cover;
    min-height: 450px;
}
.Hero5 {
    background-image: url("smilymeeting.jpg");
    background-size: cover;
    min-height: 450px;
}
.Hero6 {
    background-image: url("services.jpg");
    background-size: cover;
    min-height: 450px;
}
.Hero7 {
    background-image: url("aboutus.jpg");
    background-size: cover;
    min-height: 450px;
}
h1 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 40px;
    
}
h3 {
    font-size: 28px;
    font-weight: 300;
    margin-top: 30px;
    
}
h4 {
    font-size: 40px;
    font-weight: 300;
    margin-top: 400px;
    
}
h5 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #787474;
    
}
h6 {
    font-size: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #00026D;
    
}
h7 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 30px;
    color: #00026D;
    
}
h8 {
    font-size: 22px;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #7489BC;
    
}


/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 50%;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}





/*Tablet view*/

@media (min-width: 768px) {
    
    .style-nav ul li {
            display: inline-block;
    }
    .style-nav ul {
        text-align: center;
    }
    .footer-text {
        margin-top: 30px;
    }
}
/*Desktop view*/

@media (min-width: 1024px){
    
    .style-logo {
        float: left;
    }
    body {
        max-width: 1200px;
    }
    .style-nav {
        float: right;
        margin-top: 35px;
    }
     .footer-text {
        float: left;
        margin-top: 50px;
    }
    .footer-text-maker {
        float: right;
        margin-top: 50px;
    }
}
