h1,h2{color:#2066dd;text-align: center;}
.clear{clear: both;}

.content p{
  text-align: left;
}

li {
  text-align: left;
}

/* Adjust logo size */
.navbar-brand {
  height: 80px;
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  width: auto;
  margin-top:6px;
}

/* header styles */
.container-fluid{background-color:white;padding-right:0px;}
.navbar-header{float:left;font-family:Helvetica, Arial, sans-serif;}

/* Navbar and navbar hamburger css */

.navbar, .navbar-inverse {
	border-radius: 0;
	border: none;
	margin-bottom: 0;
	min-height: 60px;
	background-color:white;
}

.nav li {
	display: inline;
	color: white;
}

/* Uses $active to highlight current content page */
.nav li.home-home.home, .nav li.about-about.about, .nav li.business-business.business, .nav li.car-car.car, .nav li.life-life.life, .nav li.travel-travel.travel {
  background-color:#DEDEDE;
}

.navbar-inverse .navbar-nav > li > a {
	color: #555555;
	font-size: 18px;
	font-weight: bold;
	padding: 36px 15px 36px 15px;
}

#bs-example-navbar-collapse-1{border:none;}

.navbar-inverse .navbar-toggle{background-color:white !important;}
.navbar-inverse .navbar-toggle:hover{background-color:white !important;}

.navbar-inverse .navbar-nav li a:hover {
  color:#00688B;
	background-color: #DEDEDE;
	/*transition: 0.7s all linear;*/
}

.navbar-toggle{position:absolute;right:0px;margin-top:28px;}

/* desktop float main menu right */
.navbar-nav {
    float: right;
}

/* Basic styling for directory nav */
.directoryContainer{margin-top:10px;}

.directory {
  padding: 0px 20px 20px 0px;
  text-align: center;
}
.directory a {
    font-size: 14px;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: normal;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    color: white;
}

.homepageCTA{
  /*border:solid 1px grey;*/
  height:120px;
}

.homepageBody{
  font-size:21px;
  color:#666666;
}

.iconTitle{
  color:#2066dd;
  font-size:18px;
}

.homeIcon{
  width:68px;
  height:72px;
  background: url(http://clearchoiceins.ca/images/homepageIcons.jpg) -120px -100px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto
}

.businessIcon{
  width:68px;
  height:72px;
  background: url(http://clearchoiceins.ca/images/homepageIcons.jpg) -120px 0px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto
}

.carIcon{
  width:70px;
  height:72px;
  background: url(http://clearchoiceins.ca/images/homepageIcons.jpg) -350px -100px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto
}

.travelIcon{
  width:68px;
  height:72px;
  background: url(http://clearchoiceins.ca/images/homepageIcons.jpg) -5px -220px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto
}

.lifeIcon{
  width:68px;
  height:72px;
  background: url(http://clearchoiceins.ca/images/homepageIcons.jpg) -118px -332px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto
}

.footerLinksContainer{
  width:280px;
  margin:auto; 
  border-top:1px solid #DEDEDE;
  padding-top:20px;
  color: white;
}

.directoryAddress{
  text-align:center;
  color:white;
  margin-bottom:20px;
}

.directoryAddress a{color:white;}

.footerBlue{
  background-color:#2066dd;
  padding:20px 0px 20px 20px;
  margin-bottom: 0px;
}

.footerBlue .col-1-1{
  margin-bottom:0px;
}

.footerBlue .col-8-12{
  padding-right:0px;
}

.footerBlue iframe{
  margin-bottom:20px;
}

.socialMediaFooter i{
  margin-top:10px;
}

.getQuoteFooter{
  padding:0px;
  height:100px;
  width:100%;
  font-size:24px;
  font-weight:bold;
  color:white;
  background-color: rgba(0,0,0,0.8);
  border:5px solid white;
  border-radius:40px;
  text-align:center;
  line-height:90px;
  cursor:pointer;
}

body { 
  background-color:white;
}

img{width:100%;}

.hero-banner{
  position:relative;
  padding:0px;
  max-height:400px;
  overflow:hidden;
  cursor:pointer;
  font-size:28px;
  color:white;
  /*background-image: linear-gradient(
      rgba(0, 0, 0, 0.60),
      rgba(0, 0, 0, 0.60)
    ),url('../images/tropicalFamily.jpg');*/
  /*background-image: url('../images/familyMountain.jpg');*/
  /*background-position:middle;*/
  /*height:400px;*/
  
 /* -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;*/
}

/*.hero-banner:hover{
	-webkit-filter: contrast(120%);
  filter: contrast(120%);
  
  max-height:500px;
  border-radius: 50%;
}*/

.bannerOverlay{
  position: absolute;
  font-weight:bold;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%); 
  -ms-transform:  translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.bannerOverlayText{
  font-size: 38px;
  text-shadow: 2px 2px 4px #000000;
  width: 540px;
  margin-bottom:20px;
}

.getQuote{
  margin-left: auto;
  margin-right: auto;
  padding:0px;
  height:100px;
  width:300px;
  background-color: rgba(0,0,0,0.8);
  border:5px solid white;
  border-radius:40px;
  text-align:center;
  line-height:90px;
}

@media only screen and (max-width : 768px) {
  .navbar-nav{float:none;text-align:center;}
  
  .navbar-collapse{margin-top:80px;}
  
  .container-fluid>.navbar-collapse{margin-right:0px;}
  
  .getQuote{
    height:50px;
    line-height:40px;
    font-size:20px;
    width:200px;
  }
  
  .navbar-inverse .navbar-nav > li > a {
	  padding: 18px 15px 18px 15px;
  }
  
  .bannerOverlayText{
    font-size:20px;
    width:300px;
    text-align:center;
    margin-bottom:10px;
  }
}

/*.hero-banner-1{
  padding:0px;
  background-image: url('../images/familyMountain.jpg');
  height:400px;
}*/

.clearChoiceContent{
  padding:0px 50px 20px 50px;
  text-align: center;
}

.socialMediaFooter{
  font-size:20px;
  margin-top:20px;
  text-align:center;
}

.social a{
  color:white;
  margin:5px;
}

.testimonial{
  font-size:20px;
  margin-bottom:20px;
  color:white;
  font-style:italic;
}

.testimonialAuthor{
  font-size:16px;
}