

footer {
    padding: 1rem;
}

body {
    padding-left: 1rem;
}

h3 {
    background-color: black;
    color: white;
    padding: 1rem;
}

h1 {
    padding-top: 1rem;
    padding-bottom: .5rem;
}

.title {
    font-weight: bold;
    color:red;
}

.sticky {
    position:fixed;
    top: 0;
    width: 100%;
}

.logo {
    float: right;
    clear: right;
    padding-right: 1rem;
}


  .video-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    margin: 0 -2em;
  }

ul {
    padding: 1;
}

li {
    list-style-type: none;
    font-weight: bold;
    font-size: 1rem;
    position: relative;
}

li:focus {
    border: 10px solid blue;
}

a:visited {
    border: 10px solid red;
}

span {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

ul {
    /* autoprefixer: off */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
    grid-gap: 1em;
    margin: 2em;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.resp-container {
    margin-top: 1rem;
    padding: 0rem;
    /*background-color: aqua;*/
}

