
.background{
    background-image: url("../images/newyork.jpg");
    background-size: cover; 
    background-position:center;
    background-repeat: no-repeat; 
    background-attachment: fixed;
    height: 100%;
}
.layer{
    background-color: rgba(5, 8, 174, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container {
  max-width: 1280px !important;
  margin: auto !important;

}
@media(min-width: 780px){
  .container{
  padding: 0 130px !important;
  }

}


#navbara a{
  color: white !important;
  font-weight: 600 !important;
  padding-top: 30px !important;
  text-align: center;
  display: block;
  padding-right: 15px;
  padding-left: 15px;
}

#navbar-example{
  position: sticky !important;
  float:right !important;
  top: 0px !important;
  margin-right: 10px !important;
  padding-top: 0 !important;
}
#navbara{
  background-color: black;
}


#navbara li{
  list-style-type: none !important;
  display: block;
  float: none;
  height: 80px;
  position:relative;
}
ul{
  padding-left: 0 !important;
}

#skills{
  padding: 0 !important;
  padding-top: 20px;
  margin: auto;
}
.top-container{
  position: relative;
  top: 34%;
  z-index: 4;
  text-align: center;
}
body, html {
    font-family: 'Open Sans', sans-serif !important;
    position:relative;
    height: 100%;
  }

@media(min-width: 1200px){
  #h1{
    font-size: 70px;
    padding-bottom: 10px;
  }
}
#h1 {
    font-weight: 700;
    font-family: 'Philosopher', sans-serif !important;
    margin-bottom: 10px;
    color: white;

}
#hr {
  border: 2px solid white;
  margin-right: auto !important;
  margin-left: auto !important;
  width: 50%;
  
}
#h2 {
  color:white;
font-weight: lighter;
}
#section{
  color: #0508AE;
  font-size: 54px !important;
  text-align: center;
  font-weight: lighter;
  margin: 20px 0;

}

h3{
  font-weight: lighter;
  color: #0508AE;
  margin-bottom: 20px !important;
}
.experience {
margin-bottom: 20px !important ;
} 
h4{
  font-weight: 700 !important;
  font-size: 18px !important;
}
p{
  font-weight: 300 !important;
  margin-bottom: 0 !important;
}
.cropper{
  width: 235px;
  height: 235px;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #F2EED8 !important;
  position: relative;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;

}
#imgProf{
  height: 100%;
  width: 100%;
  object-position: right top !important;
  max-width: 100%;

}

#experience{
  background-color: #F2EED8;
  margin-bottom: 30px !important;
  padding-bottom: 20px !important;
}

.lead{
  text-align: center;
  font-size: medium;
}
hr{
  background-color: gray !important;
  margin: 40px 0 !important;
}
svg{
  fill: #0508AE;
}
.location{
  color:#0508AE;
  margin-top:20px;
}

.no-bullets{
  list-style-type: none;
  padding-inline-start: 0;
}

.filled{
  color:#0508AE !important; 
  
}
.ability-score{
  float:right;
  overflow: hidden;
}
.ability{
  font-weight: 300 !important;
}
li:hover .ability-score{
  letter-spacing: 1px;
}

#projects{
  background-color: #F2EED8;
  margin-bottom: 30px !important;
  padding-bottom: 20px !important;
}
.background-gray{
  background-color: #434242 !important;
}
.conta{
  text-align: center;
  color: white;
  font-size: 54px;
  font-weight: 300;
}
a{
  color: rgba(255,255,255, 0.7) !important;
  text-decoration:  none !important;
  font-weight:300;
}
a:hover{
  color: white !important;
}
.linkedin{
  fill: rgba(255,255,255, 0.7);
}
.mail{
  color: rgba(255,255,255, 0.7) !important;
  font-size: 34px;
}

.thought {
  display:flex;
  background-color:#0508AE;
  color: white;
  padding:20px;
  border-radius:30px;
  min-width:40px;
  max-width:220px;
  min-height:40px;
  margin:20px;
  position:relative;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.thought:before,
.thought:after {
  content:"";
  background-color:#0508AE;
  border-radius:50%;
  display:block;
  position:absolute;
  z-index:-1;
}
.thought:before {
  width:44px;
  height:44px;
  top:-12px;
  left:28px;
  box-shadow:-50px 30px 0 -12px #0508AE;
}
.thought:after {
  bottom:-10px;
  right:26px;
  width:30px;
  height:30px;
  box-shadow:40px -34px 0 0orange,
             -28px -6px 0 -2px #0508AE,
             -24px 17px 0 -6px #0508AE,
             -5px 25px 0 -10px #0508AE;
    
} 

.project{
  width: 100%;
  display: block;
}

h5{
  color: #0508AE;
}

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
  font-size: 12px;
  margin: 25px !important;
}

.tags li {  
  float: left; 
}

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999 !important;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: crimson;
  color: white;
}

.tag:hover::after {
   border-left-color: crimson; 
}