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


h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
}

.anton {
	font-family: 'Anton', sans-serif;
	letter-spacing: 1px;
}

.bebas {
	font-family: 'Bebas Neue', cursive;
	letter-spacing: 1px;
}

.top_bg {
	background:#2baaa8;
}

.top_contents {
	height:580px;
} 

.required {
	font-size: 11px;
	color:#ca0d0d;
	font-weight: normal;
}

::placeholder {
  color: #ccc!important;
}



/*
.navbar-brand:before {
	content: "";
    background-color: #333;
    background-image: url(https://plaza-print.net/wp-content/themes/twentytwenty%20bootstrap%20jquery/assets/images/hatch3.svg);
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 6px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
*/

/* > lg */
@media (max-width:991px){	

	
}

/* > md */
@media (max-width:767px){				

}

/* > sm */
@media (max-width:575px){

							
}