
body {
		background: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
		font-weight: 600;
    width:100%;

    overflow-x: hidden;
}




a {
  text-decoration: none !important;
  outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*------------------------------------------------------------------------------
                                Spinner Section              
--------------------------------------------------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #13100d;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }


/*------------------------------------------------------------------------------
                                Navbar Section              
--------------------------------------------------------------------------------*/


.custom-navbar {
  margin-bottom: 0;
  background-color: #ddd000;
}

.custom-navbar .btn-warning{
background-color: #3b2a2a;
border-color: transparent;
color: #ffffff;
font-size: 16px;
}

.custom-navbar .btn-warning:hover {
background: transparent;
border-color: #ffffff;
color: #130f0f;

}

.custom-navbar .navbar-brand {
  height:0px;
  width:40px;
}

.custom-navbar .navbar-brand img{
  height:45px;
  width:150px;
  padding-top: 0px;
}

.custom-navbar .nav li a {
  color:#13100d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 20px;
  transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
  background: azure;
  color: #f2545f;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
background-color: azure;
}

.custom-navbar .nav li.active > a {
  background-color: transparent
  color: #6b6b47;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 5px;
}

.custom-navbar .navbar-toggle {
  background-color: azure;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #ddd000;
  border-color: transparent;
}


@media(min-width:768px) {
  .custom-navbar {
      padding: 20px 0;
      border-bottom: 0;
      background-color: #ff8981; 
  }
  .custom-navbar.top-nav-collapse {
      background:azure;
      padding: 10px;
  }

}


/*------------------------------------------------------------------------------
                                Intro Section              
--------------------------------------------------------------------------------*/
#intro {
    background: url('..//images/desktop.jpg') 10% 0 repeat-y fixed;
    background-color: rgba(51, 51, 51, 0.6);
    filter: brightness(85%);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
}

#intro h1 {
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif
}

#intro .btn-warning{
  transform: translateY(60px);
  background-color: transparent;
  border-color: 2px #130f0f;
  color: #130f0f;
  font-size: 16px;
  margin-top: 30px;
}

#intro .btn-warning:hover {
  background: #130f0f;
  border-color: transparent;
  color: #ffffff;

}

/*----------------------------------------------------------------------------
                            Intro section Icons           
-----------------------------------------------------------------------------*/

#intro .icon-animate{
  position: absolute;
  align-content: center;
  padding-top: 40px;
  padding-right: 40px;
}

#intro .icon-animate a{
  display: inline-flex;
  width: 50px;
  height: 50px;
  background-color: #c25450;
  color: white;
  margin: 0 12px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  font-size: 20px;
}

#intro .icon-animate a:hover{
  background-color: #130f0f;
}

#intro .icon-animate a i{
  transition: 0.4s all;
}

#intro .icon-animate a:hover > i{
  transform: scale(1.2) rotate(25deg);
}

/*------------------------------------------------------------------------------
                                About Section              
--------------------------------------------------------------------------------*/
#about{
  padding: 130px;
  background-color: #f9f9f9;
}

#about img {
  position: relative;
  padding-bottom: 32px;
}

#about h3{
  color: #c25450;
  font-size: 30px;
}

#about p{
  color: #6b6b47;
  font-size: 16px;
}

/*------------------------------------------------------------------------------
                                Skills Section              
--------------------------------------------------------------------------------*/
#skill {
    background: url('..//images/code.jpg') 10% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 150vh;
    text-align: center;
    padding-top: 10rem;
    padding-bottom: 10rem;
    text-align: center;

}

#skill .fa {
  color: #ff8981;
  font-size: 48px;
  transform: translateY(-80px);

}

#skill h1{
  color: #ffffff;
  margin-bottom: 30px;
}

#skill h3{
  transform: translateY(-40px);
}

.column{
  margin: 44px;
  background-color: rgba(128, 128, 128, 0.3);
  box-shadow: 3px 5px #404040;
  border-radius: 10px;
  height: 180px;
  width: 300px;
  color: #ffffff;
}

.column h4{
  color: #ff8981;
  padding-top: 20px;
  padding-bottom: 20px;

}

.column p{
  color: #ffc168;
}


