* {
    margin:0;
    padding:0;
}
body {
    background-image: url('assets/img/background.png');
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: cover;
}

.loader {
  position: fixed;
    top:0;
    left:0;
    background: #020031;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader > img {
  width: 200px;
}

.loader.hidden {
  animation: fadeOut 1s ;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
    z-index = -1
  }

}

.responsive {
  width: 100%;
  max-width: 100px;
  height: auto;
}

.logo {
  width:25px;
  float: left;
  margin-left: 100px;
  margin-right:20px;
  align-self: center
}

h1 {
    color: #3d03db;
    font-family:'Montserrat', sans-serif;
    font-weight:800;
    font-size: 25px;
}

h3 {
    color: white;
    font-family:'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 100px;
    margin-left:100px;
}



h2 {
    color: #3d03db;
    font-family:'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-left:100px;
}

h4 {
  color: #65e5cf;
  font-family:'Montserrat Alternates';
  font-weight: 600;
  font-size: 18px;
  margin-left:100px;
}


p {
  color: white;
  font-family:'Montserrat';
  font-weight: 500;
  font-size: 18px;
  margin-left:100px;
}

a {
  text-decoration: none;
  }

  footer {
      display: inherit;
      margin-top:150px;
      color: #fff;
  }


.button-event {
  background-color: #3d03db;
  font-family:'Montserrat', sans-serif;
  border: none;
  color: white;
  padding: 10px 32px;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
  margin-left:100px;
}

.button-insta {
  background-color: white;
  font-family:'Montserrat', sans-serif;
  font-weight: 600;
  border: none;
  color:  #3D03DB;
  padding: 10px 60px;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
  margin-left: 20px;
}

.button-event:hover {
  opacity:80%;
}
.button-insta:hover {
  opacity:80%;
}

.fa-instagram {
  color: #3D03DB;
}

.button-livret {
  background-color: #3d03db;
  font-family:'Montserrat', sans-serif;
  border: none;
  color: white;
  padding: 10px 32px;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
  margin-left:20px;
}
.button-livret:hover {
  opacity:80%;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
}

.flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

@media screen and (max-width: 600px) {
  h3 {
    font-size: 45px;
    margin-left:30px;
  }

  h2 {
    font-size: 15px;
    margin-left:30px;
  }

  h4 {
    font-size: 15px;
    margin-left:30px;
  }
  .logo {
    width:25px;
    float: left;
    margin-left: 30px;
    margin-right:20px;
    align-self: center
  }
  p {
    color: white;
    font-family:'Montserrat';
    font-weight: 500;
    font-size: 11px;
    margin-left:30px;
  }
  .button-event {
    margin-left:30px;
  }
  .button-livret {
    margin-left:30px;
  }
  .logo {
    width:50px;
    float: left;
    margin-left: 100px;
    margin-right:20px;
    align-self: center
  }
  .button-insta {
    margin-left: 30px;
  }
}
