/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

html {
  scroll-behavior: smooth;
}


body {
  padding-top: 60px;
}

a {
  color: white;
}

a:hover{
  color: #00adef;
}


.carousel-inner img {
      width: 100%;
      height: auto;
}


section{

  display: block;

}


.sec-intro{
	position: relative;
  top: 100px;
}

.intro-centered{

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  font-size: 40px;
  color: white;
  text-align: center;

}



.mol-header{
	color:black;
	background-color: white;
}

.mol-footer-top-margin{
  margin-top: 150px;
}

.navbar-collapse{
	background-color: white;
	opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
}


/* NAV */
.navbar-light .navbar-nav .nav-link {
    color: gray;
    font-size: 1.2em;
    
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left:25px;
    padding-right:25px;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	
}



.navbar-light .navbar-nav .nav-link:hover {
    color: #00adef;
    background-color: #f8f8f8;
}



.nav-item {
	
	color: #00adef;
	

}




.nav-item a:hover{

	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.aff {
	width: 120px;
	height: auto;
}

.attrib {
	font-size: 10px;
	color: white;
}

.attrib a {
	
	color: white;
}


/* However Effects */
/* [1] The container */
.img-hover-zoom {
  
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
}

/* Colorize-zoom Container */
.img-hover-zoom--colorize img {
  transition: transform .5s, filter 1.5s ease-in-out;
  filter: grayscale(100%);
}

/* The Transformation */
.img-hover-zoom--colorize:hover img {
  filter: grayscale(0);
  transform: scale(1.2);
}



.counter
{
    background-color: white;
    text-align: center;
}
.projects,.clients,.designs,.orders
{
    margin-top: 50px;
    margin-bottom: 50px;
}
.counter-count
{
    font-size: 24px;
    background-color: #00adef;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 90px;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.projects-p,.clients-p,.designs-p, .orders-p 
{
    font-size: 24px;
    color: #000000;
    line-height: 34px;
}

.jumbotron {
  background-image: url("https://stclareo2.com/images/front.png");

  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}



/* Form */
form label {
  display: inline-block;
  width: 100px;
}
 
form div {
  margin-bottom: 10px;
  text-align: left;
  vertical-align: top;
}
 
.error {
  color: red;
  margin-left: 5px;
}
 
label.error {
  display: inline;
  font-size: 10px;
}

#captchaInput {

  width: 2.5em;

  margin-left: .5em;

}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Runner */

#g1{
	font-size: 1.2em;
}

#g2{
	font-size: 0.7em;
}
.center-text{
	text-align: center;
}

.btn-warning{
	background-color: #00adef;

}

.clare-color-o{
	color: #04998b;
}

.clare-bkcolor-o{
	background-color: #04998b;
}



.gest-color-g{
	color: gray;
}

.gest-bkcolor-g{
	background-color: gray;
}

.gest-bkcolor-gft {
	background-color: #5a5a5a;
}

.sep-1{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Spices */
.header {

    position: fixed;
    width: 100%;
    top: 0;
    color:#fff;
    z-index: 1000;
    text-align:center;
    height: 110px;
    /*

    line-height:160px;
    overflow: hidden;

    */


    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;

}

.header.shrink {

   
    height: 115px;
    border-bottom: solid 1px;
    border-bottom-color: white;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    

}

.logob{
	display: block;

    margin-left: auto;

    margin-right: auto;

    width: 120px;

    height: auto;
}


.logo{

    display: block;

    margin-left: auto;

    margin-right: auto;

    width: 140px;

    height: auto;

 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

 
}



.logo.shrink{

     width: 110px;

     height: auto;
    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;



}

/* Footer */




/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */

@media screen and (max-width: 600px) {

  .intro-centered {

    font-size: 1.2em;

  }




}



/* .testheight Not required - unless testing ;) 
.testheight {
  height:1200px;
  font-size:20px;
  text-align:center;
  padding:100px 20px;
}
*/



.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	color: #00adef;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}


.icon-bar {
  width: 22px; 
  height: 2px;
  background-color: #00adef;
  display: block;
  transition: all 0.2s;
  margin-top: 4px
}
 
.navbar-toggler {
  
  background: transparent !important;
  border-style: solid !important;
  border-color: #00adef;
}
 

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}



.social-list a{
  display: block;
  width: 36px;
  height: 36px;
  line-height: 14px;
  border-radius: 100%;
  border: 3px solid white;
  text-align: center;
  font-size: 12px;
  background-color: #00adef;
  margin-right: 5px;
  color:  white;

}
.social-list a:hover{
  border: 3px solid orange;
  color:  orange;
}

.pepsblogging{
  font-size: 12px;
  color: gray;
}

.pepsblogging a{
  color: gray;
}

.pepsblogging a:hover{
  color: lightgray;
  text-decoration: none;
}