
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap');

body {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
}

p {
    margin: 0 0 14px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 11.5px;
}

.navbar {
  font-family: 'Manrope', sans-serif;
} 

.nav-pills>li>a {
    font-weight: 600;
	font-size: 18px;
}

.h2, h2 {
    font-family: inherit;
    font-weight: 700;
	font-size: 40px;
}

.h3, .h4, h3, h4 {
     font-family: inherit;
    font-weight: 700;
    color: #91c354;
	font-size: 32px;
}


.h5, .h6, h5, h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: #333333;
}
.thumbnail {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}