/* CSS Document */

@import url("/engine/fonts/font-awesome/css/font-awesome.min.css");
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+Display:100,300,400,500,700&display=swap,subset=latin,latin-ext);


.brand h1,
.brand h2,
.brand h3
{
	margin-top: .2rem;
	margin-bottom: .2rem;
	font-weight: 500;
	line-height: 1.2;
	
}

.brand a {
	text-decoration: none;
}
nav .brand a:hover {
	color: #1e1e52;
}

.brand h2 {
	font-size: 1.8rem !important;
 	font-weight: 700;
 	position: relative;
	color: #1e1e52;
}

.brand h2::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px !important;
  content: '';
  border-radius: 100%;
  background: #fff;
}

.brand h3 {
	font-family: 'Montserrat', sans-serif !important;
 	font-size: 1rem;
 	margin-top: 15px;
	color: #1e1e52;
	text-transform: uppercase; 
}


.noto {
  font-family: 'Noto Serif Display', serif !important;
}

.text-center {
  text-align: center !important;
}