@font-face {
		font-family: Open Sans;
		src: url('../fonts/OpenSans-Regular.eot?') format('embedded-opentype'),
				 url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
		font-family: Open Sans Light;
		src: url('../fonts/OpenSans-Light.eot?') format('embedded-opentype'),
				 url('../fonts/OpenSans-Light.ttf') format('truetype');
}

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #ebeee1;
	color: #404040;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 3.5em;
	padding-bottom: 0.5em;
}

h2 {
  font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
  font-size: 1.75em;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;;
}

i {
    font-family: 'fontawesome-webfont', sans-serif;
}

a, a:visited {
    color: #3B7E93;
		text-decoration: none;
}

a:hover, a:focus {
    color: #191970;
		text-decoration: none;
}

.brand, .address-bar {
    display: none;
}

.img-logo {
	margin:0;
	padding:0;
}

.navbar {
	background-color: rgba(25, 25, 25, 0.8);
	margin: 0 auto;
	border-radius: 17px 0 17px 0;
	height: 68px;
	width: inherit;
}

.navbar.center .navbar-collapse {
    text-align: center;
}

.navbar.center .navbar-collapse .nav {
    display:inline-block;
    float: none;
}

.navbar-nav li a {
  line-height: 5em;
  padding-top: 0;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 1;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color:white;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > li:hover,
.navbar-inverse .navbar-nav > li:focus {
	background-color: #080838;
	border-radius: 0 0 5px 5px;
}

.navbar-inverse .navbar-nav > li > .dropdown-menu {
	background-color: #080838;
	border-radius: 0 0 5px 5px;
	padding: 5%;
	border: none;
	margin-top: -10px;
}

.dropdown-menu li a {
	color: #ffffff;
  line-height: 2em;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu li a:active,
.dropdown-menu li a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #ffffff;
	background-color: #3B7E93;
	border-radius: 5px;
}
.carousel-control.left {
background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(8,8,56,0.5)), to(rgba(8,8,56,0.0001)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(8,8,56,0.5) 0), color-stop(rgba(8,8,56,0.0001) 100%));
background-image: -moz-linear-gradient(left, rgba(8,8,56,0.5) 0, rgba(8,8,56,0.0001) 100%);
background-image: linear-gradient(to right, rgba(8,8,56,0.5) 0, rgba(8,8,56,0.0001) 100%);
background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(8,8,56,0.0001)), to(rgba(8,8,56,0.5)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(8,8,56,0.0001) 0), color-stop(rgba(8,8,56,0.5) 100%));
background-image: -moz-linear-gradient(left, rgba(8,8,56,0.0001) 0, rgba(8,8,56,0.5) 100%);
background-image: linear-gradient(to right, rgba(8,8,56,0.0001) 0, rgba(8,8,56,0.5) 100%);
background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-indicators > li {
	border-color: #080838;
	background-color: #3B7E93;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img{
width: 100%; /* use this, or not */
margin: auto;
}

.carousel-caption h1 {
	text-shadow: 2px 2px #111111;
}

.container {
	padding:0;
	background-color: #ffffff;
	box-shadow: 0 0 0.3em #555555;
}

.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}

.img-full {
    width: 100%;
		height: auto;
}

.img-man{
	padding: 0;
}

.modal-dialog {
  width: 80%;
}

.modal-body {
  min-height: 90%;
}

.modal.in .modal-dialog {
  transform: none;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.top-pad {
	padding-top:80px;
}

.btm-pad {
	padding-bottom: 2em;
}

.caret-right {
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.ghost-button {
  display: inline-block;
  width: 160px;
	margin: 1em;
  padding: 8px;
  color: #080838;
  border: 0.5px solid #080838;
	border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              color 0.2s ease-out;
}
.ghost-button:hover,
.ghost-button:focus,
.ghost-button:active {
  background-color: rgba(135,206,250, 0.4);
	color: #191970;
  text-decoration: none;
  transition: background-color 0.3s ease-in,
              color 0.3s ease-in;
}

hr {
	margin-top: 1%;
	margin-bottom: 3%;
}

.hr-top {
	margin-bottom: 1%;
}

footer {
	padding-top: 1em;
	padding-bottom: 1em;
	color: #dfebf0;
	background: #292929;
}

footer .container {
	background-color: transparent;
	box-shadow: none;
}

footer a {
	color: #95b75a;
	text-decoration: none;
}
footer a:hover {
 color: #c8d3d8;
}

footer h3 {
	color: #95b75a;
}

footer hr {
	border-color: #9d9d9d;
}

footer ul {
    list-style-type: none;
		padding: 0;
}

.IN-logo {
		background: url("../img/LinkedIn_logo.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    border-radius: 2px;
    border-right: 1px solid #066094;
    cursor: pointer;
    font: 0px/0 a;
    height: 20px;
    position: absolute;
    width: 20px;
}

.follow {
    background-color: #0077b5;
    border: 1px solid #0077b5;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 18px;
    padding: 0 4px 0 23px;
    white-space: nowrap;
		color: #ffffff;
		text-decoration: none;
}

.follow:hover, .follow:visited {
		color: #ffffff;
		text-decoration: none;
}

.list li {
	padding-bottom: 1em;
}

body.modal-open {
  overflow: inherit;
  padding-right: 0 !important;
}

@media screen and (min-width:768px) {
	.navbar-header {
			display: none;
	}

	.dropdown:hover .dropdown-menu {
	    display: block;
	}
}

@media screen and (max-width:768px) {
	h1 {
	  font-size: 2.5em;
	}

	h2 {
	  font-size: 1.75em;
	}

	h3 {
	  font-size: 1.5em;
	}

	h4 {
	  font-size: 1.25em;
	}

	h5 {
	  font-size: 1em;;
	}

	.img-logo {
		display: none;
	}

	.navbar {
		height: auto;
		border-radius: 0;
	}

	.nav {
		width: 100%;
	}

	.navbar-nav li a {
		padding-top: 0.6em;
	  line-height: 2em;
	}

	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > li:hover,
	.navbar-inverse .navbar-nav > li:focus {
		border-radius: 0.5em;
	}

	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		border-radius: 0.5em 0.5em 0 0;
	}

	.navbar-inverse .navbar-nav > li > .dropdown-menu {
		width: 100%;
		padding: 2%;
		margin-top: 0;
	}

	.dropdown-menu li a {
		text-align: center;
	}

	.modal-dialog {
	  width: 100%;
	}

}
