body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background: rgb(10, 10, 50);
}
#nav-trigger {
    display: none;
}
.nav-trigger {
    position: absolute
}
label[for="nav-trigger"] {
    position: fixed;
    left: 15px;
    top: 15px;
    z-index: 10;
    cursor: pointer;
    color: rgb(200, 200, 200);
}
.nav-trigger + label,
.navigation {
    transition: left 0.7s;
}
.nav-trigger:checked + label {
    left: 15px;
}
.nav-trigger:checked ~ .navigation {
    left: 0;
}
nav ul {
    list-style-type: none;
    padding: 25px;
    /*    new*/
    margin-left: 1;
    width: 3px;
    height: 250px;
    margin-top: 20px;
    position: fixed;
    top: 25px;
    left: -100px;
    bottom: 0;
    z-index: 150;
    text-align: left;
    background: rgb(100, 100, 110, 1);
}
nav li {
    width: 35px;
    margin: 10px 0;
    /*    text-align: center;*/
}
.featured {
    height: 60vh;
    background: url(../img/IMG_2270h.jpg) center center no-repeat fixed;
    /*background-size: cover;*/
    display: grid;
}
.text {
    font-size: 1.em;
    padding: 100px;
    line-height: 1em;
    text-align: left;
}
.featuredText {
    font-size: 1.4em;
    line-height: .8em;
    color: #fff;
    /*width: 40%;*/
    padding: 10px;
    /*    justify-self: end;*/
    text-align: left;
    /*align-self: end;*/
    margin-left: 50px;
    margin-top: 170px;
    /*    margin: auto auto;*/
}
article {
    width: 90%;
    margin: 0 auto;
    margin-left: 20px;
    padding: 20px;
    background: rgb(10, 10, 50);
}
img {
    width: 100%;
    height: 100%;
  }
  .grid {
    display: inline-grid;
    grid-template-columns: auto auto auto;
  }
  .w3-half img{
    margin-bottom:-6px;
    margin-top:16px;
    opacity:0.8;
    cursor:pointer
    } */
  .w3-half img:hover{
    opacity:1
    }
  
  .container {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding-top: 56.25%;
      /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

/*a {
    background: rgb(100, 100, 100);
    padding: 10px;
    color: #fff;
    text-decoration: none;*/

a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 5px 10px;
    color: #777;
    background: #ddd;
    transition: all 0.7s;
}
a:hover {
    color: #fff;
    background: #333;
}

.w3-half img{
    margin-bottom:-6px;
    margin-top:16px;
    opacity:0.8;
    cursor:pointer
    } */
  .w3-half img:hover{
    opacity:1
    }
h1 {
    font-size: 2em;
    color: #fff;
}
blockquote {
    color: #777;
    font-weight: 200;
    font-size: 18px;
    font-style: italic;
}
blockquote small {
    font-size: 14px;
    color: #333;
    font-style: normal;
}
p {
    font-size: 1.2em;
    color: #fff;
    text-align: left;
    margin: 20px;
    margin-left: 40px;
}
p span {
    color: #999;
}
h2 {
    margin-left: 33px;
    color: #999;
    font-weight: 200;
}
ul li {
    list-style: square;
}
ol li {
    padding-bottom: 10px;
}
.section {
    margin: 40px;
    padding-top: 10px 0 50px 0;
    padding-left: 20px;
    border-top: 1px solid #999;
}
p.shifted {
    margin-left: 30px;
}