﻿.img-responsive {
    display: inline-block;
	max-height:100px;
	max-width:100px;
}
.block {
	padding-top: 10px;
	padding-bottom: 10px;
}
.carousel {
	max-height:550px;
	background-color:rgba(0,0,0,.8);
}
.carousel img{
	max-height:550px;
	opacity:0.5;
	-moz-opacity:0.5;
	filter: alpha(opacity=50) black;
	-khtml-opacity: 0.5;
	background-color:#000;
}
.logo img {
	max-width: 90%;
}
#navbarNavAltMarkup {
	z-index: 99;
	background: #f2f2f2;
}
.nav-item {
	font-size: 120%;
	font-weight: 500;
	margin-left: 10px;
}
.image-header {
	padding:0;
	margin:0;
}
.image-header img {
	width: 100%;
}
.full-width {
	width: 100%;
	height: 10%;
}
#carouselExampleCaptions h4 {
	font-size: 200%;
	color: white;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#carouselExampleCaptions p {
	font-size: 120%;
	color: white;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#carousel-item {
	background: rgb(37, 36, 36);
    background: rgba(51, 48, 48, 0.68);
}
.footer {
	background: #17a2b8;
	text-align: left;
	color: white;
}
.center {
	text-align: center;
}
.about {
	padding-left: 0;
	padding-right: 0;
}

.phone {
	color: #f92194;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 120%;
	font-weight: bold;
}
.about img {
	max-height: 80%;
	max-width: 80%;
}
.card-deck {
	padding:2% 2%;
}
.row {
	padding:2% 2%;
}
.card {
	margin:0 2%;
	border-width: 3px;
}
h1, h2, h3, h4, p {
	padding:5px;
}
h1 {
	font-size: 220%;
	font-weight: bold;
	color: #17a2b8;
}
h2 {
	font-size: 180%;
	font-weight: bold;
	color: #17a2b8;
}
h4 {
	font-size: 150%;
	color: #242424;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
p, label {
	font-size: 120%;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	color: #666666;
}
.how h5 {
    font-size: 60%;
}
.check li {
	list-style-image: url(../images/check.png); 
}
.btn-group-sm .btn-fab{
  position: fixed !important;
  right: 29px;
}
.btn-group .btn-fab{
  position: fixed !important;
  right: 20px;
}
#main{
  bottom: 20px;
}
