body {
    background: url(img/portal2/13.jpg) no-repeat;
    /* background: url(img/portal/bg.jpg) rgba(60, 193, 255, 0.5) no-repeat; */
    /* background-size: cover; */
    text-align: center;
    /* background-attachment: fixed;
    background-blend-mode: multiply; */
    /* zoom: -10; */
    /* background-image: linear-gradient(white, lightgray); */
}

a:hover {
    text-decoration: none;
}

.frame {
    position: fixed;
    width: 99%;
    height: 97%;
    z-index: -100;
    border: 5px solid #d47776;
    margin-left: 10px;
    border-radius: 10px;
}


/* .frame-tombol {
    background: #c9120f82;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    max-width: 170px;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 2px solid white;
    -moz-box-shadow: 7px 7px 7px rgba(68, 68, 68, 0.6);
    -webkit-box-shadow: 7px 7px 7px rgba(68, 68, 68, 0.6);
    box-shadow: 7px 7px 7px rgba(68, 68, 68, 0.6);
} */

.frame-tombol {
    background: #0f74c9b8;
    border-radius: 30px;
    /* padding: 20px; */
    text-align: center;
    max-width: 140px;
    margin: 0 auto;
    margin-bottom: 30px;
    /* border: 2px solid white; */
    /* -moz-box-shadow: 7px 7px 7px rgba(68, 68, 68, 0.6);
    -webkit-box-shadow: 7px 7px 7px rgba(68, 68, 68, 0.6);
    box-shadow: 7px 7px 7px rgba(68, 68, 68, 0.6); */
}

.frame-tombol span {
    color: white;
    font-size: 15px;
}

.main {
    margin-top: 11%;
    margin-bottom: 20%;
}


/* .bg-peta {
    background: url(img/portal/peta-indonesia.png) no-repeat center fixed;
    background-size: 100%;
    min-height: 100%;
    height: auto;
} */

.bg-peta {
    background: url(img/portal2/peta.png) no-repeat center fixed;
    background-size: 85%;
    min-height: 100%;
    height: auto;
}

.tombol-atas {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

header {
    padding: 10px 10%;
}

header h1,
h2,
h3,
h4,
h5 {
    color: white;
    text-shadow: 2px 2px 10px #286090;
}


/* header h1 {
    background: #ff5b5b;
    padding: 13px;
    border-radius: 10px;
} */

header img {
    margin-bottom: 10px;
}

.og-grid {
    list-style: none;
    /*padding: 20px 0;*/
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.og-grid li {
    display: inline-block;
    margin: 10px 5px 0 5px;
    vertical-align: top;
    height: 250px;
}

.og-grid li>a,
.og-grid li>a img {
    border: none;
    outline: none;
    display: block;
    position: relative;
}

.og-grid li.og-expanded>a::after {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ddd;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px;
}