/* here you can put your own css to customize and override the theme */
@font-face {
    font-family: OpenSans-Regular;
    src: url(font/OpenSans-Regular.ttf);
}

@font-face {
    font-family: Mission-Script;
    src: url(font/Mission-Script.otf);
}



@font-face {
    font-family: OpenSans-Bold;
    src: url(font/OpenSans-Bold.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src: url(font/Raleway-Bold.ttf);
}

.colorBg.colorBg1 {
    background-color: #34495e;
    background-image: none;
}

body {
	font-family: OpenSans-Regular !important;
    background-color: transparent !important;
}

.eternity-form h1, .eternity-form h2, .eternity-form h3, .eternity-form h4, .eternity-form h5, .eternity-form h6 {
	font-family: Raleway-Bold;
}

.eternity-form .green-btn, .eternity-form .green-btn:hover, .eternity-form .blue-btn {
    background-color: #16a085;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Raleway-Bold;
    font-weight: 300 !important;
}



.nav > li > a {
    color: #ffffff;
}

#kepala,#pesan {
    background-color: transparent;
    
}

.nav > li > a:hover, .nav > li > a:focus {
    color:#000000;
    background-color: #eeeeee;
}

html,body {
    height: 100%;
}

.fill {
    min-height: 100%;
    height: 100%;
}

.padding-margin {
    padding:15px;
    margin:5px;
    background: #ffffff;
}

#notifikasi {
    background: #e74c3c;
}

