body {
	/*background-color:antiquewhite;*/
	background-color: #d5f6ff;
	padding-top: 120px;
}
*.focus, *:focus {
	outline: 0 !important;
	box-shadow: none !important;
}
.xbtn {
	cursor: pointer;
}
.top-logo {
	max-height: 100px;
}
header .navbar {
	height: 120px;
}
.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}
#navbarItems .nav-item {
	font-size: 1.25rem;
	font-weight: 700;
}
.navbar-light .navbar-nav .nav-link {
	color: #21317d;
	text-decoration: none;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	color: #ed1c24;
	border-bottom: 2px solid #ed1c24;
}
#home-header {
	background-color: #21317d;
	color: white;
}

.slogan-title {
	font-size: 4rem;
	line-height: 100%;
	letter-spacing: 4px;
}
.slogan-text {
	font-size: 2rem;
}
.slogan-text p {
	line-height: 100%;
	margin-bottom: 1.5rem;
}
.deco {
	width: 300px;
	height: 300px;
	background-color: white;
	border-radius: 50%;
}
.deco img {
	width: 70%;
	height: 70%;
}
.red {
	color: #ed1c24;
}
.blue {
	color: #21317d;
}
.section-title {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 3rem;
}
.home-about {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 2.5rem;
	margin-bottom: 2.5rem;
}
#company {
	background-color: white;
}
footer {
	font-size: 0.8rem;
	background-color: #343a40;
	color: white;
}
.h250 {
	height: 250px;
}
.h500 {
	min-height: unset;
	height: 500px;
}
.h-auto {
	height: auto;
}
.mh-100 {
	min-height: 100px;
}
.page-header {
	height: 250px;
	background-color: #21317d;
	color: white;
}
.page-header .container {
	background-position: right 15px center;
	background-size: contain;
	background-repeat: no-repeat;
}
.page-title {
	font-size: 4rem;
	line-height: 120%;
	letter-spacing: 4px;
}
.header-deco {
	min-height: 250px;
	background-position: right 15px center;
	background-size: contain;
	background-repeat: no-repeat;
}
.page-header .home, 
.page-header .competition {
	background-image: url('../images/deco-home.png');
}
.page-header .news, 
.header-deco.news {
	background-image: url('../images/deco-news.png');
}
.page-header .course, 
.page-header .performance {
	background-image: url('../images/deco-course.png?v=1');
}
.page-header .exam {
	background-image: url('../images/deco-exam.png');
}
.page-header .other {
	background-image: url('../images/deco-other.png');
}

.page-content {
	min-height: 500px;
}

.form-signin {
  width: 300px;
  padding: 15px;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin input.login {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input.pass {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


@media only screen and (max-width: 480px) {
	/* your CSS here */
	body {
		padding-top: 80px;
	}
	header .navbar {
		min-height: 80px;
		height: auto;
	}
	.top-logo {
		max-height: 60px;
	}
	.page-header {
		height: 100px;
	}
	.page-title {
		font-size: 1.5rem;
	}
	.header-deco {
		min-height: 100px;
	}
}
