body {
  color:#fff;
  height:100%;
  background: linear-gradient(0deg,#0A1A2F, #0A1828) no-repeat;
  background-color: #0A1A2F;
  font-family: 'Poppins', sans-serif;

}
.ar-bubble{
font-size: 80%;
background-color: rgba(0,255,255,0.25);
display: inline-block;
font-weight: bold;
font-style:normal !important;
padding: 5px 10px;
border-radius: 15px;
margin-right:2px;
margin-bottom: 8px !important;
color:#ddd !important;
}
.id-bubble{
  font-size: 80%;
  background-color: rgba(177, 80, 41,0.25);
  display: inline-block;
  font-weight: bold;
  font-style:normal !important;
  padding: 5px 10px;
  border-radius: 15px;
  margin-right:2px;
  margin-bottom: 8px !important;
  color:#ddd !important;
  }
.mm-bubble{
    font-size: 80%;
    background-color: rgba(204,0,102,0.25);
    display: inline-block;
    font-weight: bold;
    font-style:normal !important;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right:2px;
    margin-bottom: 8px !important;
    color:#ddd !important;
    
    }
li{
  list-style-position: inside;
}
h1,h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
}
h1{
  color: #FF5A5F;
  font-weight: 600;
}
h2 
{  color: #FF5A5F;
  font-weight: 600;
  font-size: 2rem;
  border-bottom: dashed 1px #333;
}

h3 {
  font-size: 1.5rem;
  color: #FF5A5F;
  margin-top: 0.4em;
}

h4 {
  font-size: 1.2rem;
}
.full-click > h4 {
  color: #FF5A5F;
}
.full-click > p{
  font-style: italic;
  color:#999;
}
a.nav-anchor{
  border-radius: 5px;
  padding:0.6rem 0.9rem;
  margin: 0.1rem 0.1rem;
  background-color:unset;
  color:#ffffff;
}
a:hover.nav-anchor{
  background-color:#FF5A5F;
  transition:1.2s;
  color:#0A1828;
}

ul {
  margin-left: 1em;
}

a {
  color: #FF5A5F;
  transition: 1s;
}

a:hover {
  color: #B15029;
  transition: 1s;
}
#footer{
  border-top:solid 1px;
  background-color:rgba(255,255,255,0.2);
}
#footer p{
  margin:1em;
}
#logo img{
  padding-left:1em;
  width:300px;
  max-width:35%;
}
#portfolio-item img{
 background-color: rgba(155,155,155,0.2);
 padding:.5em;
 border-radius: 5px;
 margin-bottom:1em;
}
.full-click{
  display:block;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.1);
  border-radius:1em;
  padding:1em;
  margin-bottom:1em;
  transition:1s;
}
a:hover.full-click{
background-color: rgba(155,155,155,0.3);
transition: .8s;

}
.full-click p{
  margin-bottom:0;
}

a.full-click {
  color:#fff;
}

#cube {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0A1828;
  color: #fff;
  padding: 1rem;
  z-index: 1;
  transition: top 0.3s ease-in-out;
}

#top-bar .nav-anchor {
  color: #fff;
  font-weight: 400;
}
#top-bar a:hover.nav-anchor{
  color:#0A1828;
}

#content {
  padding-top: 5rem;
}
.small-bold-title{
  font-weight:bold;
  color:#FF5A5F;
  font-size:1.2rem;
}
.role-bubble{
  display: inline-block;
  padding: .5em;
  margin-top:.5em;
  margin-left:.5em;
 background-color: rgba(255,255,255,0.2);
  color: #ffffff;
  font-weight: normal;
  border-radius: 15px;
  text-decoration: none;
}
a.resume-button {
  display: inline-block;
  padding: .9em 1.1em;
  background-color: #FF5A5F;
  color: #1C0221;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
}

a:hover.resume-button {
  background-color: #B15029;
}

section {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

#intro p, #intro p.contact {
  font-size: 1.8rem;
}
#intro p{
  display:inline;
}
#intro{
  margin-top:5em;
}
h1.name{
  color: #FF5A5F;
  font-weight:bold;
  display:inline;
  font-size:1.8rem;
}
.name{
  color: #FF5A5F;
  font-weight:bold;
}

#intro p.contact {
  font-size:1.5rem;
  font-weight: bold;
}

#experience h3 {
  color: #FF5A5F;
  font-size: 1.5rem;
}

#experience h4 {
  font-style: italic;
  font-size: 1.2rem;
}

.hello-animate{
  animation-name: hello-there;
  animation-duration: 1s;
  animation-direction: alternate ;
  animation-iteration-count: 2;
  animation-timing-function: ease;

}
@keyframes hello-there {
  from {
   font-size:1.8rem;
  }
  to {
    font-size:2.5rem;
    color: #FF5A5F;
  }
}
@media only screen and (max-width: 640px) {
  #logo img{
    width:20%;
    text-align: center;
    display: block;
    margin:0 auto;
  }
  .menu>li>a.nav-anchor{
    margin-top:1rem;
    padding:0.7rem 0.7rem .7rem .7rem;
  }
  .nav-anchor{
    font-size:.8rem;
  }
  .resume-button{
    font-size:.8rem;
    margin-top:1rem;
  }
}

