* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }
  
  body {
    font-family: "Poppins", sans-serif;
    background-image: linear-gradient(90deg, #a6ccf5, #a6ccf5);
  }
  
  label { display: inline-block; width: 200px; text-align: left;}
  
  .logo {
    color: rgb(226, 226, 226);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
  }

  .large-font {
    font-size: 28px;
    color: white;
    background-color: midnightblue;
  }

  .mainimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 25%;
    width: 55%;
    max-width: 80%;
  }
  
  /*** NAV BAR *********************************/
  .navbar {
    width: 100%;
    background-color: midnightblue;
    overflow: auto;
  }

  .navbar a {
    float: left;
    padding: 6px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    justify-content: space-around;
  }

  .navbar a:hover {
    background-color: #000;
  }

  .navbar a.split {
    float: right;
    color: white;
  }

  .active {
    background-color: #04AA6D;
  }

  @media screen and (max-width: 500px) {
    .navbar a {
      float: none;
      display: block;
    }
    .col-25, .col-75, input[type=submit] {
      width: 100%;
      margin-top: 0;
    }
  }
  /**********************************************/

  h2,
  p {
    text-align: center;
  }
  
  .login-btns {
    align-self: center;
    padding:  10px;
  }
  .hide {
    display: none;
  }

/* Footer */
  .footer {
    font-size: x-small; 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    color: black;
    padding: 1rem;
    text-align: center;
    /* box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3);*/
  }

  .div-flex {
    display: flex;
  }

  .div-center {
    text-align: center;
    justify-content: center;
  }

  .image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .image-size {
    width: 95%;
    min-width : 360px;
    margin-top: 10px;
  }

  .image-size-small {
    width: 27%;
    min-width : 100px;
    margin-top: 10px;
  }

  .profile-pic {
    width: 25px;
    max-width: 50px;
  }

  #charCounter { float:right }

  textarea {
    width:		100%;
    height: 	3em;
  }

  /********* SIGN IN, SIGN UP *********************/
  /*
  .no-link {
    text-decoration:none; 
    color: rgb(226, 226, 226);
    align-self: left;
  }

  .signup-container {
    align-self: center;
    width: 97%;
    display: flex;
    flex-direction: column;
    background-color: midnightblue;
    border-radius: 10px;
  }
  .signup-item {
    justify-content: space-around;
    align-self: center;
    display: flex;
    margin: 5px;
  }
  .sign-inp {
    flex: 1;
  }
  .sign-lbl {
    width: 40%;
    text-align: left;
    margin-right: 5px;
    padding: 3px;
  }
  
  .container {
    width: 70%;
    margin: auto;
    height: auto;
  }

  .sign-center{
    width: 40%;
    height: 35%;
    min-width: 325px;
    min-height: 275px;
    max-width: 400px;
    background-color: midnightblue;
    color: rgb(226, 226, 226);
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
  }

  .forgot-password {
    margin-left: 3%;
    color: white;
    font-size: small;
    float: left;
  }
*/

/* VIEW, POST BLOGS ************************************************/
/*
  .blog-center{
    min-width: 375px;
    min-height: 350px;
    width: 80%;
    background-color: midnightblue;
    color: rgb(226, 226, 226);
    position: absolute;
    top:12%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
  }

  .kural {
    width:		100%;
  }
  
  .blog-content {
    width: 90% ;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    font-family:verdana, sans-serif;
    word-spacing:4pt;
    font-size:14px;
  }

  .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
  }
  
  .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
  }

  .blog-buttons{
    padding:  25px; 
  }

  .blog-success{
    color: lightgreen;    
  }

  .blog-failure{
    color: darkred;    
  }

  .vflex{
    display: flex;
    flex-direction:column;
    justify-items: center;
  }
*/

/******** PROFILE PAGE *********************/
/*
.channel-radio-label {
    width: 340px;
  }

.placeholder {
    font-style: italic;
  }
*/
 
  .btn {
    text-align: center;
    margin: 1px;
    padding: 3px;
    color: white;
    border-radius: 5px;
  }

  .btn-large {
    text-align: center;
    margin: 2px;
    padding: 5px;
    color: white;
    border-radius: 7px;
    font-size: large;
  }

  .btn-success {
    background-color:#04AA6D;
    border-color:#04AA6D;
  }

  .btn-failure {
    background-color: lightcoral;
    border-color: lightcoral;
  }

  .btn-disabled {
    background-color: #aef4d9;
    color: grey;
  }

  .btn-link {
    background: none!important;
    border: none;
    padding: 0!important;
    /*optional*/
    font-family: arial, sans-serif;
    font-size: x-large;
    /*input has OS specific font-family*/
    color: green;
    text-decoration: underline;
    cursor: pointer;
    text-align: left;
    line-height: 2;
    /*
    width:100px;
    height:50px;
    background:green;
    border:none;
    color:white;
    */
  }

  .disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  .hide {
    display: none;
  }

  .left {
    float: left;
  }

  .left-first {
    align-self: flex-start;
  }
  
  .right{
    align-self: flex-end;
  }

/* TABLE OF CONTENTS PAGE */
.table-center {
  /*display: block;*/
  margin-left: auto;
  margin-right: auto;
  font-size: xx-large;
  width: 50%;
}

.table-scroll {
  /* width: 50%; */
  overflow-x:auto; 
  overflow-y: scroll;
  max-height: 1000px;
}

/* Style for the table */
table {
  display: block;
  /* border-collapse: collapse; */
  width: 100%;
  }

th, td {
    border: 1px solid #ddd;
    padding: 2px;
    text-align: left;
  }

th {
    color: white;
    background-color: midnightblue;
  }

.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  }

.video-container {
    max-width: 100%; /* Set a pixel value instead if no parent container*/
    margin: 0 auto; /* Center the container */
}

.video-container video {
    width: 80%; /* Fill x% of the available width */
    height: auto; /* Adjust height automatically */
}

.youtube-iframe {
  position:absolute;
  top: 7%;
  left: 10%;
  bottom: 13%;
  right: 10%;
  width: 80%;
  height: 80%;
  border: none;
}

/*
.video-element {
  border-width: 5px;
  border-color: red;
*/
/* 16:9 aspect ratio */
/*
  width: 1280;
  height: 720; 
}
*/