#certify {
  background: #f9f9f9;
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-align: center;
}

/*------------------------------------------------------------------------------
                                Projects Section              
--------------------------------------------------------------------------------*/
#projects {
    background: #f9f9f9;
    padding-top: 10rem;
    padding-bottom: 10rem;
    text-align: center;
}

#projects h2{
  color: #6b6b47;
}

#projects h3 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #070606;
}

#projects img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 15px 15px 0px 0px;
}

#projects .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#projects .projects-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
    border-radius: 15px;
    position: relative;
    top: 0px;
    transition: top ease 0.5s;
}

#projects .projects-wrapper img{
    position: relative;
    top: 0px;
    transition: top ease 0.5s;
}

#projects .projects-wrapper img:hover{
  top: -10px;
}


/*------------------------------------------------------------------------------
                                Education Section              
--------------------------------------------------------------------------------*/
#education {
    /* background: url('../images/library-copy1.jpg') 50% 0 repeat-y fixed; */
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
    color:#f9f9f9;
    height: 120vh;

}

#education p {
  color:black ;
  padding-top: 12px;
  padding-bottom: 18px;
}

#education img{
  height:250px;
  width:280px;
  padding-top: 10px;
  transition: transform .2s;
}

#education img:hover{
  transform: scale(1.2);
}

#education h1{
  color: black;
  text-align: center;
  padding-bottom: 50px;
}
#education h2{
  color: #ffc168;
}

hr { display: block; 
  margin-top: 0.5em; 
  margin-bottom: 0.5em; 
  margin-left: auto; 
  margin-right: auto; 
  overflow: hidden; 
  border-style: inset; 
  border-width: 1px;
  color: #ffc168;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  width:250px;
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}
.card-text {
  font-size: 20px;
}
/*---------------------------------------
   Footer section              
-----------------------------------------*/
#foot footer {
  background-attachment: fixed;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}

#foot p{
  color: #eb7870;
  padding-top: 10px;
  font-weight: 400;
  font-size: 15px;
}

#foot .place{
  transform: translateY(-70px);
  color: #44441b;
  font-weight: 400;
  font-size: 15px;
  padding-bottom: 20px; 
}

/* Back top */
.go-top {
  background-color: #c25450;
  bottom: 1em;
  right: 1em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #f2545f;
    color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #ffc168;
    border-radius: 100px;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    margin:5px;
}

.social-icon li a:hover {
    background: #ff8981;
    color: #ffffff;
}

.name{
  color: #6b6b47;
  line-height: 5em;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 500;
}

/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 13px;}

  body{
    overflow-x: hidden;
  }

  .custom-navbar .navbar-brand {
    font-size: 2rem;
    transform: translateX(-50px);
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	line-height: 20px;
  }

  #intro { 
    height: 100vh; 
  }

  #skill{
    height: 90vh;
  }

  #about{
    padding-left: 80px;
  }
  #about img{
    width: 250px;
  }

  .column {
    width: 160px;
  }

  #education img{
    width: 230px;
    height: 80px;
  }
}

@media (max-width: 850px) {

  body{
    overflow-x: hidden;
  }
  .custom-navbar .navbar-brand {
    line-height: 20px;
    transform: translateX(0px);
  }

  #overview img,
  #detail .col-md-4,
  #register form {
    padding-top: 32px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #about img{
    width: 200px;
  }

  #skill {
    height: 100vh;
  }

  #skill h1{
    padding-bottom: 20px;
  }

  .column {
    width: 160px;
  }

  #education img{
    width: 200px;
    height: 70px;
  }

  #foot .place{
  transform: translateY(0px);
  color: #6b6b47;
  font-weight: 400;
  font-size: 15px;
  padding-bottom: 20px; 
}

}

@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }

  #about{
    height: 220vh;
  }

  #skill {
    height: 140vh;
  }

  #skill h1{
    padding-bottom: 20px;
  }

  #skill h3{
    font-size: 15px;
  }


  .column {
    width: 320px;
    height: 150px;
  }

  #about{
  height: 90vh;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}

#about img {
  position: relative;
  padding-bottom: 30px;
  width: 150px;
}


}

