html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	color: #333;

	background: #ffd961 !important;
	margin: 0;
	
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;/* 	cursor:url('images/navigation.png'),auto;
 */}

/* body:active{
	cursor:url('images/click.png'),auto;
	
} */


a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

input[type="range"] {
	height: 0;
}

button {
	background-color: #f4f4f4;
	outline: none;
}

button:active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}

nav {
	display: none ;
}
.nav-wrapper{
	background: #ffd961 !important;
	display: none ;
}

.card{
	background: #ffd961 !important;
	border-radius: 5px !important;
}
.form{
	border-radius: 5px !important;

}
 /* label focus color */
 .input-field input:focus + label {
	color: #000 !important;
}
/* label underline focus color */
  .input-field input:focus , textarea{
	border-bottom: 1px solid #000 !important;
	box-shadow: 0 1px 0 0 #000 !important;
  }
  .form i.active {
	color: black  !important;
}
.form .btn{
	background: #ffd961 !important;
	color: #444;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 5%;
}

.form .btn i{
	color:white;
}
.card-image {
    background: white;
}
.darkness-general{
	background: #2c2319 !important;
}
.yellow-general{
	background: #ffd961 !important;
}

.yellow-general-text{
	color: #ffd961 !important;
}

.bolder{
	font-weight: bold !important;
}

.row > .divider {
  height: 5px !important;
  background: #33313b !important;
}

/*habilities*/
.habilities span.card-title.activator {
    color: #fafafa !important;
    font-size: 20px ;
  }
  .habilities .card {
    background: #444 !important;
  }
  .habilities .card img.activator {
    height: 15rem;
  }
  /*   .collection-item {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
  } */
   .habilities .carousel-cell {
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
   .habilities .custom-card-image {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    min-height: 15rem;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
  }
/* loader*/

.loader-container {
	width: 100%;
	 height: 100%;
	 background: #24211f;
	 position: fixed;
	 z-index: 999;
	 margin: 0;
	 padding: 0;
 }

 .hide-loader{
	 display:none !important;
 }
 .show-loader{
	 display:block !important;
 }

/*animations*/

/*


 .loader-container svg {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
      transform: translate(-50%, -50%) rotate(45deg) scale(1);
}

.loader-container .stroke-still {
  stroke: #232323;
}
 
 .loader-container .stroke-animation {
   -webkit-animation: stroke-spacing 1.2s ease-in, stroke-color 4.8s linear;
		   animation: stroke-spacing 1.2s ease-in, stroke-color 4.8s linear;
   -webkit-animation-iteration-count: infinite;
		   animation-iteration-count: infinite;
   -webkit-animation-delay: 0;
		   animation-delay: 0;
   -webkit-animation-direction: normal;
		   animation-direction: normal;
   -webkit-animation-fill-mode: forwards;
		   animation-fill-mode: forwards;
   -webkit-animation-play-state: running;
		   animation-play-state: running;
   -webkit-transform-origin: center center;
		   transform-origin: center center;
 }
 
 @-webkit-keyframes stroke-spacing {
   0% {
	 stroke-dasharray: 0 200;
   }
   45% {
	 stroke-dashoffset: 0;
	 stroke-dasharray: 200 200;
   }
   90% {
	 stroke-dashoffset: -200;
	 stroke-dasharray: 200 200;
   }
   100% {
	 stroke-dashoffset: -200;
	 stroke-dasharray: 200 200;
   }
 }
 
 @keyframes stroke-spacing {
   0% {
	 stroke-dasharray: 0 200;
   }
   45% {
	 stroke-dashoffset: 0;
	 stroke-dasharray: 200 200;
   }
   90% {
	 stroke-dashoffset: -200;
	 stroke-dasharray: 200 200;
   }
   100% {
	 stroke-dashoffset: -200;
	 stroke-dasharray: 200 200;
   }
 }
 
 @-webkit-keyframes stroke-color {
   0%  { stroke: #3498DB; }
   24% { stroke: #643232; }
   25% { stroke: #327864; }
   49% { stroke: #327864; }
   50% { stroke: #32326e; }
   74% { stroke: #32326e; }
   75% { stroke: #78325a; }
   99% { stroke: #78325a; }
 }
 
 @keyframes stroke-color {
   0%  { stroke: #3498DB; }
   24% { stroke: #643232; }
   25% { stroke: #327864; }
   49% { stroke: #327864; }
   50% { stroke: #32326e; }
   74% { stroke: #32326e; }
   75% { stroke: #78325a; }
   99% { stroke: #78325a; }
 }


.animate-component{
    -webkit-animation: fadein 2s; // Safari, Chrome and Opera > 12.1 
       -moz-animation: fadein 2s; // Firefox < 16 
        -ms-animation: fadein 2s; // Internet Explorer 
         -o-animation: fadein 2s; // Opera < 12.1 
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

// Firefox < 16 
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

// Safari, Chrome and Opera > 12.1 
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

// Internet Explorer
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
 */

 .flickity-button{
    display:none !important;
  }
 
