/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);

.icons img{
  width: 35px;
}
.icons p{
  font-size: 1em;
  color: #f6f8fa;
  font-weight: 600;
  margin-bottom: 0;
}
a{
  font-weight: 600;
}
a:hover p{
  color: rgb(32, 150, 255);
  text-shadow: 0 0 0.01px black;
  text-decoration: none!important;
  /*text-shadow: 3px 2px 4px rgb(32, 150, 255);*/

}
a:hover img{
  opacity: 0.5;
  
  /*box-shadow: 0 1rem 3rem rgb(32, 150, 255)!important;*/

}

a:hover{
  text-decoration: none!important;
}

body{

  padding: 0;
  margin: 0;
  color: rgba(58, 58, 58);
  
  background-color: rgb(246, 248, 250);  
}

.outer-container{
  padding: 4em;
}
.line{
    border-right: 2px solid rgba(58, 58, 58, 0.75);
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Anonymous Pro', monospace;  
    font-weight: 600;
    line-height: 1.5em;
    margin: 0 auto;
    text-transform: uppercase;
}

/* Animation */
.anim-typewriter{
  animation: typewriter 1000ms steps(9) 1s 1 normal both,
             blinkTextCursor 600ms steps(50) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 5em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(58, 58, 58,.75);}
  to{border-right-color: transparent;}
}

/* Hide boostrap dropdown arrow */
.caret-off::before {
  display: none;
}
.caret-off::after {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}

.carousel-indicators li{
  background-color: black;
}

.tags{
  display: inline-block;
  font-family: monospace;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 20px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 3px;
  margin-top: 0.3em;
}

.project{

  background-color: rgb(248, 248, 248);
  border: solid 1px #a0a0a06e;
  margin-bottom: 1.5em;
}

.project:hover{
  box-shadow: 0 1rem 3rem rgba(0,0,0,.3)!important;
 /* transition: box-shadow 700ms;*/
  background-color: #ffffff;
  cursor: pointer;
}

.footer{
  background-color: #3a3a3a;
  color: #f6f8fa;
  font-size: 0.9em;
  font-weight: 600;
}

.modal-dialog{
  max-width: 500px;

}
.modal-footer{
  justify-content: center;
  background-color: #3a3a3a;
  border-bottom-left-radius: 0; 
  border-bottom-right-radius: 0; 
}
.modal-header{
  background-color: #3a3a3a;
  color: white;
  border-top-left-radius: 0; 
  border-top-right-radius: 0; 
}

.x-light{
  color: white;
}

.top-menu{
  background-color: #3a3a3a;
  color: white;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.dropdown-menu{
  background-color:  #f6f8fa;
}

.dropdown-item:focus , .dropdown-item:hover{
  background-color:  #dedede;
}
.g-recaptcha{
  transform:scale(0.9);
  -webkit-transform:scale(0.9);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;

}

.wid-max-600{
  max-width: 600px;
}

.form-control{
  background-color: #4c4c4c;
  color: white;
}
.form-control:focus{
  background-color: #5f5f5f;
  color: white;
}

.footer-title{
  padding-top: 1em;
  padding-bottom: 0.6em;
  font-size: 1.5em;
  text-align: center;
}
