html,
body,
.cover {
	font-family: 'Hind', sans-serif;
    background-image: url(img/background-gradient.jpg);
    background-size: cover;
}

nav.navbar-inverse {
    background: rgba(0, 0, 0, 0.92);
    border: none;
}
.navbar-brand {
	font-size: 24px;
	margin-right: 70px;;
}


.testimonial {
    background: #e1e1e1;
}

blockquote {
	width: 95%;
	border: none;
    margin: auto;
    font-family: Georgia, Times, serif;
    font-style: italic;
    font-size: 18px;
    color: #222;
}

section {
    padding: 100px;
}

h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 60px;
}

.navbar {
	height: 55px;
}

li {
	font-size: 16px;
	padding-top: 5px;
}

li:hover {
	font-size: 17px;
}

footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 20px;
}

/* Media Queries */

@media only screen and ( max-width : 568px ) {
    section {
        padding: 20px;
    }
    
}

.nav-logo {
	margin-right: 8px;
}

.lang {
	display: inline;
	float: right;
	margin-top: 15px;
	font-size: 18px;
	color: #fff;
}

.lang:hover {
	font-size:18px;
}

a{
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #e1e1e1;
}

.custom {
  background-color: #000;
}

@media only screen and (max-width: 500) {
    div img {
        height: 350px;
    }
}
    
