@font-face {
    font-family: 'HeliosBlack'; /* Name your font family */
    src: url('https://www.smkn1giritontro.sch.id/src/fonts/HeliosStencil-Black.ttf'); /* Locate the .ttf file within your directory*/
}
body {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    background-color: #eaf3ff;
}
body a {
    color: #202020;
}
body a:hover {
    /* color: gray; */
    text-decoration: none;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  /* text-decoration: none; */
  /* color: #fff; */
  /* margin: 0.5em; */
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;}

/* TOP BAR */
.top-bar {
    
    background-color: #002970;
    color: #ffffff;
    background-image: url(https://www.smkn1giritontro.sch.id/src/img/pattern1_03.png);
    background-blend-mode: overlay;
    background-size: 20em;
    font-size: 14px;
    padding: 16px 0 0;
}
.top-bar a {
    color: #ffffff;
}
.top-bar a:hover {
    color: #0f6fc7;
}
.top-bar i {
    margin-right: 5px;
}

/* MENU BAR */
.menu-bar {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #0f6fc7;
    border-bottom: 1px solid #004585;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.sm-clean {
    background: #0f6fc7;
}
.sm-clean ul {
    background: #004585;
}
.sm-clean ul a {
    color: #fff;
}
/* Dropdown hover background Menu */
.sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    background: #0f6fc7;
    color: #fff;
}

/* CAROUSEL */
.carousel-caption {
    /* border-top: 1px solid #fff; */
    color: #fff;
    /* background: #004585; */
    opacity: 0.7;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: left;
    padding: 30px;
}
.carousel-caption h2 {
    color: #fff;
}
.carousel-indicators li {
    background-color: #fff;
}
.carousel-indicators .active {
    background-color: #fbbc05;
}

/*  LOGO */
.brand {
    font-family: Arial, sans-serif, "Helvetica Neue", Helvetica;
    font-weight: bold;
    text-transform: uppercase;
    color: #fbbc05;
}

/* PAGE TITLE */
.page-title {
    font-weight: bold;
    border-bottom: 2px solid #fbbc05;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 0px;
}
.page-title:after {
    border-bottom: 2px solid #0f6fc7;
    width: 30%;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 10px;
}
footer .page-title:after {
    border-bottom: 2px solid #0f6fc7;
}
/* TESTIMONI */
.quote {
    overflow: hidden;
    background-color: #004585;
}
.quote-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 15px;
    color: #FFF;
    float: left;
    background-color: #fbbc05;
    left: 0px;
    top: 0px;
    height: 50px;
}
ul.quote {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    overflow: hidden;
    height: 50px;
    background-color: transparent;
}
ul.quote li {
    color: #fff;
    position: absolute;
    top: -950em;
    left: 0;
    display: block;
    white-space: nowrap;
    font: 14px Helvetica, Arial, sans-serif;
    padding: 17px 15px 15px 15px;
}
ul.quote li span {
    color: #fbbc05;
    font-weight: bold;
}

/*  Conten */
h5.card-title {
    font-size: 16px;
    font-weight: bold;
}

/* Sidebar */
.sidebar .list-group-item {
    border: 1px solid #6c757d;
}

/* Footer */
footer {
    color: #fff;
    font-size: 14px;
}
footer .primary-footer {
    background-color: #000000;
    padding: 30px 0;
}
footer .secondary-footer {
    border-top: 1px solid #fff;
    background-color: #002970;
    padding: 10px 0;
}
footer .copyright {
    color: #fff;
    /* border-top: 1px solid #fff; */
}
footer a {
    color: #ffffff;
}
footer a:hover {
    color: yellow;
}
footer .page-title {
    color: #ffffff;
}
.social-icon {
    width: 40px;
    height: 40px;
    font-size: 15px;
    background-color: blue;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    padding-top: 12px;
    border-radius: 50%;
}
.linked-in{
    background-color:#007bb6;
}
.facebook{
    background-color:#3b5998;
}
.twitter{
    background-color:#1da1f2;
}
.instagram {
    background-color:#fbbc05;
}
.youtube {
    background-color:#ef4e17;
}
.primary-footer nav ol.breadcrumb {
    background-color: transparent;
}

/* Tags */
.tag-content-block {
    display:block;
}
.tag a {
    border: 1px solid #fff;
    padding:12px 10px 8px 10px;
    color:#fff;
    display:inline-block;
    font-size:12px;
    text-transform:uppercase;
    line-height:11px;
    margin-bottom:5px;
    margin-right:2px;
    text-decoration:none;
}
.tag a:hover {
    border: 1px solid #fbbc05;
    color: #fff;
}

/* Fullscreen Search */
#search_form {
    z-index: 999999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search_form.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search_form input[type="search_form"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search_form .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}

.action-button {
    background-color: #0f6fc7;
    color: #fff;
}
.action-button:hover {
    background-color: #014585;
    color: #fff;
}

/* Responsive */
/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .top-left{
        text-align: center !important;
    }
    .top-right {
        display: none;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .top-left{
        text-align: center !important;
    }
    .top-right {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .top-left{
        text-align: center !important;
    }
    .top-right {
        display: none;
    }
}

/* Overide Toastr color */
.toast {
    background-color: #030303;
}
/* custom toastr success */
.toast-success {
    background-color: #00cb18;
}
/* custom toastr error */
.toast-error {
    background-color: #ef5137;
}
/* custom toastr info */
.toast-info {
    background-color: #4b8df8;
}
/* custom toastr warning */
.toast-warning {
    background-color: #ffb848;
}
.toast-title, .toast-message {
    text-align: left;
}
.top-header {
    display: flex;
    align-items: center/* vertical alignment */
}
/* return to top */
#return-to-top {
    opacity: 0.7;
    z-index: 10000;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #fbbc05;
    width: 30px;
    height: 30px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 9px;
    top: 5px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #000;
}
#return-to-top:hover i {
    color: #fff;
}
