@font-face {
  font-family: Insignia;
  src: url(assets/fonts/Insignia-LT.ttf);
}

a {
    text-decoration: none;
}

h1, h2, h3, h4 {
	margin-bottom: 30px;
	color: #002b53;
    font-weight: bold;
    font-family: Calibri, 'Open Sans', sans-serif;
}

h1 {
    font-size: 300%!important;
    font-family: Insignia!important;
}

.page-child h1 {
	text-align: center;
}

h2 {
    font-size: 200%;
}

h3 {
    font-size: 150%;
}

.py-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.br-15 {
	border-radius: 15px;
}

/*NAVBAR*/

.navbar {
    background: #fff;
    box-shadow: 0px 5px 5px -2px #ddd;
    padding: 10px 0;
	z-index: 999;
}

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

.nav-link span {
    margin-right: 2rem;
    margin-left: 2rem;
    font-size: 12px;
}

.navbar .navbar-nav .nav-link {
    color: #002b53;
    font-weight: bold;
    padding: 0;
    font-family: Calibri, 'Open Sans', sans-serif;
}

.navbar .navbar-nav .nav-item:hover .nav-link {
    color: #0090d0;
}

.navbar-nav span {
    margin-right: 2rem;
    margin-left: 2rem;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #0090d0;
}

button.navbar-toggler {
    position: absolute;
    top: 21px;
    left: 10px;
}

.nav-item {
    position: relative;
    align-items: center;
    display: flex;
    margin: 5px 20px;
}
 
.animation:after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 0%;
    border-bottom: 2px solid #0090d0;
    transition: 0.4s;
}

.animation:hover:after {
    width: 100%;
}

ul.dropdown-menu li.menu-item-object-page,
ul.dropdown-menu li.menu-item-object-custom {
	margin: 0;
}

.dropdown-menu {
    top: 66px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: none;
    border-radius: 0;
    box-shadow: 0px 5px 5px -2px #ddd;
}

@media screen and (max-width: 768px) {
	.dropdown-menu {
		top: unset;
		border-left: unset;
		border-right: unset;
		border-bottom: unset;
		border-top: unset;
		border-radius: unset;
		box-shadow: unset;
	}
	
	.nav-item {
		display: unset;
	}
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef;
    color: #1e2125;
}

img.logo {
    height: 60px;
    margin: 5px 0;
}

#logo_holder {
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	img.logo {
		top: 19px;
	}
}

/* Standard */

section {
	padding: 40px 0;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x,25px);
    padding-left: var(--bs-gutter-x,25px);
}

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

section.grey_bg {
	background: #f9f9f9;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.col-5th {
	width: 20%;
	position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.col-5th img {
	transition: all .3s linear;
}

.col-5th img:hover {
	transform: scale(1.1);
}

.br-30 {
	border-radius: 30px;
}

span.blue-text {
	color: #0090d0;
}

/* Home overlays */

.resources-home {
	padding-bottom: 25px;
}

.resources-home div {
	position: relative;
}

.resources-home img {
	border-radius: 30px;
}

.resources-home h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	border-radius: 0 0 30px 30px;
	color: #fff;
	padding: 10px;
	font-size: 225%;
}

.resources-home h2#nobreath {
	background: rgb(106 37 129 / 80%);
}

.resources-home h2#icoquit {
	background: rgb(0 128 208 / 80%);
}
	
div#nobreath-bg {
    background: url(assets/img/nobreath-resources.png);
    background-size: cover;
    background-position: center;
}

div#icoquit-bg {
    background: url(assets/img/icoquit-sdk.jpg);
    background-size: cover;
    background-position: center;
}

.category-holder {
    text-align: center;
    color: #fff;
    padding: 20px;
	position: relative;
    min-height: 70vh;
}

.category-holder div {
    padding: 0;
    height: 100%;
}

.category-holder h2 {
	margin: 0;
    color: #fff;
    font-size: 250%;
}

.category-holder div#nobreath {
    background: rgb(106 37 129 / 50%);
}

.category-holder div#icoquit {
    background: rgb(0 144 208 / 50%);
}

.z-index-999 {
	z-index: 999;
}

a.link-text:hover {
	text-decoration: none;
}

.error-404 h1 {
	font-size: 300%;
	text-align: left;
}

.error-404 h2 {
	font-size: 175%;
	text-align: left;
    font-weight: bold;
    font-family: Calibri, 'Open Sans', sans-serif;
	padding-left: 0;
}

.error-404 img {
	position: absolute;
	top: 75px;
	right: 0;
	width: 30%;
}

.error-404 p {
	padding: 0;
}

.mh-350 {
	min-height: 350px;
}

div.icoquit-bubble {
    background: rgb(0 144 208 / 20%);
    padding: 30px;
    border-radius: 30px;
}

div.icoquit-bubble h2 {
	text-align: left;
}

div.nobreath-bubble {
    background: rgb(106 37 129 / 20%);
    padding: 30px;
    border-radius: 30px;
}

div.nobreath-bubble h2 {
	text-align: left;
}

.revision-log {
	background: #f9f9f9;
	border-radius: 20px;
	border: 1px solid #eee;
	padding: 20px;
}

