html,
body {
    color: #5a5a5a;
	font-family: 'Hind', sans-serif;
	background-color: #fff;
    height: 100%;
}

@font-face {
    font-family: myFirstFont;
    src: url(SanFranciscoText-Regular.otf);
}

.navbar {
	height: 55px;
}

li {
	font-size: 16px;
	padding-top: 5px;
}
li:hover {
	font-size: 17px;
}
.nav-logo {
	margin-right: 8px;
}



nav.navbar-inverse {
    background: rgba(0, 0, 0, 0.92);
    border: none;
}
.navbar-brand {
	font-size: 20px;
	margin-right: 70px;;
}

ul {
	font-size: 14px;
}


footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 20px;
}

/* Content */
.col-lg-4, .col-lg-3 {
  background-color: #f0f5f9;
  font-family: myFirstFont;
}

h2 {
	text-align: center;
	color: #0d4c92;
	font-size: 25px;
    margin: 0 0 35px 0;
    line-height: 45px;
    padding-top: 40px;
}

h3 {
	font-size: 21px;
	color: #0d4c92;
    text-align: center;
	
}

h5 {
	margin-bottom: 15px;
}

.icon {
	margin-right: 7px;
}