
body{
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
}
p{
  /*text-align: justify;*/
}

h1 {
    font-size: 1px;
    visibility: hidden;
}

.me {
  height: 50%;
  width: 50%;
  margin: 5px 0px 5px 20px;
  border: 1.5px solid;
  float: right;
}

.jumbotron{
  color: lime;
  background-color: black;
  margin-top: -30px;
  margin-bottom: -15px;
  height: 120px;
}

.custom-nav{
  background-color: #FFFFFF; filter: alpha(opacity=100);
  background-position: absolute;
  height: 50px;
}

.navbar{
  font-family: 'Cutive Mono', Courier, monospace;
  font-weight: bold;
  border-bottom: 0px solid black;
  margin: 0 auto;
}

#header-container{
  background-color: white;
}

#myname{
  font-size: 28px;
  color:white;
}

.i-am{
  font-size:21px;
  font-weight: 200;
  text-align: justify;
}

.headlink{
  color:white;
}

.heading{
  font-weight:600;
  text-align: center;
  color: #309E29;
  font-size: 36px;
  padding-top:40px;
  padding-bottom: 9px;
  text-shadow: 0.5px 0.5px black;
}

.div-pic{
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  height: 100px;
  width: 100%;
  margin-bottom: -20px;
}


.fa{
  font-size: 40px;
  padding: 5px;
}

a{
/*  color:black;
*/  font-weight:bold;
}

a:hover{
  text-decoration: none;
  color: #297A2D;
}



#about-content{
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  /*margin-bottom: -30px;*/
  text-align: justify;
}


#about-content>p{
  padding-bottom: 8px
}

#portfolio-content{
  text-align: center;
  /*margin-bottom: -30px;*/
}


.logo{

}


#moneta{
/*  max-height: 80px;
  padding-top: 5px;*/
  vertical-align: baseline;
  cursor: pointer;
  border: 1px black solid;

}

#moneta:hover{
  opacity: 0.7;
}


#resolv{
/*  padding-bottom: 20px;
  max-height: 80px;*/
  vertical-align: baseline;
  cursor: pointer;
  border: 1px black solid;
}

#resolv:hover{
  opacity: 0.7;
}

#hpfy{
  /*max-height: 80px;*/
  vertical-align: baseline;
  cursor: pointer;
  border: 1px black solid;
}

#hpfy:hover{
  opacity: 0.7;
}

#trvl{
/*  max-height: 80px;
  padding-top: 5px;*/
  vertical-align: baseline;
  cursor: pointer;
  border: 1px black solid;

}

#trvl:hover{
  opacity:0.7;
}




.modal-title{
  font-weight: bold;
  font-size: 2em;
}



#skills-content{
  font-size: 18px; 
  /*margin-bottom: -30px;*/
}

.skill{
  cursor:pointer;
}

.skill:hover{
  color: green;
  font-weight: bold;
}

/*Experience section*/
#experience-content{
  /*margin-bottom: -30px;*/
}

.experience-title{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: -5px;
}

.experience-employer{
  font-size: 20px;
  font-weight: bold;
  /*margin-bottom: -15px;*/
}

.experience-years{
  font-size: 18px;
  padding-bottom: 10px;
}

.experience-item{
  margin-bottom: 20px;
}


/*Social section*/
#social-section{
  text-align: center;
  /*margin-top: -40px;*/
}

#social-content{
  margin-bottom: 20px;
}


#foot{
  margin: 20px 0 20px 0;
  font-size: 10px;
  font-style: italic;
}
/*Blinking cursor*/

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/*Twitter Box*/

#twit{
  margin: auto;
  text-align: center;
  height: 300px;
  width: 500px;
}









