body {
	background: #fff;
	color: #555;
}

.top {
	margin-top: 50px;
}

.bottom {
	margin-bottom: 50px;
}

a.button {
	padding: 15px 20px;
	background: #165CE0;
	color: #fff;
	border-radius: 10px;
}

a.button:hover {
	background: #165CE0;
	border-radius: 15px;
}

button {
	display: block;
	margin: 0 auto;
}

a {
	color: #165CE0;
}

a:hover {
	color: #165CE0;
}
 
 hr {
 	border-color: #48AB94;	
 }

 h1 {
	font-size: 64px;
	color: #000;
	font-weight: bold;
}

h1.home{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}

h2.border {
	border-bottom: 2px solid #48AB94;
	padding-bottom: 30px;
}

h2 {
	color: #000;
	font-size: 24px;
	font-weight:;
	margin-bottom: 40px;
	text-align: center;
}

h2.home{
	color: #000 !important;
	margin-bottom: 20px;
	font-size: 48px;
	font-weight: bold;
}

a h2.home{
	color: #000 !important;
	margin-bottom: 20px;
	font-size: 48px;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	color: #0104A4;
	text-align: center;
}

h3.home {
	border: 1px solid #48AB94;
	border-radius: 10px 20px;
	padding: 20px;
}

p {
	font-size: 18px;
	color: #727272;
	text-align: center;
}

p.intro {
	color: #ddd;
	font-size: 22px
}

ul {
	list-style-type: none;
	margin: 0 auto;
	overflow: hidden;
	display: inline-block;
	width: auto;
	text-align: center;
}

li {
	margin: 0 10px;
	text-align: center;
	float: left;
	color: #777;
	font-size: 16px;
}

li a {
	background: #0104A4;
	padding: 10px 20px;
	border-radius: 20px;
	color: #fff;
}

a.nav-links {
	background: none;
	color: #7173EC;
	line-height: 48px;

}

.text-top {
	background-color: #fff;
	border-radius: 30px 30px 0 0;
	padding: 50px 30px 10px;
}

.text-bottom {
	background-color: #fff;
	border-radius: 0 0 30px 30px;
	padding: 10px 30px 10px;
	border-top: 1px solid #ddd;
}

.center {
	text-align: center;
}
/*.thumbnail {
	padding: 5px;
	border: .5px solid #fff;
}*/

footer p {
	font-size: 18px;
	text-align: center;
}

.scroll {
	overflow-x: hidden;
	overflow-x: auto;
	height: 483px;
}

img.thumbnail {
	border: none;
	box-shadow: none;
}

.callout.primary {
	background-color: #F1F1F1;
	border: none;
}

.off-canvas-content {
	box-shadow: none;
	background: none;
}

.off-canvas {
	background: none;
	height: 100%;
}

.thumbnail.center {
	margin: 20px auto !important;	
	display: block;
}

.top {
	margin-top: 40px;	
}

.top-80 {
	margin-top: 80px;
}

.top-bar {
	background: #000;
	height: 80px;
	line-height: 70px;
	text-align: center;
}

.top-bar.top-bar ul {
	background: #000;
}

.menu 	.menu-text {
	color: #ddd;
}

.logo-mini {
	display: block;
	margin-left: 20px;
}

.home-links {
	line-height: 40px;
	background: #0104A4;
	padding: 10px 30px;
	border-radius: 20px;
	color: #fff;
}

.hover-rotate {
  overflow: hidden;
/*  margin: 8px;*/
  min-width: 240px;
/*  max-width: 320px;*/
  width: 100%;
}

.hover-rotate img {
  transition: all 0.3s;
  box-sizing: border-box;
  max-width: 100%;
}

.hover-rotate:hover img {
  transform: scale(1.3) rotate(5deg);
}
