/****** PLACE YOUR CUSTOM STYLES HERE ******/
body {
    font-size: 16px;
    font-family: "Microsoft JhengHei", Helvetica, sans-serif;
	color:#000;
}
.logo {
    max-height: 80%;
}
nav.transparent .nav-utility, nav.transparent .nav-bar {
    border-bottom: 0px solid #fe6733;

}
nav.transparent .module.widget-handle {
    border-left: 0px solid #fe6733 !important;
}
nav.transparent .menu > li > a, nav.transparent .module.widget-handle i, nav.transparent .nav-utility {
    color: #fe6733;
}
.black {
	color:#000 !important;
}
.ul-style {
	list-style: disc;
}
.btn {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 2px solid #ffffff;
    padding: 0 26px;
    height: 40px;
    min-width: 150px;
    line-height: 36px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    color: #ffffff;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
}
.bg {
	background-image: url("../img/godot/kv_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left top;
	background-color: #4b4f4f;
}
.bg2 {
    background-image: url("../img/godot/kv_bg2.jpg?1");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	background-color: #eec8a7;
}
.bg3 {
    background-image: url("../img/godot/kv_bg3.jpg?5");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left top;
	background-color: #c46427;
}
.testimonials .quote-author {
    display: inline-block;
    text-align: left;
    overflow: hidden;
    width: 250px;
    margin-top: 0px;
}
.testimonials .quote-author img {
    max-height: 100px;
}
.feature.boxed {
    background: #ffd8b7;
    border-radius: 20px;
	border: 6px solid #f7af71;
}
.feature.bordered {
    padding: 32px;
    border: 6px solid #f7af70;
    border-radius: 20px;
}
.testimonials h4, .testimonials span4 {
    color: #f7af70;
}
.bg-dark h2, .bg-dark h3{
	color: #ffd8b7;
}
.brown {
	color: #ad5432 !important;
}
.bg-primary {
    background: #ad5432 !important;
}
.bg-third {
    background: #ffd8b6;
}
a, a:hover {
    font-weight: 600;
    color: #13181d;
    text-decoration: underline;
}
a:focus {
  color: #13181d;
  text-decoration: underline;
}
@media (max-width: 990px) {
.module.widget-handle {
    border-left: none;
    border-top: 0px solid #ccc;
    line-height: 60px;
    min-height: 60px;
}

}
@media (max-width: 767px){
p {
    font-size: 16px;
}
}