body {
	font: 20px sans-serif, Montserrat ;
	line-height: 1.8;
	color: #337ab7;
}

p {
	font-size: 16px;
}

.bg-1 {
	background-color: rgb(186, 217, 238);
	color: #ffffff;
}

.bg-1b {
	background-color: #bbd8ef;
	color: #ffffff;
}

.bg-2 {
	background-color: #474e5d;
	/* Dark Blue */
	color: #ffffff;
}

.bg-3 {
	background-color: #ffffff;
	/* White */
	color: #555555;
}

.bg-4 {
	background-color: #2f2f2f;
	/* Black Gray */
	color: #fff;
}

.container-fluid {
	padding-top: 70px;
	padding-bottom: 70px;
}

.navbar {
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	font-size: 12px;
	letter-spacing: 5px;
}

.navbar-nav li a:hover {
	color: #1abc9c !important;
}

.container-fluid {
	padding: 0px;
	margin: 0px;
}

body {
	margin: 0 auto;
	background: #efefef;
	padding:0px;
	/* For browsers that do not support gradients */
}

#wrapper {
	position: relative;	
	height: 100%;
	overflow: hidden;
	margin: 0px auto;

}

.container {
	padding-right: 0px;
	padding-left: 0px;
}

.hid {
	display: none;
}

select {
	width: 200px;
	color: black;
	background-color: transparent;
	border: 1px solid black;
}


.card:hover {
	box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.card-header {
	color: #000 !important;
	font-size: 20px;
	font-weight: bold;
	background-color: #bbd8ef !important;
	padding: 5px;
	border-bottom: 1px solid orange;
	
}

.blob {
	background: black;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	margin: 10px;
	height: 15px;
	width: 15px;
	transform: scale(1);
	animation: pulse-black 2s infinite;       
}

.blob.orange {
	background: rgba(255, 121, 63, 1);
	box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
	animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
	}
}

.blob.blue {
	background: rgba(52, 172, 224, 1);
	box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
	animation: pulse-blue 2s infinite;
	}

	@keyframes pulse-blue {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
	}

}

#logo {
	display: inline;
}

#cardsubtitle {
	font-size: 13px;
}

#imgappledownload {
	width: 50%;
	max-width: 256px;
	padding: 2px;
}

.linktext {
	color: black;
	text-decoration: none;
}

.borderline {
	border-top-color: rgb(187, 216, 239);
}

.breathblob {
	display: flex;
}


.carousel-control-prev-icon {
	background-image:  url(../img/carousel-control-prev-icon.svg) !important;
}
   
.carousel-control-next-icon {
	background-image:  url(../img/carousel-control-next-icon.svg) !important;
}