Skip to content
Snippets Groups Projects
small-business.css 3.28 KiB
Newer Older
Kasalehlia's avatar
Kasalehlia committed
/*!
 * Start Bootstrap - Small Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

footer {
    padding: 30px 0;
}

@media(min-width:768px) {
    body {
        padding-top: 90px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }
}
@media(min-width:994px) {
    body {
        padding-top: 50px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }
}

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px 0px 0px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
      margin-top: 30px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

/* extensions */
.page-header {
	margin: 0px 0px 18px !important;
}

.affix {
	top: 50px;
}
a.anchor{
	display: block;
	position: relative;
	top: -50px;
	visibility: hidden;
}
@media(min-width:768px) {
    .affix {
        top: 90px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }
	a.anchor{
		display: block;
		position: relative;
		top: -90px;
		visibility: hidden;
	}
}
@media(min-width:994px) {
	.affix {
		top: 50px;
	}
	a.anchor{
		display: block;
		position: relative;
		top: -50px;
		visibility: hidden;
	}
}

.licensed-image {
	position: relative;
	margin: 0px 0px 9px;
}

.license {
	position: absolute;
	bottom: 0px;
	right: 50%;
	float: none;
	font-size: 75%;
}
.license-inner {
	position: relative;
	padding: 3px 5px;
	margin: 0px;
	right: -50%;
	color: #EEE;
	background-color: rgba(20,20,20,0.7);
}