body {
    width: 100%;
    height: 100%;
    font-family: "Inter", sans-serif;
	font-size: 20px;
    color: #2B3646;
    background-color: #F5F4EF;
	background: url("../img/curalogobg.svg");
  	background-repeat: no-repeat;
 	background-attachment: fixed;
  	background-position: bottom 10% right 10%;
	background-size: 28vw;
}

html {
    width: 100%;
    height: 100%;
}


h1,h2
{
    font-family: "Unna",serif;
    font-weight: 600;
	font-size: 40px;
	text-align: left;
	color: #076C97;
}

h3
{
    font-family: "Unna",serif;
    font-weight: 400;
	font-size: 30px;
	color: #076C97;
}

h4
{
    font-family: "Unna",serif;
    font-weight: 700;
	font-size: 30px;
}

.navbar-custom {
    display: block;
    border-bottom: 1px solid rgba(30,30,30,0.12);
	color: #2B3646;
	font-size: 22px;
    font-family: "Unna", sans-serif;
	font-weight: 500;
    background-color: #F5F4EF;
}

.navbar-brand {
	padding: 8px 5px 8px 15px;
	height:50px;
	font-size: 24px;
	line-height: 37px;
	max-width: 65vw;
}

.navbar-toggle {
	font-size: 24px;
    padding: 8px 10px 3px 5px;
	margin-top: 0px;
  	margin-right: 15px;
  	margin-bottom: 0px;
	line-height: 37px;
	max-width: 35vw;
}

.menutext {
  	margin-right: 10px;
}

.navbar-brand img {
	height: 100%;
	float: left;
	margin-right: 10px;
}

.navbar-custom a {
    color: #2B3646;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	padding-top: 17px;
    padding-bottom: 13px;
}

.navbar-custom .nav li a:focus {
    outline: 0;
    background-color: #F5F4EF;
	
}

.navbar-custom .nav li.active a {
    background-color: #E9E7DC;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    background-color: #DDDAC8;
   
}

.navigation {
    display: block;
    color: #2B3646;
	padding-left: 5%;
	padding-right: 5%; 
	height: 80px; 
}

.logo {
    display: block;
    color: #2B3646;
	padding-left: 5%;
	padding-right: 5%; 
	margin-bottom: -30px;
}

.logo img {
 	display: block;
	margin: auto;
	max-height: 35vh;
}

.list-inline{
	position: relative;
	z-index: 1;	
}

.divider {
    display: flex;
	justify-content: center;
  	align-items: center;
	position: relative;
    height: 60px; 
}

.divider img {
 	display: block;
	margin: auto;
	width: 50vw; 
	max-width: 300px;
}

.stichtingtext {
	display: flex;
	justify-content: center;
  	align-items: center;
    color: #2B3646;
	text-align: left;
	line-height: 1.5;
	padding-left: 5%;
	padding-right: 5%;
}

.doelstellingentext {
	display: flex;
	justify-content: center;
  	align-items: center;
    color: #2B3646;
	text-align: left;
	line-height: 1.5;
	padding-left: 5%;
	padding-right: 5%;
}

.projectentext {
	display: flex;
	justify-content: center;
  	align-items: center;
    color: #2B3646;
	text-align: left;
	line-height: 1.5;
	padding-left: 5%;
	padding-right: 5%;
}

.contacttext {
	display: flex;
	justify-content: center;
  	align-items: center;
    color: #2B3646;
	text-align: left;
	line-height: 1.5;
	padding-left: 5%;
	padding-right: 5%;
}

.textblock {
	display: block;
}

.title {
	display: block;
	max-width: 800px;
}


footer {
	font-size: 14px;
    padding: 50px 0;
	
}

footer p {
    margin: 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}


@media (max-width: 1000px) {	
.navbar-custom li {
    font-size: 18px;
}
.navbar-brand, .navbar-toggle {
    font-size: 24px;
}
}

@media (max-width: 768px) {	
body {
	font-size: 18px;
	background-size: 40vw;
}
.navbar-custom li {
    font-size: 24px;
}
h1,h2
{
	font-size: 36px;
}
h3
{
	font-size: 27px;
}
.logo { 
	margin-bottom: -50px;
}
}

@media (max-width: 600px) {	
body {
	font-size: 16px;
}

h1,h2
{
	font-size: 32px;
}
h3
{
	font-size: 24px;
}
}

@media (max-width: 399px) {	
body {
	font-size: 14px;
}
.navbar-brand, .navbar-toggle {
    font-size: 22px;
}
h1,h2
{
	font-size: 28px;
}
h3
{
	font-size: 21px;
}
.navbar-brand img {
	max-height: 80%;
	margin-top: 5px;
}
}

@media (max-width: 359px) {	
body {
	font-size: 14px;
}
h1,h2
{
	font-size: 28px;
}
h3
{
	font-size: 21px;
}
.navbar-brand img {
	display: none;
	margin: 0 auto;
}
}

@media (max-width: 320px) {	
body {
	font-size: 12px;
}
h1,h2
{
	font-size: 24px;
}
h3
{
	font-size: 18px;
}
.navbar-brand, .navbar-toggle {
    font-size: 20px;
}
}

@media (min-width: 850px) {
    .container{
        max-width: 850px;
    }
}

a, a:active, a:focus, 
button, button:focus, button:active, 
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}