/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
	font-family: 'Open Sans', sans-serif;
}

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
h1{text-shadow: 1px 1px 2px rgba(147, 150, 150, 1);}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 70%;
}

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 */

.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;
}
.menucolor{ background:#eebd4e;}
.logoarea{ background:url(../images/logo.jpg) no-repeat 0 50% ; min-height:110px; height:auto; }
.round{ width:180px; height:180px; background-color:#F90; border-radius:50%; margin-bottom:15px; margin-top:15px;}
.round:hover{ transition-property: opacity, left, top, height;
  transition-duration: 3s, 5s;}
.icon{ font-family:200px; color:#fff; z-index:111; padding-top:27%;  }
.galbox{ min-height:250px; height:auto;}
.white{ color:#fff;}
.patternbg{ background:#ff7300 url(../images/pattern.jpg) repeat-x top;}
.vertpad{ padding-top:30px; padding-bottom:30px;}

.brown{ color:#944207;}
.orange{ color:#ff7300;}
a{color:#ff7300;}
a:hover{ color:#944207;}
p{ font-size:14px; line-height:23px; color:#333;}

.social{ background:#F30; width:35px; height:35px; border-radius:50%; display:inline-table; text-align:center; padding-top:3px; margin-top:20px; }
.social:hover{ background-color:#F90;transition: all 0.3s ease 0s; }
.boxshadow{ background-image:url(../images/imahe01.jpg); background-size: cover; min-height:300px; height:auto;
-webkit-box-shadow: 2px 4px 2px 0px rgba(50, 50, 50, 0.38);
-moz-box-shadow:    2px 4px 2px 0px rgba(50, 50, 50, 0.38);
box-shadow:         2px 4px 2px 0px rgba(50, 50, 50, 0.38);
border:2px solid #fff; margin-top:30px;}

.orange{text-shadow: 1px 1px 2px rgba(147, 150, 150, 1); color:#F60;}
@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
    .logo{ width:200px;}
    
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	.logoarea{ background-size:75%;  min-height:170px; height:auto;}
}

