/* GENERAL */

Body
{
    font-family: "Lato", sans-serif;
    
}
h1,h2,h3,h4,h5,h6
{
    font-weight: bold;
}
img
{
    max-width: 80%;
    height: auto;
}
section
{
    padding: 45px 0 45px 0;
}
section .heading
{
    text-align: center;
    padding-bottom: 40px;    
}
section .heading h2
{
    text-transform: uppercase;
}
.red-divider
{
    width: 100px;
    height: 2px;
    background: #394e72;
    margin: 0 auto;
}
.white-divider
{
    width: 100px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
}
ul, ol
{
    list-style: none;
}

/* MENU */

.navbar {
   /* background: #d82c2e;*/
    background: #394e72;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: auto;
}
.navbar .navbar-nav
{
    display: inherit;
    float: none;
    vertical-align: top;    
}
.navbar .navbar-collapse
{
    text-align: center;
}
.navbar .container
{
    text-align: center;
}
.navbar li
{
    float: left;
}
.navbar li a
{
  -webkit-transition: .35s;
  transition: .35s;
    
}
.navbar-nav li a:hover, .navbar-nav li.active a
{
   /* color: #d82c2e !important;*/
    color: #2666cc !important;
    background-color: #fff !important;
}
.navbar-light .navbar-toggler
{
    border-style: none;
}

/* ABOUT */

#about
{
    padding-top: 100px;
    background: #009bba; 
    margin-bottom: -30px;
}
.profile-picture
{
    text-align: center;
    margin: 0 auto;
}
#about .heading h1 
{
    color: #fff;
    text-transform: none;
}
#about .heading h3 
{
    color: #000;   
}
.button1
{
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    border: 1px solid white;
    display: inline-block;
    margin-top: 20px;
    padding: 10px 50px;
    border-radius: 3px;
    transition: all 0.3s ease-in 0s;
}
.button1:hover
{
    background: white;
    color: #394e72;
    text-decoration: none;
}
.heading-intro
{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    margin-bottom: 10px;    
}
#about .container
{
    text-align: center;
    font-size: 50px;
    width: 300px !important;
    margin-top: 20px;
    word-spacing: 10px;
}
#about .container i
{
    color: #394e72;
    transition: all 0.3s ease-in 0s;
}
#about .container i:hover
{
    color: #fff;
}

/* SKILLS */
#skills 
{
    background: #fff;
}
#skills .heading h2 
{
    color: #394e72;
    padding-top: 10px;
}
#skills .progress
{
    height: auto;
    margin: 15px 20px;
    background: #ddd;
    
}
#skills .progress-bar
{
    background: #0075d8;
}
#skills .progress h5
{
    font-size: 18px;
    text-shadow: 1px 1px 1px #000;
    margin: 1px 1px 1px 1px;
}

/* EXPERIENCE */
#experience
{
    background: #394e72;    
    background: #0c3560;
}
#experience .heading h2 
{
    color: #fff;
    padding-top: 10px;    
}
#experience a
{
    padding-left: 7px;
    font-size: 19px;
    text-decoration: none;
    -webkit-transition: .35s;
    transition: .35s;
}
#experience .award
{    
    color: deeppink;
    font-weight: bold
}
#experience .divider  
{
    width: auto;
    height: 1px;
    background: #ccc;
    margin: 0 auto;
    margin-top: 7px; 
    margin-bottom: 7px;
}
.timeline
{
    padding: 30px 10px;
    position: relative;
}
.timeline:before
{
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    background-color: #d82c2e;
    left: 50%;
    margin-left: -2.5px;
}
.timeline > li
{
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:after
{
    clear: both;
}
.timeline > li:before,  .timeline > li:after
{
    content: " ";
    display: table;
}
.timeline li .timeline-badge
{
    color: #d82c2e;
    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 rgba(0,0,0, 0.175);
    background: #fff;
}
.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 #fff;
    border-right: 0 solid #fff;
    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: #d82c2e;
    font-size: 18px;
}
.timeline-body p
{
    font-size: 15px;
}

/* EDUCATION */
#education
{
    background: #fff;
}
#education .heading h2
{
    color: #394e72;
    padding-top: 10px;  
}
.education-block
{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    background: #ddd;
    border-radius: 10px;
    border: 2px solid #ccc;
    margin-bottom: 20px;    
}
.education-block h5
{
    color: #888;
    font-size: 15px;
    margin-bottom: 15px;
}
.education-block i
{
    font-size: 40px;
}
.education-block h3
{
    color: #d82c2e;
    font-size: 22px;
}
.education-block h4
{
    font-size: 18px;
    margin-bottom: 20px;
}
.education-block .medal i 
{
    font-size: 19px;
    color: darkgoldenrod;
}
.education-block .photo i
{
    font-size: 19px;
}
.education-block a
{
    padding-left: 5px;
    font-size: 7px !important;
    text-decoration: none;
    -webkit-transition: .35s;
    transition: .35s;
    
}
.education-block p
{
    font-weight: bold;
}
.education-block .red-divider
{
    margin-bottom: 20px;
}

