/* IMAGES//////////////////////////////////////////////////////////////// */

.heroImg{
    background-image: url(../images/hero_bg.jpg);
}

.rotatingImg{
    background-image: url(../images/hero_rotating.svg);
}

.aboutImg{
    background-image: url(../images/headshot.jpg);
}

.footerBgImg{
    background-image: url(../images/footer_bg.jpg);
}

.transform-img{
    background-image: url(../images/transform-ai.jpg);
}

.crux-img{
    background-image: url(../images/crux.jpg);
}

.grazer-img{
    background-image: url(../images/grazer.jpg);
}

.stashit-img{
    background-image: url(../images/stashit.jpg);
}

/* //////////////////////////////////////////////////////////////////////// */

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoReg';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.sectionTitle{
    font-size: 5rem;
    font-family: "RobotoBold";
}

.scroll{
    scrollbar-color: #FE811B #FAF5F0;
}

body{
    font-family: "RobotoReg";
    cursor: url(../images/cursor.svg) 25 25, auto;
    overflow-x: clip;
}

nav{
    font-size: .85rem;
}

.container{
	margin-left:auto;
	margin-right:auto;
}

.bgImg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bgImg2{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.color-white{
    color: #FAF5F0 !important;
}

.bg-white{
    background-color: #FAF5F0 !important;
}

.color-blue{
    color: #13151A;
}

.bg-blue{
    background-color:#13151A;
}

.color-orange{
    color: #FE811B;
}

.bg-orange{
    background-color: #FE811B;
}

.heroImg{
    height: 96vh;
    border-radius: 3vw;
    width: 98%;
    position: relative;
}

.words{
    overflow: hidden;
}

.words span{
    display: block;
    height: 100%;
    animation: spin_words 7s infinite;
}

@keyframes spin_words{
    10%{
        transform: translateY(-112%);
    }
    25%{
        transform: translateY(-100%);
    }
    35%{
        transform: translateY(-212%);
    }
    50%{
        transform: translateY(-200%);
    }
    60%{
        transform: translateY(-312%);
    }
    75%{
        transform: translateY(-300%);
    }
    85%{
        transform: translateY(-412%);
    }
    100%{
        transform: translateY(-400%);
    }
}

@keyframes rotating {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

.rotating {
    animation: rotating 12s linear infinite;
}

.rotatingHolder{
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    padding: 1%;
    
    margin-left: auto;
    color: #FAF5F0;

    bottom:5%;
    right: 5%;
}

.rotatingHolder p {
    font-size: 3rem;
}

.rotatingImg{
    width: 100%;
    height: 100%;
} 

.arrow{
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-6%,-24%);
}

a{
    text-decoration: none;
    color: #13151A;
}

a::after{
    text-decoration: none;
    color: #13151A;
}

.awards div:first-of-type{
    border: none;
}

.awards a , .awards div{
    border-bottom: #FE811B solid 1px;
}

.awards div:last-of-type{
    border: none;
}

footer{
    border-radius: 3vw;
    width: 98%;
}

.email{
    border-bottom: #FAF5F0 solid 1px;
}

.emailMe{
    color: #FAF5F0;
}

.projects a:hover{
    cursor: url(../images/cursor2.svg) 25 25, auto;
    color: #13151A;
}

.prjImg{
    transition: all 250ms ease-in-out;
}

.projects a:hover .prjImg{
    border-radius: 3vw;
}

.emailMe:hover{
    color: #13151A;
    cursor: url(../images/cursor2.svg) 25 25, auto;
}

.sticky2 a:hover{
    cursor: url(../images/cursor2.svg) 25 25, auto;
    border-color: #13151A;
}

.col .fa{
    color: #FAF5F0;
    font-size: 1.5rem;
}

.col .fa:hover{
    color: #13151A;
    font-size: 1.5rem;
    cursor: url(../images/cursor2.svg) 25 25, auto;
}

.copy{
    color: #FAF5F0;
}

.awards a:hover{
    color: #FE811B;
    cursor: url(../images/cursor2.svg) 25 25, auto;
}

.contact{
    font-family: "RobotoBold";
}

.toWork{
    display: block;
    border-radius: 50px;
    border: #FAF5F0 solid 1px;
    color: #FAF5F0;
    background-color: #FAF5F010;
}

.toWork:hover{
    color: #13151A;
    border: #13151A solid 1px;

    cursor: url(../images/cursor2.svg) 25 25, auto;
}

p{
    font-size: 1rem;
}

.text a{
    color: #FE811B;
}

.text a:hover{
    cursor: url(../images/cursor2.svg) 25 25, auto;
    color: #13151A;
}

.projects h4{
    font-family: RobotoBold;
}


/* SMALL MOBILE STYLES ////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 575px){
    .container-fluid{
		width: 94.5%;
	}

    .navbar{
        top: 1.5% !important;
    }

    .navbar-brand , .nav-link{
        color:#FAF5F0;
        border: #FAF5F0 solid 1px;
        border-radius: 50px;
        background-color: #faf5f010;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }

    .navbar-toggler{
        border: #FAF5F0 solid 1px;
        border-radius: 50px;
        background-color: #faf5f010;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }

    .navbar-toggler-icon{
        background-image: url(../images/menu_defult.svg);
        width: 1.25em;
        height: 1.25em;
    }

    .navButtonRevealed{
        background-image: url(../images/menu_revealed.svg);
        width: 1.25em;
        height: 1.25em;
    }
    
    .navTogglerRevealed{
        border: solid #FE811B 1px;
        color: #FE811B;
        background-color: #FE811B10;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        border-radius: 100px;  
    }

    .revealedLink{
        border: solid #FE811B 1px;
        color: #FE811B;
        background-color: #FE811B10;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        border-radius: 100px;  
    }

    .nav-link:hover, .navbar-brand:hover , .navbar-toggler:hover{
        color:#13151A;
        border-color: #13151A;
        cursor: url(../images/cursor2.svg) 25 25, auto;

    }
    
    .navbar-toggler:hover .navbar-toggler-icon{
        background-image: url(../images/menu_hover.svg);
    }

    h1 {
        font-size: 11vw;
        margin-bottom: 0%;
        font-family: RobotoBold;
    }

    .toWork{
        bottom: 5%;
        left: 8%;
    }

    .rotatingHolder{
        bottom:32%;
        right: 5%;  
    }

    .sectionTitle{
        font-size: 3rem;
        line-height: 3rem;
    }

    .body{
        overflow-x: hidden;
        width: 100vw;
    
        margin-bottom: 0%;
        
        height: auto;
    }

    .wrapper{
        display: flex;
        height: 4rem;
        overflow: hidden;
    }

    .dim{
        display: block;

        border: #FE811B solid 1px;
        border-radius: 1.5vw;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        background-color: #faf5f010;
        height: 40vh;
        margin-bottom: .5rem;
    }

    .horizontal{
        display: flex;
        flex-wrap: wrap;
    }

    .email h1{
        font-size: calc(5rem + .5vw);
    }

    .aboutImg{
        height: 50vh;
        border-radius: 3vw;
        border: #FE811B solid 1px;
    }

    .projects a{
        transition: color ease-in-out 250ms ;
    }

    .crux-img , .transform-img, .grazer-img , .stashit-img{
        padding-bottom: 65%;
    }
}

/* MOBILE STYLES ////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 576px) and (max-width: 767px){
    .container-fluid{
		width: 94.5%;
	}

    .navbar{
        top: 1.5% !important;
    }

    .navbar-brand, .nav-link{
        color:#FAF5F0;
        border: #FAF5F0 solid 1px;
        border-radius: 50px;
        background-color: #faf5f010;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }

    .navbar-toggler{
        border: #FAF5F0 solid 1px;
        border-radius: 50px;
        background-color: #faf5f010;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }

    .navbar-toggler-icon{
        background-image: url(../images/menu_defult.svg);
        width: 1.25em;
        height: 1.25em;
    }

    .navButtonRevealed{
        background-image: url(../images/menu_revealed.svg);
        width: 1.25em;
        height: 1.25em;
    }
    
    .navTogglerRevealed{
        border: solid #FE811B 1px;
        color: #FE811B;
        background-color: #FE811B10;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        border-radius: 100px;  
    }

    .revealedLink{
        border: solid #FE811B 1px;
        color: #FE811B;
        background-color: #FE811B10;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        border-radius: 100px;  
    }

    .nav-link:hover, .navbar-brand:hover , .navbar-toggler:hover{
        color:#13151A;
        border-color: #13151A;
        cursor: url(../images/cursor2.svg) 25 25, auto;
    }
    
    .navbar-toggler:hover .navbar-toggler-icon{
        background-image: url(../images/menu_hover.svg);
    }

    h1 {
        font-size: 11vw;
        margin-bottom: 0%;
        font-family: RobotoBold;
    }

    .toWork{
        bottom: 5%;
        left: 8%;
    }

    .wrapper{
        display: flex;
        height: 5.5rem;
        overflow: hidden;
    }

    .body{
        overflow-x: hidden;
        width: 100vw;
    
        margin-bottom: 0%;
        
        height: auto;
    }

    .email h1{
        font-size: calc(5rem + .5vw);
    }

    .lead{
        font-size: 1.2rem;
    }

    .aboutImg{
        height: 75vh;
        border-radius: 3vw;
        border: #FE811B solid 1px;
    }

    .projects a{
        transition: color ease-in-out 250ms ;
    }

    .crux-img , .transform-img, .grazer-img, .stashit-img{
        padding-bottom: 65%;
    }
}

/* TABLET STYLES ////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 768px) and (max-width: 1024px){    
    .container-fluid{
		width: 94.5%;
	}

    .navbar{
        top: 1.5% !important;
    }

    .navbar-brand , .nav-link{
        color:#FAF5F0;
        border: #FAF5F0 solid 1px;
        border-radius: 50px;
        background-color: #faf5f010;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }

    .navbar-toggler{
        border: #FAF5F0 solid 1px;
        border-radius: 50px;
        background-color: #faf5f010;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }

    .navbar-toggler-icon{
        background-image: url(../images/menu_defult.svg);
        width: 1.25em;
        height: 1.25em;
    }

    .navButtonRevealed{
        background-image: url(../images/menu_revealed.svg);
        width: 1.25em;
        height: 1.25em;
    }
    
    .navTogglerRevealed{
        border: solid #FE811B 1px;
        color: #FE811B;
        background-color: #FE811B10;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        border-radius: 100px;  
    }

    .revealedLink{
        border: solid #FE811B 1px;
        color: #FE811B;
        background-color: #FE811B10;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        border-radius: 100px;  
    }

    .nav-link:hover, .navbar-brand:hover , .navbar-toggler:hover{
        color:#13151A;
        border-color: #13151A;
        cursor: url(../images/cursor2.svg) 25 25, auto;
    }
    
    .navbar-toggler:hover .navbar-toggler-icon{
        background-image: url(../images/menu_hover.svg);
    }

    h1 {
        font-size: 10vw;
        margin-bottom: 0%;
        font-family: RobotoBold;
    }

    .toWork{
        bottom: 5%;
        left: 8%;
    }

    .wrapper{
        display: flex;
        height: 7rem;
        overflow: hidden;
    }

    .body{
        overflow-x: hidden;
        width: 100vw;
    
        margin-bottom: 0%;
        
        height: auto;
    }

    .email h1{
        font-size: calc(5rem + .5vw);
    }

    .lead{
        font-size: 1.2rem;
    }

    .aboutImg{
        height: 80vh;
        border-radius: 3vw;
        border: #FE811B solid 1px;
    }

    .projects a{
        transition: color ease-in-out 250ms ;
    }

    .crux-img , .transform-img, .grazer-img, .stashit-img{
        padding-bottom: 65%;
    }
}

/* DESKTOP STYLES ////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 1025px) and (max-width: 1439px){

    body{
        overflow-x: hidden;
    }
    .container-fluid{
		width: 94.5%;
	}

    .navbar{
        top: 1.5% !important;
    }
    
    .nav-link, .navbar-brand{
        color:#FAF5F0;
        border: #FAF5F0 solid 1px;
        border-radius: 50px;
        background-color: #faf5f010;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }
    
    .nav-link:hover, .navbar-brand:hover{
        color:#13151A;
        border-color: #13151A;
        cursor: url(../images/cursor2.svg) 25 25, auto;
    }
    
    .revealed{
        border: solid #FE811B .5px;
        color: #FE811B;
        background-color: #FE811B10;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        border-radius: 100px;  
    }
    
    .revealedLink{
        border: solid #FE811B 1px;
        color: #FE811B;
        background-color: #FE811B10;
    }

    h1 {
        font-size: 7rem;
        margin-bottom: 0%;
        font-family: RobotoBold;
    }

    .wrapper{
        display: flex;
        height: 9rem;
        overflow: hidden;
    }

    .toWork{
        bottom: 5%;
        left: 50%;
        margin-left: -12.5%;
    }

    .email h1{
        font-size: calc(6rem + .7vw);
    }

    .lead{
        font-size: 1.2rem;
    }

    .aboutImg{
        height: 50vh;
        border-radius: 3vw;
        border: #FE811B solid 1px;
    }

    .projects a{
        transition: color ease-in-out 250ms ;
    }

    .crux-img , .transform-img, .grazer-img, .stashit-img{
        padding-bottom: 65%;
    }
}

/*large screen/////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 1440px){
   
    .container-fluid{
		width: 94.5%;
	}

    .navbar{
        top: 1.5% !important;
    }
    
    .nav-link, .navbar-brand{
        color:#FAF5F0;
        border: #FAF5F0 solid 1px;
        border-radius: 50px;
        background-color: #faf5f010;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }
    
    .nav-link:hover, .navbar-brand:hover{
        color:#13151A;
        border-color: #13151A;
        cursor: url(../images/cursor2.svg) 25 25, auto;

    }

    h1{
        font-size: 10rem;
        font-family: RobotoBold;
    }

    .wrapper{
        display: flex;
        height: 12rem;
        overflow: hidden;
    }
    
    .revealed{
        border: solid #FE811B .5px;
        color: #FE811B;
        background-color: #FE811B10;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        border-radius: 100px;  
    }
    
    .revealedLink{
        border: solid #FE811B 1px;
        color: #FE811B;
        background-color: #FE811B10;
    }

    .toWork{
        bottom: 5%;
        left: 50%;
        margin-left: -12.5%;
    }

    .email h1{
        font-size: 8rem;
    }

    .lead{
        font-size: 1.2rem;
    }

    .aboutImg{
        height: 80vh;
        border-radius: 3vw;
        border: #FE811B solid 1px;
    }

    .projects a{
        transition: color ease-in-out 250ms ;
    }

    .crux-img , .transform-img, .grazer-img , .stashit-img{
        padding-bottom: 65%;
    }
}