/* Notes for the style
TEXT
Header Text:
    font-family: 'Crimson Text', serif;
Normal Text:
    font-family: 'Lexend Deca', sans-serif;

COLORS
Background:
    #ffffff (White)
Emphasize
    #ef4723 (Logo red)
    #942B1E (dark red)
text
    #ffffff (white)
    #1b120f (blackish)
    #6e6e6e (greyish)
*/

/* Specifics for StreepLijstNoord */

.countLog{
    display: none;
}

.visible{
    display: block;
}

/* Specifics for Dashboard */
.nav-vertical .nav-left.nav-tabs {
    float: left;
    border-bottom: 0;
    border-right: 1px solid #ddd; 
    border-radius: 0;
    display: table; 
}
.nav-vertical .nav-left.nav-tabs li.nav-item {
    float: none;
    margin: 0;
    margin-right: -1px; 
}
.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link.active {
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 0.25rem 0 0 0.25rem; 
}
.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link {
    color: #FF7588; 
}
.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link.active {
    border-left: 3px solid #FF7588;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #555; 
}
.nav-vertical .nav-left ~ .tab-content {
    margin-left: 45px; 
}
.nav-vertical .nav-left ~ .tab-content .tab-pane {
    display: none;
    background-color: #fff;
    padding: 0 0 0.6rem 1rem;
    overflow-y: auto; 
}
.nav-vertical .nav-left ~ .tab-content .tab-pane.active {
    display: block; 
}
/* This is in navigation bar but breaks layout here */
.nav-vertical .nav-item {
    padding: 0;
} 

/* HTML Elements  */

body{
    background-color: #ffffff;
    font-family: 'Lexend Deca', sans-serif;
    color: #1b120f;
    text-align: center;
}

/* p{
    color: #1b120f;
} */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Crimson Text', serif;
    color: #1b120f;
}

/* Turn colors around when in color section */
.color-section p, .color-section h1, .color-section h2, .color-section h3, .color-section h4, .color-section h5, .color-section h6{
    color: #ffffff;
}

.header-section{
    background-color: #ef4723;
    color: #ffffff;
    text-align: center;
}

.header-section h1{
    display: block;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

/* Container */

.container-fluid {
    padding: 2% 5%;
}

/* Blur backdrop on open modal - Keep important to prevent bootstrap from overwriting this*/
.modal-backdrop
{
    opacity:0.95 !important;
}

/* Navigation bar */

.navbar {
    padding: 0 0 2.0rem 0;
}

.nav-item {
    padding: 0 18px;
} 

.nav-link {
    font-size: 1.3rem;
    font-weight: 700;
}

/* Title */

#title h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
}

.carousel-caption {
    margin-bottom: 15%;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}


/* Features */
/*
#features {
    background: url("../images/featuresbackground.jpg");
}
*/

.features-headertext{
    padding: 2% 15% 7%;
}

.features-text{
    margin-bottom: 32px;
}


/* About Me section */

#aboutme .container-fluid{
    background-image: url("../images/aboutmebackground.jpg");
    background-size: cover;
    background-origin: content-box;
    background-repeat: no-repeat;
}

#aboutme h1{
    padding: 5% 15% 7%;
}

#aboutme p{
    padding: 2% 15% 7%;
}

.skills_container{
    /*padding-top: 10px; */
    padding: 5% 5% 7%;
}

/* Remove bullets for lists */
.skills-list{
    list-style-type: none;
}

.pb_item{
    margin-bottom: 18px;
    padding-bottom: 1rem;
}

.pb_item h5{
    font-family: 'Crimson Text', serif;
	text-transform: uppercase;
	letter-spacing: 0.2em; 
   /* margin-top: 5px; */
    text-align: left;
}

.skill_bars{
	height: 3px;
}

/* Percentage text */
#aboutme .progressbar-text{
	width: 48px;
	font-family: 'Lexend Deca', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: right;
}

/* Contact (Call to Action) section */

#cta .container-fluid{
    background-image: url("../images/contactbackground.jpg");
    background-size: cover;
    background-origin: content-box;
    background-repeat: no-repeat;
}

#cta h1{
    padding: 2% 15% 7%;
}


