
.video-container {
     position: relative;
     padding-bottom: 56.525%;
     padding-top: 30px;
     padding-left: 1.0rem;
     padding-right: 1.0rem;
     height: 0;
     overflow: hidden;
     background-color: #ffa0a0;
}
.video-container iframe, .video-container object, .video-container embed {
     position: absolute;
     top: 0;
     left: 0;

     width: 100%;
     height: 100%;
     background-color: #a0a0ff;
    }

  .video_iframe {
  width: 100%;
  height: 100%;
     background-color: #a0ffa0;
}


body {
    color: #101010;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 5px;
}

#wrapper #content-wrapper {
    background-color: #ffffff;
}
.card {
    background-color: #F9F9F9;
    color: #202020;

    padding-right: 1.0rem;
    padding-left: 1.0rem;
}

.card-header {
    font-size: 1.5rem;
    color: #101010;
    background-color: #fbfbfb;
    font-family: slab
}

.card-body {
    padding: 0.25rem;
}

.video_title {
    font-size: 1.15rem;
    color: #000000;
    font-family: slab;
}

.title {
    font-size: 1.4rem;
    color: #101010;
    background-color: #fbfbfb;
    font-family: slab
}



.top-card {
    margin-bottom: 0.00rem;
    margin-top: 0.25rem;
    padding: .00rem;
    padding-top: .00rem;
    padding-right: 1.25rem;
    padding-bottom: .00rem;
    padding-left: 1.25rem;
}

.theme-select {
    margin-left: -0.75rem;
    font-size: 100%;
}

.menu_button {
        border-radius: 1em;
        background-color: #419944; /* Green */
        border: solid;
        color: white;
        padding: 0.5em 1em;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        margin: 2px 2px;
        cursor: pointer;

        transition: 0.3s all;
  }

  
a {
    color: blue;
    text-decoration: none;
}

a .menu_button {
    color: white;
    text-decoration: none;
}





.navbar {
    width: 100%;

    border: 1;
    background-color: #ffff00;


    padding-top: 1em;
    padding-bottom: 1em;
}

.topbar {
    height: inherit;
}

.bg-gradient-primary {

    background-color: #606070;
    background-image: linear-gradient(180deg,#606070 10%,#303038 100%);
}
.sidebar-dark .nav-item .nav-link i {
    color: rgba(255,255,255,.8);
}







.link {
    color: #FF0000;
    font-weight: bold;
}



/* Read More link color */
.readonly {
    background-color: #e8e8e0;
}
.read_more {
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: '+2';
    text-align: right;
}
.social-logo {
    width: 2.5rem;
}
@font-face {
    font-family: "Josefin Slab";
    src: url("//db.onlinewebfonts.com/t/b8ead03a770e6ced170bbadf521a0825.eot");
    src: url("//db.onlinewebfonts.com/t/b8ead03a770e6ced170bbadf521a0825.eot?#iefix")
    format("embedded-opentype"), url("//db.onlinewebfonts.com/t/b8ead03a770e6ced170bbadf521a0825.woff2")
    format("woff2"), url("//db.onlinewebfonts.com/t/b8ead03a770e6ced170bbadf521a0825.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/b8ead03a770e6ced170bbadf521a0825.ttf") format("truetype"),
}

.fabutton {
    background: none;
    padding: 0px;
    border: none;
  }



.btn-hamburger {
    color: #444;
    background-color: #f0f0f0;
    border-color: #808080;
    line-height: 1.0;
}
.btn-user_dropdown {
    color: #444;
    background-color: #f0f0f0;
    border-color: #808080;
    margin: 0;
    line-height: 0.8;
}


.dropdown-menu {
    color: #444;
    background-color: #f0f0f0;
    border: 1px solid black;
    padding: 5px;
    border-radius: 10px;

}



.contact input, .contact textarea, .contact select, .contact p {
    outline:0;
}
.contact {
    color: #303030;
}
.contact input[type='text'], .contact input[type='email'] {
    display: block;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #dfe0e0;
    width: 500px;
}
.contact input[type='text']:focus, .contact input[type='email']:focus {
    border: 1px solid #c6c7c7;
}
.contact textarea {
    resize: none;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #dfe0e0;
    width: 700px;
    height: 200px;
}
.contact textarea:focus {
    border: 1px solid #c6c7c7;
}
.contact select {
    resize: none;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #dfe0e0;
}
.contact select:focus {
    border: 1px solid #c6c7c7;
}
.contact input[type='submit'] {
    display: block;
    margin-top: 15px;
    padding: 15px;
    border: 0;
    background-color: #518acb;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    width: 150px;
}
.contact input[type='submit']:hover {
    background-color: #3670b3;
}
.login, .register {
  width: 90%;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 5px auto;
}
.login h1, .register h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}
.login .links, .register .links {
  display: flex;
  padding: 0 15px;
}
.login .links a, .register .links a {
  color: #adb2ba;
  text-decoration: none;
  display: inline-flex;
  padding: 0 10px 10px 10px;
  font-weight: bold;
}
.login .links a:hover, .register .links a:hover {
  color: #9da3ac;
}
.login .links a.active, .register .links a.active {
  border-bottom: 3px solid #3274d6;
  color: #3274d6;
}
.login form, .register form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.login form label, .register form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 50px;
  background-color: #3274d6;
  color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"], .login form input[type="email"], .register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  width: 80%;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}
