* {
  box-sizing: border-box;
}

@font-face {
    font-family: 'ames';
    src: url('/assets/fonts/ames.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ethnocentric';
    src: url('/assets/fonts/ethnocentric.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

  body {
  margin: 0;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: ames;
  background-color: #F9E6C9;
  background-image: url('/assets/images/background.png');
  background-attachment: fixed;
  background-position: bottom;
  background-position: right;
  background-size:cover;
  background-repeat: no-repeat;
  }

  a:link {
    color:aqua
  }

/* Style the side navigation */
.sidenav {
  height: 100%;
  width: 150px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  /*background-color: #ff2929;*/
  background-color: #3D0202;
  background-image: url('/assets/images/elementbg.png');
  background-size: 760%;
  overflow-x: hidden;
  border-right: 4.5px solid #161c24;
  background-repeat: no-repeat;
}


/* Side navigation links */
.sidenav a {
  color: #F9E6C9;
  padding: 5px;
  text-decoration: none;
  display: block;
  padding-left: 15px;
  
}

/* Change color on hover */
.sidenav a:hover {
  background-color: #F9E6C9;
  color: #DF1C1B;
  transition: 0.7s;
}

/* Style the content */
/*.content {
  margin-left: 200px;
  padding-left: 20px;
}*/

  .top-box {
  /*background: #ff2929;*/
  background-image: url('/assets/images/elementbg.png');
  background-size: 150%;
  color: #F9E6C9;
  max-height: 400px;
  overflow: auto;
  margin: 25%;
  margin-top: 0%;
  margin-bottom: 8%;
  padding: 3%;
  padding-top: 1%;
  background-color: #3D0202;
  background-repeat: no-repeat;
  border: 4.5px solid #161c24;
  }

.top-boxb {
  /*background: #ff2929;*/
  background-image: url('/assets/images/elementbg.png');
  background-size: 150%;
  color: #F9E6C9;
  max-height: 420px;
  overflow: auto;
  margin: 25%;
  margin-top: 7%;
  margin-bottom: 8%;
  padding: 3%;
  padding-top: 1%;
  background-color: #3D0202;
  background-repeat: no-repeat;


-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
 border: 4.5px solid #161c24;

  /*border-right: 3px solid #161c24;
  border-left: 3px solid #161c24;
  border-bottom: 3px solid #161c24; */

  padding-right: 22%;

  }

  .top-boxc {
  background-image: url('/assets/images/elementbg.png');
  background-size: 150%;
  color: #F9E6C9;
  max-height: auto;
  overflow: auto;
  margin: 25%;
  margin-top: 2%;
  margin-bottom: 8%;
  padding: 3%;
  padding-top: 1%;
  border: 4.5px solid #161c24;
  text-align: center;
  background-color: #3D0202;
  background-repeat: no-repeat;

  }

  .sidebanner {
    position:fixed;
    height: 96%;

    right:1%;
    top: 50%;
    transform: translate(0%, -50%);

    border: 4.5px solid #161c24;

  }

  .banner {
  object-fit: cover;
  margin: 25%;
  margin-top: 8%;
  margin-bottom: 0%;
  padding: 0%;
  padding-top: 0%;

  border-right: 3px solid #161c24;
  border-left: 3px solid #161c24;
  border-top: 3px solid #161c24;
}

  .homepageimg {
  height:470px;
  position: absolute;
  top:15%;
  left: 53%;
  }

  .leftalign {
    text-align: left;
  }

  .profilepagea {
  
    line-height: 40%;

    h1  {
    font-size: 400%;
    font-family: ethnocentric;
    color: #DF1C1B;
    }

      h2  {
    font-size: 230%;
    font-family: ethnocentric;
    }

    em {
      font-size:130%;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 500;
    }

    .pia {
      max-height: 340px;
      width:auto
    }

      .piah {
      max-height: 340px;
      width:auto
      
    }

    margin-left: 15%;
    
    

  }

