#body{
    background-color: #eaead0;
}

footer {
    background-color: rgba(0, 0, 0, 0.7);
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer p{
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
}

h2{
    text-align:center;
    padding: 30px;
    font-family: 'Exo', sans-serif;
}

h3{
    padding: 10px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.my_name{
    font-family: 'Lemonada', cursive;
    font-size: 70px;
    font-weight: 700;
    color: white;
}

.navbar-nav a {
    font-family: 'Exo', sans-serif;
    font-weight: bold;
}

.btn {
    font-family: 'Exo', sans-serif;
}

.parallax {
    /* The image used */
    background-image: linear-gradient(
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0)
    ),url('../img/bannerBG_1.jpg');

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.description{
    background: rgba(0, 0, 0, 0.3);
    color: white;
    font-family: 'Ubuntu', sans-serif;
    padding: 20px;
    margin: 20px;
    margin: auto;
}

.project1 {
    font-size: 25px;
    /* The image used */
    background-image: linear-gradient(
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0)
    ),url('../img/projects/students.jpg');


    min-height: 500px;


    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.project2 {
    font-size: 25px;
    /* The image used */
    background-image: linear-gradient(
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0)
    ),url('../img/projects/students.jpg');

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.project3 {
    font-size: 25px;
    /* The image used */
    background-image: linear-gradient(
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0)
    ),url('../img/projects/students.jpg');

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container #expCaption, .container #skillsCaption, .container #projectsCaption{
    font-family: 'Exo', sans-serif;
    font-weight: bold;
}

.list_skills, .card {
    font-family: 'Exo', sans-serif;
}

.project1, .project2, .project3 {
    font-family: 'Exo', sans-serif;
}

.school-logo {
    max-width: 30%;
    float: left;
}

.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}
.hvr-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
    width: 25px;
    height: 25px;
}

/***  desired colors for svg  ***/
.footer-icons svg{
    max-height: 64px;
    width: auto;
    display: inline;
}
.footer-icons svg path{
    fill: floralwhite;
}
.footer-fixed{
    height: 50px;
    background-color: teal;
}
.projects {
    font-size: 25px;
}

#general{
    font-size: 25px;
}
#profile {
    height: 200px;
}


/*slider. Inspired by: https://codepen.io/mdashikar/pen/VWPvgE */
/***************************************************************/

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 70%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/***************************************************************/

/* Vertical timeline inspired by W3School*/
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* tags around content */
.tags {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */

.tags::after{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.left::after {
    right: -12px;
}


/* Place the tags to the left */
.left {
    left: 0;
}

/* Place the tags to the right */
.right {
    left: 50%;
}

/* Add arrows to the left tags (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right tags (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for tagss on the right side */
.right::after {
    left: -13px;
}

/* The actual content */
.tags .content {
    background-color: white;
    position: relative;
    border-radius: 6px;
    border: 4px solid white;
}
.tags .content .lowerTitle{
    font-family: 'Exo', sans-serif;
    font-size: 30px ;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.tags .content .text{
    padding: 20px;
    display: none;
    /*background: #fff url(../img/exp/sxu.png) no-repeat center ;*/
    /*filter: blur(6px);*/
    /*-webkit-backdrop-filter: blur(10px) ;*/
}

.tags .text .textBG{
    position: center;
    filter: blur(8px);
    margin: 0 50px;
}

.tags .text .moreContent{
    position: absolute;
    left: 0;
    padding: 20px;
}


.tags .content:hover .text{
    display: block;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width tagss */
    .tags {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .tags::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        left: 15px;
    }

    /* Make all right tagss behave like the left ones */
    .right {
        left: 0%;
    }
}
