html {
  scroll-behavior: smooth;
}
body{
    margin-left: auto;
    margin-right: auto;
    width: 1900px;
    align-content: center;
    color: #FFFFFF;
    background-color: #1C1B1D;
    letter-spacing: 2px;
    font-family: "Special Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0px;
    margin-top: 50px;
}
p{
    font-size: 1.4em;
    margin: 10px;
}
.aligners{
    margin-left:  auto;
    margin-right:  auto;
}
div{
    float: left;
    margin: 0px;
    padding: 0px;
    border-style: solid;
    border-width: 0px;
}
.grid-container{
    display: grid;
    grid-template-areas:
        'iconhome two two three'
        'zero four four three'
        'one five six three'
        'one five six three'
        'one five six three'
        'one five six three'
        'one five six three'
        'one five six three'
        'one five six three';
    padding: 0px;
    margin: 0px;
    width: 1834px;
    grid-gap: 0px;
}
.itemicon{
    grid-area: iconhome
}
.item0{
    grid-area: zero
}
.item1{
    grid-area: one
}
.item2{
    grid-area: two
}
.item3{
    grid-area: three
}
.item4{
    grid-area: four
}
.item5{
    grid-area: five
}
.item6{
    grid-area: six
}
.item7{
    grid-area: seven
}
.item8{
    grid-area: eight
}
.item9{
    grid-area: nine
}
.cookery{
    text-align: left;
    margin: 0px;
    width: 350px;
}

h1{
    font-family: "Special Gothic Expanded One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5em;
    letter-spacing: 6px;
}
#lefter{
    text-align: right;
}
img{
    border-width: 0px;
    border: solid;
    padding: 0px;
    margin: 0 0 0 0;
}
.item2{
    width: 1100px;
}
.item1{
    padding: 100px 40px 50px 40px;
}
.item0{
    padding: 600px 40px 50px 40px;
    height: 500px;
}
.item1, .item0{
    width: 300px;
}
.item4{
    display: block;
    float: left;
    width: 900px;
    margin: 0px;
    padding-left: 100px;
    padding-top: 20px;
}
img.imgyuh{
    width: 622px;
    height: 457px;
    padding: 0px;
    padding-left: 120px;
    padding-top: 40px;
}
#iconhometype{
    width: 40px;
    height: 40px;
}
img{
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}
ul{
    list-style-type: none;
    font-size: 1.5em;
    margin: 0px;
    padding: 0px;
    margin-bottom: 40px;
}   
li{
    display: inline;
    margin-left: 75px;
    font-size: 1em;
}
.item4 > div > img{
    transition: all, 0.5s;
    opacity: 1;
    z-index: 1;
}
.item4 > div > a{
    z-index: 2;
    position: absolute;
}
.overlay, .overlay2, .overlay3, .overlay4, .overlay5, .overlay6{
    position: absolute;
    width: 300px;
    height: 300px;
    margin: 0px;
    padding: 0px;
    z-index: 3;
    opacity: 0.4;
    background-color: #000;
    transition: all, 0.5s;
}
.overlay4{
    margin-top: 300px;
    margin-left: 300px;
}
.overlay3{
    margin-top: 300px;
}
.overlay2{
    margin-left: 300px;
}
.overlay5{
    margin-top: 600px;
}
.overlay6{
    margin-left: 300px;
    margin-top: 600px;
}
.overlay:hover, .overlay2:hover, .overlay3:hover, .overlay4:hover, .overlay5:hover, .overlay6:hover{
    opacity: 0;
    transition: all, 0.5s;
    z-index: 1;
}
.item4 > div > a{
    width: 300px;
    height: 300px;
}
.item5{
    width: 550px;
}
.item6{
    width: 550px;
}
.item3{
    width: 300px;
}
a{
    color: #FFFFFF;
    text-decoration: none;
}
.item4{
    text-align: left;
    line-height: 33px;
    font-size: 13px;
    letter-spacing: 1.7px;
}
img{
    width: 750px;
    height: 422px;
    padding: 35px 35px 35px 35px;
}
.item4 > .text{
    padding: 70px 100px 70px 100px;
}
.item4 > .text > p{
    width: 700px;
}
.smolimg{
    width: 450px;
    height: 450px;
    padding-left: 0px;
    padding-right: 0px;
}
.smoltextleft{
    width: 400px;
    padding-left: 50px;
    padding-top: 135px;
    padding-bottom: 135px;
}
.smoltextright{
    width: 400px;
    padding-right: 50px;
    padding-top: 185px;
    padding-bottom: 185px;
}
.bigger{
    font-size: 1.8em;
}
.backtotop{
    padding-top: 100px;
    width: 900px;
    padding-left: 370px;
}
.backtotop > p{
    width: 140px;
    font-size: 24px;
    letter-spacing: 1.7px;
}
.backtotop > p > a{
    text-decoration: underline;
    transition: all, 0.5s;
}
.sticky{
    position: sticky;
    top: 0px;
}
#spacers{
    padding: 100px 100px 100px 100px;
}
.caption{
    font-size: 1.4em;
    padding-left: 100px;
    padding-bottom: 50px;
    font-style: italic;
    padding-top: 50px;
}
#nopad{
    padding-top: 0px;
    width: 621px;
    height: 882px;
}
a{
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
}
li:hover{
    text-decoration: underline;
}
.slide{
    text-align: center;
    padding-left: 0px;
}
.logo{
    width: 400px;
    height: 130px;
}






            .special-gothic-expanded-one-regular {
              font-family: "Special Gothic Expanded One", sans-serif;
              font-weight: 400;
              font-style: normal;
            }
            .titillium-web-regular
              font-family: "Titillium Web", sans-serif;
              font-weight: 400;
              font-style: normal;
            }
            .special-gothic-regular {
              font-family: "Special Gothic", sans-serif;
              font-weight: 400;
              font-style: normal;
            }


/* testing */

.a {
  position: relative;
}

.b {
  width: 40px;
  height: 40px;
  top: 5px;
  left: 5px;
  position: absolute;
  background-color: blue;
}

.b:hover {
  background-color: white;
}


.c {
  width: 40px;
  height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color:red;
}

.c:hover {
  background-color: #000;
}

.overlap {
  position: absolute;
  
  top: 25px;
  left: 25px;
  
  /* w = leftOfC - leftOfB
     h = topOfC - topOfB*/
  width: calc(25px - 5px);
  height: calc(25px - 5px);
  
  background-color: none;
  z-index: 2;
}

/* select .b and .c as siblings of the overlap div */
.overlap:hover ~ .b, .overlap:hover ~ .c {
  background-color: white;
}
