body{
    margin:0;
    padding: 0;   
    background-color: whitesmoke;
    font-family: 'Inter', sans-serif ;
    cursor: crosshair;
    overflow-x: hidden;
}

@font-face {
    font-family:'Inter', sans-serif;
    src: url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');
}

@font-face {
    font-family:'Redaction50';
    src: url('https://cdn.glitch.global/153e1a25-26d3-427a-b080-ef5467d2d232/Redaction_50-Regular.woff2?v=1688179459157');
}

html{scroll-behavior:smooth}

a:link {
    text-decoration: none;
    color: inherit;
}

a:hover{
    color: blue;
}
a:visited, a:active {
    color: inherit;
    text-decoration: none;
   }

a{
    cursor: crosshair;
    text-decoration: none;
    color: inherit;
}

.parenttopbar {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 5;
  }

.topbar{
    display: flex;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    opacity: 0.95;
    z-index: 5;
}
.web{
    width: 700px;
    justify-content: space-around;
}

.mobile{
    width: 250px;
    justify-content: space-between;
    display: none;
}

@media only screen and (max-width: 700px){
    .web{
        display: none;
    }
}
@media only screen and (max-width: 700px){
    .mobile{
        display: flex;
    }
}

.button{
    padding:0.35em 0.6em;
    margin:0 0.1em 0.1em 0;
    border-radius:2em;
    box-sizing: border-box;
    text-align:center;
    font-size: 12pt;
}
.button2{
    padding:0.55em 0.8em;
    margin:0 0.1em 0.1em 0;
    border-radius:2em;
    box-sizing: border-box;
    text-align:center;
    font-size: 15pt;
    text-decoration: none;
}


.blackborder{
    border: 0.5px solid silver;
    opacity: 0.9;
    color: black;
    background-color: white;
}
.blackborder:hover{
    opacity: 1;
    color: whitesmoke;
    background-color: blue;
    border: 0.5px solid blue;
}

