@charset "utf-8";

/*Mobile First*/
body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background-color:#87bae4;
  background-image: url(../images/imagesbackground/shed1980.png);
  background-repeat: repeat-x; 
}

.italic {
  font-style: italic;
}

h2.sidestory {
  color: rgb(11, 31, 216);
  font-size: 1.1em
}

h3.sidestory,
h3.card-title {
  margin-bottom: 20px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 20px;
  text-align: left;
  text-indent: 5%;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 10px;
  font-size: .8em;
  color: rgb(11, 31, 216);
  box-shadow: 7px 10px 12px 0 rgb(35, 31, 94);
  padding: 3%
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  grid-gap: 10vw
  }

nav,
footer,
.styling,
.historybackgrndlogologo2010-minimized,
.googlesearch,
.background,
.volunteers{
  background-color: #b5d5da;
  border-radius: 1.5em;
  border: 1px solid #ccc;
  box-shadow: 7px 10px 12px 0 rgb(35, 31, 94);
  opacity: .95;
}

header {
  order: 0;
  grid-column: span 3;
  text-align: center;
  font-size: 1.4em;
  height: 50px;
  margin: 13vw;
  border-radius: 1.5em;
  margin-bottom: 40vw
}

main {
  flex: 1;
  order: 1;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

main h1 {
  text-transform: uppercase;
  font-size: 2em;
  padding-left: 1%;
  padding-right: 1%;
  color: rgb(40, 39, 128);
  text-shadow: 2px 3px 5px rgb(237, 244, 245)
}

main h2,
h3 nav {
  font-weight: 200;
  padding-left: 10px;
  color: rgb(11, 31, 216);
  text-shadow: 2px 3px 5px rgb(237, 244, 245)
}

main .indent, .container,
nav p {
  padding-right: 10px;
  padding-left: 10px;
  text-indent: 0.5em
}

nav img,
img {
  max-width: 100%;
  height: auto;
}
img.wifi, .rhapsodylogo{
  margin: auto;
  display: block;
  max-width: 100%;
  border-radius: 115em;
  border: 1px solid #ccc;
  box-shadow: 7px 10px 12px 0 rgb(255, 255, 255);
}

nav {
  flex: 1;
  order: 2;
  padding: 5%;
  margin-left: 3vw;
  margin-right: 3vw
}

li a.button,
a.button {
  margin-top: 15px;
  display: flex
}

aside {
  padding: 1em
}

footer {
  grid-column: span 1;
  margin-left: 2vw;
  margin-right: 2vw;
  margin-top: 10vw;
  padding: 1em;
  text-align: center;
  font-size: 1em;
  height: 110%;
  order: 4 
}

@-webkit-keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(calc(-275px * 10))}}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(calc(-275px * 10))}}
.slider{background:#b5d5da;height:275px;margin:auto;overflow:hidden;position:relative;width:350px}
.slider::after,.slider::before{background:linear-gradient(to right,#b5d5da 0,rgba(255,255,255,0) 100%);content:"";height:300px;position:absolute;width:20px;z-index:2}
.slider::after{right:0;top:0;transform:rotateZ(180deg)}.slider::before{left:0;top:0}
.slider .slide-track{-webkit-animation:scroll 60s linear infinite;animation:scroll 60s linear infinite;display:flex;width:calc(275px * 15)}
.slider .slide{height:250px;width:250px;border-radius:1.5em;margin:10px;border:1px solid #ccc;box-shadow:7px 10px 12px 0 rgba(144,146,145,.64)
}

ul {
  list-style: none
}

.amazingmp3 {
  width: 90%;
  max-width: 300px;
  margin-top: 1em;
}

.background {
  border-radius: 10px;
  line-height: 175%;
  padding: 1.5% 3% 1.5% 2%
}

.blue {
  color: #36C;
}

.blueemphasis {
  color: #03C;
  text-align: center;
  font-weight: 700;
  font-size: 1.2em
}

.boxshadowborder {
  box-shadow: 7px 10px 12px 0 rgb(35, 31, 94);
  border-radius: 15px;
  margin-bottom: 5%;
}

.bullet {
  background-image: url(../images/icons/bullet_orange.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: 600;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
  padding: 1px 15px
}

.button {
  display: inline-block;
  padding: 15px 0px 15px 5px;
  font-size: 24px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background-color: #123b47;
  border-radius: 15px;
  box-shadow: 0 9px #3d3e8a;
  width: 145px;
  margin: auto;
  text-align:center;
  text-indent: 0%;
  margin-bottom: 20px;
}

.button:hover {
  background-color: #5eaca8
}

.button:active {
  background-color: #5f5eac;
  box-shadow: 0 5px #666;
  transform: translateY(4px)
}

.btn{padding:.7rem 1.5rem;font-size:1em;border-radius:10px;cursor:pointer;margin:20px;transition:.1s ease-in-out;background-color:#0159aa;color:#fff;border:2px solid #0159aa}
.btn:hover{background-color:transparent;color:#0159aa}
.btn:active{background-color:#6e8b61;box-shadow:0 5px #666;transform:translateY(4px)}

.center{
  text-align: center
}

.card-content {
  padding: 0px
}


.card-content p.mauve {
  color: #C09
}

.date {
  font-family: Arial, Helvetica, sans-serif;
  color: #FF6;
  font-weight: 900;
  margin-left: 2px;
  background-color: rgb(18, 87, 75);
  border-radius: 30px;
  box-shadow: 2px 4px 1px 2px rgba(142, 165, 100, 0.75);
  text-align: center;
  padding: 7px
}

.diary {
  list-style: none;
  margin-left: -25px;
  padding-right: 5px
}

.emphasis {
  padding-left: 10px;
  color: red;
  font-weight: 700;
  font-size: 12px
}

li.enginelist, li.application, li.enginelistmax290 {
  background-color: #195f99;
  padding:0.5%;
  margin-top:1%;
  color:white;
}

li.application {
  max-width:90%;
}

.fb-like {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 2%;
}

.fontsize {
  font-size: 125%;
  text-align: left;
  color: #C09;
  margin-left: -1em
}

.googlesearch {
  width: 270px;
  text-align: center;
  position: static;
  margin-top: -44%;
  margin-bottom: 25%;
  margin-left: -2%
}

.menusitemap {
  background-color: #c7e1e9;
  min-height: 40px;
  
}
.jumpsitemap {
  background-color: #47c0df;
  float: right;
  max-width: 240px;
  margin-bottom: 40%;

}
#radio1980decadejumpMenu, #radio1990decadejumpMenu, #radio2000decadejumpMenu, #radio2010decadejumpMenu{ margin:auto;display: block;padding: 5px;}

.jumpmenuarchive {
  color: #000;
  background-color: #FFC;
  float: left;
}

.justify, .service {
  text-align: center
}

.rhapsodylogo {
  max-width: 80%;
  height: auto;
} 

.source {
  font-size: 14px;
  text-align: left;
  color: #C09
}

.flex-container table {
  margin: auto;
}

table.staffn {
  width: 100%;
}

.staffn th,
.staffn td {
  text-align: left;
  padding: 0.25em;
}

.staffn tr {
  border-bottom: 1px solid #DDD;
}


@media screen and (max-width: 800px) {
  .staffn tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0.5em 0;
    border: 1px solid rgba(3, 3, 3, 0.2);
  }

  .staffn ntd,
  th {
    flex: 1 1 150px;
    border: 0.5px solid rgba(3, 3, 3, 0.2);
  }
}

.link {
  display: block;
  padding: 5px 5px 5px 5px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  color: #fff;
  background-color: #407686;
  border-radius: 15px;
  box-shadow: 0 9px #3d3e8a;
  max-width: 75%;
  margin: auto;
  text-align: center;
  margin-bottom: 1%;
  margin-top: 2%;
}

.link:hover {
  background-color: rgb(51, 204, 120);
  
}

.link:active {
  background-color: rgb(181, 204, 51);
  box-shadow: 0 5px #666;
  transform: translateY(4px)
}

.mauve {
  color: #F3C;
  padding: 1em
}
.padding {
  Padding-top: 6vw
}
.radius {
  border-radius: 1.5em
}

.red {
  color: red
}

.shadow {
  text-shadow: 4px 4px 2px rgba(0, 175, 78, 1)
}

.styling {
  padding: 5%;
  margin-left: 3vw;
  margin-right: 3vw;
}
/* Generated on Sat, 02 Oct 2021 16:26:54 GMT by Cyotek Spriter version 1.9.0.247 */

.sp00_email { background-image: url("../imagesprite/history2025.webp"); background-position: -5px -5px; width: 108px; height: 72px;background-repeat: no-repeat; display:inline-block;}
.sp03_fbadge { background-image: url("../imagesprite/history2025.webp"); background-position: -295px -5px; width: 111px; height: 84px;background-repeat: no-repeat; display:inline-block;}
.sp04_logo { background-image: url("../imagesprite/history2025.webp"); background-position: -416px -5px; width: 200px; height: 100px;background-repeat: no-repeat; display:inline-block;}
.sp05_bgnd14 { background-image: url("../imagesprite/history2025.webp"); background-position: -626px -5px; width: 200px; height: 200px;background-repeat: no-repeat; display:inline-block;}
.sp06_tshop { background-image: url("../imagesprite/history2025.webp"); background-position: -5px -87px; width: 270px; height: 200px;background-repeat: no-repeat; display:inline-block;}
.sp07_shed { background-image: url("../imagesprite/history2025.webp"); background-position: -285px -115px; width: 250px; height: 190px;background-repeat: no-repeat; display:inline-block;}
.sp09_shop { background-image: url("../imagesprite/history2025.webp"); background-position: -545px -215px; width: 125px; height: 125px;background-repeat: no-repeat; display:inline-block;}
.sp10_cd { background-image: url("../imagesprite/history2025.webp"); background-position: -836px -5px; width: 16px; height: 16px;background-repeat: no-repeat; display:inline-block;}
.sp11_cdgo { background-image: url("../imagesprite/history2025.webp"); background-position: -862px -5px; width: 16px; height: 16px;background-repeat: no-repeat; display:inline-block;}
.sp12_ctrl_stop { background-image: url("../imagesprite/history2025.webp"); background-position: -888px -5px; width: 16px; height: 16px;background-repeat: no-repeat; display:inline-block;}
.sp13_film { background-image: url("../imagesprite/history2025.webp"); background-position: -914px -5px; width: 16px; height: 16px;background-repeat: no-repeat; display:inline-block;}
.sp14_film_go { background-image: url("../imagesprite/history2025.webp"); background-position: -836px -31px; width: 16px; height: 16px;background-repeat: no-repeat; display:inline-block;}
.sp15_film_link { background-image: url("../imagesprite/history2025.webp"); background-position: -862px -31px; width: 16px; height: 16px;background-repeat: no-repeat; display:inline-block;}
.sp16_star { background-image: url("../imagesprite/history2025.webp"); background-position: -888px -31px; width: 16px; height: 16px;background-repeat: no-repeat; display:inline-block;}
.sp17_offair { background-image: url("../imagesprite/history2025.webp"); background-position: -5px -315px; width: 300px; height: 229px;background-repeat: no-repeat; display:inline-block;max-width:290px;}
.sp18_signcut { background-image: url("../imagesprite/history2025.webp"); background-position: -5px -554px; width: 640px; height: 480px;background-repeat: no-repeat; display:inline-block;}


.ode {
  text-align: center;
  font-size: 1.1em;
  font-weight: 700;
  color: #09C;
}

.whiteback {
  background-color: rgb(164, 181, 204);
  opacity: .90;
  line-height: 200%;
  border-radius: 15px;
  box-shadow: 7px 10px 12px 0 rgb(35, 31, 94);
  padding: 2%;
}

#section-b,
#section-c,
#section-d,
#section-e,
#section-f,
#section-g,
#section-h,
#section-q,
#section-r,
#section-s,
#section-t, 
#section-z{
  padding: 0.5em 0.1em;
  Margin-top:0%
}

#section-b ul,
#section-c ul,
#section-d ul,
#section-e ul,
#section-f ul,
#section-g ul,
#section-h ul,
#section-q ul,
#section-r ul,
#section-s ul,
#section-t ul,
#section-z ul{
  list-style: none;
  margin: 0;
  padding: 0
}

#section-b li,
#section-c li,
#section-d li,
#section-e li,
#section-f li,
#section-g li,
#section-h li,
#section-s li,
#section-t li {
  margin-bottom: 0.1em
}
#section-q li a, #section-r li a, #section-z li a{padding-bottom: 0.3em;
margin-bottom: 1em;}

#section-b li {
  padding: 15px;
}

#section-g ul,
#section-s ul {
  display: flex;
  grid-column: 2/4;
  justify-content: space-around;
  flex-wrap: wrap;
}

