.copyright {
    background-color:rgb(255, 255, 255);
    color:rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    display: inline-block;
    border:solid;
    border-width: 1px;
    margin-left: 10px;
    margin-top: calc(100vh - 40px); 
    padding-left: 5px;
    padding-right: 5px;
    position: fixed;
    z-index: 1;
  }

  .copyright-fixed {
    background-color:rgb(255, 255, 255) !important;
    border-color: black;
    color:rgb(0, 0, 0);
    border:solid !important;
    border-width: 1px !important;
    margin-left: 10px !important; 
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-top: 95% !important;
    z-index: 1;
  }

  .bariscavusoglu {
    background-color: rgb(255, 255, 255);
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 8px;
    margin-top: 8px;
    display: inline-block;
    position: absolute; 
    font-size: 18px;
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0) !important;
    border:double;
    border-radius: 8px;
    font-family: 'Times New Roman', serif;
    z-index:1;
  }
  .bariscavusoglu:hover{
    background-color: rgb(255, 0, 255);
    border-color: rgb(0, 0, 0) !important;
  }
  
  .page1 {
    margin-top: 80px;
    margin-left: 10px;
    border:none;
    background-color: rgb(255, 255, 255, 0);
    color:rgb(0, 0, 0);
    display:block;
    font-size: 12px;
    text-decoration: none;
  }

  .page1Selected {
    margin-top: 80px;
    margin-left: 10px;
    border:none;
    background-color: rgb(255, 255, 255);
    display:block;
    font-size: 12px;
  }

  .page1href{
    border:none;
    background-color: rgb(255, 255, 255);
    display:block;
    font-size: 12px;
    text-decoration: none;
  }
  .page1href:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
  }


  .pages {
    margin-top: 10px;
    margin-left: 10px;
    border:none;
    background-color: rgb(255, 255, 255);
    color:rgb(0, 0, 0);
    display:block;
    font-size: 12px;
    text-decoration: none;
  }
  .pages:hover{
    background-color: rgb(255, 0, 255);
    color: rgb(0, 0, 0);
  }

  .pageshref{
    border:none;
    background-color: rgb(255, 255, 255);
    display:block;
    font-size: 12px;
    text-decoration: none;
  }
  .pageshref:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
  }


  .pagesSelected {
    margin-top: 10px;
    margin-left: 10px;
    border:none;
    background-color: rgb(255, 255, 255);
    display:block;
    font-size: 12px;
  }
  
  #seq_fixed {
    height: 100%;
    position: fixed;
    background: rgb(255, 255, 255);
    width: 190px;
    box-sizing: border-box;
    display: inline-block;  
    vertical-align: top;
  }

  #seq_scrollable {
    padding-left: calc(180px + 20px);
    text-align: justify;
    background: rgb(255, 255, 255);
    width: 100%;
    box-sizing: border-box;
    padding-top: 9px;
    padding-bottom: 50px;
    padding-right: 20px;
    display: inline-block;  
    vertical-align: top;
  }


  .vid {
    margin-left: -280px;
    margin-top: 0px;
  }

  .vidSec {
    margin-left: -90px;
    margin-top: 0px;
  }

  .img {
    top : 0;
    left : 0;
    width : 100%;
  }

  .imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
  }

  .img2 {
    top : 0;
    left : 0;
    width : 50%;
  }

  .img3 {
    top : 0;
    left : 0;
    width : 20%;
  }

  
  @media screen and (max-height: 800px) {
    .copyright {
        margin-top: 800px; 
        position: absolute;
    }
  }
