*{
    padding: 0;
    margin: 0;
}

/* // pagination mobile improvements

@media screen and (max-width: 767px) {
  .item-pagination {
    display: flex;
    flex-direction: column;
  }
  a.item-pagination-link {
    max-width:100% !important;
  }
  .item-pagination-link--prev {
    margin-bottom:24px;
  }
} */

:root{
    --site-color-01: #c13584;
    --site-color-01-hover: #970c5b;

}
body {
    /* background-color: rgb(158, 100, 100); */
    background-color: #f2f2f2;
}

body::after{
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(../img/linkedin-c.png) url(../img/Linkedin.jpeg) url(../img/logo-2-rb.png);
}

.header-main {

width: 100%;
height: 65px;

/* padding: 5px 60px; */
/* background-color: #3944bc; */
/* background-color: #7c64eb; */
background-color: #659ef3;
display: flex;
justify-content: space-between;
}

.header-main-logo {
width: fit-content;
height: 100%;
padding: 5px 60px;
display: flex;
/* background-color: yellow; */
align-items: center;
}

/* .header-main-logo img{
    height: 100%;
    align-self: center;
} */

.header-main-logo-{
    width: 72px;
    height: 60px;
    align-content: center;
    background-image: url(../img/logo-2-rb.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.header-main-logo-:hover{
    background-image: url(../img/logo-1-rb.png);
}

.header-main-nav{
    width: fit-content;
    height: 60px;
    /* background-color: blue; */
}


.header-main-nav ul{
    list-style: none;
    margin-left: 30px;
}

.header-main-nav ul li{
    display: inline;
    float: left;    
}

.header-main-nav ul li a{
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 60px;
    color: black;
    font-weight: bold;
    /* color: white; */
    /* color: #555; */
    display: block;
    height: 100%;
    
}
.header-main-nav ul li a:hover{
    /* color: #c13584; */
    /* color: #3944bc; */
    color: white;
}

.header-main-sm{
    width: fit-content;
    height: 100%;
    padding-right: 60px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    /* background-color: orange; */
}


.header-main-sm ul{
    list-style: none;
    margin-left: 30px;
}

.header-main-sm ul li{
    display: inline;
    float: left;    
}
.header-main-sm li a{
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 60px;
    color: black;
    font-weight: bold;
    display: block;
    height: 100%;
    
}
.header-main-sm li a:hover{
    color: white;
}

/* .header-main-sm-gt{
    width: 30px;
    height: 30px;
    background-image: url(../img/gt.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.header-main-sm-gt:hover{
    background-image: url(../img/gt-color.jpeg);
} */

.header-main-sm-in{
    width: 30px;
    height: 30px;
    background-image: url(../img/linkedin-c.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.header-main-sm-in:hover{
    background-image: url(../img/Linkedin.jpeg);
}

.about{
    width: 100%;
    padding: 15px 60px;
    /* background-color: #3944bc; */
    align-items: center;
    justify-content: center;
    display: flex;
    /* justify-content: space-between; */
}

.intro {
/* color: white; */
color: #555;
font-size: 20px;
/* justify-content: center; */
}

.picture {
    height: 160px;
    width: 150px;  
}

/* ---Experiences ---------------------------------- */
.main-experiences {
    padding: 20px 150px;
    /* color:  white; */
    color: #555;
}

td{
padding: 6px 15px;
text-align: left;
}

th {
text-align: left;
}

/* ---Education ---------------------------------- */
.main-certifications {
    padding: 20px 100px;
    /* color:  white; */
    color: #555;

}
.main-certifications td{
    width: 525px;
    }
    
.main-certifications th {
    padding: 10px 20px;
    width: 186px;
    }

/* ---contact ---------------------------------- */
.contact{
    padding: 50px 200px;
    /* color: white; */
    color: #555;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    /* color: #f0e8e8; */
    color: #333;
    line-height: 1.1;
  }

h1{
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;
}

h2{
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 26px;
}

h3{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
}

  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000000;
    margin: 1em 12em;
    padding: 0;
  }

