* { 
    margin: 0; padding: 0; 
}
body { 
    font: 16px 'Tenor Sans', Sans-Serif; 
    line-height: 24px; 
    background: url(images/noise.jpg); 
    background-attachment: fixed;
}
.clear { 
    clear: both; 
}
#page-wrap { 
    width: 800px; 
    margin: 40px auto 60px; 
}
#pic { 
    float: right; 
    margin: 175px -150px 0 0; 
    width: 400px;
}
#pp { 
    position: absolute;
    z-index:-5;
    margin: -10px 0px 0 -225px; 
    width: 160px;
    border: 3.5px solid rgb(37, 37, 37);
    border-radius: 150px;
}
h1 { 
    margin: 0 0 16px 0; 
    padding: 0 0 16px 0; 
    font-size: 42px; 
    font-weight: bold; 
    letter-spacing: -2px; 
    /* border-bottom: 1px solid #999;  */
}
h2 { 
    font-size: 20px; 
    margin: 0 0 6px 0; 
    position: relative; 
}
h2 span { 
    position: absolute; 
    bottom: 0; 
    right: 0; 
    font-style: italic; 
    font-family: Georgia, Serif; 
    font-size: 16px; 
    color: #999; 
    font-weight: normal; 
}
p { 
    margin: 0 0 16px 0; 
}
a { 
    color: #999; 
    text-decoration: none; 
    /* border-bottom: 1px dotted #999;  */
}
a:hover { 
    color: black; 
}
ul { 
    margin: 0 0 5px 17px; 
}
.linebreak{
    padding-top: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #999;
}
#objective { 
    width: 500px; 
    float: left; 
}
#objective p { 
    font-family: Georgia, Serif; 
    font-style: italic; 
    color: rgb(44, 44, 44); 
}
#job-title{
    font-family: Georgia, Serif; 
    font-style: italic; 
    color: rgb(44, 44, 44); 
}
dt { 
    font-style: italic; 
    font-weight: bold; 
    font-size: 18px; 
    text-align: right; 
    padding: 0 26px 0 0; 
    width: 150px; 
    float: left; 
    height: 100px; 
    border-right: 1px solid #999;  
}
dd { 
    width: 600px; 
    float: right; 
}
dd.clear { 
    float: none; 
    margin: 0; 
    height: 15px; 
}
#info-pages{
    flex: 55%;
    display: block;
    margin-top: 6%;
    margin-right: 10%;
    width: 100%;
    height: 100%;
}
.page > ul > li{
    padding: 0 0 0 15px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.page{
    box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
    overflow-x: hidden;
    margin-bottom: 30px;
    padding: 15px 30px 30px 30px;
    background-color: #fff;
}
.page > p{
    font-size: 19px;
    line-height: 2;
}
.page > ul{
    list-style-type: none;
}
#category{
    font-size: 20px;
    font-weight: bold;
    
}
.tag{
    font-size: 19px;
}
.tag span{
    font-size: 15px;
    /* color: #0e141e; */
    color: #1241ff;
    font-weight: bold;
}
.tag span span{
    font-size: 13px;
    /* font-weight: bold; */
    color: #648dff;
    /* text-shadow: 0px 0.5px #aaaaaa9f */
}
@media screen and (max-width:1090px){
    #sidebar{
        margin-left: 5%;
    }
}
@media screen and (max-width:850px){
    #container{
        display: block;
    }
    #sidebar{
        width: 90%;
    }
    .page{
        margin: 0 5%;
        margin-bottom: 30px;
    }
}
#skill {
  display:inline;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px !important;
  background: #4768eb77;;
  padding: 2px;
  border-radius: 4px;
  line-height: 35px;
}
#skill:hover {
  background-color: #3f64face;
  color: white;
}
#skill-stronger {
  display:inline;
  font-family: "Courier New", Courier, monospace;
  font-size: 18px !important;
  background: #2349e277;;
  padding: 3px;
  border-radius: 5px;
  line-height: 35px;
}
#skill-stronger:hover {
  background-color: #345dffce;
  color: white;
}
.cryptedmail:after {
  content: attr(data-name) "." attr(data-surname) "@" attr(data-domain) "." attr(data-tld);
}
.cryptedmail{
    font-size: 15px !important;
    font-weight: bold;
    color: #708090;
    text-decoration: none;
    font-family: 'Cutive Mono', Courier, monospace;
}
#section-title{
  line-height: 30px;
  text-align:center;
  
}
#social-thumbnail{
    position: relative;
    width: 40px;
    border-radius: 20px;
}
#cert-thumbnail{
    display:inline-block;
    width:150px;
    padding: 0px 15px;
    border-radius: 20px;
}
#thumbnail{
    float:right;
    margin-right: 100px;
    width:100px;
    border-radius: 20px;
}
.link{
  text-decoration: none;
  color: #432100;
  font-weight: bold;
  border-bottom: 1px dotted #999;
  /* font-family: 'Cutive Mono', Courier, monospace; */
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.link:hover{
    text-decoration: none;
    color: #1241ff;
    border-bottom-style: solid; 
}
ul > li{
  font-size: 15px;
  color: #363636;
  list-style-type: disc;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  /* font-family: "Monaco", monospace; */
}
#extra-info{
    font-size: 15px;
    color: #363636;
    list-style-type: disc;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}

#count{
    font-family:'Courier New', Courier, monospace;
    /* font-weight: bold; */
    font-size: 23px;
    color: #1241ff;
}
.amazonify{
    font-family:'Amazon Ember', sans-serif;
    color:#FF9900;
    font-weight: bold;
    text-shadow: 0.45px 0.45px black;
}
.copyright{
    text-align: center;
}
@import url(https://fonts.googleapis.com/css?family=Cherry+Swash);
.countheader{
    margin-top: -50px;
    font-family: 'Cherry Swash';
    font-size: 18px;
    color: #393939;
    font-style: italic;
}