@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nanum Gothic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Nanum+Gothic:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Merriweather+Sans:wght@600&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');




html, body {
	overflow-x: hidden !important;
 }


.navbar .navbar-nav .nav-item .nav-link {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 18px;
	margin: 0 5px;
}

.navbar .navbar-nav .nav-item .dropdown-menu a{
	font-family: 'Roboto';
	font-weight: 500;
}

.navbar ul li a:hover {
	color: #f1c40f !important;
}

.navbar .dropdown-menu a:hover {
	color: #f1c40f !important;
	background-color: white;
}

/* Carousel */
.carousel-inner{
	width:100%;
	max-height: 550px !important;
 }

.carousel .carousel-inner .carousel-item img {
	background-size: cover;
}

.carousel-caption {
	width:600px;
   color:#fff;
	text-align:center;
	top:38%;
	margin: auto;
	bottom:auto;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%);
}

.carousel-caption h1 {
	text-shadow: 1px 1px 3px black;
	font-size: 52px;
	margin-bottom: 30px;
	font-family: 'Questrial';
}

.carousel-caption p {
	text-shadow: 2px 2px 5px black;
	font-size: 24px;
	font-family: 'Roboto', cursive;
}
/* End of Carousel */

/* Sambutan */
.sambutan h2{
   text-align: center;
   font-family: 'Fjalla One', sans-serif;
   color: #000;
}

.sambutan p {
	font-family: 'Roboto', cursive;
	font-size: 14px;
	line-height: 20px;
}

.sambutan hr {
	width: 30%;
	border: 0,5px solid rgb(207, 207, 207);
}

.sambutan img {
   border-radius: 50%;
}

@media only screen and (max-width: 575px) {
	.sambutan img {
		height: 150px;
	}
 }
/* End of Sambutan */

/* Jurusan */
.bg-cover {
   background-image: url('/img/banner/cca3fa09b3548e40e61eb437390b8480.jpg');
   background-position: center center;
   /* height: 300px; */
   background-size: cover;
   background-attachment: fixed;
   background-repeat: no-repeat;
}

.bg-cover img {
	opacity: 0.9;
	height: 100px;
	width: 100px;
}

.bg-cover h2{
	font-family: 'Questrial';
	color: white ;
	text-shadow: 2px 2px 1px black ;
}

.bg-cover hr {
	width: 50%;
	border: 1px solid white;
	opacity: 0.4;
}

.bg-cover h5 {
	padding-top: 15px;
	/* font-family: 'Roboto'; */
	color: white;
	text-shadow: 2px 2px 1px black ;
}
/* End of Jurusan */

/* Berita */
.card {
	margin: 0 auto; 
	float: none; 
	margin-bottom: 20px; 
}

.last-news h2 {
	text-align: center;
   font-family: 'Fjalla One', sans-serif;
   color: #000;
}

.last-news hr {
	width: 30%;
	border: 0,5px solid rgb(235, 235, 235);
}
/* End of Berita */

/* Blog */
.blog h1 {
	font-family: 'Playfair Display';
}

.blog img {
	width: 100%;
	/* height: 400px; */
}

.blog .konten  {
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 30px;
}
/* End of Blog */

/* Banner Area */
.jumbotron.banner_area {
	/* height: 150px; */
	background-position: center bottom;
   background-size: cover;
   background-attachment: fixed;
	background-repeat: no-repeat;
}

.banner_area h1{
	font-family: 'Questrial';
	top: 50%;
	/* font-size: 32; */
}
/* End of Banner Are */


/* Footer */
.footer {
	background-color: #34495e;
	color: #fff;
	/* height: 280px; */
	font-family: 'Roboto';
	box-sizing: content-box;
	/* padding-bottom: 0; */
}

.footer h5 {
	background-color:  #2c3e50;
	padding: 10px;
	border-left: 4px solid yellow;
}

.footer ul a{
	text-decoration: none;
	color: rgb(167, 166, 166);
}

.footer ul a:hover{
	color: yellow;
}

.footer p {
	color: rgb(167, 166, 166);
}
/* End of Footer */

/* Pagination */
.page-link {
	color: orange;
}

.page-item.active .page-link {
	background-color: orange;
	border-color: orange;
}
/* End of Pagination */

.btn-info {
	color: #fff;
	background-color: orange;
	border-color: orange;
}

.btn-info:hover {
	color: orange;
	background-color: white;
	border-color: orange;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #f1c40f;
}

/*FLOATING BUTTON*/
	.floating-btn {
		width: 60px;
		height: 60px;
		background-color: green;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		border-radius: 50%;
		color: #fff;
		font-size: 40px;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
		position: fixed;
		right: 20px;
		bottom: 20px;
		transition: background 0.25s;

			/* button */		
		outline: yellow;
		border: none;
		cursor: pointer;
	}

	.floating-btn:active {
		color: yellow;


	}

/*WHATSAPP BUTTON*/
.buttons{
	width: 50px;
	height: 50px;
}

.buttons .nav-link {
	margin: 15px 0px;
	position: fixed;
	right: 20px;
	bottom: 20px;

}

.buttons .nav-link:nth-child(1) {
	margin-top: 20px;
}

.buttons .icon {
	background-color: #46515E;
	padding: 5px 10px 5px;
	color: #fff;
	font-size: 1.5em;
	border-radius: 50%;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	z-index: 4;
	transition: all 400ms ease;
}

.buttons .nav-link:nth-child(1) .icon {

	color: #fff;
	background-color: #f1c40f;


}

/*.buttons .nav-link:nth-child(2) .icon {

	color: #fff;
	background-color: #d35400;


}

.buttons .nav-link:nth-child(3) .icon {

	color: #fff;
	background-color: #3498db;


}*/

.buttons .icon-text {
	position: absolute;
	left: 10px;
	top: -1px;
	z-index: 0;
	width: 0px;
	padding: 6px 0px;
	border-radius: 30px;
	color: #fff;
	overflow: hidden;
	transition: all 300ms ease;
}

.buttons .nav-link:nth-child(1) .icon-text {

	background-color: #2ecc71;
}


/*.buttons .nav-link:nth-child(2) .icon-text {

	background-color: #e74c3c;
	padding: 6px 0px;

}

.buttons .nav-link:nth-child(3) .icon-text {

	background-color: #2980b9;

}*/


/*FOOTER*/

.footer-rsua{
	width: 100%;
	height: auto;
	margin: auto;
	background: #272727;
	padding: 20px 0px;
}

.footer-sosmed{
	width: 100%;
	height: auto;
	margin: auto;
}

.footer-sosmed ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.footer-sosmed ul li{

	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0px 10px;
	border-radius: 100%;
	background-color: #f1c40f;
}

.footer-sosmed ul li:hover{
	background-color: #f1c40f;

}

.footer-sosmed ul li a{
	color: #000;
	font-size: 16px;

}

.footer-sosmed ul li a i{

line-height: 30px;

}

.footer-bawah {
	width: 100%;
	height: auto;
	margin: auto;
	background:  #f1c40f;
	padding: 5px;
}

.footer-bawah p{

	color: #fff;
	text-align: center;
	font-size: 10px;
	font-family: arial;


}

.footer-bawah p a{

	color: yellow;
	text-decoration: none;


}