/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700display=swap');
/* custom */
/*All*/
#splash-img {
  background-color: #1e429f;
  background-image: url('../assets/pattern.png');
  background-position: center;
  background-repeat: repeat;
  background-size: 300px;
}