

img.caboLogo {
	width:30%;
}

img.img-responsive.logo {
  float: left;
  width: 6%;
  margin-top: 8px;
  margin-right: 10px;
}

.singleImg {
  text-align: center;
}


.navbar {
  font-weight: 600;
  margin: 0px;
  padding: 10px 15px;
  font-size: 20px;
  font-family: "Slim-Joe";
  letter-spacing: 0;
}

.navbar-brand {
	font-family: 'Forum';
	font-size: 1em;
  padding: 15px 0px;
	text-transform: uppercase;
	line-height: 36px;
}

a.navbar-brand {
  width: 80%;
}

.card {
  margin-bottom: 30px;
}

.section .parallax > img{
  width: 100%;
  min-width: 0;
  min-height: 0;
}
            
.pattern-image:after{
  opacity: .2;
}

.section .text-area {
  padding: 0em 0;
}

#team {
  padding-bottom: 5em;
}

div#location.section.section-location {
  padding-bottom: 0em;
}

.section-contact-3 {
  margin-top: 0px;
}

.section-contact-3 .contact-container .address-container {
  width: 30%;
  padding: 20px 60px 20px 60px;
}

.section-contact-3 .address {
  margin-top: 200px;
}

.triangle_down1 {
  position: relative;
    top: -10px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-right: 3px solid white;
    border-top: 3px solid white;
    transform: rotate(135deg);
    margin-right: 5px;
    margin-left: 16px;
}


/*  Tablet and Desktop
=======================================================================================
======================================================================================*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 769px) { 
  .navbar-brand {
  font-size: 1.5em;
  line-height: 30px;
}

a.navbar-brand {
  width: 100%;
}

.section .text-area {
  padding: 3em 0;
}

img.img-responsive.logo {
  margin-top: 0px;
}

}