/* LANGUAGES */
#languages
{
    background: #0c3560;
}
#languages .heading h2
{
    color: #fff;
    padding-top: 10px;
}
#languages .progress
{
    height: auto;
    margin: 15px 20px;
    background: #ddd;
    
}
#languages .progress-bar
{
    background: #0075d8;
}
#languages .progress h5
{
    font-size: 18px;
    text-shadow: 1px 1px 1px #000;
    margin: 1px 1px 1px 1px;
}
/* CERTIFICATIONS */
#certifications
{
    background: #fff;
}
.certification-block
{
    width: 85%;
    margin: 0 auto;
    text-align:left;
    padding: 10px;
    background: #ddd;
    border-radius: 10px;
    border: 2px solid #ccc;
    margin-bottom: 10px;   
}
#certifications h2
{
    margin-top: 10px;
}
#certifications h5
{    
    color: #0c3560;
    font-size: 16px;   
    margin-bottom: 2px;
    margin-top: 5px;
}
#certifications h6
{    
    font-size: 14px;
    font-weight: lighter;
    margin-bottom: 0px
}
#certifications a
{
    font-size: 19px;
    text-decoration: none;
    -webkit-transition: .35s;
    transition: .35s;
    padding-left: 7px;
}
#certifications .divider  
{
    width: auto;
    height: 2px;
    background: #ccc;
    margin: 0 auto;
    margin-top: 7px; 
}
#certifications .col
{
    margin: 0px 0px 0px 0px;
    padding-right: 0px;
    padding-left: 0px;
}
#certifications .col-sm-6
{
    margin: 0px 0px 0px 0px;
    padding-right: 0px;
    padding-left: 0px;
}
#certifications .certification-group-block
{
    padding-left: 60px;
    padding-right: 60px;
}
/* PUBLICATIONS */
#publications
{
    background: #0c3560;
}
.publications-block
{
    width: 85%;
    margin: 0 auto;
    text-align:left;
    padding: 10px;
    background: #ddd;
    border-radius: 10px;
    border: 2px solid #ccc;
    margin-bottom: 10px;   
}
#publications h2
{
    margin-top: 10px;
    color: #fff;
}
#publications h4
{
    font-size: 17px;   
    margin-bottom: 2px;
    margin-top: 5px;
    text-align: center;
}
#publications h5
{    
    color: #0c3560;
    font-size: 16px;  
    margin-bottom: 2px;
    margin-top: 5px;
}
#publications a
{
    padding-left: 7px;
    font-size: 19px;
    text-decoration: none;
    -webkit-transition: .35s;
    transition: .35s;
}
#publications h6
{    
    font-size: 14px;
    font-weight: lighter;
    margin-bottom: 0px
}
#publications h7
{    
    color: deeppink;
    font-size: 14px;
    font-weight: lighter;
    margin-bottom: 0px;
    padding-left: 7px;
}
#publications .title-divider  
{
    width: 80%;
    height: 2px;
    background: #ccc;
    margin: 0 auto;
    margin-top: 7px; 
}
#publications .divider  
{
    width: auto;
    height: 2px;
    background: #ccc;
    margin: 0 auto;
    margin-top: 7px; 
}
#publications .col
{
    margin: 0px 0px 0px 0px;
    padding-right: 0px;
    padding-left: 0px;
}
#publications .col-sm-6
{
    margin: 0px 0px 0px 0px;
    padding-right: 0px;
    padding-left: 0px;
}
#publications .publications-group-block
{
    padding-left: 60px;
    padding-right: 60px;
}

/* CONTACT */
#contact
{
    background: #fff;
}
#contact h2
{
    margin-top: 10px;
    color: #000;
}
#contact h3
{
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    color: #000;
    text-align: center;
}
#contact a
{ 
    text-decoration: none;
    -webkit-transition: .35s;
    transition: .35s;
    
}

/* FOOTER */
footer
{
    background: #333;
    padding: 20px 0 40px;
}
footer i
{
    font-size: 25px;
    margin: 20px;
    color: #394e72;
    height: 30px;
}
footer i:hover
{
    font-size: 27px;
}
footer h5
{
    color: #fff;
    font-weight: normal;
    font-size: 19px;
}