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

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

.thirdbox{
    width: 33.33%;
    font-family:'Inter', sans-serif;
    font-size: 16px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-right: 25px;
    border-top: 0.5px solid grey;
}

@media only screen and (max-width: 700px){
    .thirdbox{
        width: 100%;
        padding-right: 0;
    }
}
.lastthirdbox{
    width: 33.33%;
    font-family:'Inter', sans-serif;
    font-size: 16px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 30px;
    border-top: 0.5px solid grey;
}
@media only screen and (max-width: 700px){
    .lastthirdbox{
        width: 100%;
    }
}

.lasttwothirdbox{
    width: 66.66%;
    font-family:'Inter', sans-serif;
    font-size: 16px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: 0.5px solid grey;
}
@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);
}