.login form input[type="submit"], .register form input[type="submit"] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #3274d6;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}
.login form input[type="submit"]:hover, .register form input[type="submit"]:hover {
  background-color: #2868c7;
  transition: background-color 0.2s;
}
.login form #rememberme, .register form #rememberme {
  width: 100%;
  height: auto;
  padding: 5px 20px;
  background-color: transparent;
  color: #000;
  justify-content: flex-start;
}
.login form #rememberme input, .register form #rememberme input {
  transform: scale(1.3);
  margin-right: 7px;
}
.login form .msg, .register form .msg {
  padding: 0 20px;
  width: 100%;
}
.login form > a, .register form > a {
  text-decoration: none;
  color: #5b6574;
  width: 100%;
  padding: 5px 20px;
}
.login form > a:hover, .register form > a:hover {
  color: #394049;
}
.content {
    width: 1000px;
    margin: 0 auto;
  }
  .content h2 {
    margin: 0;
    padding: 25px 0;
    font-size: 22px;
    border-bottom: 1px solid #e0e0e3;
    color: #4a536e;
  }
  .content .block {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin: 25px 0;
    padding: 25px;
    background-color: #fff;
  }

  table, th, td {
        padding: 6px;
    }

    
  .content .block table {
    width: 100%;
  }
  .content .block table td {
    overflow: hidden;
    padding: 5px;
  }
  .content .block table td:first-child {
    font-weight: bold;
    color: #4a536e;
    padding-right: 15px;
  }
  .content .block table td:last-child {
    word-break: break-all;
  }
  .content .block p {
    padding: 5px;
    margin: 0 0 10px 0;
  }
  .content.profile form label {
    display: block;
    padding: 10px 0 5px 0;
  }
  .content.profile form input[type="text"], .content.profile form input[type="password"], .content.profile form input[type="email"] {
    padding: 10px;
    width: 600;
    border: 1px solid #ddd;
  }
  .content.profile .profile-btn {
    display: inline-block;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    color: #fff;
    background-color: #3274d6;
    margin: 15px 5px 0 0;
    padding: 10px 15px;
  }
  .content.profile .profile-btn:hover {
    background-color: #2868c7;
  }
  .show_hide_button {
        border-radius: 3em;
        background-color: #d0d0d0; /* Grey */
        border: solid;
        color: blue;
        padding: 0.5em 2em;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        margin: 3px 3px;
        cursor: pointer;
        transition: 0.3s all;
    }
    .show_hide_button:active {
        transform: scale(1.20);
        /* Scaling button to 1.20 to its original size */
        box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
        background-color: blue;
        /* Lowering the shadow */
    }