/**
 * 30-9-2020
 *
 * Van Ossel Gregory Curriculum Vitae CSS
 *
 * @link   vanossel.com
 * @author Van Ossel Gregory.
 * @version 1.0
 */

/* GENERAL */

body
{
    font-family: Lato, sans-serif, Verdana, Geneva, Tahoma, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
    font-weight: bold;
}

img
{
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

section
{
    padding: 45px 0 80px 0;
}

section .heading
{
    text-align: center;
    padding-bottom: 40px;
    text-transform: uppercase;
}

section .heading h2
{
    text-transform: uppercase;
    padding-top: 10px;
}

.grey-divider
{
    width:100px;
    height: 2px;
    background-color: darkgrey;
    margin: 0 auto;
}

.spacing
{
    height:30px;
}

.white-divider
{
    width:100px;
    height: 2px;
    background-color: white;
    margin: 0 auto;
}

ul,ol
{
    list-style: none;
}

.writeme{
    z-index: 6;
}

/* NAVBAR */

#logo
{
    position: fixed;
    top:10px;
    left:20px;
    width: 15%;
    max-width: 150px;
}

nav a
{
    text-align: center;
    color: white;
    font-size: 1.3em;
    text-shadow: 2px 2px 2px #6A6A6A;
    transition: 1s;
}

body > header > nav > form > button:hover
{
    color:#6A6A6A;
}

.webdev
{
    text-align: center;
}

#vanossel
{
    padding-bottom: 0px;
    padding-top: 20px;
    margin-top: 10px;
}

#vanossel > div > img
{
    margin-bottom: 0px;
    width:55%;
}

/* ABOUT */

.bg-light
{
    background-color: transparent!important;
}

#about
{
    padding-top: 100px;
    background-color: transparent;
    height: 100vh;
    text-align: center;
}

.profile-picture
{
    margin: 0 auto;
    float: none;
}

#about .heading h1
{
    color: white;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #6A6A6A;
}

#about .heading h3
{
    color: #3B3B3B;
}

.status{
    color: darkred;
}

.button1
{

    font-weight: bold;
    text-transform: uppercase;
    color: white;
    border: 1px solid white;
    display: inline-block;
    margin-top: 20px;
    padding: 20px 50px;
    border-radius: 3px;
}

.button1:hover
{
    background-color: white;
    color:#6A6A6A;
    text-decoration: none;
    transition: 0.4s;
}

.arrow
{
    text-align: center;
}

.fa-angle-down
{
    padding-top: 20px;
    color:white;
    font-size: 3em;
    margin-top: 10px;
    transition: 0.5s;
    text-shadow: 2px 2px 2px #6A6A6A;
}

.fa-angle-down:hover
{
    padding-top: 20px;
    color:darkred;
    font-size: 4em;
    transition: 0.5s;
    margin-top: 0;
    text-shadow: 2px 2px 2px #6A6A6A;
}

#granim
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index:-1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#granim-centre
{
    position: absolute;
    display: block;
    width: 100%;
    height: 250%;
    z-index:-2;
    overflow: hidden;
}

/* SKILLS */

#skills
{
    background-color: white;
    z-index: 1;
}

#skills .heading h2
{
    color: #3B3B3B;
}

#skills .progress
{
    height:35px;
    margin:30px 20px;
    background-color: lightgray;
}

#skills .progress-bar
{
    background-color: darkred;
}

#skills .progress h5
{
    text-align: justify;
    padding-left: 15%;
    text-shadow: 1px 1px 1px black;
    margin-bottom: 0px;
}

.cms
{
    margin:-20px 20px;
}

/* EXPERIENCE */

#experience
{
    background-color: transparent;
    padding-bottom: 0;
    margin-bottom: 30px;
    padding-top: 0;
    z-index: 0;
}

#experience .heading h2
{
    color:#3B3B3B;
    z-index: 5;
}

.timeline
{
    padding: 30px 10px;
    position: relative;
}

.timeline:before
{
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: white;
    left: 50%;
    margin-left: -1.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: darkred;
    width: 53px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: white;
    border-radius: 50%;
}

.timeline-panel-container
{
    width: 45%;
    float: left;
}

.timeline-panel-container-inverted
{
    width: 45%;
    float: right;
}

.timeline-panel
{
    width: 90%;
    float: right;
    margin-right: 25px;
    margin-left: 25px;
    border: 1px solid white;
    border-radius: 7px;
    padding: 20px 25px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0,0,0, 0.175);
    background: white;
}

.timeline-panel-container-inverted .timeline-panel-container
{
    float: left;
    margin-left: 50px;
}

.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: darkred;
}

/* EDUCATION */

#education
{
    padding-top: 30px;
    background: white;
    text-align: center;
}

#education > div
{
    padding: 0 10%;
}

#education > div > div.row > div > div > div > img
{
    margin: 0;
    padding: 0 10px;

}

#education > div > div.heading > h2
{
    color: #3B3B3B;
    padding-bottom: 20px;
}

#education > div > div.row h3
{
    color: #6A6A6A;
    padding-top: 10px;
}

#education > div > div.row > div > div > p
{
    text-align: justify;
}

#education > div > div.row > div > div > div.grey-divider
{
    background-color: lightgrey;
    margin-bottom: 15px;
    margin-top: 10px;
}

#education > div > div.row > div
{
    padding: 15px 30px;
}

/* PORTFOLIO */

#portfolio
{
    background: grey;
}

.img-port
{
    filter: grayscale(100%);
    -webkit-filter: grayscale(1);
}

.img-port:hover
{
    filter: none;
    -webkit-filter: none;
    transition: 0.4s;
}

#collapseExample > div, #collapseExample1 > div, #collapseExample2 > div, #collapseExample3 > div, #collapseExample4 > div, #collapseExample5 > div, #collapseExample6 > div, #collapseExample7 > div, #collapseExample8 > div
{
    margin-bottom: 30px;
}

/* FOOTER */

footer
{
    background: #3B3B3B;
    padding: 20px 0 40px;
    height: 120px;
}

body > footer > a > i
{
    color: lightgrey;
    font-size: 3em;
    margin-top:5px;
    transition: 0.5s;
}

body > footer > a > i:hover
{
    color: darkred;
    font-size: 4em;
    transition: 0.3s;
    margin-top:0;
}

/* BUTTON SCROLL TOP */

#myBtn
{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 3em;
    border: none;
    outline: none;
    background-color: darkred;
    color: white;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 8px;
}

  
#myBtn:hover
{
    background-color: #555;
}

/* MEDIA QUERIES */

@media (max-width:1200px){
    
    .timeline-panel-container
    {
        width: 90%;
        float: center;
    }

    .timeline-panel-container-inverted
    {
        width: 90%;
        float: center;
    }

    .button1
    {
        margin-top: 20px;
        padding: 25px 50px;
    }

    .fa-angle-down
    {
        padding-top: 20px;
        color:white;
        font-size: 3em;
        margin-top: 4px;
    }

}

@media (min-height:1024px){

    #about
    {
        padding-top:200px;
    }

    .fa-angle-down
    {
        padding-top: 250px;
    }
    
}

@media (min-height:768px){

    #vanossel .webdev img
    {
        max-width:350px;
    }

}