header {
    /* background-image: url(/images/background_color.jpg); */
    background-image: linear-gradient(darkblue, rgb(42, 26, 22), rgb(116, 86, 86) );
    background-size: cover;
    height: 25vw;
    text-align: center;
    color: aliceblue;
    font-family: 'Times New Roman', Times, serif;
    font-size: large;

}

header img {

    width: 100px;
    height: 100px;
    border: 5px solid #555;

    /* 
float: right;
position: relative; */
}

.topnav {
    background-color: #35394e;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
/* .topnav a.active {
    background-color: rgb(200, 200, 128);
    color: white;
} */

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}
/* social media icon */
.fa {
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 20px 10px;

    border-radius: 50%;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  
  .fa-google {
    background: #dd4b39;
    color: white;
  }
  
  .fa-linkedin {
    background: #007bb5;
    color: white;
  }
  
  .fa-youtube {
    background: #bb0000;
    color: white;
  }
  
  .fa-instagram {
    background: #125688;
    color: white;
  }
  
  .fa-pinterest {
    background: #cb2027;
    color: white;
  }
  
  .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
  
  .fa-skype {
    background: #00aff0;
    color: white;
  }
  
  .fa-android {
    background: #a4c639;
    color: white;
  }
  
  .fa-dribbble {
    background: #ea4c89;
    color: white;
  }
  
  .fa-vimeo {
    background: #45bbff;
    color: white;
  }
  
  .fa-tumblr {
    background: #2c4762;
    color: white;
  }
  
  .fa-vine {
    background: #00b489;
    color: white;
  }
  
  .fa-foursquare {
    background: #45bbff;
    color: white;
  }
  
  .fa-stumbleupon {
    background: #eb4924;
    color: white;
  }
  
  .fa-flickr {
    background: #f40083;
    color: white;
  }
  
  .fa-yahoo {
    background: #430297;
    color: white;
  }
  
  .fa-soundcloud {
    background: #ff5500;
    color: white;
  }
  
  .fa-reddit {
    background: #ff5700;
    color: white;
  }
  
  .fa-rss {
    background: #ff6600;
    color: white;
  }
  


aside {
    height: 60vw;
    float: left;
    width: 30%;
    background: white;
    padding-left: 10px;
    padding-top: 10px;
}

aside img {
    height: 486px;
    width: 365px;

}

section {
    height: 60vw;
    float: left;
    width: 69%;
    background:#d8e3e7;
               padding-left: 5px;
    padding-top: 10px;
    display: block;
}

section p {
    text-indent: 30px;
    line-height: 2;
    display: block;

}

section p::before {
    content: '\a';
}
section h::after {
    content: '\a';
}


.sectionImg {

    float: right;
    padding-right: 2vw;

}
section figure{
    padding-left: 3vw;
}

footer {
    position: static;
    margin-bottom: 0px;
    padding-bottom: 1vw;
    padding-left: 2vw;
    bottom: 0px;
    color: aliceblue;
    background-color: #35394e;
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    header{
        text-align: left;    
        padding-left: 0px;
    }
    aside, section {
        width: 100%;
        height: auto;
    }
    aside img{
        width: 90px;
        height: 160px;
    }


  }


  @media only screen and (min-width: 960px) {
    /* styles for browsers larger than 960px; */
   
}
@media only screen and (min-width: 1440px) {
    /* styles for browsers larger than 1440px; */
   
}
@media only screen and (min-width: 2000px) {
    /* for sumo sized (mac) screens */
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    header{
        text-align: left;    
        padding-left: 0px;
        height: auto;
        font-size: small;
        background-size: contain;

    }
    aside, section {
        width: 100%;
        height: auto;
    }
    aside img{
        width: 90px;
        height: 160px;
    }
}
@media only screen and (max-device-width: 480px) {
   /* styles for mobile browsers smaller than 480px; (iPhone) */
   .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    header{
        text-align: left;    
        padding-left: 0px;
        font-size: small;
        background-size: contain;
        height: auto;
    }
    .fa{
        display: none;
    }
    aside, section {
        width: 100%;
        height: auto;
    }
    aside img{
        width: 90px;
        height: 160px;
    }
}
@media only screen and (device-width: 768px) {
   /* default iPad screens */
   .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    header{
        text-align: left;    
        padding-left: 0px;
        font-size: small;
        background-size: auto;
    }
    aside, section {
        width: 100%;
        height: auto;
    }
    aside img{
        width: 90px;
        height: 160px;
    }
}
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
  .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    header{
        text-align: left;    
        padding-left: 0px;
    }
    aside, section {
        width: 100%;
        height: auto;
    }
    aside img{
        width: 90px;
        height: 160px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    header{
        text-align: left;    
        padding-left: 0px;
    }
    aside, section {
        width: 100%;
        height: auto;
    }
    aside img{
        width: 90px;
        height: 160px;
    }
}