/*GENERAL*/
body {
    font-family: 'Lato', sans-serif;
    
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}
img{
    max-width: 100%;
    height: auto;
}
section {
    padding: 65px 0 80px 0;

}
section .heading{
    text-align: center;
    padding-bottom: 40px;
}
section .heading h2{
    text-transform: uppercase;
}
.divider {
    width: 100px;
    height: 2px;
    background-color: #007BFF;
    margin: 0 auto 20px;
}
ul {
    list-style: none;
}
/*NAVBAR*/
.navbar {
    background-color: #d82c2e;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid white;
}
.navbar-nav{
    margin: 0 auto;
    text-align: center;
}
.nav-link{
    color: white;
    margin: 0 6px;
}
.nav-link.active,
.nav-link:hover{
    background-color: white;
    color: red !important;
}

/*ABOUT*/
.profile-picture {
    text-align: center;
    margin: 0px auto 30px;
}
#about .heading h1{
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#about .heading h3{
    color: bisque;
    text-transform: uppercase;
}
.button1{
    color: azure;
    text-transform: uppercase;
    margin-top: 20px;
    transition: all 0.3s ease-in 0s;
}

/*SKILLS*/
#skills .heading h2{
    color: red;
}
#skills .progress {
    height: 45px;
    margin: 30px 20px;
}
#skills .progress:last-child {
    margin-bottom: 0px;
}
#skills .progress-bar{
    background-color: red;
}
#skills #bar1 {
    background-color: #00599C;
    text-transform: uppercase ;
    color: white;
    font-weight: bold;
}
#skills #bar4 {
    background-color: #F7DF1E;
    text-transform: uppercase ;
    color: black;
    font-weight: bold;
}
#skills #bar2 {
    background-color: #9B4993;
    text-transform: uppercase ;
    color: white;
    font-weight: bold;
}
#skills #bar3 {
    background-color:rgb(44, 44, 167);
    text-transform: uppercase ;
    color: rgb(197, 20, 20);
    font-weight: bold;
}
#skills #bar5 {
    background-color: orange;
    text-transform: uppercase ;
    font-weight: bold;
}
#skills #bar6 {
    background-color:#4b8bbe ;
    text-transform: uppercase ;
    font-weight: bold;
}
#skills .progress-bar h3{
    text-shadow: 1px 1px 1px #000 ;
    margin-bottom: 3px ;
}
#skills .progress-bar h1{
    text-shadow: 1px 1px 1px #000 ;
    margin-bottom: 3px ;
}
#skills .progress-bar h2{
    text-shadow: 1px 1px 1px #000 ;
    margin-bottom: 3px ;
}
#skills .progress-bar h4{
    text-shadow: 1px 1px 1px #000 ;
    margin-bottom: 3px ;
}
#skills .progress-bar h5{
    text-shadow: 1px 1px 1px #000 ;
    margin-bottom: 3px ;
}
#skills .progress-bar h6{
    text-shadow: 1px 1px 1px #000 ;
    margin-bottom: 3px ;
}

/*Experience*/
#experience{
    background-color: #007BFF;
}
#experience .heading h2{
    color: white;
}
#experience .divider{
    background-color: white;
}
.timeline {
    padding: 30px 10px;
    position: relative;
}
.timeline::before{
    content: " ";
    top: 0;
    bottom: 0;
    position: absolute;
    width: 5px;
    background-color: #333;
    left: 50%;
    margin-left: -2.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
} 
.timeline > li:before, .timeline > li:after{
    content: " ";
    display: table;
}
.timeline > li:after{
    clear: both;
}
.timeline li .timeline-badge{
    color: red;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position:absolute;
    top:16px;
    left: 50%;
    margin-left: -25px;
    background-color: #ddd;
    border-radius: 50%;
}
.timeline-panel-container{
    width: 50%;
    float: left;
}
.timeline-panel-container-inverted{
    width: 50%;
    float: right;
}
.timeline-panel{
    width: 90%;
    float: right;
    margin-right: 40px;
    border: 1px solid#d4d4d4;
    border-radius: 7px;
    padding: 20px 25px;
    position: relative;
    box-shadow: 0 1px 6px rgb(0, 0,0, 0.175);
    background-color: white;
}
.timeline-panel-container-inverted .timeline-panel{
    float: left;
    margin-left: 40px;
}
.timeline-panel:after{
    position: absolute;
    top:27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid white;
    border-right: 0 solid white;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline-panel-container-inverted .timeline-panel:after{
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-heading h3{
    margin-top: 5px;
    font-size: 20px;
}
.timeline-heading h4{
    color: red;
}

/*Education*/

#education .heading h2{
    color: red;
    margin: 15px 0px;
}
.education-block{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    background: #e9ecef;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.education-block h5{
    color: #888;
    font-size: 15px;
    margin-bottom: 15px;
}
.education-block span{
    font-size: 35px;
}
.education-block h3{
    color: #FF4500;
    margin: 15px 0px;
}
.education-block h4{
    margin-bottom: 20px;
    font-weight: normal;
}
/*PORTFOLIO*/

#portfolio{
    background-color: #00599C;
}
#portfolio .divider{
    background: white;
}
#portfolio .heading h2{
    color:  white;
}
#portfolio img{
    width: 100%;
    height: 90%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
#portfolio img:hover{
    filter: none;
    -webkit-filter: none;
}
/*recocmmendations*/
#recommendations .heading h2{
    color: red;
}
#myCarousel .carousel-item {
    padding: 30px 30px 90px;
}
#myCarousel .carousel-item h3 {
    color: orange;
    font-style: italic;
}

/*FOOTER*/

footer {
    background-color: #282c34;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-logo img {
    width: 100px;
    border-radius: 50%;
}

.footer-social-links a {
    margin: 0 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
}

.footer-social-links a:hover {
    color: #00aaff;
}

.footer-contact {
    margin-top: 15px;
    font-size: 14px;
}

.footer-contact a {
    color: #00aaff;
    text-decoration: none;
}

.footer-contact a:hover {
    text-decoration: underline;
}

.footer-copy {
    margin-top: 10px;
    font-size: 12px;
    color: #aaaaaa;
}
footer span{
    color: white;
    font-size: 40px;
    line-height: 50px;
}
footer span:hover{
    font-size: 27px;
}