File: /home/nyiet8349bzl/Backup/sbc_back/homedir/public_html/livable-cities/css/modern-business.css
/*!
* Start Bootstrap - Modern 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.
*/
/* Global Styles */
html,
body {
height: 100%; font-family:"Play",sans-serif;
}
body {
/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.timer{font-family:"Oswald",sans-serif; color:#FFF; }
.location{ font-family:"Oswald",sans-serif; color:#fff; margin:5% 0; text-align:right;}
.img-portfolio {
margin-bottom: 30px;
}
.blink{
font-family: "Oswald",sans-serif;
color: #FFF;
animation:blink_animation .5s infinite;
}
@keyframes blink_animation {
50% {color:white;}
100% {color:blue}
}
.gly{color:#fff;}
.mainhead{ background:#781e17;}
.menunav{ background:#781e17;
border-width: 0 0 6px;
min-height: 11px;}
.img-hover:hover {
opacity: 0.8;
}
.heading h2 {
background: #C87E38 none repeat scroll 0 0;
color: #000;
font-family: Tahoma, Geneva, sans-serif;
font-size: 15px;
font-weight: bold;
height: 35px;
line-height:35px;
padding-left: 25px;
}
/* Home Page Carousel */
.header_bg{ background:url(../images/head.jpg) repeat-x; width:100%; background-size:100% 100%;}
header.carousel {
height: 60%;
}
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
height: 100%;
}
header.carousel .fill {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
}
/* 404 Page Styles */
.error-404 {
font-size: 100px;
}
/* Pricing Page Styles */
.logo{ margin-top:-4%;}
.latest{text-align: center;
padding: 10px;
background:#C7AA68; color:#000; font-size: 26px; font-family:"Oswald",sans-serif;}
.price {
display: block;
font-size: 50px;
line-height: 50px;
}
.price sup {
top: -20px;
left: 2px;
font-size: 20px;
}
.period {
display: block;
font-style: italic;
}
/* Footer Styles */
footer {
margin: 50px 0;
}
.logo-name {
text-align: center;
padding-left:60px;
}
.logo-name h3 {
color: #17375e;
font-family: 'Oswald', sans-serif;
font-size: 2.3em;
font-weight: bold;}
.logo-name h4 {
color: #000;
font-size: 1.3em;
font-family: 'Play', sans-serif;
font-weight:bold;
}
.logo-name h2 {
color: #fff;
font-size: 2em;
}
/* Responsive Styles */
@media(max-width:991px) {
.customer-img,
.img-related {
margin-bottom: 30px;
}
}
@media(max-width:767px) {
.img-portfolio {
margin-bottom: 15px;
}
header.carousel .carousel {
height: 70%;
}
.logo-name h3 {
color: #17375e;
font-family: 'Oswald', sans-serif;
font-size: 2.5em;
font-weight: bold;}
}
@media(max-width:640px) {
.logo-name h3 {
color: #17375e;
font-family: 'Oswald', sans-serif;
font-size: 1.5em;
font-weight: bold;}
.header_bg{ background:#C37933; width:100%;background-size: contain;}
}