
/* 
 * --------------------------------------------------
 * Defaults
 * -------------------------------------------------- 
 */
 
html,
body {
  overflow-x: hidden;
  height: 100%;
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 16px;
	padding-top: 117px;
	/*margin-left: 50px;
	background: url(../img/sideborder.png) left repeat-y;*/
}

/* 
 * --------------------------------------------------
 * Typography
 * -------------------------------------------------- 
 */
 
::selection {
	background: #0080FF;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #0080FF;
	color: #fff;
	text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

a {
	color: #0080FF;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

/* 
 * --------------------------------------------------
 * Other
 * -------------------------------------------------- 
 */
a.anchorposi {
    display: block;
    position: relative;
    top: 0;
    visibility: hidden;
}

.title-icon {
	color: #43609d;
	margin-right: 10px;
}


/* Bootstrap tweaks
   -------------------------------------------------- */
.p-custom {
	padding: 10rem 3rem;
	font-size: 18px;
	line-height: 2rem;
}

@media only screen and (max-width: 990px) {
    .p-custom {
		padding: 3rem;
	}
}

.card { border: none; }
.card-header { background: #0b3080; color: #fff; border-top: solid 1px #fff; }
.card-header:first-child { border-radius: 0; }
.card-header h3 { color: #fff; display: block; cursor: pointer; margin: 0; font-size: 24px; }
.card-header h3:hover { color: #fff; text-decoration: underline; }
.card-body { background: #0b3080; color: #fff; }

.lightteal .card-header { background: #fff/*#c5d2cd*/; color: #000; border-top: none; }
.lightteal .card-header h3 { color: #000; font-size: 20px; }
.lightteal .card-body { background: #fff; color: #000; border-bottom: 1px solid rgba(0,0,0,.125); }
.lightteal .card-body p { font-size: 15px; } .lightteal .card-body a.btn.small { font-size: 13px; }
.lightteal .card-body img { box-shadow: 0px 68px 66px -66px rgba(0,0,0,1); }

.btn-primary {
    color: #fff;
    background-color: #0b3080;
    border-color: #020b1f;
	border-radius: 0;
}

.btn-custom {
    color: #fff;
    background-color: #73bf44;
    border-color: #73bf44;
	border-radius: 0;
}

.list-group-custom {
	margin-bottom: 30px;
}


.list-group-custom a.active {
	color: rgb(55, 169, 17);
	background: #fff;
	border-color: rgba(0,0,0,.125);
}

.list-group-custom a.disabled h6 {
	color: rgb(0, 0, 0);
}

.media-statement-list .fa-external-link-alt {
	margin-right: 0.5em;
}

.breadcrumb {
    padding: .55rem 1rem;
    background-color: #eff3fd;
    border-radius: 0;
}


/* 
 * --------------------------------------------------
 * Header
 * -------------------------------------------------- 
 */
.logo {
	width: 100px;
	font-size: 40px;
	color: #a0a3f3;
	margin-right: 50px;
}

@media only screen and (max-width: 550px) {
    .logo {
		width: 70px;		
		margin-right: 0px;
	}
}
 
 
/* 
 * --------------------------------------------------
 * Navigation
 * -------------------------------------------------- 
 */
.navbar-custom {
	background: #fff; /*rgb(2,0,36)*/;
	padding: 20px;
}

.navbar-custom.navbar-light .navbar-nav .nav-link {
	font-size: 17px;
	margin-right: 10px;
	font-weight: 500;
	border-bottom: solid 4px #f3f3f3;
}

.navbar-custom.navbar-light .navbar-nav .nav-link:hover {
	color: #000;
	border-bottom: solid 4px #ccc;
}

.navbar-custom.navbar-light .navbar-nav .active>.nav-link, 
.navbar-custom.navbar-light .navbar-nav .nav-link.active, 
.navbar-custom.navbar-light .navbar-nav .nav-link.show, 
.navbar-custom.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(55, 169, 17);
	border-bottom: solid 4px rgb(55, 169, 17);
}


/* 
 * --------------------------------------------------
 * Layouts
 * -------------------------------------------------- 
 */
.intro {
 	padding: 0;
	background: #43609d;
	background: url(../img/koru_backgrnd_big2.png) center no-repeat, linear-gradient(145deg, #43609d 0%, #07286b 100%);
	color: #fff;	
}

.intro .blurb {
	padding-top: 90px; 
	padding-bottom: 90px;
}

.intro .houses {
	background: url(../img/img4.jpg) no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; 
	padding-top: 120px; 
	padding-bottom: 90px;
}

.intro h1 {
	font-size: 42px;
	margin-bottom: 30px;
}

.intro p.lead {
	font-size: 24px;
}

@media only screen and (max-width: 1550px) {
    .intro h1 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 990px) {
    .intro {
		padding: 0 20px;
	}
}


.intro p.lead {
	margin-bottom: 30px;
}

/* img float */
@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}
.avatar {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	/*border: 5px #fff solid;*/
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
	img { width: 100%; height: auto; }
}



/* bg */
.bg1 {
	background: url(../img/img1.jpg) no-repeat;
	background-size: cover;
	min-height: 500px;
}

.bg2 {
	background: url(../img/img2.jpg) no-repeat;
	background-size: cover;
	min-height: 500px;
}

.bg3 {
	background: url(../img/img3.jpg) no-repeat;
	background-size: cover;
	min-height: 500px;
}

.bg4 {
	background: url(../img/img4.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	min-height: 500px;
}

.lightteal { background: #fff; }
.darkteal { background: #0a3a43; color: #fff; }
.darkblue {	
	background: #43609d url(../img/koru_backgrnd_big2.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color: #fff;
}

.darkblue a { color: #fff; } .darkblue a.btn { color: #000; } 



@media only screen and (max-width: 768px) {
    .analysis h1, .storage h1 {
		margin-top: 40px;
	}
	
}


/* contact */
.contact {
	padding: 120px 60px 0 60px;
}
@media only screen and (max-width: 768px) {
    .contact {
		padding: 60px;
	}
}

/* 
 * --------------------------------------------------
 * Footer
 * -------------------------------------------------- 
 */
#footer {
	/*background: #0b8b5c;*/
	background: rgb(0, 133, 121);
	background: url(../img/ferns-background.png) bottom no-repeat, linear-gradient(145deg, rgb(0, 133, 121) 0%, rgb(4, 64, 62) 100%);
	color: #fff;
}

#footer h4 {
	margin-top: 80px;
}

#footer a { color: #fff; }
#footer a:hover { color: #49f5d1; }
#footer .contact-icon { width: 100px; }

@media only screen and (max-width: 990px) {
    #footer iframe {
		margin-top: 40px;
	}
	#footer h4 {
		margin-top: 20px;
	}
}
