html{
    scroll-behavior: smooth;
}

body{
    margin: 0%;
    background-color: rgba(27, 27, 27);
}

.bodyText{
    color: white;
    font-size: 15pt;
    letter-spacing: 2px;
    size: 15pt;


    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}


header{
    display: flex;
    justify-content: center;
}

#vid{
    width: 99vw;
    height: 93vh;
    overflow: hidden;
}

.bgVid{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.spacing{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#detailCard{
    width: 60vw;
    height: 60vh;
    position: absolute;
    padding: 2%;
    margin: 2rem;
}

#logo {
    float: left;
    margin: 2rem;
    width: 90vw;
}

#logo img{
    border-radius: 50%;
    max-width: 100%;
}

#myWork p{
    display: flex;
    padding-left: 30%;
    padding-right: 30%;
    justify-content: space-around;
}

#links{
    text-transform: uppercase;
}

tabs{
    float: none;
    display: flex;
    padding: 1%;
    padding-left: 10%;
    padding-right: 10%;
    justify-content: space-around;
}


/* header font */
.subHeader {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

a {
    color: white;
    /* margin: 1%; */
    font-size: 1.5rem;
}

h1{
    text-align: center;
    letter-spacing: 5px;
    padding-top: 5%;
    font-size: 5rem;
    font-style: bold !important;
}

h2 {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 5px;
}

#contact{
    position: absolute;
    padding: 1rem;
    text-align: center;
}

.icon{
    height: 3rem;
    width: 3rem;
    filter: invert(100%);
}

/* Responsive for phone */
@media (max-width: 800px) {
    body{
        color: white;
        font-size: 12pt;
        letter-spacing: 2px;
        size: 12pt;
        /* width: 50vw; */

        padding: 5%;
    }
    
    .bg{
        padding: 2%;
        padding-top: 1%;
        padding-bottom: 1%;
    }

    #logo {
        float: left;
        width: auto;
        margin-bottom: 0px;
        /* height: auto; */
        /* margin: 2rem; */
    }
    
    #logo img{
        /* width: 70vw; */
        border-radius: 50%;
        max-width: 100%;
    }
    
    #text{
        margin: 10%;
    }
    
    #myWork p{
        display: flex;
        padding-left: 0%;
        padding-right: 0%;
        justify-content: space-around;
    }

    #myWork a{
        font-size: 13pt;
        padding-left: 0%;
        padding-right: 0%;
    }
    
    #links{
        /* text-decoration: underline; */
        text-transform: uppercase;
    }
    
    tabs {
        margin: 5%;
        float: none;
        display: flex;
        padding: 0%;
        /* padding-left: 2%;
        padding-right: 2%; */
        justify-content: center;
        align-items: center;
        font-weight: bold;
    }

    tabs a{
        max-width: 100%;
        width:fit-content;
        text-align: center;
        font-size: 13pt;
    }
    
    
    /* header font */
    .subHeader {
        font-family: "Roboto Condensed", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
    }
    
    a {
        color: white;
        /* margin: 1%; */
        font-size: 1.5rem;
    }
    
    h1{
        text-align: center;
        letter-spacing: 5px;
        padding-top: 5%;
        font-size: 3rem;
        font-style: bold !important;
    }
    
    h2 {
        text-align: center;
        font-size: 2rem;
        letter-spacing: 5px;
    }
  }


/* extra details */
.selected{
    color: #405ba9;
    /* background-color: #cf881e;
    mix-blend-mode: luminosity; */
}

a{
    text-decoration: none;
}

