@charset "utf-8";
/* CSS Document */


.headertext {
	color: rgba(68,163,195,1.00);
	text-align: center;
	margin-top: 40px;
	font-size: medium;
}



@media (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}.nav-bak {
	background-color: rgba(158,212,223,1.00);
}

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
	padding-bottom: 0px;
	background-color: rgba(158,212,223,1.00);
}.nav-li-hover {
	background-color: rgba(255,7,11,1.00);
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #FFFFFF;
	color: #44A3C3;
}
.pagetitle {
	font-family: 'Tauri', sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 30px;
	color: rgba(68,163,195,1.00);
	text-shadow: 2px 3px 3px rgba(189,189,189,1.00);
}
.page-text {
	color: rgba(50,132,160,1.00);
}
.page-content {
	margin-left: 20px;
	background-color: rgba(244,244,244,1.00);
	margin-right: 20px;
}

.footer-butt {
	height: 32px;
	background-color: rgba(244,244,244,1.00);
	font-size: 15px;
	color: rgba(68,163,195,1.00);
	padding-top: 1px;
	border-width: 3px;
	border-color: rgba(188,222,234,1.00);
	width: 250px;
	margin-top: 10px;
	margin-bottom: 5px;

}

.footer-butt:hover {
	background-color: rgba(213,236,241,1.00);
	color: rgba(68,163,195,1.00);
	border-color: rgba(142,199,219,1.00);
}
.pagetext {
	color: rgba(49,136,153,1.00);
	text-align: justify;
	font-size: 15px;
}

.dauntlistul {
	list-style-image: url(../images/daisy.png);
	white-space: normal;
}

.sectiontitle {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color: rgba(49,136,175,1.00);
}


.sectiontitle-spacing {
	margin-bottom: -3px;
	margin-top: 15px;



}
.sectiontitle2 {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
}
.padleft5 {
	margin-left: 10px;
    display: flex;
    align-items: center;
}

.imagedrop {
	-webkit-box-shadow: 5px 5px 5px 5px rgba(192,225,232,1.00);
	box-shadow: 5px 5px 5px 5px rgba(192,225,232,1.00);
	
}
.daisytext {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}
.dauntimg-border {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border: thin solid rgba(68,163,195,1.00);
	-webkit-box-shadow: 3px 3px 10px 5px rgba(161,214,224,1.00);
	box-shadow: 3px 3px 10px 5px rgba(161,214,224,1.00);

}

.dauntimg-border-r {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border: thin solid rgba(68,163,195,1.00);
	-webkit-box-shadow: 3px 3px 10px 5px rgba(161,214,224,1.00);
	box-shadow: 3px 3px 10px 5px rgba(161,214,224,1.00);
	margin-right: 10px;
}

.dauntimg-border-l {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border: thin solid rgba(68,163,195,1.00);
	-webkit-box-shadow: 3px 3px 10px 5px rgba(161,214,224,1.00);
	box-shadow: 3px 3px 10px 5px rgba(161,214,224,1.00);
	margin-left: 10px;
}



.small-link {
	font-size: 12px;
}
.daunt-rightpad {
	padding-right: 6px;
}
.daunt-leftpad {
	padding-left: 6px;
}
.daunt-botpad {
	padding-bottom: 10px;
}
.daunt-text-lftpad {
	color: rgba(244,4,8,1.00);
}
hr {
	border-color: #46A4C3 #FB0B0F #FB0B0F;
	border-top-width: 2px;
}

.img-rounded {
	border-radius: 15px;

}
.daunt-inset {
	padding-left: 100px;
}
.daunt-lgeicon {
	font-size: 25px;
	color: #44A3C3;
}
.daunt-adddiv {
	margin: auto;
	width: 70%;
}
.daunt-dblinset {
	padding-left: 15px;
}
.daunt-less-top {
	margin-top: -10px;
}
.daunt-indent {
	margin-left: 20px;
}
.modal-content {
	background-color: #C7E6EC;
}
