img {
  width: 100px;
  height: 300px;
}

img#beranda-image {
  width: 500px;
  height: 400px;
}

.navbar-transparant .navbar-brand {
	  color: rgba(0, 0, 0, 1);
}

.navbar-transparant .navbar-brand:hover, .navbar-transparant .navbar-brand:focus {
  	color: rgba(0, 0, 0, 1);
}

.navbar-transparant .navbar-nav .nav-link {
  	color: rgba(0, 0, 0, 1);
}

.navbar-transparant .navbar-nav .nav-link:hover, .navbar-transparant .navbar-nav .nav-link:focus {
  	color: rgba(0, 0, 0, 0.4);
}

.navbar-light .navbar-nav .nav-link.disabled {
  	color: rgba(0, 0, 0, 0.3);
}

.navbar-transparant .navbar-nav .show > .nav-link,
.navbar-transparant .navbar-nav .active > .nav-link,
.navbar-transparant .navbar-nav .nav-link.show,
.navbar-transparant .navbar-nav .nav-link.active {
  	color: rgba(0, 0, 0, 1);
}

.navbar-transparant .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}

.navbar-transparant .navbar-toggler-icon {
  	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-transparant .navbar-text {
  	color: rgba(0, 0, 0, 0.5);
}

.navbar-transparant .navbar-text a {
  	color: rgba(0, 0, 0, 1);
}

.navbar-transparant .navbar-text a:hover, .navbar-transparant .navbar-text a:focus {
  	color: rgba(0, 0, 0, 1);
}

.bg-transparant {
	background-color: rgba(255,255,255,1) !important;
}

a.bg-transparant:hover, a.bg-transparant:focus,
button.bg-transparant:hover,
button.bg-transparant:focus {
  	background-color: rgba(255,255,255,1) !important;
}

.text-beranda h1{
  	color:#000;
  	font-size: 34px;
  	font-size:35px;
  	font-weight:300;
  	line-height:45px;
	  padding-top:30px
}

.text-beranda p{
  	color:#000;
  	font-size:17px;
  	line-height:28px;
  	margin-top:0;
  	font-weight:300
}

.beranda {
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}

#UnitSekolah {
  background-image: url(images/header-hero.jpg);
  background-repeat: no-repeat;
  background-size:cover;
}

.hr-class {
	border-color: rgba(0,0,0,0.3);
}

.w-80 {
	width: 80% !important;
}

.w-85 {
	width: 85% !important;
}

.h-80 {
  height: 80% !important;
}

.h-85 {
  height: 85% !important;
}

.h-100 {
  height: 100% !important;
}

/*Style section fasilitas*/
/*.fasilitas {
	background: powderblue;
	background-repeat: no-repeat;
	background-size: cover;
}*/

/*===========================
       11.FOOTER css 
===========================*/
.footer-about .text {
  padding-top: 25px;
  font-size: 16px; 
}

.footer-title .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  color: #222; 
}

.footer-link ul li {
  margin-top: 25px;
}

.footer-link ul li a {
  font-size: 16px;
  color: #798795;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; 
}

.footer-link ul li a:hover {
  color: #222; 
}

.footer-contact .text {
  font-size: 16px;
  padding-top: 15px; 
}

.footer-contact .social li {
  display: inline-block;
  margin-right: 26px; 
}

.footer-contact .social li:last-child {
  margin-right: 0; 
}

.footer-contact .social li a {
  font-size: 26px;
  color: #798795;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; 
}

.footer-contact .social li a:hover {
  color: #f14836; 
}

.footer-copyright {
  padding: 25px;
  border-top: 1px solid #dedede4f; 
}

.footer-copyright .text {
  font-size: 16px; 
}

.footer-copyright .text a {
  color: #f14836; 
}

/*===== BACK TO TOP =====*/
#toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#toTop:hover {
  background-color: #fff; 
}