.orangeborder{
    border: 3px solid #ff8c43;
    color:#ff8c43;}
.orangeborder:hover{
    opacity: 1;
    color: whitesmoke;
    background-color: #ff8c43;
    border: 3px solid #ff8c43;
}
.pinkborder{
    border: 3px solid #e99797;
    color:#e99797;}
.pinkborder:hover{
    opacity: 1;
    color: whitesmoke;
    background-color: #e99797;
    border: 3px solid #e99797;
}
.blueborder{
    border: 3px solid #6aa6df;
    color:#6aa6df;}
.blueborder:hover{
    opacity: 1;
    color: whitesmoke;
    background-color: #6aa6df;
    border: 3px solid #6aa6df;
}
.greenborder{
    border: 3px solid #76b95f;
    color:#76b95f;}
.greenborder:hover{
    opacity: 1;
    color: whitesmoke;
    background-color: #76b95f;
    border: 3px solid #76b95f;
}
.logo{
    width: 50px;
    top: 13px;
    opacity: 1;
}

.logo:hover{
    content: url(assets/logo-blue.png);
    width: 50px;
    top: 13px;
    opacity: 0.9;
}

.topmargin{
    height: 85px;
    width: 100%;
}


.titlecard{
    font-family:'Redaction50';
    font-size: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;

}

.showreel{
    width:100%;
    cursor: crosshair; 
    padding:56.25% 0 0 0;position:relative;
}

.centredtextbox{
    display: flex;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
    z-index: 5;
    justify-content: start;
    flex-wrap: wrap;
}
@media only screen and (max-width: 750px){
    .centredtextbox{
        width: 320px;
    } 
}
.designerinfo{
    font-family: 'Redaction50';
    font-size: 33px;
    margin-top: 150px;
    margin-bottom: 70px;
}
@media only screen and (max-width: 750px){
    .designerinfo{
        font-size: 20px;
        margin-top: 10%;
        margin-bottom: 10%;
    } 
}
.contacttable{
    width:500px;}
    @media only screen and (max-width: 750px){
        .contacttable{
            width:250px;
            margin-bottom: 10%;
        } 
    }
th{
    font-family: 'Redaction50';
    text-align: left;
    font-size: 27px;}
    @media only screen and (max-width: 750px){
        th{
            font-size:12px;
        } 
    }
td{
    font-family: 'Inter', sans-serif;
    font-size:25px;
    color:darkgrey;
}
@media only screen and (max-width: 750px){
    td{
        font-size:12px;
    } 
}

.centredportfolios{
    display: flex;
    width: 850px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    z-index: 5;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
@media only screen and (max-width: 900px){
    .centredportfolios{
        width: 740px;
        justify-content: space-evenly;
        height: 250px;
    } 
}
@media only screen and (max-width: 750px){
    .centredportfolios{
        width: 300px;
        justify-content: space-evenly;
        height: 200px;
        margin-bottom: 10%;
    } 
}
#projects{
    color: whitesmoke;
    align-items: center;
    display:flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0;
    margin: 0;
}

.box{
    box-sizing: border-box;
    display: flex;
width: 33.33vw;
cursor: pointer;
aspect-ratio: 16 / 9;
cursor: crosshair;
padding: 0;
margin: 0;
overflow: hidden;
}
@media only screen and (max-width: 1000px){
    .box{
        width: 100vw;
    }
    
}

.fitbox{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
vertical-align: middle;

}

iframe{
    width: 100%;
    height: auto;
    align-self: center;
    padding: 0;
    margin: 0;
}

.fitoverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
}





.bigtableparent{
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap;
}
@media only screen and (max-width: 700px){
    .bigtableparent{
        flex-wrap: wrap;
        width: 100%;
    }
}

.thirdbox{
    width: 33.33%;
    aspect-ratio: 16/9;
    box-sizing: border-box;
    position: relative;
    font-family:'Inter', sans-serif;
    font-size: 16px;
    text-align: left;
    margin: 0;
    overflow: hidden;
    background-color: grey;
    
}

.fitthirdbox{
    position: absolute;
    width: 100%;
    
    
    

}

@media only screen and (max-width: 700px){
    .thirdbox{
        width: 100%;
        padding-right: 0;
    }
}

.lasttwothirdbox{
    width: 66.66%;
    font-family:'Inter', sans-serif;
    font-size: 16px;
    text-align: left;
    padding: 0;
    border: 0;
}
@media only screen and (max-width: 700px){
    .lasttwothirdbox{
        width: 100%;
    }
}










/*footer*/
.footer{
    width: 100%;
    height: 300px;
    background-color: blue;
    position: relative;

}
@media only screen and (max-width: 1000px){
    .footer{
        display: none;
    }
}

.insta{
    position: absolute;
    left: 40%;
    width: 50px;
    top: 90px;
    opacity: 0.6;
}
.insta:hover{
    opacity: 0.9;
}

.linkedin{
    position: absolute;
    left: 50%;
    width: 50px;
    transform: translate(-50%, 0);
    top: 90px;
    opacity: 0.6;
}
.linkedin:hover{
    opacity: 0.9;
}

.youtube{
    position: absolute;
    right: 40%;
    width: 50px;
    top: 90px;
    opacity: 0.6;
}
.youtube:hover{
    opacity: 0.9;
}

.linktext{
    position: absolute;
    left: 45%;
    top: 180px;
    color: antiquewhite;
    opacity: 0.7;
}
.linktext:hover{
    opacity: 0.9;
}
.linktext2{
    position: absolute;
    right: 45%;
    top: 180px;
    color: antiquewhite;
    opacity: 0.7;
}
.linktext2:hover{
    opacity: 0.9;
}

.copyright{
    position: absolute;
    color: whitesmoke;
    font-size: 12px;
    text-align: center;
    opacity: 0.6;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
}
