body {
	font-family: 'Poppins', sans-serif;
	background: url('../assets/content/background.png');
	backgroubd-repeat: repeat-x repeat-y;
	color: white
}

.contact-nav {
	width:100%;
	background: rgba(219, 137, 59, 1);
	min-height: 35px;
	padding-top:5px;
	font-size: 14px;
}

.main_nav{
	background-color: white;
	background: url('../assets/content/navbar_back1.png');	
	background-repeat: repeat-x;
	height: 175px;
	padding-top: 35px;
}

.branch-info {
    font-size: 18px;
    color: maroon;
    margin-top: 6px;
    margin-bottom: 0;
}

.logo {
	float:left;
}

#kcdas {
	width: 130px;
}

.logo2 {
	float:right;
}

h1 {
	font-size: 45px;	
}

h3 {
	font-size: 25px;
}

h6 {
	font-size: 20px;
}

.navbar {
	background-color: #772805;
}

.org-name {
	float:left;
	color: orange;
	margin-left: 20px;
}

.navbar-nav {
	margin: 0 auto;
}

.nav-item {
	text-transform: uppercase;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 16px;
	color: #FFF;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.navbar-nav a:hover {
	color: white;
	background: black;
}

/*.active {*/
/*  background-color: #F6CE55;*/
/*}*/

.content {
	width: 95%;
	max-width: 1260px;
	margin:0 auto;
	color: black;
}

.news-scroll {
	background: #772805;
	height: 50px;
	clear:right;
}

.news-scroll .title {
	background: orange;
	height: 100%;
	padding-left:10px;
	padding-right:10px;
	width: 5%;
	font-size: 14px;
	padding-top: 15px;
	color: maroon;
	font-weight: bold;
	text-align: center;
	float:left;
}

.news-scroll .scroll-content {
	width: 95%;
	float:left;
	padding: 10px;
	padding-top:13px;
}

.header {
	width: 100%;
	padding: 20px;
	background: brown;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 15px;
	color: white;
}

.header h2 {
	font-size: 20px;
	margin-bottom:0;
}

.header2 {
	background: orange;
	color: white;
	height: 40px;
	text-align: center;
	padding-top:7px;
	margin-bottom:0;
}

h4 {
	font-size: 20px;
	font-weight: bold;
	color: orange;
}

.upcoming-events {
	background: brown;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	height: 350px;
	overflow: hidden;
}

.upcoming-title {
	font-size: 20px;
	font-weight: bold;
	color: orange;
	margin-bottom: 0;
}

.upcoming-data {
	margin-bottom: 0px;
}

.footer {
	width: 100%;
	background: rgba(219, 137, 59, 1);
	min-height: 40px;
	padding: 0;
	padding-top:10px;
	font-size: 14px;
	margin-top: 20px;
}

.social {
	background: brown;
	border-radius: 10px;
	height: 50px;
	float:right;
	min-width: 50px;
	padding-top: 10px;
	padding-left: 13px;
	color: #F6CE55;
	margin-top: 35px;
	margin-right: 10px;
}

.page-header{
	font-weight: bold;
	color: brown;
}

.row {
	padding: 10px;
	margin-top: 20px;
}

.contact-para {
	margin-bottom: 5px;
	color: #888;
}

.contact-para:last-child {
	margin-bottom: 25px;
}

.team-header {
	background: brown;
	color: white;
	text-align: left;
	padding: 15px;
	padding-left: 30px;
	margin-bottom:0;
	width: 100%;
	margin-bottom: 0;
}

.team-members {
	padding: 0;
	color: #6d5b4b;
	font-weight: 600;
	margin-top: 15px;
	padding-right: 10px;
}

.team-list {
	list-style-type: none;
	padding-top: 30px;
	background: #efefef;
	padding-bottom: 20px;
	padding-left: 25px;
}

.team-list li {
	margin-bottom: 10px;
}

.form-row {
		margin-left: 20px;
	}
	
label {
	margin-bottom: 5px;
	color: #656565;
}

.card {
	margin-bottom: 15px;
}

.card-title {
	font-weight: bold;
	color: #656565;
}

.card-body {
	background: #efefef;
}

.card-text {
	font-size: 14px;
}

a:hover {
	text-decoration: none;
}

.link-on-mobile:hover {
        color: white;
        text-decoration: underline;
    }
    
@media only screen and (min-width: 601px) and (max-width: 767px) {
    h1 {
        font-size:3.4vw;
        margin-top: 16px;
    }
    h3 {
        font-size:1.9vw;
    }
    .branch-info {
        font-size:10px;
    }
}

@media only screen and (min-width: 768px) {
		h1 {
			font-size: 45px;
		}
		
		h3 {
			font-size: 22px;
		}
		
		h6 {
			font-size: 30px;
		}
		
		.branch-info {
            font-size: 16px;
        }
		
		#kcdas {
			width: 110px;
			margin-left: -10px;
		}
        
        .org-name {
            margin-top: -10px;
        }

		#org-name-en {
			margin-top:0;
			margin-bottom: 10px;
		}
		
		.main_nav {
			height: 150px;
		}
		
		.news-scroll .title {
			width: 15%;
		}
		
		.news-scroll .scroll-content {
			width: 85%;
		}
		
		
		h4 {
			margin-top: 15px;
		}
		
		.team-header {
			margin-top: 0;
		}
		
		.row {
			margin-top: 15px;
		}
	}	


    @media only screen and (min-width: 476px) and (max-width: 600px) {
        .branch-info {
            display: none;
        }
    }

	
	@media only screen and (min-width: 300px) and (max-width: 600px) {
		.contact-nav  {
			font-size: 12px;
		}
		
		h1 {
			font-size: 5.5vw;
		}
		
		h3 {
			font-size: 2.4vw;
		}
		
		h6 {
			font-size: 7px;
		}
		
		.branch-info {
		    font-size: 8px;
		}
		
		
		#kcdas {
			width: 70px;
		}
		
		#org-name-en {
			margin-top:0;
			margin-bottom: 10px;
		}
		
		.main_nav {
			height: 110px;
		}
		
		.news-scroll .title {
			width: 20%;
		}
		
		.news-scroll .scroll-content {
			width: 80%;
		}
		
		.content {
			width: 95%;
		}
		
		h4 {
			margin-top: 15px;
		}
		
		.social {
			display: none;
		}
		
		.page-header {
			font-size: 20px;
		}
		
		.row {
			margin-top: 15px;
		}
	}
	
	@media (min-width: 1000px) {
    .social-on-desktop {

    	background: brown;
    
    	border-radius: 10px;
    
    	height: 50px;
    
    	float:right;
    
    	min-width: 50px;
    
    	color: #F6CE55;
    
    	margin-top: 35px;
        padding: 12px 10px;
    	margin-right: 10px;
    	display: block;
    
    }
    .link-on-mobile {
        display: none;
    }
}

@media (max-width: 1000px) {
    .social-on-desktop {

    	display: none;
    
    }
}

@media (max-width: 991px) {
    .link-on-mobile {
        display: block;
        margin-right: 10px; 
        color: #FFF; 
        background: orange;
        padding: 3px 8px;
    }
    
}

