body, html {
    height: 100%;
    margin: 0;
    font: 16px "Helvetica", sans-serif;
    color: #777;
}

/*---------Logo and Navigation---------------------------------------------------> */

.navbar-brand img {
    height: 100%;
}

.navbar {
    color: #fff;
}

.navbar-light {
    background-color: rgba(255,255,255,1);
    border-bottom: solid 2px #025f8b;
}

.navbar-nav  {
    margin-right: 2%;
}

.navbar .navbar-nav .nav-link {
    color: #025f8b;
    font-size: 1.5em;
}

.navbar .navbar-nav .nav-link:hover {
    color: #6ab5cc;
}

.navbar-nav li  {
    padding-left: 25px;
}

/*---------Background Images, note: media queries for parallax effect to work------> */ 

@media (max-width: 1099.98px) {
.home, .services, .portfolio {
    position: relative;
    opacity: 1;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home {
    background-image: url("../images/background-1.jpg");
    min-height: 100%;
  }

.services {
    background-image: url("../images/background-2.jpg");
    min-height: 400px;
}

.portfolio {
    background-image: url("../images/background-3.jpg");
    min-height: 400px;
}
}

/*--------------------------------*/

@media (min-width: 1100px) {
.home, .services, .portfolio {
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home {
    background-image: url("../images/background-1.jpg");
    min-height: 100%;
  }

.services {
    background-image: url("../images/background-2.jpg");
    min-height: 400px;
}

.portfolio {
    background-image: url("../images/background-3.jpg");
    min-height: 400px;
}
}

/*-----------Text Content-----------------------------------------------------------*/

/*-------Home Section-----------------------------------*/

@media (max-width: 767.98px) {
.section-title h1 {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 90%;
    text-align: left;
    color: #fff;
    font-size: 1em;
    background-color: rgba(2, 96, 139, 0.8);
    padding: 15px 10px 15px 10px;
}
}

/*----------------------*/

@media (min-width: 768px) {
.section-title h1 {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 75%;
    text-align: left;
    color: #fff;
    font-size: 1.4em;
    background-color: rgba(2, 96, 139, 0.8);
    padding: 20px 20px 20px 20px;
}
}

/*-----------------*/

@media (min-width: 992px) {
.section-title h1 {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 70%;
    text-align: left;
    color: #fff;
    font-size: 1.8em;
    background-color: rgba(2, 96, 139, 0.8);
    padding: 20px 20px 20px 20px;
}
}

/*-----------About----------------*/

#about {
    padding: 150px 0;
}

.section-content-about {
    background-color: #fff;
}

.about-left {
    margin-right: 15px;
}

.about-right {
    margin-left: 15px;
}

.section-content-about h2 {
    text-align: left;
    color: #025f8b;
    font-size: 2em;
    margin-bottom: 30px;
}

.section-content-about p {
    color: #777;
    line-height: 1.5;
    text-align: left;
    font-size: 1.2em;
}

.section-content-about img {
    padding: 20px;
    border: solid 1px #000;
    box-shadow: 10px 10px 5px #aaaaaa;
}

/*-------Services ---------------------------------------*/

 @media (max-width: 991.98px) {
.services-content {
    padding: 100px 0;
}

.services-left h2 {
    color: #025f8b;
    margin-bottom: 50px;
    font-size: 2em;
}

.services-left p {
    color: #777;
    font-size: 1.2em;
    line-height: 1.5;
    padding-bottom: 20px;
}

.services-left h3, .services-right h3 {
    color: #025f8b;
    font-size: 1.5em;
    padding-bottom: 0px;
}

.services-right li {
    font-size: 1.2em;
    line-height: 1.3;
    color: #777;
}

.services-left {
    padding: 100px 30px 50px 30px;
    border-bottom: solid 1px #025f8b;
}

.services-right {
    padding: 50px 30px 85px 30px;
}
}

/*----------------------------------*/

 @media (min-width: 992px) {
.services-content {
    padding: 100px 0;
}

.services-left h2 {
    color: #025f8b;
    margin-bottom: 50px;
    font-size: 2em;
}

.services-left p {
    color: #777;
    font-size: 1.2em;
    line-height: 1.5;
    padding-bottom: 20px;
}

.services-left h3, .services-right h3 {
    color: #025f8b;
    font-size: 1.6em;
    padding-bottom: 0px;
}

.services-right li {
    font-size: 1.2em;
    line-height: 1.3;
    color: #777;
}

.services-left {
    padding: 160px 30px 100px 30px;
    /*border-right: solid 1px #025f8b;*/
}

.services-right {
    padding: 160px 30px 85px 30px;
}
}

/*-------Portfolio---------------------------------------*/

.section-title h2 {
    text-align: center;
    font-size: 2.5em;
    color: #fff;
    background-color: #025f8b;
    width: 75%;
    left: 12%;
    position: absolute;
    border: solid 1px #025f8b;
    border-radius: 4px;
    margin-bottom: 50px;
}

.portfolio-content {
    padding: 100px 0;
}

.portfolio-text-top {
    margin-top: 150px;
    margin-bottom: 10px;
}

.portfolio-text-top h3 {
    line-height: 1.5;
}

.portfolio-content h3 {
    color: #025f8b;
}

.portfolio-content-left {
    padding: 50px 30px 0px 30px;
    color: #777;
    font-size: 1.2em;
}

.portfolio-content-right {
    padding: 50px 30px 50px 30px;
    color: #777;
}

.portfolio-content-right h3 {
    font-size: 1.9em;
    text-align: left;
}

.portfolio-content-right li {
    font-size: 1.2em;
}

.portfolio-content-right ul {
    padding-bottom: 50px;
}

.portfolio-content-right p {
    font-size: 1.2em;
}

/*----------------Contact------------------------------------------------*/

#contact {
    padding: 20px 0 300px 0;
    background-color: #d1eaee;
}

#contact h2 {
    font-size: 2.5em;
    text-align: center;
    color: #fff;
    background-color: #025f8b;
    width: 75%;
    left: 12%;
    position: absolute;
    border-bottom: solid 1px #025f8b;
    margin-bottom: 50px;
}

.contact-left {
    margin: 150px 0 0 0;
}

.contact-left p {
    font-size: 1.5em;
    line-height: 1.3;
    color: #025f8b;
}

.vets {
    margin-top: 50px;
}

.contact-right {
    margin: 200px 0 0 0;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 100%;
    margin-top: 150px;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*------------Footer------------------------------------------------------*/

footer {
    text-align: center;
    padding: 10px;
    background-color: #025f8b;
    color: #fff;
}

footer h2 {
    font-size: 1em;
}
