﻿body {
    width: 100%;
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 0;
    padding-left: 0;
    background: #ffffff url(../Content/images/patterns/bg-pattern.jpg)
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

p {
    font-family: Arial, Verdana, Geneva, Tahoma, sans-serif;
    color: black;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

h1, h2 {
    text-align: center;
}

h3 {
    margin: 2% 0;
    color: #0072CE;
}

/* working div--use for troubleshooting, etc */
.working {
    background-color: red;
}

.working_2{
    background-color: aqua;
}

/* navbar styling, layout page */
.navbar {
    background-color: #0072CE;
    max-height: 7%
}

.navbar-text {
    color: #ffffff;
    align-content: center;
}

/* home styling, index page */
.home-section {
    overflow: hidden;
    z-index: 100;
    margin-top: 1%;
    margin-bottom: 5%;
    color: #000000;
    align-self: center;
    align-content: center;
    align-items: center;
    object-fit: cover;
    object-position: center;
}

/* service styling, index page */
.service-section {
    margin-top: 2%;
    width: 100%;
    align-content: center;
    align-self: center;
    text-align: center;
}

.service-section_text {
    text-align: justify;
    margin-top: 3%;
}

.contact-section {
    margin-top: 5%;
    margin-bottom: 8%;
}

.contact-section_sections{
    margin: 3% 1%;
}

.contact-section_names {
    margin: .1% 0;
}

.contact-section_titles {
    margin: 5% 0 1% 0;
    color: #0072CE;
}

.contact-section_image {
    margin-top: 9%;
}

/* service pages */
.service-page_text {
    margin-top: 1%;
    text-align: left;
    text-decoration: none;
}

.tooltip-inner {
    background: #0072CE;
    border: 3px solid black;
    font-weight: bold;
}