/* noto-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v36-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v36-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	color: #666;
	font-size: 100.1%;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
}
.navbar {
	background-color: #D6005A;
}

.navbar-nav li {
	margin-right: 1rem;
}

.navbar-nav a {
	color: #fff;
}

.navbar-nav .nav-link, 
.navbar-nav .nav-link.active {
	position: relative;
	color: #fff;
	text-decoration: none;
}
.navbar-nav .nav-link:hover:after,
.navbar-nav .nav-link.active:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	left: calc(50% - 10px);
	top: 48px;
}


.navbar-brand img {
	width: 300px;
}



h1, h2, h3, a {
	color: #D6005A;
}
a {
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.2rem;
}
footer {
	background-color: #333;
	color: #fff;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 90%;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #D6005A;
}
iframe {
	min-width: 100%;
}
.line_left {
	border-left: dotted 2px #D6005A;
}
.btn-primary {
	background-color: #D6005A;
	border-color: #D6005A;
}
.navbar > .container {
  justify-content: center;
}



@media screen and (min-width:992px) {
	iframe {
		margin-top:-70px;
	}
	.navbar > .container {
  	justify-content: space-between;
	}
}

