/* indexstyle */

/*@font-face {
  font-family:cormorantsc;
  src: url(../font/cormorantsc.ttf);
}*/

@media screen and (min-width: 601px) {
.slidertitle{
		
	}
.slidertext{
		
	}
.menulight{
	background-color:none;
	}	
.padtop{
	padding-top:110px;
	}
}
@media screen and (min-width: 601px) {
	.frameinput{
		width:100%;
	}
	/*inputan admin .forminput*/
	.forminput{
		width:100%;
	}
	h2, .h2 {
		line-height:30px!important; font-size:3rem!important;
	}
}

@media screen and (max-width: 600px) {
.slidertitle{
		font-size:15px;
	}
.slidertext{
		font-size:8px;
	}
.menulight{
	background-color: #343a40 !important;
	}
.mtop{
	margin-top:90px;
	}
.padtop{
	padding-top:0;
	margin-top:90px;
	}
h1, .h1 {
  font-size: 2rem !important;
}

h2, .h2 {
  font-size: 1.75rem!important;
  line-height:1.2!important;
}

h3, .h3 {
  font-size: 1.5rem !important;
}

h4, .h4 {
  font-size: 1.25rem !important;
}

h5, .h5 {
  font-size: 1rem !important;
}

h6, .h6 {
  font-size: .8rem !important;
}
.dropdown-item {
	font-size: 1.25rem !important;
	 padding: 0.5rem 1.5rem!important;
}
body,p {

  font-size: .9rem !important; 
}
small {
  font-size: 90% !important; 
}
}

body{
	background-color:#fff;
	font-family:arial;
}
.titlecolor1{
	color:#00B9F0;
	font-size:3rem;
	line-height:3rem;
}
.titlecolor2{
	color:#004256;
	font-size:4rem;
	line-height:4rem;
}
.buttonlink1{
	text-decoration:none;
	color:white;
}
.buttonlink1:hover{
	text-decoration:none;
	color:#00000;
}
.btn-gold{
	color:white;
	background-color:#B19F6D;
}
.btn-gold:hover{
	color:red;
	background-color:red;
}



