body, h1, h2, h3, h4, .contact-details {
	font-family: 'SF Pro Text', 'Helvetica Nueu', 'Helvetica', sans-serif !important;
	color: #333 !important;
}
body {
	font-size: 15px !important;
}
/*#header {
	background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
}*/
#header {
    background: linear-gradient(272deg, #3267ba, #ffffff);
    background-size: 400% 400%;

    -webkit-animation: headerAnimationGradation 15s ease infinite;
    -moz-animation: headerAnimationGradation 15s ease infinite;
    animation: headerAnimationGradation 15s ease infinite;
}

@-webkit-keyframes headerAnimationGradation {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@-moz-keyframes headerAnimationGradation {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@keyframes headerAnimationGradation {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}

#footer {
	font-size: 15px !important;
}
#logo-footer {
	height: 35px !important;
}
#breadcrumbs ul li {
	font-size: 15px !important;
}
.post-content {
	margin: 0px;
}

.mobile-header {
	visibility: hidden;
	position: fixed;
	top: 0;
	z-index: 90;
}

#burger {
	visibility: hidden;
}

.testimonials {
	background: #ddd;
}

/**
 * Pengaturan tampilan mobile
 */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	.meta span {
		display: inline !important;
	}
	.about-author {
		padding: 5px !important;
	}
	#content {
		margin-top: 100px;
	}
	.mobile-header {
		position: fixed;
		top: 0px;
		width: 100%;
		visibility: visible;
		height: 60px;
		/*background: #f3e30b;*/
		/*background: rgb(204,192,24);*/
		/*background: linear-gradient(0deg, rgba(204,192,24,1) 0%, rgba(255,247,146,1) 100%);*/
		border-bottom: solid 2px #dd0a04;
	}
	.mobile-header {
	    background: linear-gradient(272deg, #3267ba, #ffffff);
	    background-size: 400% 400%;

	    -webkit-animation: headerAnimationGradation 15s ease infinite;
	    -moz-animation: headerAnimationGradation 15s ease infinite;
	    animation: headerAnimationGradation 15s ease infinite;
	}

	@-webkit-keyframes headerAnimationGradation {
	    0%{background-position:0% 50%}
	    50%{background-position:100% 51%}
	    100%{background-position:0% 50%}
	}
	@-moz-keyframes headerAnimationGradation {
	    0%{background-position:0% 50%}
	    50%{background-position:100% 51%}
	    100%{background-position:0% 50%}
	}
	@keyframes headerAnimationGradation {
	    0%{background-position:0% 50%}
	    50%{background-position:100% 51%}
	    100%{background-position:0% 50%}
	}
	#burger {
		visibility: visible;
	}
	#links {
		visibility: visible;
	}
	#navigation {
		display: none;
	}
	.container.floated {
		width: 90% !important;
		padding: 0 10px !important;
	}
	.container {
		width: 90%;
	}
	.header-top {
		display: none;
	}
	.selectnav {
		margin-top: 20px;
		margin-left: 5%;
		width: 90%;
	}
	#footer, #footer-bottom, #wrapper {
        width: 100%;
    }
    .six.columns, .four.columns {
    	width: 100% !important;
    }
    .container .one-third.column {
    	width: 100% !important;
    }
    .container .four.floated {
    	width: 100% !important;
    	padding-left: 0px !important;
    }
    .container .eleven.floated {
    	width: 100% !important;
    	padding-left: 0px !important;
    }
    .container .sixteen.floated {
    	width: 100% !important;
    	padding-left: 0px !important;
    }
    .page-title h2 {
    	font-weight: 800;
    }
    .container .sixteen.columns {
    	width: 100% !important;
    }
    .container .eight.columns {
    	width: 100% !important;
    }
    .container .ten.columns {
    	width: 100% !important;
    }
    .sidebar.left {
    	display: none;
    }
}

/*@media only screen and (max-width: 767px) {
}*/

#burger{
	z-index: 99;
	position: fixed;
	right: 0;
	top: 0;
	color: white;
	/*background: linear-gradient(45deg, #9682C8 10%, #05BCC9);;*/
	background: #3267ba;
	font-size: 32px;
	padding: 16px 16px 32px 32px;
	border-radius: 0% 0% 0% 100%;
	transition: 1s;
	cursor: pointer;
}

#quit{
	z-index: 101;
	position: fixed;
	top: 0;
	color: white;
	font-size: 32px;
	padding: 16px;
	display: none;
	cursor: pointer;
}

#links {
	visibility: hidden;
	position: absolute;
	top: 0px;
	/*display: none;*/
	flex-direction: column;
	/*width: 100vw;*/
	/*height: 400px;*/
	/*padding: 25vh 0;*/
	/*width: 100vw;*/
	padding: 10px;
	padding-top: 30px;
	justify-content: space-around;
	color: black;
}

#links table {
	/*align-content: center;*/
	width: 90%;
	z-index: 100 !important;
	text-align: center;
	text-decoration: none;
	color: white;
	font-size: 14px;
	/*font-family: 'Roboto';*/
	/*z-index: 10;*/
	border-spacing: 10px;
	border-collapse: separate;
}
#links table tr {
	width: 100% !important;
}
#links table td {
	padding: 10px;
	background: #F3E308;
	color: black;
	width: 100% !important;
}
#links table td a {
	width: 100%;
	display: block;
	color: black;
}

#links table tr td { border-top-left-radius: 10px; }
#links table tr td { border-top-right-radius: 10px; }
#links table tr td { border-bottom-left-radius: 10px; }
#links table tr td { border-bottom-right-radius: 10px; }

.row-title {
	background: #DB0000 !important;
	color: white !important;
}