/*
 * By Tom PASCARD
*/

@import 'https://fonts.googleapis.com/css?family=Baloo|Baloo+Bhai|Lato|Montserrat|Open+Sans|Raleway|Roboto|Shrikhand';
@import 'https://fonts.googleapis.com/css?family=Roboto';

* {
  /* outline: none; */
  -webkit-appearance:none;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif!important;
}

.none {
  display: none;
}

.general_loader {
  width: 100%;
  width: 100vw;

  height: 100%;
  height: 100vh;
  background: black;
  text-align: center;
}


.general_loader p {
  color: white;
  font-weight: bold;
  font-size: 30px;
}

.general_loader img {
  width: 200px;
  max-width: 90%;
}

.general_loader_inside {
  display: inline-block;
}

#first_loading {
  position: fixed;
  transition: 1s;
}

.home_page_container {
  width: 100%;
  height: 100vh;
  overflow-x: scroll;
}


#home_page_background {
  height: 100%;
}
