/******** Created by Elton Kok &copy; 2019 **********/
/******** Feel free to use template but please credit Elton Kok somewhere on your website ***************/

/********** Global Styles **************/
html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    font-family: 'Lora', serif;
    color: #00478d;
    background: rgba(182, 214, 245, 0.438);
    height: 100%;
}

h2 {
    font-weight: bold;
}

h2, h3 {
    padding-bottom: 30px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
}

hr {
    background-color: #00478d;
}

nav .active {
    background-color:rgba(72, 125, 240, 0.438);
}

footer {
    height: 350px;
    background-color: #00478d;
    color: #f2b82e;
    display: flex;
    align-items: center;
}

footer i {
    border: 2px solid #f2b82e;
    color: #f2b82e;
    padding: 20px;
    border-radius: 10px;
}

footer i:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
    transform: scale(1.05);
    transition: 0.2s ease-in-out;
}

/************ Navbar Styles *************/
.navbar {
    padding: 0;
    transition: top 0.5s ease;
}
    .fa-bars {
        color: #f2b82e;
    }

    .nav-colour {
        background-color: #00478d;
    }

    .nav-name {
        font-size: 2em;
        color: #f2b82e;
    }

    .navbar-hide {
        top: -60px;
    }

    .nav-link {
        color: #f2b82e;
        font-family: 'Roboto', sans-serif;
        font-size: 1.1em;
        padding: 12px 0 12px 0;
    }

    .nav-link:hover {
        color: #ffffff;
        transition: 0.3s ease-in;
    }

/****************Lead section***************/
.lead-section {
    padding: 15% 0 15% 0;
    text-shadow: 0 1px black;
    height: auto;
    display: flex;
    align-items: center;
}
    .lead-text {
        color: #ffffff;
        text-align: center;
    }
    .secondary-lead-text {
        color: #ffffff;
        font-size: 2em;
        text-align: center;
    }
    .bg-image {
        background-image: url("");
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .carousel-item {
        transition: transform 2s ease, opacity 0.5s ease-out;
        text-align: center;
        color: #ffffff;
    }

    .icons {
        color: #ffffff;
    }

    .icons:hover {
        color: #f2b82e;
        transition: 0.2s ease-in;
    }
    .media-links {
        display: flex;
        justify-content: center;
    }
    .arrow-down {
        position: absolute;
        height: 70px;
        bottom: 1%;
        width: 45px;
        left: 50%;
        margin-left: -22.5px;
    }
    .bounce {
        -moz-animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite;
    }
    #spacer {
        width: 200px;
        height: 100px;
        float: left;
    }

    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            transform: translateY(0);
        }
        40% {
            transform: translateY(-30px);
        }
        60% {
            transform: translateY(-15px);
        }
    }

#particles-js{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color:  rgb(95, 167, 238);
    background-image: url('');
    background-repeat: no-repeat;
    background-size: cover;
}

canvas {
    position: absolute;
    width: 100%;
    height: 100%;
}

/***********Technical Skills************/
.dev-icon {
    height: 70px;
    width: auto;
}

.icon-label {
    display: flex;
    flex-direction: column;
    justify-items: center;
}

.tech-icons {
    margin-bottom: 38px;
}

.react-icon {
    font-size: 53pt;
}

/*************Experience+Projects****************/
.card {
    background-color: rgba(181, 214, 245, 0.438);
}
    .card-title {
        font-weight: bold;
    }

    .card-text {
        padding: 3px 0 3px 0;
        font-size: 1.2em;
        font-family: 'Roboto', sans-serif;
    }

    .icons-no-margin{
        margin: 0;
    }

/**************Buttons******************/
.btn {
    background-color: #00478d;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}
    .btn:hover {
        color: #f2b82e;
    }

    .disabled:hover {
        color: #ffffff;
    }


/***************Misc Styles**************/
.link {
    color: #f2b82e;
    text-decoration: underline;
}

.line-section{
    margin: 50px 0px 50px;
}

.heading-trim {
    color: #f2b82e;
}

.list-inline-item {
    text-align: center;
    vertical-align: top;
}

/******** Created by Elton Kok &copy; 2019 **********/
/******** Feel free to use template but please credit Elton Kok somewhere on your website ***************/
