
/*floating logo */
.marquee {
    display: block;
    left: 0;
    position: absolute;
    top: 0;


}

svg {
    display: block;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));

}

.logo {
    fill: #fff;

}

/*--------*/
#showcase {
    background-image: url('../img/videogif_1.gif');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#showcase2 {
    background-image: url('../img/foragr%20prototype.gif');
    background-size: cover;
    background-position: left;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}



/*COLLAPSIBLE*/
.collapsible {
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    border: none;
    outline: none;
    background-color: transparent;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 3px;
    color: dimgray;
    font-size: 25px;

}



.content {
    padding: 0px;
    width: 100vw;
    margin: 20px 0px 20px 0px;
    display: none;
    overflow: hidden;
    background-color: transparent;
    font-size: 16px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: dimgray;
    line-height: 24px;
}

.contact-content li {
    display: inline-flex;
    margin: 0px 0 0 100px;
}

.contact-content li:hover {
    color: white;
    cursor: pointer;
    transition: .5s;

}
/*VIDEO CONTENT*/
/*
.card-body ul {
    background-color: lightgrey;
    
    padding: 10px 20px 10px 0px;
}
*/

.card-body li{
    font-size: 15px;
    text-align: right;
    color: orangered;
    
}


.first-word {
    font-size: 19px;
    font-weight: 900;
    color: dimgray;
}

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

/*----*/
html {
    width: 100vw;
    height: 100vh;
    scroll-behavior: smooth;

}

html,
body {

    background: lightgrey;
    overflow-x: hidden;
    margin: 0;
    padding: 0;


}

a {
    text-decoration: none;
    color: dimgray;


}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
    color: dimgray;
    font-size: 10px;
    position: fixed;
    bottom: 0;
    right: 1%;
    text-align: right;
    width: 12%;



}

span {
    color: orangered;
    font-weight: 900;
    font-size: 15px;
}
hr {
    border: .5px solid orangered;
    padding: 0;
    margin-top: 0px;
    width: 10%;
    height: 0;
    margin: 20px 0px 20px 0px;
    opacity: 
    
    
   
}



.project-title h1 {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 3px;
    color: dimgray;
    font-size: 25px;

}


.project-categ {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: dimgray;
    text-align: right;
    position: absolute;
    right: 0;
    line-height: 18px;
    



}

/*DEV CONTENT */




/*--------------------*/
/*About content*/

.about-content {
    max-width: 60vw;
    margin: 20px 0px 20px 100px;
}
/*---------*/

.wrapper {
    width: 80%;
    margin:0px auto;
    height: 100vh;
}

.project {
    border-bottom: 1px solid rgba(169, 169, 169, 0.5);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-basis: 1;
    position: relative;
    z-index: 2;
    color: dimgray;
}



/*MEDIA Queries */

/* 
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    //CSS

}

/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    //CSS

}

/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    //CSS

}

/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    //CSS

}

/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    footer {
        font-family: brandon-grotesque, sans-serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 1px;
        color: dimgray;
        font-size: 9px;
        position: fixed;
        bottom: 0;
        right: 1%;
        text-align: right;
        width: 60%;



    }

    span {
        color: orangered;
        font-weight: 900;
        font-size: 10px;
    }
    .project-categ {
        max-width: 20%;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 10px;
        letter-spacing: 1.5px;
        color: dimgray;
        text-align: left;
        visibility: hidden; 



    }


}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 420px) {

    /*MAIN*/

    footer {
        font-family: brandon-grotesque, sans-serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 1px;
        color: dimgray;
        font-size: 9px;
        position: fixed;
        bottom: 0;
        right: 1%;
        text-align: right;
        width: 60%;



    }

    span {
        color: orangered;
        font-weight: 900;
        font-size: 10px;
    }


    /*-------*/

    /*COLLAPSIBLE*/
    .collapsible {
        cursor: pointer;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 30px;;
        border: none;
        outline: none;
        background-color: transparent;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 900;
        font-style: normal;
        letter-spacing: 3px;
        color: dimgray;
        font-size: 20px;
        

    }



    .content {
        padding: 0px;
        margin: 0px;
        display: none;
        overflow: hidden;
        background-color: transparent;
        font-size: 16px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 500;
        font-style: normal;
        color: dimgrey;
        line-height: 24px
    }


    /*----*/




    .project-title h1 {
        font-family: brandon-grotesque, sans-serif;
        font-weight: 900;
        font-style: normal;
        letter-spacing: 3px;
        color: dimgray;
        font-size: 16px;

    }

    .project-categ {
        max-width: 20%;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 10px;
        letter-spacing: 1.5px;
        color: dimgray;
        text-align: left;
        visibility: hidden; 



    }

    .about-content {
        max-width: 100%;
        padding: 0px 20px 30px 15px;
        
    }
    .contact-content {
        padding-bottom: 50px;
    }
    .contact-content li {
        display: block;
        margin: 20px 0 0px 0;
        text-align: center;
    }

    .wrapper {
        width: 100vw;
        margin: 0;
        padding: 0;
    }

    .project {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-basis: 1;
        position: relative;
        z-index: 2;
    }
    .card {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100vw;
    }
    


}
