@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Leahlee Sans';
  src: url("../fonts/212 Leahlee Sans.ttf");
}

@font-face {
  font-family: 'Champagne & Limousines';
  src: url("../fonts/Champagne & Limousines.ttf");
}

body {
    background-color: #F0EAEE; 
    font-family: "Champagne & Limousines";
}

hr {
    color: white;
    margin-left: 20%;
    margin-right: 20%;
}


ul {
  list-style-type: none;
  margin-left: 37%;
  padding: 0;
  overflow: hidden;
  background-color: #F0EAEE;
  text-color: black;
}

ul a:hover {
    background-color:#E4D8DD;
    }

ul a {
  color: #B8999F;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  background: white;
}
li.nav {
    display: inline-block;
}
.nav-content {
    display: none;
    position: absolute;
    background-color: #F0EAEE;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.nav-content a:hover {background-color: #D9DDE3}

.nav:hover .nav-content {
    display: block;
}

.nav {
  float: left;
}
#nav {
    text-align: center;
    color: #B8999F;
    width: 100%;
    background-color: #F0EAEE;
    font-family: 'Champagne & Limousines';
}

.Welcome {
    margin-top: 100px;
    text-align: center;
    color: grey;
    padding-bottom: 15px;
}

.Tussentitel{
    font-family: 'Champagne & Limousines';
    margin-top: 15px;
    text-align: center;
    color: grey;
}

b {
    color: #F3D77B;
}

.Titel {
    color: #CFC0C5;
    font-family: "Leahlee Sans";
}
.tekst{
    margin-top: 15px;
    text-align: center;
    color: grey;
    padding-bottom: 15px;
}
.footer{
    text-align: center;
    color: #CFC0C5;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Champagne & Limousines';
}

.container {
  position: relative;
  width: 53%;
  padding-left: 24%;
  border-radius: 2%;
}

.image {
  width: 100%;
  border-radius: 50%;
 
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30%;
  right: 0;
  height: 100%;
  width: 70%;
  opacity: 0;
  transition: .5s ease;
  background-color: #F0EAEE;
}

.container:hover .overlay {
  opacity: 75%;
}

.model{
	float:left;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 3%;
    }
.model2{
	float:left;
	padding-left: 20%;
	padding-right: 20%;
	padding-bottom: 3%;
    }

.info {
  color: grey;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Champagne & Limousines';
}

#Spotify{
    float: left;
    margin-left: 41%;
    margin-right: 40%;
    margin-bottom: 3%;
}


input[type=text], select, textarea {
  width: 100%; 
  padding: 2%; 
  border-radius: 4px; 
  box-sizing: border-box;
  margin-top: 2%; 
  margin-bottom: 2%; 
  resize: vertical;
}


input[type=submit] {
  background-color: #F0EAEE;
  color: #B8999F;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


input[type=submit]:hover {
  background-color: #E4D8DD;
}



@media only screen and (max-width: 768px){
    .info {  font-size: 15px;}
    ul{ margin-left: 30%;}
    #Spotify{
    margin-left: 30%;
    margin-right: 40%;
    width: 50%;}
}

@media only screen and (max-width: 768px){
     ul{ margin-left: 34%;}
}