/* 0 - MAIN CONTENT */
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic|Fredoka+One|Jua|Quicksand|Raleway');
@import url('https://fonts.googleapis.com/css?family=Dosis:700|Londrina+Solid|Poppins:500|Righteous');
@import url('https://use.fontawesome.com/releases/v5.0.13/css/all.css');

.or-div {
	height: 20px;
	background-color: #F06923;
}

body {
	margin-top: 15vh;
}

body.auth-body {
	margin-top: 0;
}

h1, h2, h3, h4 {
	letter-spacing: 0.25em;
}

h1 {
	font-family: 'Fredoka One', cursive;
	margin: 0;
}

h5 {
	font-family: 'Didact Gothic', sans-serif;
}

/* 1 - HEADER */

header, nav.upbar {
	padding-top: 12px;
	padding-bottom: 0px;
	width: 100%;
	background-color: white;
}

img.logo-img {
	width: 20%;
	height: 100%;
}

div.items-bar {
	width: 80%;
	height: 70px;
	/*opacity: 0.5;*/
	border-radius: 15px;
	/*background-color: #FBE400;*/
	background-color: rgba(255, 255, 255, 0.5);
	/* position:relative; */
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
	/* display: flex;
	flex-direction: row; */
	justify-content: space-between;
	align-items: center;
	padding-left: 25px;
	padding-right: 25px;
}

ul.navbar-nav {
	align-items: flex-end;
	justify-content: flex-end;
}

div.l-item {
	font-size: 2vw;
	font-family: 'Fredoka One', cursive;
	letter-spacing: 5px;
	color: #026698 !important;
	text-transform: uppercase;
}

div.r-item {
	font-family: 'Didact Gothic', sans-serif;
	height: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-btn {
	/*height: 100%;*/
	padding: 10px 20px 10px 20px;
	border: none;
	background-color: transparent;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #000;
}

.nav-btn#register {
	background-color: #F06923;
	color: white;
	font-weight: 700;
	border-radius: 8px;
	outline: 0;
}

.nav-btn:hover {
	color: #F06923;
	cursor: pointer;
}

/* 6 - FOOTER */

footer.footer3d2n {
	background-color: #026698;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	color: white;
	font-family: 'Didact Gothic', sans-serif;
	padding-top: 2em;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

ul.footerLine {
	list-style-type: none;
}

li.lineItem {
	display: inline-block;
	margin-left: 2em;
}

li.lineItem a {
	color: white !important;
}

li.lineItem a:hover {
	color: #FBE400 !important;
	text-decoration: none;
}

img.footerLogo {
	width: 150px;
}

h5.footerh5 {
	letter-spacing: 0.25em;
}

i.footerIcon {
	color: #FBE400;
}
