/* ====== Bagian Other */
body {
	font-family: "Roboto-Light";
}
section, footer {
  padding: 20px 0;
}

/* ====================================Back to top */
.btn-to-top {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	padding: 0 8px;
}
ul.right li a:hover{
	transition: .3s;
	color: #ffffff;
  }
  ul.right {
	opacity: .9;
  }
  h3 {
	padding-bottom: 5px;
  }
  h4 {
	padding-bottom: 5px;
  }

/* fallback */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/MaterialIcons-Regular.woff2) format('woff2');
  }
  .material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
  }
  @font-face {
	  font-family: 'Roboto-Bold';
	  src: url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'),
		   url('../fonts/roboto/Roboto-Bold.woff') format('woff');
	  font-weight: normal;
	  font-style: normal;
  }
  
  @font-face {
	  font-family: 'Roboto-Light';
	  src: url('../fonts/roboto/Roboto-Light.woff2') format('woff2'),
		   url('../fonts/roboto/Roboto-Light.woff') format('woff');
	  font-weight: normal;
	  font-style: normal;
  }
  
  @font-face {
	  font-family: 'Roboto-Medium';
	  src: url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'),
		   url('../fonts/roboto/Roboto-Medium.woff') format('woff');
	  font-weight: normal;
	  font-style: normal;
  }
  
  @font-face {
	  font-family: 'Roboto-Regular';
	  src: url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
		   url('../fonts/roboto/Roboto-Regular.woff') format('woff');
	  font-weight: normal;
	  font-style: normal;
  }
  
  @font-face {
	  font-family: 'Roboto-Thin';
	  src: url('../fonts/roboto/Roboto-Thin.woff2') format('woff2'),
		   url('../fonts/roboto/Roboto-Thin.woff') format('woff');
	  font-weight: normal;
	  font-style: normal;
  }

/* ====== Bagian Carousel */
.caption h1 {
  text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

.parallax img {
  filter: grayscale(1);
  filter: opacity(.8);
}

.slides li img {
	padding-top: 650px;
}

/* ====== Bagian Navbar */
.navbar-fixed{
  z-index: 999;
}

@media screen and (max-width: 600px) {
	.caption h1 {
		font-size: 44px;
		line-height: 55px;
		letter-spacing: 2.5px;
		margin-top: 5px;
	}
}

/*=============================================== Navbar */
.border {
	top: -200px;
	position: relative;
	margin: 0 auto;
	width: 600px;
	height: 15px;
	background-image: linear-gradient(to right,#FF708D,#79BDFF 25% 75%,#73F373);
	z-index: -1;
}
#menu-dropdown li a{
	line-height: 34px;
	color: #00acc1 ;
}
#menu-dropdown li{
	border-bottom: 3px solid white;
	box-sizing: border-box;
}
#menu-dropdown li:hover{
	border-bottom: 3px solid #212121;
	transition: .5s;
}
#menu-dropdown li a{
	color: #212121;
}
a.dropdown-button{
	width: 150px;
}
.sampul{
	filter: blur(2px);
	filter: brightness(30%);
}
.navbar-fixed{
	z-index: 999;
	font-weight: bold;
	/*opacity: .9;*/
  }

  .brand-logo{
	font-size: 24px;
	font-weight: bold;
  }
  .div-collapse {
	margin: 0 !important;
 }
 .collapsible-header {
   padding-top: 8px !important;
 }
 .small-icon {
	font-size: 12px;
	margin: 0 !important;
}
.nav-chev {
	float: right;
	font-size: 12px !important;
	padding-left: 50%
}
.icon-nav-menu {
  float: left;
}
.userView {
	margin: 0 !important;
}
.nav-index {
	background-color: white;
	transition: .3s;
}
/* ================== Bagian Intoduction */
.about {
	padding: 0;
  }
  /* foto resmi */
  #image-profile {
	width: 250px;
	height: 250px;
	opacity: 0;
  }
  
/* ====== Bagian Skills */
/* =================================== skills */
#staggered-test li, #staggered-test1 li{
	opacity: 0;
}

  .parallax img {
	filter: grayscale(1);
	filter: opacity(.8);
  }

  .parallax-container h3{
	margin-top: 70px;
  }
.person {
	height: 500px;
	width: auto;
}

.parallax-container {
	height: auto !important;
}

.php-bar {width: 80%;}
.css-bar {width: 65%;}
.js-bar {width: 35%;}
.bootstrap-bar {width: 60%;}
.jquery-bar {width: 25%;}
.material-bar {width: 90%;}
.ci-bar {width: 75%;}
.sql-bar {width: 85%;}
.html-bar {width: 95%;}
.filmora-bar {width: 90%;}
.inkscape-bar {width: 46%;}
.gimp-bar {width: 65%;}

/* ====== Bagian Experience */
/* ====== Bagian Contact */
/* =============================== Contact */
i.contact-icons{
	font-size: 80px;
	color: #00838f ;
}
a.contact-link{
	color: #00838f;
}
a.contact-link:hover{
	transition: .4s;
	text-decoration: underline;
}
div.card-contact:hover a.contact-link{
	transition: .4s;
	color: snow;
}
div.card-contact:hover i.contact-icons{
	transition: .4s;
	color: snow;
}
div.card-contact:hover {
	transition: .4s;
	background-color: #00838f;
}
div.card-blog:hover {
	transition: .4s;
	background-color: #f57c00 ;
}
a.contact-link-blog{
	color: #f57c00;
}
i.contact-icons-blog{
	font-size: 80px;
	color: #f57c00 ;
}
div.card-blog:hover a.contact-link-blog{
	transition: .4s;
	color: snow;
	text-decoration: underline;
}
div.card-blog:hover i.contact-icons-blog{
	transition: .4s;
	color: snow;
}
.card-panel {
	padding: 20px;
	margin: 48px 0;
	width: 100%;
}
/* ====== Bagian Portfolio */
.card-image {
	height: 100%;
	padding: 13px;
  }
  .card-image img {
	height: 100%;
  }
.div-portfolio {
	padding: 12px !important;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* ====== Bagian Footer */
/* ==================================== Bagian isi footer */

.sosmed {
	padding-left: 210px !important;
  }
  .sosmed a i{
	font-size: 25px;
	color: #fafafa;
	padding-right: 12px;
	text-align: right;
  }
  .sos-foot {
	margin-top: 5%;
  }
  .sosmed-footer li a i{
	font-size: 40px;
	color: #fafafa;
	padding-right: 12px;
	text-align: right;
  }
  .sosmed-footer li a i:hover{
	transition: .3s;
	color: #424242;
  }
  .sosmed a i:hover{
	transition: .3s;
	color: #424242;
  }
.page-footer {
	padding-bottom: 0;
}
.footer-h5 {
	margin-top: 20px;
}