.nav-link {
	color: #fff;
}

#logo {
	max-width: 220px;
	content: url("../img/logos/gicagran.png");
}

#background1{
	background-image: url("../img/background/background1.jpg");
	background-attachment: fixed;
	height: 85vh;
	z-index: 10;
}

#background2{
	background-image: url("../img/background/background2.jpg");
	background-attachment: fixed;
	height: 85vh;
	z-index: 10;
}

#background3{
	background-image: url("../img/background/background3.jpg");
	background-attachment: fixed;
	height: 85vh;
	z-index: 10;
}

.maskintro{
	background-color: rgba(0, 0, 0, 0.3);
}

#text1{
	display: inline-block;
	vertical-align: top;
}

#introover {
	top:20%;
	left: 15%;
	position: absolute;
	z-index: 1000;
}

.backgroundgray{
	background-color: #E0E0E0;	
}

.masklogin{
	background-color: rgba(251, 251, 251, 0.6);
}

.maskform{
	background-color: rgba(251, 251, 251, 0.6);
}

.login {
	background-color: white; 
	color: black; 
	border-radius: 10px;  
	border: 1px solid black;
}

.login:hover, .login:active, .login:focus{
	background-color: lightgray;
	color: black;
	border: 1px solid black;
}

.loginbutton {
	background-color: lightcyan; 
	color: black; 
	border-radius: 10px;   
	border: 1px solid black;
}

.loginbutton:hover , .loginbutton:active {
	background-color: lightskyblue; 
	border: 1px solid black;
}

#copyr{
	background-color: rgba(0, 0, 0, 0.2);
	height: 5vh;
}

.maskimage{
	background-color: rgba(251, 251, 251, 0.15);
}

.maskimagelogin{
	background-color: rgba(0, 0, 0, 0.5);
}

.cardborderblack{
	border: 1px solid;
	border-radius: 5px;	
}

.fillimage{
	width: -webkit-fill-available;
}

.textimage{
	color: white; 
	position: absolute; 
	top: 20%; 
	left: 50%; 
	transform: translate(-50%, -50%);
}

.backgroundwhite{
	background-color: white;
}

.btnlogin{
	text-transform: none;
}

/* Center the loader */
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 120px;
	height: 120px;
	margin: -76px 0 0 -76px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
	from { bottom:-100px; opacity:0 } 
	to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
	from{ bottom:-100px; opacity:0 } 
	to{ bottom:0; opacity:1 }
}

#gicamain {
	display: none;
}

.tooltip-inner {
    background-color: #fff;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
}
.tooltip.mdb-tooltip-right .tooltip-arrow::before {
    border-right-color: #2f4fff !important;
}
.tooltip.mdb-tooltip-left .tooltip-arrow::before {
    border-left-color: #2f4fff !important;
}
.tooltip.mdb-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #2f4fff !important;
}
.tooltip.mdb-tooltip-top .tooltip-arrow::before {
    border-top-color: #2f4fff !important;
}