.proj-splash{
    width: 100%;
    height: 100vh;
    background-image: url("../images/diffboard.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    
}
.proj-splash-desc{
    position: absolute;
    right: 20px;
    top: 80px;
    padding:15px;
    font-family: 'Oswald', sans-serif;
    width: 400px;
    background-color: white;
    text-align: center;
}
.proj-splash-features{
    width: 300px;
    position: absolute;
    bottom: 20px;
    right: 70px;
    background-color: white;
    padding:20px;
}
.main-img{
    padding:0 !important;
    overflow: hidden;
}
.showcase-img{
    width: 100%;
    overflow: hidden;
}
.main-desc{
    text-align: center;
    padding:20px;
    align-items: center;
}

.phat-text{
    padding:40px;
    font-size: 80px;
    font-family: 'Oswald', sans-serif;
    text-align: right;
}

.fit-text{
    padding: 40px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

.design-goals{
    text-align: center;
    padding:30px;
    position: relative;
    /* background-image: url("https://us.123rf.com/450wm/alexzel/alexzel1607/alexzel160700002/59581895-seamless-repeating-topographic-contour-map-background-vector-illustration.jpg?ver=6");
    background-attachment: fixed; */
    background-image: url("../images/dg-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
}
#design-title{
    text-align: center;
    margin: auto;
    padding: 30px;
    padding-top: 40px;
}

#design-steps{
    text-align: center;
}

.design-text{
    padding: 25px;
}

.dp-cf{
    height: 400px;
    width: 400px;
    display: block;
    object-fit: cover;
    overflow: hidden;
    margin: auto;
    position: relative;
}

.dp-cf img{
    margin: auto;
    object-fit: contain;
    height: inherit;
    width: inherit;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
    -webkit-animation-fill-mode: backwards;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-fill-mode: backwards;
    position: absolute;
    top: 0;
    display: block;
}

@keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}

#f1{
    animation-delay: 0s;
}

#f2{
    animation-delay: 4s;
}

#f3{
    animation-delay: 2s;
}

.pcb-img{
    width: 90%;
    height: 400px;
    margin: 20px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#grid1{
    background-image: url("../images/gridschem.png");
}

#grid2{
    background-image: url("../images/gridboard.png"); 
}

#grid3{
    background-image: url("../images/gridirl.png"); 
}

#bulb1{
    background-image: url("../images/bulbschem.png");
}

#bulb2{
    background-image: url("../images/bulbboard.png"); 
}

#bulb3{
    background-image: url("../images/bulbirl.png"); 
}

#blinds1{
    background-image: url("../images/blindsschem.png");
}

#blinds2{
    background-image: url("../images/blindsboard.png"); 
}

#blinds3{
    background-image: url("../images/iotirl.png"); 
}

#diff1{
    background-image: url("../images/diffschem.png");
}

#diff2{
    background-image: url("../images/diffboard.png"); 
}

#diff3{
    background-image: url("../images/diffirl.png"); 
}

#hall1{
    background-image: url("../images/hallschem.png");
}

#hall2{
    background-image: url("../images/hallboard.png"); 
}

#hall3{
    background-image: url("../images/hallirl.png"); 
}

#sign1{
    background-image: url("../images/signschem.png");
}

#sign2{
    background-image: url("../images/signboard.png"); 
}

#sign3{
    background-image: url("../images/signirl.png"); 
}

#coil1{
    background-image: url("../images/testerschem.png");
}

#coil2{
    background-image: url("../images/testerboard.png"); 
}

#coil3{
    background-image: url("../images/testerirl.png"); 
}

#ledr1{
    background-image: url("../images/ledrschem.png");
}

#ledr2{
    background-image: url("../images/ledrboard.png"); 
}

#ledr3{
    background-image: url("../images/ledrirl.png"); 
}

.pcb-text{
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 30px;
    padding-bottom: 35px;
}

.img-container{
    width:100%;
    height: 70%;
    overflow: hidden;
}
.top-img{
    padding-top: 100px;
}
.goal-num{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 42px;
    display: inline-block;
    margin-right: 20px;
    border-right: 4px solid white;
}
.goal-name{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 40px;
    display: inline-block;
}
.gnd{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
@media (max-width: 991.98px) {
    .proj-splash-desc{
        display: none;
    }
    .proj-splash-features{
        display: none;
    }
    .proj-splash{
        height: 50vh;
    }
    .mobile-splash-desc{
        display: block;
    }
    .mobile-splash-features{
        display: block;
    }
    .col-md > h1{
        padding-top: 20px;
    }
}
.story-img-container{
    background-image: url("../images/bandwdownscaled33.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    width: inherit;
    margin: none;
    text-align: center;
}

.halves-desc > div > div > div > h1{
    font-family: 'Oswald', sans-serif;
}
.gallery-img:hover{
    transform: scale(1.05);
    position: relative;
    z-index: 2;
    overflow-x: hidden;
}
#img-1{
    background-image: url("../images/coilsboca.JPG");
}
#img-2{
    background-image: url("../images/coiltesterboca.JPG");
}
#img-3{
    background-image: url("../images/iotflat.jpg");
}
#img-4{
    background-image: url("../images/bulbsolder.jpg");
}
#img-5{
    background-image: url("../images/iotside.jpg");
}
#img-6{
    background-image: url("../images/coilsflat.JPG");
}
#img-7{
    background-image: url("../images/diffboard.png");
}

.gallery-num{
    color: lightgray;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    left: 35px;
    transform: rotate(-90deg);
    transition: 0.3s;
}
.footer
  {
      height:60px;
      background-color: #030040;
      width: auto;
  }
  #copyright
  {
      width:60%;
      height: 60px;
      position:relative;
      display:inline-block;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-size: 11px;
      line-height: 60px;
      text-align: center;
      color:white
  }
  .learn-more{
    width: 100%;
    height: 200px;
    background-image: url("../images/dg-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
}
