
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

*{
	font-family: 'Nunito', sans-serif;
}
.header{
	height: 100%;
	width: 100%;
	color: white;
	background: linear-gradient(to right, rgba(0, 0, 0,0.2), rgba(0, 0, 0, 0.2)),
			url('img/banner/stage.png');
	background-size: cover;
}

 #fakeimg{
    height: 250px;
    background: linear-gradient(45deg,#F69323,#E88A20);
  }

   #fakeimg2{
    height: 200px;
    
  }

  #midImg{
  	height: 90%;
	width: 100%;
	margin-bottom: 50px;
	color: white;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
			url('img/banner/theme-bg.jpg');
			background-attachment: fixed;
			background-position: fixed;
			background-repeat: no-repeat;
	background-size: cover;
  	
  }
  .card1{
  	font-size: 20px;
  }
  .card2{
  	font-size: 15px;
  }

  #form1{
  	background: rgba(0, 0, 0, 0.7);
  	width: 420px;
  	border-radius: 15px;
  }
  #nav1{
  	background: rgba(0, 0, 0, 0.7);
  }