/*!
 * Start Bootstrap - Modern Business (https://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 {
  margin:0;
  padding:0;
  background:#fff;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
h1,h2,h3,h5,h5,h6, p, span, ul , li, a {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
} 
.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;
}
.rightbanner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-height: 125px;
    line-height: normal;
    margin: 20px 0;
}
.rightbanner img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.logo {
    width: 65%;
    margin: 20px 0;
}
.logo img{
    width: 100%;
}
.navbar {
    width: 100%;
}
.fixed-me {
    position: fixed;
    top: 0;
    z-index: 888;
    border-bottom:1px solid #ccc;
    left: 0;
    right: 0;
}
.main-nav-fixed-top{
    border-radius: 0 !important;
}


.bold { font-weight:bold; } .it { font-style:italic; }
.bg-fff { background-color:#fff; } .bg-ccc { background-color:#ccc; }
.bg-999 { background-color:#999; } .bg-888 { background-color:#888; } .bg-777 { background-color:#777; }
.bg-555 { background-color:#555; } .bg-333 { background-color:#333; } .bg-222 { background-color:#222; } .bg-111 { background-color:#111; } .bg-000 { background-color:#000; }
.tx-fff { color:#fff; }
.tx-333 { color:#333; } .tx-555 { color:#555; } .tx-888 { color:#888; } .tx-aaa { color:#aaa; } .tx-ccc { color:#ccc; } .tx-darkblue { color:#0000A0; } .tx-denimblue { color:#151B8D; }
.font-size-10 { font-size:10px; } .font-size-11 { font-size:11px; }
.font-size-12 { font-size:12px; } .font-size-14 { font-size:14px; } .font-size-16 { font-size:16px; } .font-size-18 { font-size:18px; } 
.font-size-20 { font-size:20px; } .font-size-22 { font-size:22px; }


@media (min-width: 992px) { 
	.fixed-me {
	    max-width: 930px;
	    margin: 0 auto;
	}
 }

@media (min-width: 1200px) { 
	.fixed-me {
	    max-width: 1110px;
	    margin: 0 auto;
	}
}