/* CV Section */

#cv h1{
    padding: 5% 15% 7%;
}

/* Skill Accordion */

/* add fontawesome icons: https://www.solodev.com/blog/web-design/how-to-use-bootstrap-accordions-to-organize-faq-pages.stml */

#cv .card{
    background-color: #ef4723;
    border-color: #1b120f;
    color: #1b120f;
    text-align: left;
}
#cv .card-body{
    background-color: #ffffff;
}

/* Modification for anchor - block - colors and FontAwesome */
#cv a{
    display: block;
}

#cv a:link {
    color: #ffffff;
}
    
#cv a:hover {
    color: #1b120f;
}

#cv a:active {
    color: #ffffff;
}

/* issue with free font family being listed as pro
https://github.com/FortAwesome/Font-Awesome/issues/15137
*/

#cv a:after{
    display: block; /* Originally inline-block but does not work with float:right */
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: '\f106';
    float: right;
}

#cv a.collapsed:after{
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: '\f107';
    float: right;
}

/* Loaders */
.loader
{
	width: 176px;
	height: 176px;
	margin: 0 auto;
}
.loader span
{
	position: absolute;
	left: 50%;
	top: 57%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #6e6e6e;
}
.loader .progressbar-text
{
	top: 45% !important;
}

/* Milestones */
.milestone
{
	/* width: 20%; */
}
.milestone_counter
{
	font-size: 44px;
	font-weight: 600;
	color: #1b120f;
	line-height: 36px;
	padding-top: 33px;
}
/* .milestone_counter::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 39px;
	height: 2px;
	background: #ff4200;
	content: '';
} */
.milestone_text
{
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #6e6e6e;
	margin-top: 12px;
}

/* Experience */

#cv * {
    box-sizing: border-box;
}
/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #ef4723;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 1px;
}

/* Container around content */
.tlcontainer {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.tlcontainer::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #ef4723;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #ef4723;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ef4723;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #ef4723;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ef4723 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    /*left: -16px;*/
    /*left: -1px; teveel naar rechts 
    left: 1px; nog verder naar rechts 
    left: -5px; nog iets te ver naar rechts */
    left: -7px;
}

/* The actual content */
    .content {
    padding: 20px 30px;
    background-color: #f0f0f0;
    position: relative;
    border-radius: 6px;
}

/* HyperShift Specific */
.dates{
    display: block;
}

.todo{
    text-align: left;
    font-size: 11px;
}

/* Remove bullets for lists and indent */
.hyper-list{
    list-style-type: none;
    padding-left: 0;
    text-align: left;
}

.todo li{
    margin: -8px 0;
}

.todo input{
    margin-right: 5px;
}

#work button{
    display: block;
    margin: 2px;
}

/* Footer */

.footer-list{
    list-style-type: none;
}

#footer{
    background-color: #1b120f;
    color: #942B1E;
    margin-top: 3%;
}

#footer a{
    color: #ef4723;
}

#footer a:link {
    color: #ef4723;
}

#footer a:visited {
    color: #ef4723;
}

#footer a:hover {
    color: #ffffff;
}
    
#footer a:active {
    color: #ffffff;
} 

.contactlist{
    padding-right: 1rem;
}


/* Responsive section */

/* Always show mobile menu items on the right */
@media (max-width: 1100px){

    .nav-item {
        text-align: right;
        padding: 0;
    }
    
}

/* Display caption text smaller */
@media (max-width: 800px){

    .carousel-caption {
        font-size: 0.8rem;
        margin-bottom: 5%;
    }

    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .tlcontainer {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .tlcontainer::before {
        left: 60px;
        border: medium solid #ff4200;
        border-width: 10px 10px 10px 0;
        border-color: transparent #ff4200 transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        /*left: 15px; circels stan teveel naar links
        left: 5px; circels staan nog verder naar links, helemaal los 
        left: 25px; Circel staat iets te ver naar rechts */
        left: 23px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
        
}

/* Display caption text smaller */
@media (max-width: 500px){

    h2 {
        font-size: 1.2rem;
    }
    
    .carousel-caption {
        font-size: 0.4rem;
        margin-bottom: 3%;
    }
    
}