@charset "UTF-8";
.welcome-box {
    background-color: #2DB092;
    min-height: 0px;
    padding-top: 200px;
    padding-bottom: 200px;
    background-image: url(images/MapBkGrd.jpg);
    background-size: cover;
    width: 100%;
}

.parallax { 
  /* The image used */
  background-image: url("images/MapBkGrd.jpg");

  /* Set a specific height */
  min-height: 1000px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.maintitle-overparallax {
    position: absolute;
    text-align: center;
    padding-top: 200px;
}

.topthree-title {
    position: absolute;
    text-align: center;
    background-color: rgba(255,255,255,0.53);
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    font-size: 20px;
    color: #333E50;
    font-weight: 900;
    left: 150px;
    padding-top: 10px;
	padding: 0 8px;
}

.home-imagetitle{
	position: absolute;
	text-align: center;
    background-color: rgba(255,255,255,0.53);
	font-size: 20px;
    color: #333E50;
    font-weight: 900;
	top: 10px;
	left: 20px;
	right: 20px;
}

.overview-nav {
    background-color: #C5C7CA;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer {
    background-color: #A9A7A7;
    padding-top: 50px;
    padding-bottom: 50px;
}
h1 {
    font-family: "Avenir Black";
    font-size: 40px;
    color: rgba(255,255,255,1.00);
    text-align: center;
}
h3 {
    font-family: "Avenir Medium";
    font-size: 24px;
	color: rgba(255,255,255,1.00);
}
p {
    font-family: "Avenir Book";
    font-size: 16px;
}
.btn-text {
    font-family: "Avenir Medium";
    font-size: 16px;
}
body {
    font-family: "Avenir Book";
}
a:link {
    color: #4C4C4C;
}
a:hover {
    color: #08CFA4;
    text-decoration: none;
}

.bg-light {
  background-color: rgba(255,255,255,0.56) !important;
}
.col-xl-4-topthree {
    padding-left: 10px;
    padding-right: 10px;
}

.btn.btn-primary {
	color: #28b999;
	background-color: #2d3e50;
	border-color: #2d3e50;
}
.social-button {
    margin-right: 5px;
    margin-left: 5px;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #2d3e50;
  background-color: #28b999;
  border-color: #28b999;
}

.welcome-subtext {
    color: rgba(255,255,255,1.00);
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 6px;
}
.home-descriptor {
    padding-left: 40px;
    padding-right: 40px;
    height: 60px;
}
.home-intro-text {
    text-align: center;
    padding-left: 200px;
    padding-right: 200px;
    display: block;
}
.button {
    text-align: center;
}
.column-space {
}

.parallax { 
  /* The image used */
  background-image: url("images/MapBkGrd.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  width:100%;
  margin:0 auto;
  position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
  background:#F9F9F9;
  padding:25px;
  margin:50px 0;
}

#contact h3 {
  color: #F96;
  display: block;
  font-size: 30px;
  font-weight: 400;
}

#contact h4 {
  margin:5px 0 15px;
  display:block;
  font-size:13px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
  width:100%;
  border:1px solid #CCC;
  background:#FFF;
  margin:0 0 5px;
  padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
  -webkit-transition:border-color 0.3s ease-in-out;
  -moz-transition:border-color 0.3s ease-in-out;
  transition:border-color 0.3s ease-in-out;
  border:1px solid #AAA;
}

#contact textarea {
  height:100px;
  max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
  cursor:pointer;
  width:20%;
  border:none;
  background:#0CF;
  color:#FFF;
  margin:0 0 5px;
  padding:10px;
  font-size:15px;
}

#contact button[type="submit"]:hover {
  background:#09C;
  -webkit-transition:background 0.3s ease-in-out;
  -moz-transition:background 0.3s ease-in-out;
  transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
  outline:0;
  border:1px solid #999;
}

.container-fluid-about {
    max-width: 900px;
    position: relative;
}

.img-fluid-about-dogs {
    text-align: center;
}

::-webkit-input-placeholder {
 color:#888;
}

:-moz-placeholder {
 color:#888;
}

::-moz-placeholder {
 color:#888;
}

:-ms-input-placeholder {
 color:#888;
}

/*Mobile View*/
@media (max-width: 563px){
	
		h1 {
    font-size: 26px;
}
	
a:link {
    color: #4C4C4C;
}
a:hover {
    color: #08CFA4;
    text-decoration: none;
}
	
	.welcome-subtext {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 6px;
}
	
	.topthree-title {
    padding-right: 20px;
    padding-left: 20px;
    left: 170px;
}
	
	.home-intro-text {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
}
	
}

/*Tablet View*/

@media (min-width: 564px) and (max-width: 957px){
	
		h1 {
    font-size: 34px;
}
	
		.welcome-subtext {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 5px;
}
	
		.topthree-title {
    padding-right: 20px;
    padding-left: 20px;
    left: 210px;
}
	
	.home-intro-text {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    display: block;
}
	
}

/*Desktop View*/
@media (min-width: 958px) and (max-width: 1199px){
	
		h1 {
    font-size: 40px;
}
	
}

/*XLarge Desktop View*/
@media (min-width: 1200px){
	
	h1 {
    font-size: 45px;
}
	
}
.welcome-subtext {
}
.center-block {
}
.home-descriptor {
}
.button {
}
.column-space {
    margin-bottom: 20px;
}
.insurance {
    width: 0px;
}

.topthree-title {
    padding-right: 20px;
    padding-left: 20px;
    left: 130px;
}

.row-services {
    background-color: #FFFFFF;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 1000px;
    padding-right: 15px;
}

.services-fivetitles {
    background-color: rgba(255,255,255,0.67);
    position: absolute;
    min-width: 80px;
    min-height: 100px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 30%;
    margin-right: 20%;
    margin-bottom: 20%;
    margin-left: 20%;
    text-align: center;
    font-size: large;
    font-weight: 700;
}
