body {
	font-family: Forum !important;
	font-size: 16px;
	line-height: 1.5;
	overflow-x: hidden;
}

header {
	background-color: #B64926;
	color: #fff;
}

.scrolled {
    background: #B64926;
}

.navbar-brand img {
	width: 80px;
  }
  .navbar-nav {
	align-items: center;
  }
  .navbar .navbar-nav .nav-link {
	color: #fff;
	font-size: 1.1em;
  }
  @media screen and (min-width: 768px) {
	.navbar-brand img {
	  width: 80px;
	}
	.navbar-brand {
	  margin-right: 0;
	  padding: 0 1em;
	}
	.nav-item1{
		margin-right: 20px;
		}
	.nav-item2{
	margin-right: 60px;
	}
	.nav-item3{
		margin-left: 60px;
		}
	.nav-item4{
		margin-left: 20px;
		}
	
  }
 
  @media screen and (max-width: 960px) {
    .foto{
		text-align: center;
	}
	.footer-logo{
		align-content: center;
		margin-left: 50%;
	}
	.fw-light {
		font-size: 60px !important;
		padding-top: 70px !important;
	}
	.left{
		font-size: 10px !important;
	}
  }


  .navbar fixed-top.scrolled {
	background-color: #fff !important;
	transition: background-color 200ms linear;
  }

  .header{
  height: 100vh;
  min-height: 500px;  
  background-image: url('img/homepage.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }

  .fw-light {
    border-bottom-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 3.1px;
	font-size: 100px;
}

.button {
	display: inline-block;
	border-radius: 20px;
	background-color: #aabcd2;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	padding: 15px;
	width: 150px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	font-weight: bold;
  }
  
  .button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
  }
  
  .button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
  }
  
  .button:hover span {
	padding-right: 25px;
  }
  
  .button:hover span:after {
	opacity: 1;
	right: 0;
  }


#intro{
	background-color: #F1EDDF;
	border-radius: 2%;
}

#contactsection{
	background-color: #F1EDDF;
	border-radius: 10px;
}

.title{
	font-size: 25px;
}

.left {
	color: white;
	float: left;
	font-size: 14px;
	list-style-type: none;
	text-align: left;
  }
  #mari{
	line-height: 300%;
	font-size: 20px;
  }
  
  footer {
	padding: 20px;
	background: #B64926;
	text-align: center;
	bottom: 0;
	width: 100%;
	height: auto;
	display: inline-block;
  }


  .right {
	color: white;
	float: right;
	font-size: 15px;
	margin-top: 20px;
	list-style-type: none;
	text-align: left;
	line-height: 100%;
  }

  input, textarea{
	border: none;
    width: 100%;
	height: 40px;
  }
  
  input::placeholder {
    padding-left: 10px;
}
   
  textarea {
    padding: 10px;
	height: 200px;
}

#footerlink {
	color: white !important;
	background-color: transparent;
	text-decoration: none;
  }

  #footerlink:visited {
	color: white !important;
	background-color: transparent;
	text-decoration: none;
  }
  
  #instalink{
	color: black !important;
	background-color: transparent;
	text-decoration: none;
  }
  #instalink:visited{
	color: black !important;
	background-color: transparent;
	text-decoration: none;
  }

  #instalink2{
	color: white !important;
	background-color: transparent;
	text-decoration: none;
  }
  #instalink2:visited{
	color: white !important;
	background-color: transparent;
	text-decoration: none;
  }
  

  .contact-succes {
	margin-top: 50px;
  }