/* Full Screen */

/* pertaining to the background */
body {
    background-color: rgb(77, 73, 73);
}
/* pertaining to the header */


header {
    background-color: rgb(20, 3, 3);
    width: 100%;
}
.opener {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}
.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 60%;
}
.title a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title img {
    max-width: 75%;
}
.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 10%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
}
.logo img{
    max-width: 100%;
}



nav {
    margin-top: 3%;
    margin-bottom: auto;
    margin-right: 3%;
}

.menu {
    background-color: rgb(204, 198, 198);
    color: white;
    font-size: 1.5rem;
    border-radius: 10px;
    padding: 11px 25px;
    width: 100px;
    text-align: center;
    display: inline-block;
    position: relative; 
    z-index: 99;  
}

.menu a {
    color: rgb(8, 8, 8);
    text-decoration: none;
}
.dropdown {
    display: none;
    position: absolute;
    padding-top: 20px;
    margin-left: -25px;
    z-index: 99;
}
.menu:hover .dropdown {
    display: block;

}
.dropdown .menu {
    margin-top: 10px;
  
}
.menu:hover {
    background-color: rgb(198, 238, 180);
    transition-duration: 0.5s;
    text-decoration: none;
}


/* pertaining to the main */


main {
    background-color: rgb(77, 73, 73);
    width: 100%;
}
.unga-bunga {
    display: none;
}



.slide-body {
    min-height: 100vh;
    display: grid;
    place-items: center;
}
.slider {
    height: 100%;
    margin: auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: grid;
    place-items: center;
}
.slide-track {
    display: flex;
    width: calc(250px * 38);
    animation: scroll 30s linear infinite; 
}
.slide-track:hover {
    animation-play-state: paused;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 19));
    }
}
.slide {
    max-height: 200px;
    width: 250px;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    perspective: 100px;
}
.slider img {
    height: 100%;
    transition: transform 1s;
}
.slider img:hover {
    transform: translateZ(20px);
}
.slider::before,
.slider::after {
    background:-moz-linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    content: '';
    height: 100%;
    position:absolute;
    width: 15%;
    z-index: 2;
}
.slider::before {
    left: 0;
    top: 0;
    transform: rotateZ(180deg);
}


.options {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
}
.options img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.getyours img {
    width: 90%;
    margin-bottom: 2%;
}

.amazon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.amazon img {
    max-width: 60%;
}


