/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 5, 2019, 9:10:34 PM
    Author     : Andik Hermawan<andik.system@gmail.com>
*/

html {
    color: #fff;
    background: url('/resources/img/publik.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body{
    margin:0; 
    padding: 0;
}

html, html a {

}

.ui-widget {

}

.ui-widget .ui-widget {

}

.main-content {
    width: 800px;
    margin: 64px auto;
    padding: 32px 64px;
    text-align: center;
    border-radius: 32px;
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.2s ease-in-out;
}

.card-1:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.main-content img {
    margin-bottom: 16px;
}

.main-content h1,
.main-content h2 {
    margin: 0;
    text-shadow: 1px 1px 2px rgba(96, 96, 96, 1);
}

.main-content h1 {
    font-size: 72px;
}

.main-content h2 {
    margin-bottom: 16px;
}

.menu {
    text-align: center;
}

.menu-item {
    display: inline-block;
    margin: 16px;
    width: 160px;
    text-align: center!important;
    text-decoration: none!important;
    vertical-align: top;
}

.menu-item-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center!important;
    font-size: 36px;
    margin: auto;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 8px;
    color: #006064!important;
}

.menu-item-icon i.fa {
    display: inline-block;
}

.menu-item-text {
    padding: 8px 0;
    color: #fff!important;
    text-shadow: 1px 1px 2px rgba(96, 96, 96, 1);
}