.revision-log h3 {
	margin: 15px 0;
	font-size: 150%;
}

.page-template-nobreath-sdk .revision-log {
	background: #e4d8e7;
}

.page-template-icoquit-sdk .revision-log {
	background: #d8eaf6;
}

.registration-form {
    border: none!important;
    padding: 30px!important;
}

.registration-form label {
    font-size: 100%!important;
    font-family: 'calibri'!important;
}

div.login {
    border: none!important;
    padding: 0!important;
}

div.login .ur-form-grid {
    padding: 0!important;
}

input.user-registration-Button {
    background: #002b53;
    border-radius: 30px!important;
    padding: 10px 30px!important;
    border-color: #002b53 !important;
    color: #fff !important;
}

.ur-submit-button {
    background: #002b53!important;
}

.form-row {
    display: flex!important;
    flex-direction: column;
}

.form-row label.ur-label {
    order: -2;
    margin-bottom: 5px;
}

.form-row .description {
    order: -1;
    margin-bottom: 15px;
    margin-left: 5px;
}

.page-id-2424 h1, 
.page-id-2421 h1,
.page-id-2422 h1, 
.page-id-2422 h1 {
	text-align: center;
}

body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button {
	background: #002b53!important;
    border-radius: 30px!important;
}

/* Buttons */

.btn-download {
	background: #002b53;
	border-radius: 30px;
	font-size: 120%;
	padding: 15px 35px;
	color: #fff;
	margin-bottom: 20px;
}
.btn-download:hover {
	background: #002b53d9;
	color: #fff;
}

/* FOOTER */

footer {
	background: #213343;
    color: #fff;
    padding: 60px 0 30px;
    border-top: 4px solid #3d4a55;
}

footer .links p {
	margin-bottom: 0px;
}

footer .links a {
    color: #b6c7d6!important;
    font-size: 85%;
}

footer .links a:hover {
	color: #fff!important;
}

footer h3 {
	margin-bottom: 20px;
	text-align: left;
	color: #fff;
    font-size: 150%;
}

footer .location p {
    color: #b6c7d6!important;
    font-size: 85%;
}

footer div.icons i {
    font-size: 175%;
    color: #b6c7d6;
    margin: 0 20px;
}

.hr-space {
	padding-top: 50px;
}

.icons-space {
	padding-top: 50px;
}

.footer-logo {
	margin-bottom: 10px;
	width: 150px;
}

.footer-link-color a {
    color: #fff!important;
    font-size: 85%;
}

.mt-50 {
	margin-top: 50px;
}

section.copyright {
    background: #011e3b;
    padding: 15px!important;
	font-size: 90%;
}

section.copyright .social-icon {
    display: inline-block;
    background: #002b53;
    padding: 5px;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 10px;
    margin-right: 5px;
	transition: .3s;
}

section.copyright .social-icon:hover {
	background: #0090d0;
	transition: .3s;
}

section.copyright .nav-social-icon {
    font-size: 125%;
    color: #fff;
}

@media screen and (max-width: 992px) {
	
	h2 {
		font-size: 200%;
	}
	
	footer div.icons i {
		margin: 0 10px;
	}
	
	footer h3 {
		text-align: center!important;
	}

	.hr-space {
		display: none;
	}
	
	.w-75-mobile {
		width: 75%!important;
  		margin: 0 auto 50px;
	}
	
	.br-15 {
		border-radius: 15px;
		margin: 20px 0;
	}
	
	.dropdown-menu {
		top: unset;
		border-left: unset;
		border-right: unset;
		border-bottom: unset;
		border-top: unset;
		border-radius: unset;
		box-shadow: unset;
 	    padding: 0.5rem 0 0;
	}

	.nav-slash {
		display: none;
	}
	
	.nav-item:after {
		content: unset;
		position: unset;
		bottom: unset;
		left: unset;
		width: unset;
		border-bottom: unset;
		transition: unset;
	}
	
	.dropdown-item {
		display: block;
		padding: 10px;
		color: #002b53;
		font-weight: bold;
		font-family: Calibri, 'Open Sans', sans-serif;
	}

	.youtube iframe {
		min-height: 250px;
	}
	
	.navbar-collapse {
		margin-top: 20px;
	}

	#logo_holder {
		margin: 0 auto;
	}
	
	.navbar .navbar-nav .nav-link {
		text-align: center;
		font-size: 125%;
		margin-top: 15px;
    	margin: 10px 0;
	}

	img.logo {
		height: 50px;
	}
	
	footer {
		text-align: center;
	}
	
	footer h3 {
		margin-top: 30px;
	}

	footer .nav-social-icon {
		margin-right: 10px;
		margin-left: 10px;
		font-size: 175%;
	}
	
	.navbar-toggler {
		border: 2px solid #364a55;
	}
	
	.navbar-light .navbar-toggler {
		color: #fff;
		border-color: #fff;
	}
	
	#website-name {
		font-size: 300%;
	}
	
	#website-name-small {
		font-size: 140%;
	}

	.revision-log {
		width: 75%;
		margin: 0 auto;
	}
}