.towns {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.ardmore {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.ardmore img {
    max-width: 100%;
    margin-top: 20px;
}
.ardmore2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.ardmore1 img{
    height: 75px;
    margin-top: 50px;
}
.ardmore2 img{
    height: 150px;
}


.calgary {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.calgary img {
    max-width: 100%;
    margin-top: 20px;
}
.calgary2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.calgary1 img{
    height: 75px;
    margin-top: 50px;
}
.calgary2 img{
    height: 150px;
}


.coldlake {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.coldlake img {
    max-width: 100%;
    margin-top: 20px;
}
.coldlake2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.coldlake1 img{
    height: 75px;
    margin-top: 50px;
}
.coldlake2 img{
    height: 150px;
}


.edmonton {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.edmonton img {
    max-width: 100%;
    margin-top: 20px;
}
.edmonton2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.edmonton1 img{
    height: 75px;
    margin-top: 50px;
}
.edmonton2 img{
    height: 150px;
}


.fortsask {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.fortsask img {
    max-width: 100%;
    margin-top: 20px;
}
.fortsask2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.fortsask1 img{
    height: 150px;
    margin-top: 50px;
}
.fortsask2 img{
    height: 150px;
}



.grandeprairie {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.grandeprairie img {
    max-width: 100%;
    margin-top: 20px;
}
.grandeprairie2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.grandeprairie1 img{
    height: 75px;
    margin-top: 50px;
}
.grandeprairie2 img{
    height: 150px;
}


.lloyd {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.lloyd img {
    max-width: 100%;
    margin-top: 20px;
}
.lloyd2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.lloyd1 img{
    height: 75px;
    margin-top: 50px;
}
.lloyd2 img{
    height: 150px;
}



.laclabiche {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.laclabiche img {
    max-width: 100%;
    margin-top: 20px;
}
.laclabiche2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.laclabiche1 img{
    height: 75px;
    margin-top: 50px;
}
.laclabiche2 img{
    height: 150px;
}


.olds {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.olds img {
    max-width: 100%;
    margin-top: 20px;
}
.olds2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.olds1 img{
    height: 75px;
    margin-top: 50px;
}
.olds2 img{
    height: 150px;
}


.reddeer {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.reddeer img {
    max-width: 100%;
    margin-top: 20px;
}
.reddeer2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.reddeer1 img{
    height: 75px;
    margin-top: 50px;
}
.reddeer2 img{
    height: 150px;
}


.sherwood {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.sherwood img {
    max-width: 100%;
    margin-top: 20px;
}
.sherwood2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.sherwood1 img{
    height: 150px;
    margin-top: 50px;
}
.sherwood2 img{
    height: 150px;
}



.strathmore {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.strathmore img {
    max-width: 100%;
    margin-top: 20px;
}
.strathmore2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.strathmore1 img{
    height: 75px;
    margin-top: 50px;
}
.strathmore2 img{
    height: 150px;
}



.stettler {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.stettler img {
    max-width: 100%;
    margin-top: 20px;
}
.stettler2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.stettler1 img{
    height: 75px;
    margin-top: 50px;
}
.stettler2 img{
    height: 150px;
}





.stpaul {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.stpaul img {
    max-width: 100%;
    margin-top: 20px;
}
.stpaul2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.stpaul1 img{
    height: 75px;
    margin-top: 50px;
}
.stpaul2 img{
    height: 150px;
}



.vallyview {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.vallyview img {
    max-width: 100%;
    margin-top: 20px;
}
.vallyview2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.vallyview1 img{
    height: 75px;
    margin-top: 50px;
}
.vallyview2 img{
    height: 150px;
}



.uncas {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.uncas img {
    max-width: 100%;
    margin-top: 20px;
}
.uncas2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.uncas1 img{
    height: 75px;
    margin-top: 50px;
}
.uncas2 img{
    height: 150px;
}



.vermilion {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.vermilion img {
    max-width: 100%;
    margin-top: 20px;
}
.vermilion2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.vermilion1 img{
    height: 75px;
    margin-top: 50px;
}
.vermilion2 img{
    height: 150px;
}




.wask {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.wask img {
    max-width: 100%;
    margin-top: 20px;
}
.wask2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.wask1 img{
    height: 75px;
    margin-top: 50px;
}
.wask2 img{
    height: 150px;
}


.wembley {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.wembley img {
    max-width: 100%;
    margin-top: 20px;
}
.wembley2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.wembley1 img{
    height: 75px;
    margin-top: 50px;
}
.wembley2 img{
    height: 150px;
}


/* Pertaining to the Footer */

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.social-media {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    margin-top: 50px;
}
.social-media img {
    width: 100%;
}

.legal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 60%;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1rem;
}


/* Surface 7 pro sideways */

@media (max-width: 1368px) {

    .menu {
        width: 90px;
        font-size: 1.4rem;
    }

}





/* Nest Hub Max*/

@media (max-width: 1280px) {

    .menu {
        width: 80px;
        font-size: 1.3rem;
    }

}









/* ipad air sideways */

@media (max-width: 1180px) {

.menu {
    width: 70px;
    font-size: 1.2rem;
}
    
}










/* Nest Hub and ipad mini sideways */

@media (max-width: 1024px) {
    .menu {
        width: 60px;
        font-size: 1.1rem;
    }
    .social-media img {
        width: 85%;
    }
    
}









/* Samsung Galaxy A51/71 Sideways and Surface Pro7 and Samsung Galaxy S20 Ultra */

@media (max-width: 915px) {
    .menu {
        width: 50px;
        font-size: 1rem;
    }

}






/* Nest Hub Max Sideways */

@media (max-width: 800px) {
    .menu {
        width: 40px;
        font-size: 0.9rem;
    }
    .slide {
        max-height: 150px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .options {
        margin-top: 25px;
    }
    .social-media img {
        width: 75%;
    }
}






/* Surface Duo Sideways */

@media (max-width: 720px) {
    .menu {
        width: 30px;
        font-size: 0.7rem;
    }
    .lead img {
        width: 95%;
    }
    .unga-bunga-logo img {
        margin-top: 10px;
    }
    .unga-bunga-link img {
        margin-top: 30px;
    }
    .towns {
        flex-direction: column;
    }
    .ardmore {
        width: 85%;
    }    
    .ardmore1 img{
        height: 50px;
        margin-top: 25px;
    }
    .ardmore2 img{
        height: 80px;
    }
    .calgary {
        width: 85%;
    }
    .calgary1 img{
        height: 50px;
        margin-top: 25px;
    }
    .calgary2 img{
        height: 80px;
    }
    .coldlake {
        width: 85%;
    }
    .coldlake1 img{
        height: 50px;
        margin-top: 25px;
    }
    .coldlake2 img{
        height: 80px;
    }
    .edmonton {
        width: 85%;
    }
    .edmonton1 img{
        height: 50px;
        margin-top: 25px;
    }
    .edmonton2 img{
        height: 80px;
    }
    .fortsask {
        width: 85%;
    }
    .fortsask1 img{
        height: 100px;
        margin-top: 25px;
    }
    .fortsask2 img{
        height: 80px;
    }
    .grandeprairie {
        width: 85%;
    }
    .grandeprairie1 img{
        height: 50px;
        margin-top: 25px;
    }
    .grandeprairie2 img{
        height: 80px;
    }
    .lloyd {
        width: 85%;
    }
    .lloyd1 img{
        max-width: 90%;
        margin-top: 25px;
    }
    .lloyd2 img{
        height: 80px;
    }
    .laclabiche {
        width: 85%;
    }
    .laclabiche1 img{
        max-width: 90%;
        margin-top: 25px;
    }
    .laclabiche2 img{
        height: 80px;
    }
    .olds {
        width: 85%;
    }
    .olds1 img{
        height: 50px;
        margin-top: 25px;
    }
    .olds2 img{
        height: 80px;
    }
    .reddeer {
        width: 85%;
    }
    .reddeer1 img{
        height: 50px;
        margin-top: 25px;
    }
    .reddeer2 img{
        height: 80px;
    }
    .sherwood {
        width: 85%;
    }
    .sherwood1 img{
        height: 100px;
        margin-top: 25px;
    }
    .sherwood2 img{
        height: 80px;
    }
    .strathmore {
        width: 85%;
    }
    .strathmore1 img{
        height: 50px;
        margin-top: 25px;
    }
    .strathmore2 img{
        height: 80px;
    }
    .stettler {
        width: 85%;
    }
    .stettler1 img{
        height: 50px;
        margin-top: 25px;
    }
    .stettler2 img{
        height: 80px;
    }
    .stpaul {
        width: 85%;
    }
    .stpaul1 img{
        height: 50px;
        margin-top: 25px;
    }
    .stpaul2 img{
        height: 80px;
    }
    .uncas {
        width: 85%;
    }
    .uncas1 img{
        height: 50px;
        margin-top: 25px;
    }
    .uncas2 img{
        height: 80px;
    }
    .vallyview {
        width: 85%;
    }
    .vallyview1 img{
        height: 50px;
        margin-top: 25px;
    }
    .vallyview2 img{
        height: 80px;
    }
    .vermilion {
        width: 85%;
    }
    .vermilion1 img{
        height: 50px;
        margin-top: 25px;
    }
    .vermilion2 img{
        height: 80px;
    }
    .wask {
        width: 85%;
    }
    .wask1 img{
        height: 50px;
        margin-top: 25px;
    }
    .wask2 img{
        height: 80px;
    }
    .wembley {
        width: 85%;
    }
    .wembley1 img{
        height: 50px;
        margin-top: 25px;
    }
    .wembley2 img{
        height: 80px;
    }

}








/* iphone SE Sideways */

@media (max-width: 667px) {

}










/* Galaxy Fold Sideways */

@media (max-width: 653px) {




}


/* Nest Hub Sideways*/

@media (max-width: 600px) {

}










/* Surface Duo */

@media (max-width: 540px) {
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .opener {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
    }
    nav {display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        }
    .menu {
        width: 80%;
        font-size: 1.5rem;
    }

    .logo {
        margin-top: 10px;
        max-width: 50%;
    }
    .logo img {
        margin-left: auto;
        margin-right: auto;
    }

    .hidemobile {
        display: none;
    }
    nav .menu  {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .menu:hover .dropdown {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 20px;
        margin-left: 8px;
    
    }
    .unga-bunga {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .unga-bunga a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .unga-bunga img {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        width: 80%;
    }
    .slide {
        max-height: 100px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .options {
        margin-top: 10px;
    }
    .nowavailable img {
        width: 80%;
    }
    .tutorial img {
        width: 80%;
    }
    .tutoriallink img {
        width: 80%;
    }

    .legal {
        font-size: .5rem;
    }

}









/* Unknown */

@media (max-width: 480px) {

    .menu {
        font-size: 1.4rem;
    }

}








/* iphone XR */

@media (max-width: 414px) {

    .menu {
        font-size: 1.3rem;
    }
}






/* Samsung Galaxy S8+ */

@media (max-width: 360px) {

    .menu {
        font-size: 1.2rem;
    }
}






/* Galaxy Fold  */

@media (max-width: 280px)  {

    .menu {
        font-size: 1.1rem;
    }
}
