/*CSS FOR index*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

#number{
	color: red;
}

#logo{
	height: 35px;
	margin-top: -10px;
	margin-right: -10px;
}

#title{
	color: blue;
}

#navbar-bg{
	background-image: linear-gradient(-20deg, #6e45e2 0%, #88d3ce 100%);
}


#content-bg{
	background-image: linear-gradient(-20deg, #ddd6f3 0%, #faaca8 100%, #faaca8 100%);
}

#special{
	color: #1797BC;
}

#font-size-18{
	font-size: 18px;
	line-height: 30px;
}


#special-red{
	color: red;
	font-size: 20px;
}

hr{
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}


#top-list{
	color: white;
}

#list-color{
	background-color: #ffe6e6;
}

.navbar-custom { 
	background-color: #0080ff
	/*	#FFE4C4; */
}

#special-white{
	color: white;
}


#carouselIndicators{
  position: relative;
  max-width: 1586px;
  height: 100%;
  margin: 0 auto .5em auto;
  overflow: hidden;
  width: 50%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
}

@media (min-width: 1000px) {
    .container{
        max-width: 1200px;
    }
}


body{
    background: url('imgs/ma1.jpg');
}

#intro{
  line-height: 1.5 ;
  margin-top: 40px;

}

#intro2{
  line-height: 1.8;

}

#align-staff{
	font-size: 25px;
}

#content{
	/*background-image: linear-gradient(-20deg, #ddd6f3 0%, #faaca8 100%, #faaca8 100%);*/
	background-color: #ffe6e6;
	/*border-radius: 15px 50px 30px 5px;
	border-color: gray;
	border: 10px solid #bdc3c7;*/
	box-shadow: 6px 6px 25px #bdc3c7;
	margin-bottom: 30px;
	overflow: hidden;
}

#content .display-4{
	font-size: 30px;
	font-family: DFKai-sb;
}

/*end index css*/

/*
CSS FOR aboutUs.html
*/



.card-img-top {
    width: 100%;
    height: 25vw;
    object-fit: cover;
}

#myborder{
	border-top: 2px dashed #046ca3;
	border-bottom: 1px dashed #046ca3;
    box-shadow: inset 0 -1px 0 0 #046ca3, inset 0 1px 0 0 #046ca3, 0 1px 0 0 #046ca3, 0 -1px 0 0 #046ca3;
	margin-bottom: 20px;
	background-color:#ffe6e6;;
	background-image: radial-gradient(#fff 10%, transparent 10%),
	radial-gradient(#fff 10%, transparent 10%);
	background-size: 30px 30px;
	background-position: 0 0, 15px 15px;
}

/*end aboutUs.html css*/


/*start pca.html css*/

table {
	border-collapse: collapse;
}


table th{
	text-align: left;
	background-color: #3a6070;
	color: #FFF;
	padding: 4px 30px 4px 8px;
}


table td{
	border: 1px solid #e3e3e3;
	padding: 4px 8px;
}


table tr:nth-child(odd) td{
	background-color: #b5d0fc;
}

table tr:nth-child(even) td{
	background-color: #efedcb;
}


#special-blue{
	color: blue;
}



#bottom-space{
	margin-bottom: 50px;
}

.coupon {
	width: 70%;
	padding: 10px;
	text-align: center;
	border: 3px dashed #ccc; }

.footer{
	position: relative;
	bottom: 10px;
	border: none;
}