#section-g li,
#section-s li {
  width: 60%
}

/*Mobile First*/
/* Page Specific Images */
.headerimg {
  max-width: 100%;
  margin-top: 20vw;
  border-radius: 115em;
  border: 1px solid #ccc;
  box-shadow: 7px 10px 12px 0 rgb(35, 31, 94);
  opacity: .95;
}

.historypageindex1972010th-minimized,
.historypageindex1972011th,
.historypageindex1976014th-minimized,
.historypageindex1972002th-minimized {
  max-width: 100%;
  background-size: 100%;
  background-image: url(../imagescompressed/historypageindex.png)
}

.historypageindex1972010th-minimized {
  background-position: 0 0%;
  background-size: 200%
}

.historypageindex1972011th {
  background-position: 0 15.762274%;
  background-size: 200%
}

.historypageindex1976014th-minimized {
  background-position: 0 51.020408%;
  background-size: 100%
}

.historypageindex1972002th-minimized {
  background-position: 0 100%;
  background-size: 120.481928%
}

/* End of Page Specific Images */
.volunteers {
  border-radius: 30px;
  background-image: url(../imagesprite/basebacks/bgrnd2022.webp);
  background-repeat: repeat;
  padding-bottom:2em;
  margin-top: 20px;
}

.volunteers img {
  max-width: 100%
}



