/* GENERAL */
body {
    font-family: Montserrat, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
img {
    max-width: 90%;
    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: #2F0F5D;
    margin: 0 auto 20px;
}
.divider.white{
    background-color: #0EA293;
}
ul{
    list-style: none;
}
.nav-link{
    color: #F5F3C1 !important;
    margin: 0 6px;
    border-radius: 10px;
}
.nav-link.active, .nav-link:hover{
    background-color: #2F0F5D;
    color: #F5F3C1 !important;
    border-radius: 10px;
}

/* NAVBAR */
.navbar{
    background: #0EA293;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #27E1C1;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}
.navbar-nav{
    margin:0 auto;
    text-align: center;
}

/* ABOUT */
#about {
    background-color: #2F0F5D;
}
.profile-picture {
    width: 250px;
    height: 250px;
    text-align: center;
    margin : 0px auto 30px;
}
#about .heading h1 {
    color: #F5F3C1;
    text-shadow: 1px 1px 1px #27E1C1;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#about .heading h3{
    color: #27E1C1;
}
.button1{
    color: #F5F3C1;
    text-shadow: 1px 1px 1px #27E1C1;
    text-transform: uppercase;
    border: 1px solid #F5F3C1;
    padding: 18px 50px;
    margin-top: 20px;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in 0s;
}
.button1:hover {
    background: #27E1C1;
    color: #2F0F5D;
}

/* SKILLS */
#skills{
    background-color: #0EA293;
}
#skills .heading h2{
    color: #F5F3C1;
    text-shadow: 1px 1px 1px #2F0F5D;
}
#skills .progress{
    height: 45px;
    margin: 30px 20px;
}
#skills .progress:last-child{
    margin-bottom: 0px;
}
#skills .progress-bar{
    color: #F5F3C1;
    background-color: #2F0F5D;
}
#skills .progress-bar h5{
    color: #F5F3C1;
    text-shadow: 1px 1px 1px #27E1C1;
    margin-bottom: 3px;
}

/* EXPERIENCE */
#experience{
    background-color: #2F0F5D;
}
#experience .heading h2{
    color:#F5F3C1;
    text-shadow: 1px 1px 1px #27E1C1;
}
.timeline{
    padding: 30px 10px;
    position: relative;
}
.timeline:before{
    content: " ";
    top: 0;
    bottom: 0;
    position : absolute;
    width: 5px;
    background-color: #0EA293;
    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: #2F0F5D;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #F5F3C1;
    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 #F5F3C1;
    border-radius: 7px;
    padding: 20px 25px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    background-color: #0EA293 !important;
}
.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 #0EA293;
    border-right: 0 solid #0EA293;
    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{
    text-transform: uppercase;
    color: #F5F3C1;
    text-shadow: #2F0F5D;
    margin-top: 5px;
    font-size: 20px;
}
.timeline-heading h4{
    color: #2F0F5D;
    text-shadow: #27E1C1;
}
/* EDUCATION */
#education{
    background-color: #0EA293;
}
#education .heading h2{
    color:#F5F3C1;
    text-shadow: 1px 1px 1px #27E1C1;
    margin: 15px 0px;
}
.education-block{
    width: 90%;
    height: 450px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    background: #2F0F5D;
    border-radius: 5px;
    border: 1px solid #27E1C1;
    margin-bottom: 20px;
}
.education-block h5{
    color: #27E1C1;
    font-size: 15px;
    margin-bottom: 15px;
}
.education-block span{
    color:#0EA293;
    font-size: 35px;
}
.education-block h3{
    color:#F5F3C1;
    text-shadow: 1px 1px 1px #27E1C1;
    margin: 15px 0px;
}
.education-block h4{
    color: #fff;
    margin-bottom: 20px;
    font-weight: normal;
}
.education-block p{
    color: #0EA293;
    text-shadow: #F5F3C1;
}

/* PORTFOLIO */
#portfolio{
    background-color: #2F0F5D;
}
#portfolio .heading h2{
    color: #F5F3C1;
    text-shadow: 1px 1px 1px #27E1C1;
}
#portfolio img{
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
#portfolio img:hover{
    filter: none;
    -webkit-filter: none;
}
#portfolio .col-md-4{
    margin-bottom: 20px;
}
#portfolio .col-lg-6{
    margin: 10px auto;
}

/* HOBBIES */
#hobbies{
    background: #0EA293;
}
#hobbies .heading h2 {
    color: #F5F3C1;
    text-shadow: 1px 1px 1px #27E1C1;
}
#myCarousel .carousel-item {
    padding: 30px 30px 90px;
}
#myCarousel .carousel-item h3{
    color: #2F0F5D;
}
#myCarousel .carousel-item h4{
    color:#fff;
    text-shadow: 1px 1px 1px #27E1C1;
    font-style: italic;
}

/* CONTACT */
#contact{
    background-color: #2F0F5D;
}
#contact .heading h2{
    color: #F5F3C1;
    text-shadow: 1px 1px 1px #27E1C1;
}
.row .col-lg-10{
    margin: 0 auto;
}
#contact-form{
    color: #f5f3c1;
    text-shadow: 1px 1px 1px #27E1C1;
    font-size:20px;
    border-radius: 10px;
}
.form-control{
    height: 50px;
    font-size: 18px;
}
.comments{
    font-style: italic;
    font-size: 18px;
    color:#d82c2e;
    height: 25px;
}
#contact-form input[type=submit]{
    margin: 40px auto 0px;
    display:block;
}
.button2{
    color: #F5F3C1;
    text-shadow: 1px 1px 1px #27E1C1;
    text-transform: uppercase;
    border: 1px solid #27E1C1;
    background: #2F0F5D;
    padding: 18px 50px;
    margin-top: 20px;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in 0s;
}
.button2:hover{
    background: #0EA293;
    border-color: #27E1C1;
    color: #2F0F5D;
}
#contact-form .thank-you{
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}

/* FOOTER */
footer{
    background-color: #0EA293;
    padding: 20px 0 40px;
}
footer span{
    color:#F5F3C1;
    text-shadow: 1px 1px 1px #27E1C1;
    font-size: 25px;
    line-height: 35px;
}
footer span:hover{
    font-size: 27px;
    font-weight: bolder;
}
footer h5{
    color: #2F0F5D;
    text-shadow: 1px 1px 1px #F5F3C1;
    font-weight: bold;
}
