body {
	position: relative;
}

.btn-primary {
	background-color: #003049 !important;
	border-color: transparent !important;
}


/* NAVBAR */
.navbar {
	background-color: #003049;
	-webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.8);
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.8);
}
.navbar a.nav-link {
	color: rgba(255,255,255,0.5) !important;
	transition: 0.5s;
}
.navbar a.nav-link:hover {
	color: rgba(255,255,255,0.7) !important;
}
.navbar a.active {
	color: rgba(255,255,255,1) !important;
	border-bottom: 3px silid #ffffff !important;
}
.navbar a.active:hover {
	color: rgba(255,255,255,1) !important;
	border-bottom: 3px silid #ffffff !important;
}
.navbar-toggler {
	border: 1px solid rgba(255,255,255,0.1);
}
.navbar-toggler span {
    display: block;
    background-color: rgba(255,255,255,0.5);
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg) ;
}
.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg) ;
}
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}
.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg) ;
}
.logoSmall {
	background-color: rgba(255, 255, 255, 1);
	width: 30px;
	height: 30px;
	display: inline-block;
	-webkit-mask: url('../img/logoSmall.svg') no-repeat center;
	mask: url('../img/logoSmall.svg') no-repeat center;
	vertical-align: bottom;
}
.siteName {
	display: inline-block;
}
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item.active:hover,
.navbar .dropdown-menu .dropdown-item.active:focus {
  color: #003049!important;
  background-color: transparent !important;
}

/* SECTIONS */
section {
	padding: 80px 0;
}
section.bg-grey {
	background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}
section.bg-light {
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

/* HERO */
.hero {
	height: 100vh;
	background-image: url("../img/home.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.hero .logo {
	background-color: rgba(255, 255, 255, 0.9);
	margin: 0 auto;
	width: 200px;
	height: 300px;
	-webkit-mask: url('../img/logo.svg') no-repeat center;
	mask: url('../img/logo.svg') no-repeat center;
}
.hero .blur {
	border: 1px solid rgba(0,0,0,0.2);
	margin: 0 20px;
	backdrop-filter: blur(3px);
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.hero h1 {
	font-size: 4rem;
	font-weight: bold;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}
.hero .lead {
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
}

/* SERVICES */
#services .bi {
	color: #003049;
}
.card-title {
	color: #003049;
}

/* ABOUT US */
.avatar {
	-webkit-mask: url('../img/logo.svg') no-repeat center;
	mask: url('../img/logo.svg') no-repeat center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 300px;
	background-color: rgba(0, 48, 73, 1);
	margin: 0 auto;
	width: 216px;
	height: 340px;
}

/* TESTIMONIALS */
#testimonialCarousel .carousel-inner {
	border: 1px solid rgba(255, 255, 255, 0.8 );
	/* background-color: rgba(255, 255, 255, 0.2); */
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
	min-height: 300px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 5px 20px 0 rgba(255,255,255,0.5);
	box-shadow: 0 5px 20px 0 rgba(255,255,255,0.5);
}

.getaprologosmall {
	background-image: url('../img/getaprologo.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px;
	width: 100px;
	height: 80px;
}


/* GETAPRO CARD / CONTACTS */
.getaprocard {
	background-color: rgba(255, 255, 255, 1.0);
	border: var(--bs-border-width) solid var(--bs-border-color);
	margin: 0 auto;
	padding: 20px;
	max-width: 340px;
	text-align: center;
	border-radius: var(--bs-border-radius);
}
.getaprologo {
	background-image: url('../img/getaprologo.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 234px;
	width: 300px;
	height: 50px;
}
.getaproqr {
	background-image: url('../img/getaproqr.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 300px;
	height: 266px;
}
.getaprolink {
	width: 234px;
}

#fldMsg {
	height: 246px;
	resize: none;
}

/* SCROLL UP BUTTON */
.up {
	background-color: rgba(0, 48, 73, 0.5);
	width: 60px;
	height: 60px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1030;
	display: none;
}
.up:hover {
	background: rgba(0, 48, 73, 1);
	-webkit-box-shadow: 0 0 20px 0 rgba(255,255,255,0.3);
	box-shadow: 0 0 20px 0 rgba(255,255,255,0.3);
	transition: 0.5s;
}

/* FOOTER */
footer { 
	color: #fff;
	text-align: center;
	padding: 20px 0 50px 0;
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100px ) #003049;
}
footer .socIcons {
	display: none;
}