.starsgallery {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: url(../imagesprite/basebacks/bgrnd202202.webp);
  background-repeat: repeat;
  box-shadow: 7px 10px 12px 0 rgb(35, 31, 94);
  padding-bottom: 15px;
}

.starsgallery img {
  border-radius: 25px;
  box-shadow: 7px 10px 12px 0 rgb(35, 31, 94);
  width: 125px;
  height: 125px;
  margin-top: 10px;
  margin-left: 10px
}

.starsgallery a:hover .desc {
  position: absolute;
  z-index: 1000;
  display: block;
  margin-top: 5px;
  margin-left: -70px;
  max-width: 315px;
  border-top: 1px solid #999;
  background-color: #000;
  color: #FF9;
  text-transform: capitalize;
  font-weight: 700;
  font-size: .9em;
  opacity: .95;
  border-radius: 25px;
  border-color: #Fc9 #999 #999 #Fc9;
  border-style: outset;
  border-width: medium;
  padding: 10px;
  
}

.starsgallery a:hover .desc strong {
  display: block;
  margin-bottom: 10px;
  color: #393;
  text-align: center;
  font-size: .9em;
}

.starsgallery a .desc {
  display: none;
}

.servicenew {
  display: inherit;
  font-weight: 400;
  color: red;
  background-color: #FFF;
  border: medium dotted rgb(14, 182, 104);
  font-style: italic;
  background-image: url(../images/imagesbuttons/star.png);
  background-repeat: no-repeat;
  background-position: left;
  margin: 15px 1% 0;
  padding: 2px 10px 2px 10px;
  border-radius: 10px;
}

