@import url('https://fonts.googleapis.com/css?family=Warnes&display=swap');

@font-face {
    font-family: 'beon';
    src: url('Beon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

*, html {
    margin:0;
    padding:0;  
}


body {
    background-color:  rgb(26, 38, 49);
    scrollbar-color: rgb(47, 67, 85) rgb(38, 59, 78);
}

::-webkit-scrollbar {
    background:rgb(26, 38, 49);
}

::-webkit-scrollbar-thumb {
    background: rgb(38, 59, 78);
}

.topnav {
    background-color: rgb(24, 35, 44);
    position: absolute;
    top: 0;
    box-shadow: 0px 1.8vw 3vw -25px #111;
    width: 99.9%;
    height: 5vw;
    /* overflow: hidden; */
    /* border-radius: 2vh; */
}

.topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 1.6vw 1.6vw;
    border-radius: 2vh;
    margin: 0;
    text-decoration: none;
    font-size: 1.6vw;
}

.topnav a:hover{
    color: #ccc;
}

.topnav a.active {
    background-color: rgb(255, 123, 0);
    color: white;
}

.topnav .icon {
    display: none;
}

.topnav_img{
    position: absolute;
    top: 1vw;
    left: 20vw;
    max-width: 3%;
    height: auto;
}

.topnav_heading{
    position: absolute;
    top: 0;
    left: 2vw;
    color: white;
    font-size: 4.1vw;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.p2{
    font-size: 2vw;
    padding-left: 3vh;
    padding-right: 3vh;
    color: rgb(0, 183, 255);
    margin-bottom: 1vw;
    
}

h3{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(99, 29, 139);
    font-size: 4vh;
    padding-left: 20px;
    padding-right: 20px;
}

h2{
    color: rgb(216, 42, 77);
    font-family: 'Courier New', Courier, monospace;
    font-size: 3.6vw;
    margin-bottom: 1vw;
    margin-left: 3vh;
    text-align: center;
    padding-top: 1vw;
}

.image{
    max-width: 25%;
    height: auto;
    padding: 20px 20px;
}

h1 {
    font-size: 6vw;
    margin-top: 6vw;
    padding-top: 1vw;
    margin-bottom: 1vw;
    text-align: center;
    color: rgb(255, 123, 0);
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}

.textbox{
    background-color:rgb(19, 30, 41);
    width: 85%;
    border-radius: 2vw;
    margin: auto;
    /* padding-left: 1vw; */
    padding-top: 0;
    margin-top: 2vw;
    height: 100%;
    box-shadow: 0px 0.7320644216691069vw 1px rgb(47, 67, 85), 0 0.7320644216691069vw 1.4641288433382138vw black;
    margin-bottom: 3vw;
    padding-bottom: 2vw;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      display: block;
      background-color: rgb(255, 123, 0); 
      margin-top: 0.7vw;
    }
    .topnav a{
        display: none;
    }

    .topnav{
        background-color: rgb(24, 35, 44);
        height: 7vw;
    }

    .p1{
        font-size: 4vw;
    }
    
    h1{
        font-size: 9vw;
        margin-top: 7.5%;
    }
    .topnav_heading{
        margin-top: 0.7vw;
    }
    .topnav_img{
        margin-top: 0.7vw;
    }
    .textbox{
        margin-top: 8vw;
    }
    .textbox h1{
        margin-top: 0;
        margin-bottom: 1.5vw;
    }
    .textbox p img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .image{
        display: block;
        margin: auto;
    }

  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: center;
    }
  }