body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: black;
  color: white;
}

h1,h2,h3,h4,h5 {
	font-weight: 300;
  color: white;
}

a,a:hover {
	color: white;
	text-decoration: none;
}
#background {
    background-image: url("/img/arc-en-ciel.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(80px);
}

#main {
	height: 100vh;
}

#main-title {
  font-family: "adobe-arabic", sans-serif !important;
  color: rgb(248, 176, 0);
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 0rem;
}

#main img:hover {
  transform: scale(1.1);
}

.logo {
  position: relative;
  width: 100%;
  margin-bottom: 2%;
}

footer input {
	text-align: center;
	background-color: transparent;
	color: white;
  border: none;
  appearance: none;
  width: 100%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.no-outline:focus {
  outline: none;
}

footer input::placeholder {
  overflow: visible;
}

@media (max-width: 768px) {
  #main-title {
    font-size: 3rem;
    line-height: 0rem;
  }
  #EMAIL {
    font-size: 1.4rem;
  }
}