.service {
  display: block;
  font-weight: 400;
  color: red;
  background-color: #FFF;
  border: medium dotted rgb(4, 209, 113);
  font-style: italic;
  background-image: url(../images/imagesbuttons/star.png);
  background-repeat: no-repeat;
  background-position: left;
  margin: 15px 1% 0;
  padding: 2px 2px 2px 15px;
  border-radius: 35px;
}
.thumbslink {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 9px #3d3e8a;
  max-width: 50%;
  text-align: center;
  margin-bottom: 40%;
  margin-top: 1%;
  text-indent: 0%;
  background-color:rgba(20, 101, 155, 0.74);
}

.thumbslink:hover {
  background-color: rgb(51, 204, 120, 0.74);
}

.thumbslink:active {
  background-color: rgb(4, 107, 18, 0.74);
  box-shadow: 0 5px #666;
  transform: translateY(4px)
}

.thumbslink:visited {
  background-color: rgb(4, 0, 255);
  box-shadow: 0 5px #666;
}

.thumbsdivs {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.thumbspaceh {
  background:no-repeat;
  display: table;
  margin:0 auto;
  margin-top: 15px;
  margin-left: -10px;
} 
.thumbspacep{
  background:no-repeat;
  display: table;
  margin:0 auto;
  margin-top: 15px;
}  
.sidewords {
  padding: 1.5%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  overflow-wrap: break-word;
}

.sidehistory {
  padding: 0.1em;
  overflow: auto;
  font-style: italic;
}
/* .webmaster{margin-top: 20px;} */

.yearmenuitems {
  display: block;
  padding: 10px 0px 10px 10px;
  font-size: 1.1em;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  color: #fff;
  background-color: #0b00a1;
  border: 0;
  border-radius: 15px;
  box-shadow: 0 9px #999;
  max-width: 300px;
  margin: auto;
  text-align:center;
  background-image: url(../images/imagesbuttons/cd.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 5px 0 5px 25px;
}

.yearmenuitems:hover {
  background-color: #08546b;
  background-repeat: no-repeat;
  background-image: url(../images/imagesbuttons/cdgo.png);
  background-position: 5px center;
  padding: 5px 0 5px 25px;
}

.yearmenuitems:active {
  background-color: #08546b;
  box-shadow: 0 5px #666;
  transform: translateY(10px)
}

.yearmenuitems:visited {
  background-repeat: no-repeat;
  background-image: url(../images/imagesbuttons/ctrl_stop_blue.png);
  background-position: 5px center;
  padding: 5px 0 5px 25px;
  color: rgb(232, 236, 0)
}

.filmmenuitems {
  display: block;
  padding: 10px 0px 10px 10px;
  font-size: 1.1em;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  color: #fff;
  background-color: #003a42;
  border-radius: 15px;
  box-shadow: 0 9px #3d3e8a;
  max-width: 300px;
  margin: auto;
  text-align: center;
  text-indent: 0%;
  background-image: url(../images/imagesbuttons/film.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 5px 0 5px 25px;
}

.filmmenuitems:hover {
  background-color: #2d9483;
  background-repeat: no-repeat;
  background-image: url(../images/imagesbuttons/film_go.png);
  background-position: 5px center;
  padding: 5px 0 5px 25px;
}

.filmmenuitems:active {
  background-color: #2d9483;
  box-shadow: 0 5px #666;
  transform: translateY(10px)
}

.filmmenuitems:visited {
  background-repeat: no-repeat;
  background-image: url(../images/imagesbuttons/film_link.png);
  background-position: 5px center;
  padding: 5px 0 5px 25px;
  color: rgb(232, 236, 0)
}

/* Larger Devices (landscape) 320x568---- */
@media only screen and (min-width : 321px) {
  header {
    margin-top: 5vw;
    margin-bottom: 5vw;
    height: 150px;
  }
  
  main h1{padding-top: 10%;}
  .slider{width:300px;}
  
}

/*Larger Devices 350/767*/
@media (min-width: 350px) {

  #section-g li,
  #section-s li {
    width: 100%;
  }

  .enginelist {
    min-width: 300px;
    background-color: #d485e7
  }
  li.enginelistmax290{max-width: 290px;}
  .jumpsitemap, .menusitemap {
    max-width: 300px;
  }

  .rhapsodylogo {
    max-width: 25%;
    height: auto
  }

}

/* Larger Devices (portrait) 375x667---- */
@media only screen and (max-width : 375px) {
  header {
    margin-top: 5vw;
    margin-bottom: 47vw
  }

  header h3 {
    font-size: 1em
  }
  .fb-page {
    padding-left:10%;
   }
  
}

/* Larger Devices (landscape) 667x375---- */
@media only screen and (min-width : 376px) {
  header {
    margin-top: 5vw;
    margin-bottom: 45vw
  }
  .fb-page { padding-left: 12%;}
  .googlesearch {
    margin-top: -40%;
    margin-bottom: 25%;
    margin-left: 20%
  }
}

/*Larger Devices 600/800*/
@media (min-width: 600px) {
  header {
    order: 0;
    margin-top: -12vw;
    margin-bottom: 20vw
  }
  .fb-page {
    padding-left:20%;
   }
  .googlesearch {
    width: 300px;
    text-align: center;
    position: static;
    margin-top: -25%;
    margin-bottom: 15%;
    margin-left: 20%
  }
}

/*Larger Devices 768/999*/
@media (min-width: 768px) {
  .headerimg {
    max-width: 75%;
  }

  .container {
    display: grid;
    grid-template-columns: 300px 1fr 200px;
    grid-template-rows: 100px 1fr auto;
    grid-template-areas: "header header header""nav main aside""nav main aside""footer footer footer ";
    grid-gap: 10vw
  }
  .fb-page { padding-left: 2%;}
  .container nav {
    grid-column: 1 / span 1;
    grid-row: 2 / span 2
  }

  header {
    order: 0;
    margin-top: -15vw;
    margin-bottom: 7vw
  }

  main {
    order: 0;
    margin-left: 7vw;
    margin-top: 20vw;
    justify-self: center;
    grid-column: 2 / span 2
  }

  nav {
    order: 0;
    min-width: 300px;
    margin-top: 20vw;
    grid-gap: 5vw
  }

  aside {
    order: 0
  }

  footer img {
    margin-top: 0.5vw
  }

  footer {
    order: 0;
    margin-top: -8vw;
    margin-bottom: 4vw;
    margin-left: 3vw;
    margin-right: 3vw;
    max-height: 600px;
    line-height: 0.5em;
    display: flex;
    justify-content: center;
    grid-column: 1 / span 3
  }

  .button {
    margin: 0 auto;
    line-height: 1em
  }

  .card-content {
    padding: .10em;
  }

  .grid {
    display: grid;
    grid-template-columns: 1fr repeat(2, minmax(auto, 10em)) 1fr;
  }

  .googlesearch {
    margin-top: -110px;
    margin-left: 2%;
    margin-bottom: 15%;
    padding-bottom: 2%
  }

  .rhapsodylogo {
    max-width: 25%;
    height: auto
  }

  .starsgallery img {
    display: inline-block;
  }

  .starsgallery a:hover .desc {
    width: 400px
  }

  .facebook {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%
  }

  #section-c ul,
  #section-d ul,
  #section-e ul,
  #section-f ul,
  #section-h ul {
    display: flex;
    grid-column: 2/4;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  #section-c li,
  #section-d li,
  #section-e li,
  #section-f li,
  #section-h li {
    width: 100%;
  }
}

/*Larger Devices 1000*/
@media (min-width: 1000px) {
  header {
    order: 0;
    margin-top: -15vw;
    margin-bottom: 1vw
  }

  main {
    margin-top: 15vw;
  }

  nav {
    margin-top: 15vw;
  }

  #section-c li {
    width: 60%
  }

  #section-d li {
    width: 33%
  }

  #section-f li {
    width: 60%
  }

  #section-e li {
    width: 60%
  }

  #section-h li {
    width: 60%
  }

  .googlesearch {
    margin-top: -120px;
    margin-left: 22%;
    margin-bottom: 15%;
    padding-bottom: 2%
  }

  
}
@media (min-width: 1200px) {
  #section-e li,#section-h li,#section-c li{
    width: 40%
  }}

@media (min-width: 1500px) {
  .googlesearch {
    margin-top: -170px;
    margin-left: 55%;
    margin-bottom: 5%;
    padding-bottom: 2%
  }

  main {
    margin-top: 5vw;
  }

  nav {
    margin-top: 5vw;
  }
}

@media (min-width: 1628px) {
  #section-e li,#section-h li,#section-c li{
    width: 30%
  }}
@media (min-width: 1920px) {
  footer {
    margin-top: -8vw;
    margin-bottom: 4vw;
    margin-left: 3vw;
    margin-right: 3vw;
    height: 110%;
  }

  .googlesearch {
    margin-top: -10vw;
    margin-left: 55%;
    margin-bottom: 10%;
    padding-bottom: 2%
  }

  main {
    margin-top: 5vw;
  }

  nav {
    margin-top: 5vw;
  }

  header {
    margin-top: -17vw;
    margin-bottom: 1vw;
  }
  
  #section-f li {
    width: 45%
  }
}