/** {*/
/*    border: #000 1px solid;*/
/*}*/

html {
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: "Omega";
    src: url("/fonts/Omega+Sans+Regular.ttf");
}

body {
    font-family: Omega, sans-serif;
}

header {
    background-color: none;
}

.navbar a,
#contact #contact-email a,
#link-learn-more,
#link-view-work {
    text-decoration: none;
}

.collapse show {
    justify-content: end;
}

.navbar-logo {
    width: 60px;
    height: 48px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler .navbar-toggler-icon,
.nav-link.active,
.nav-link:hover,
.navbar-brand:hover,
.navbar-logo:hover {
    color: rgba(247, 190, 22, 1) !important;
}

h1,
#home h2,
.txt-rotate {
    color: rgb(250, 250, 250);
    font-size: 6vw;
    font-weight: bold;
}

h1,
.txt-rotate,
h2,
#link-learn-more,
#link-view-work,
.navbar a {
    text-transform: uppercase;
}

.type-writing {
    height: 16vh;
}

#div-learn-more {
    height: 15vh;
}

.orange {
    color: rgba(247, 190, 22, 1);
    font-weight: bold;
}

.jumbotron {
    border-radius: 0;
    background: rgba(20, 75, 100, 0.8);
    background-size: cover;
    margin: 0em;
    padding-top: 10vh;
    /* min-height: 100vh; */
    z-index: 2;
}

#about.jumbotron {
    min-height: 100vh;
}

#heart {
    color: #e25555;
}


/*---------------------------------------------------------------------------------------------------*/


/* Back to top button */

#button-top {
    display: inline-block;
    background-color: rgba(247, 190, 22, .6);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button-top:hover {
    cursor: pointer;
    background-color: rgba(247, 190, 22, 1);
}

#button-top:active {
    background-color: rgba(247, 190, 22, 1);
}

#button-top.show {
    opacity: 1;
    visibility: visible;
}


/*---------------------------------------------------------------------------------------------------*/


/* Home */

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

#logo-main {
    height: 25vh;
    margin-top: 15vh;
}

#logo-main-img {
    width: 160px;
    height: 130px;
    z-index: 1;
}

#link-learn-more,
#link-view-work {
    position: relative;
    width: 30vw;
    min-width: 30vw;
    transition: .5s;
    animation: slideUpDelay .4s;
    animation-fill-mode: forwards;
    visibility: hidden;
}

#link-learn-more {
    animation-delay: .5s;
}

#link-view-work {
    animation-delay: 1s;
}

#link-learn-more::after,
#link-view-work::before {
    content: "\2014 \00A0";
    position: relative;
    width: inherit;
}

#link-learn-more:hover,
#link-view-work:hover {
    width: 40vw;
    color: rgba(247, 190, 22, 1);
}

#side-icones {
    z-index: 50;
    height: 30vh;
    margin-top: 20vh;
}


/* Background image for home & competencies */

#home {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/background.jpg");
}

#home,
#competencies {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

#home.jumbotron {
    height: 100vh;
}

.fab {
    color: rgba(255, 255, 255, 1);
}

.fab:hover {
    color: rgba(247, 190, 22, 1);
}


/*---------------------------------------------------------------------------------------------------*/

#about h2,
#competencies h2,
.fa-code {
    color: #DDD;
}


/* Competencies */

.competency-item img {
    position: relative;
    width: 4rem;
    height: 4rem;
}


/*---------------------------------------------------------------------------------------------------*/


/* Soft skills */

.soft-skills-item {
    display: flex;
    justify-content: center;
}

.soft-skills-description {
    top: 25%;
}


/*---------------------------------------------------------------------------------------------------*/


/* Portfolio */

#portfolio {
    background: rgba(20, 75, 100, 1);
    z-index: 1;
    height: 100vh;
}

.card {
    filter: drop-shadow(0em 0em 1em rgba(0, 0, 0, 1));
    background: rgba(0,0,0,0);
    border: none;
}

.card img {
    width: 100%;
    opacity: .6;
}

.card-body {
    opacity: 1 !important;
}

.carousel-inner {
    height: 80vh;
    width: 80vw;
    filter: drop-shadow(0em 0em 1em rgba(0, 0, 0, 1));
}

.carousel-item img {
    height: 80vh;
    width: 100%;
    opacity: .5;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}

.carousel-caption p {
    font-size: 1.3em;
}

.carousel-caption:hover {
    color: rgba(247, 190, 22, 1);
}

/*---------------------------------------------------------------------------------------------------*/


/* Contact*/

#contact.jumbotron {
    background: rgba(0, 0, 0, 0);
    max-height: 40vh;
}

#contact img {
    z-index: 1;
    position: relative;
    width: 100%;
}


/*---------------------------------------------------------------------------------------------------*/


/* Footer */


/*---------------------------------------------------------------------------------------------------*/

s