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:'Inter', sans-serif;
    src: url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');
    font-weight: bold;
    
}

@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;
}

strong{
    font-family:'Inter', sans-serif;
    font-weight: bold;
}

.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;
    margin-right: 15px;
    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: 135px;
    width: 100%;
}

@media only screen and (max-width: 700px){
    .topmargin{
        height: 100px;
    } 
}

.titlecardparent{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.titlecard{
    font-family:'Redaction50';
    font-size: 50px;
}
@media only screen and (max-width: 700px){
    .titlecard{
        font-size: 30px;
    } 
}

.showreel{
    width:100%;
    cursor: crosshair; 
    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;
    } 
}
.projecttitle{
    width:500px;
    margin-top: 90px;
    margin-bottom: 17px;
}
    @media only screen and (max-width: 750px){
        .projecttitle{
            width:250px;
            margin-top: 10%;
        } 
    }
th{
    font-family: 'Redaction50';
    text-align: left;
    font-size: 25px;}
@media only screen and (max-width: 750px){
        th{
            font-size:12px;
        } 
}
td{
    font-family: 'Inter', sans-serif;;
    text-align: left;
    font-size: 20px;
    color:darkgrey;
    padding-top: 10px;
    vertical-align: top;
    padding-right: 10px;
}
@media only screen and (max-width: 750px){
        td{
            font-size:12px;
            padding-right: 7px;
        } 
}

.projectdescription{
    font-family: 'Inter', sans-serif;
    font-size:20px;

}
@media only screen and (max-width: 750px){
    .projectdescription{
        font-size:16px;
    } 
}

.portfoliotags{
   display: flex;
    width: 100%;
    height: 120px;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: solid grey 1pt;
    padding-bottom: 20px;
}

@media only screen and (max-width: 750px){
    .portfoliotags{
        height: 200px;
        align-items:start;
        margin-top: 30px;
    } 
}

.projectextrainfo{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
    table-layout: fixed;
}
@media only screen and (max-width: 750px){
    .projectextrainfo{
       margin-bottom: 30px; 
    } 
}

.vid {
    width: 90%;
    cursor: crosshair;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.squarebox{
    box-sizing: border-box;
    display: flex;
width: 50%;
cursor: pointer;
aspect-ratio: 1 / 1;
cursor: crosshair;
padding: 0;
margin-left: auto;
margin-right: auto;
margin-bottom: 60px;
margin-top: 30px;
}
@media only screen and (max-width: 750px){
    .squarebox{
       width: 90%; 
    } 
}

.landscapebox{
    box-sizing: border-box;
    display: flex;
width: 90%;
cursor: pointer;
aspect-ratio: 16 / 9;
cursor: crosshair;
padding: 0;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
margin-top: 30px;
background-color: blue;
}


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

.gallery{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.pic {
    width: 100%;
    display: block;
    cursor: crosshair;
    border-top: solid grey 1pt;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.picportrait {
    width: 50%;
    height: auto;
    display: block;
    cursor: crosshair;
    pointer-events: none;
    border-top: solid grey 1pt;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 750px){
    .picportrait{
        width: 100%;
    } 
}
