
.btn {border-radius:0;background-color: #00abe6;color: #fff}

.btn-primary{border-radius:0;background-color: #00abe6;color: #fff;border-color:#00abe6; }

.card{border-radius:0!important}

.nav-item, .active{border-radius:0!important}
h1,h2,h3,h4,h5,h6{color: #4a6373;font-family: Times, "Times New Roman", "serif"}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.scroll-btn {
	height: 40px;
	width: 40px;
	border: 2px solid #000;
/*	border-radius: 10%;*/
	background-color: #000;
	position: fixed;
	bottom: 25px;
	right: 20px;
	opacity: 0.8;
	z-index: 9999;
	cursor: pointer;
	display: none;
}

.scroll-btn .scroll-btn-arrow {
	height: 12px;
	width: 12px;
	border: 3px solid;
	border-right: none;
	border-top: none;
	margin: 15px 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	color: white;
}

.notouch .scroll-btn:hover { opacity: 0.8 }

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.scroll-btn {
		bottom: 8px;
		right: 8px;
	}
}

