

html, body { min-height: 100%; }

body {
  background-color: #fffff;
  background-image: url('http://www.topsnob.nl/images/bg_topsnob.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top; 
  background-size: 100%;

}

/* unvisited link */
a:link {
    color: #ff0091;
}

/* visited link */
a:visited {
    color: #ff0091;
}

/* mouse over link */
a:hover {
    color: #ff0091;
}

/* selected link */
a:active {
    color: #ff0091;
}

.icon {
  position: relative;
  /* Adjust these values accordingly */
  top: 5px;
  right: 10px;
}


.subscribe {
  margin: 100px auto; /*vanaf top */
  padding: 0px;
  width: 70%;
}

.header-big {
  padding-left: 0px;
     margin: 0 0 20px;
	text-align:center;
    font-size: 64px;
	font-family: "Lato";
    font-weight: 200;
	line-height: 60px;
	color: #fc05ab;
    text-transform: uppercase;
  }
  
  .topsnobbers {
  padding-left: 0px;
    margin: 0 0 20px;
	text-align:center;
    font-size: 24px;
	font-family: "Poppins";
    font-weight: 400;
	line-height: 26px;
	color: #000;
   
  }

.subscribe-header {
  padding-left: 0px;
    margin: 0 0 20px;
	text-align:center;
    font-size: 24px;
	font-family: "Roboto Condensed";
    font-weight: 400;
	line-height: 26px;
	color: #000;

  }
  
  
  .logo {
  margin-left: -30px;
  }

.subscribe-pitch {
    margin: 0 0 0 0px;
	text-align:center;
    font-size: 20px;
	font-family: "Roboto Condensed";
    font-weight: 400;
	line-height: 24px;
	color: #000000;
  }

.subscribe-form {
 
  width: 300px;
  margin: 0px 0px 0px 0px;
  padding: px;
  /* background: no backbround; */
  border-radius: 0 0 6px 6px;
}


.subscribe-input {
  width: 100%;
  text-align:center;
  height: 35px;
  margin-bottom: 10px;
  font-family: 'Lato', Tahoma, Verdana, sans-serif;
  font-size: 20px;
  color: #ff00ac;
  background: #cfeffc;
  background-clip: padding-box;
  border: 3px solid;
  border-color: #ff00ac;
  border-radius: 10px 10px 10px 10px;
  
  &:focus { outline: 0; }
}

.bottomrow {
  display:block;
  margin-left: 0px;
}

.subscribe-submit {
  font-family: 'Roboto Condensed', Tahoma, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  height: 40px;
  width: 150px;
  background: #ff00ac;
  border: 3px solid;
  border-color: #fff;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;

  }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ff00ac;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ff00ac;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ff00ac;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ff00ac;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}