/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
    padding-top: 0px;
}

@media (min-width: 992px) {
    body {
        padding-top: 0px;
    }
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}

.bg-dark {
	background-color:#ffffff!important;
}

.fixed-top {
    position: static!important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-dark .navbar-nav .nav-link {
    color: #f2c118!important;
}

.carousel-item {
	min-height: 450px!important;
   /* height: 65vh;    
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}

.navbar-dark .navbar-toggler {
    color: #f2c118!important;
    border-color: #58595b!important;
}
.navbar-dark .navbar-toggler-icon{
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(242,193,23, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}
	
.row-cicrle-pictures{
	margin-left: 70px;
}

.ih-item.circle .img {
    position: relative;
    width: 250px!important;
    height: 250px!important;
    border-radius: 50%;
}
.ih-item.circle {
    position: relative;
    width: 250px!important;
    height: 250px!important;
    border-radius: 50%;
}
.ih-item.circle.effect5{
	margin-bottom: 25px;
}
/*
.containerContent {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
.container {
    margin-right: 0px!important;
    margin-left: 0px!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
    width: 100%;
}*/