html, body, div, span, h1, h2, h3, h4, h5, h6, p,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.welcome-message{
  text-align: center;
  font-size: 40px;
  margin-top: 10px;
  font-family: sans-serif;
  font-weight: bold;
  font-variant: small-caps;
}

.main-container{
  width: 100%;
}

.page-container {
  width: 95%;
  float: right;
  min-height: auto;
}

.page-container:nth-child(odd) {
    background: white;
}

ul li {
  padding: 10px;
}

.fa-trophy {
  color: #4ac3a8;
}

@media screen and (min-width: 500px){
  .small-screen{
    display: none;
  }
}

@media screen and (max-width: 480px){
  .big-screen{
    display: none;
  }
}

a:hover{
  text-decoration: none;
}

.project-period {
  font-size: 15px;
  font-style: italic;
}

.chart {
  display: inline-block;
  position: relative;
}

.percentage {
  display: inline-block;
  position: absolute;
  margin-top: 48px;
  margin-left: 35px;
  font-size: 24px;
  z-index: 5;
  font-weight: bold;
}

.skill-title {
  font-size: 25px;
  color: #5b4c5c;
  font-weight: bold;
}

.intro-page{
  margin-top: 40px;
}

.cd-timeline-img {
  background: cadetblue;
}

.skill-set{
  padding-top: 30px;
  font-size: 60px;
  margin: auto;
  border-bottom: 3px solid red;
}

.projects-experience{
  padding-top: 30px;
  font-size: 60px;
  margin: auto;
  border-bottom: 3px solid green;
}

.education {
  padding-top: 30px;
  font-size: 60px;
  margin: auto;
  border-bottom: 3px solid #8bc34a;
}

.reach-me {
  padding-top: 30px;
  font-size: 60px;
  margin: auto;
  border-bottom: 3px solid #673AB7;
}

.icons-container {
  padding: 25px;
}

.achievements-point {
  width: 15px;
  height: 15px;
  border: solid #0a0101 5px;
  border-radius: 50%;
  background: #f2f2f2;
}

.sub-title {
  font-size: 30px;
}

.fa-4x {
  color: rgba(233, 30, 99, 0.58);
}

/*Common styles */

.p-15{
  padding:15px;
}
.m-15{
  margin:15px;
}
.p-20{
  padding:20px;
}
.p-r-10{
  padding-right: 10px;
}
.p-t-0{
  padding-top:0;
}
.p-r-0{
  padding-right:0;
}
.p-b-0{
  padding-bottom:0;
}
.p-l-0{
  padding-left:0;
}
.p-l-5{
  padding-left: 5px;
}
.p-l-10{
  padding-left: 10px;
}
.p-l-20{
  padding-left: 20px;
}
.p-0{
  padding:0px;
}
.p-t-5{
  padding-top: 5px;
}
.p-b-5{
  padding-bottom: 5px;
}
.p-r-5{
  padding-right: 5px;
}

.intro-text{
  padding-top: 20px;
}

.divider {
  display: block;
  border-bottom: 5px solid #227d1c
}

.introduction {
  line-height: 38px;
  font-size: 20px;
}

.name { 
  color: #111; 
  font-family: 'Helvetica Neue'; 
  font-size: 50px; 
  font-weight: bold; 
  letter-spacing: -1px; 
  line-height: 1; 
  text-align: center; 
}

.sub-title{
  padding: 20px;
}
.p-b-50{
  padding-bottom: 50px;
}

.m-l-5{
  margin-left:5px;
}
.m-r-5{
  margin-right:5px;
}
.m-t-5{
  margin-top:5px;
}
.m-b-0{
  margin-bottom:0;
}
.m-b-5{
  margin-bottom:5px;
}

.m-l-5n{
  margin-left:-5px;
}
.m-r-5n{
  margin-right:-5px;
}
.m-t-5n{
  margin-top:-5px;
}
.m-b-5n{
  margin-bottom:-5px;
}

.m-l-10{
  margin-left:10px;
}
.m-r-10{
  margin-right:10px;
}
.m-t-10{
  margin-top:10px;
}
.m-b-10{
  margin-bottom:10px;
}

.m-l-15{
  margin-left:15px;
}
.m-r-15{
  margin-right:15px;
}
.m-t-15{
  margin-top:15px;
}
.m-b-15{
  margin-bottom:15px;
}
.m-t-20{
  margin-top: 20px;
}
.m-r-20{
  margin-right: 20px;
}
.m-b-20{
  margin-bottom: 20px;
}
.m-l-20{
  margin-left: 20px;
}

.m-t-25{
  margin-top: 25px;
}
.m-r-25{
  margin-right: 25px;
}
.m-b-25{
  margin-bottom: 25px;
}
.m-l-25{
  margin-left: 25px;
}
.m-t-30{
  margin-top: 30px;
}
.m-r-30{
  margin-right: 30px;
}
.m-b-30{
  margin-bottom: 30px;
}
.m-l-30{
  margin-left: 30px;
}
.m-t-20n{
  margin-top: -20px;
}
.m-r-20n{
  margin-right: -20px;
}
.m-b-20n{
  margin-bottom: -20px;
}
.m-l-20n{
  margin-left: -20px;
}
.m-t-50n{
  margin-top: -50px;
}
.m-l-50n{
  margin-left: -50px;
}
.m-b-50n{
  margin-bottom: -50px;
}
.m-r-50n{
  margin-right: -50px;
}
.m-t-75{
  margin-top:75px;
}
.m-t-4n{
  margin-top: -4px;
}
.m-t-23n{
  margin-top: -23px;
}
.m-l-4n{
  margin-left: -4px;
}

.m-b-4n{
  margin-bottom: -4px;
}

.m-r-4n{
  margin-right: -4px;
}

.m-20{
  margin:20px;
}
.cursor-pointer{
  cursor: pointer !important;
}
