@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900,400italic);

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

a, a:hover{
    color:#000;
}

body,
html {
	font-family: 'Kalinga', sans-serif !important;
	/*text-align: center;*/
	font-weight:400 !important;
	font-size:13px !important;
	color:#333;
	/*height: 100%;*/
	background:#fff;
}

header{
    padding-bottom:30px;
    margin-top:65px;
}
.nav-wrapper{
        background-color:#fff;
}
.navbar{
    background-color:#fff;
    box-shadow: 0 8px 6px -9px black;

}
.nav-item{
    border-right: solid 1px #e9e9e9;
}

@media (min-width: 992px){
    .nav-item:first-child{
        border-left: solid 1px #e9e9e9;
    }
}
h1{
    margin: 40px 0 40px 0;
}

section h2{
    margin-bottom:20px;
}

body {
	
}

.btn-secondary{
    color:#000 !important;
    background:#fff !important;
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108,117,125,.2) !important;
}

.carousel.slide {
	width:100%;
	height:560px;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
}

.foto-caption {
	position:absolute;
	bottom:5px;
	left:20px;
	font-size:11px;
	color:#fff;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-control-next{
    /*background-color:rgba(0,0,0,0.3);*/
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.6));
}
.carousel-control-prev{
    /*background-color:rgba(0,0,0,0.3);*/
    background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.6));
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

section{
    /*box-shadow: 0 0 1px 0 rgba(100, 100, 100, 0.2);*/
    border-bottom: 1px solid #c8c8c8;
    padding-top: 30px;
    padding-bottom:50px;
}

.anchor{
  /*display: block;
  height: 115px; 
  margin-top: -115px;
  visibility: hidden;*/

    position: relative;
    display: block;
    top: -9.5em;
    height: 0;
    width: 0;
    visibility: hidden;
}

section:nth-child(odd){
    background-color: rgba(236, 236, 236, 0.75);
}

.colored-section{
    /*background-color: rgba(246, 249, 250, 0.75)*/
}

footer {
    box-shadow: 0px 0px 13px -4px black;
    background-color:#fff;
}

.multi-footer{
    padding-top: 35px;
    padding-bottom: 35px;
}

.multi-footer h4 {
        border-bottom: 1px solid black;
}

.single-footer{
    background-color:rgba(236, 236, 236, 0.75);
    padding: 10px;
    text-align:right;
    border-top: 1px solid #c8c8c8;
}

footer ul{
        list-style: none;
        margin:0px;
        padding:0px;
}

footer ul li{
    display:inline;
    padding-left:5px;
}

@media (max-width: 991px){
    footer h4{
        margin-top:15px;
    }
    .navbar-brand{
        visibility:hidden;
    }
}