/* 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 img {
    max-width: 95%;
}
.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%;
}

.mean-streets {
    display: none;
}

main a {
    text-decoration: none;
    font-size: 2rem;
}
.warning {
 text-align: center;
 margin-bottom: 50px;
 width: 100%;
}

.warning h1 {
    font-size: 10rem;
    color: rgb(255, 0, 0);
    margin-top: 50px;
    width: 100%;
}

.warning h2 {
    font-size: 3rem;
    color: rgb(12, 12, 12);
    margin-top: 30px;
}

.warning h3 {
    font-size: 2rem;
    color: rgb(15, 14, 14);
    margin-top: 20px;
}
.choose {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;

}
.choose a {
    color: rgb(240, 8, 8);
    font-size: 2rem;
}

.decline:hover {
    background-color: aquamarine;
    transition-duration: 0.5s;
}
.accept:hover {
    background-color: aquamarine;
    transition-duration: 0.5s;
}

.decline {
    background-color: rgb(204, 198, 198);
    width: 25%;
    text-align: center;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.accept {
    background-color: rgb(204, 198, 198);
    width: 25%;
    text-align: center;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* Pertaining to the Footer */

footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}
.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;
    }
    .choose a {
        font-size: 1.8rem;
    }

}





/* Nest Hub Max*/

@media (max-width: 1280px) {

    .menu {
        width: 80px;
        font-size: 1.3rem;
    }
    .choose a {
        font-size: 1.7rem;
    }
}









/* ipad air sideways */

@media (max-width: 1180px) {

.menu {
    width: 70px;
    font-size: 1.2rem;
}

.warning h1 {
    font-size: 9rem;
}

.warning h2 {
    font-size: 2.5rem;
}

.warning h3 {
    font-size: 1.5rem;
}
.choose a {
    font-size: 1.6rem;
}
    
}










/* Nest Hub and ipad mini sideways */

@media (max-width: 1024px) {
    .menu {
        width: 60px;
        font-size: 1.1rem;
    }
    
.warning h1 {
    font-size: 8rem;
}

.warning h2 {
    font-size: 2.5rem;
}

.warning h3 {
    font-size: 1.5rem;
}
.choose a {
    font-size: 1.5rem;
}

    
}









/* Samsung Galaxy A51/71 Sideways and Surface Pro7 and Samsung Galaxy S20 Ultra */

@media (max-width: 915px) {
    .menu {
        width: 50px;
        font-size: 1rem;
    }
    .choose a {
        font-size: 1.4rem;
    }

}






/* Nest Hub Max Sideways */

@media (max-width: 800px) {
    .menu {
        width: 40px;
        font-size: 0.9rem;
    }
    
.warning h1 {
    font-size: 7rem;
}

.warning h2 {
    font-size: 2.5rem;
}

.warning h3 {
    font-size: 1.5rem;
}
.choose a {
    font-size: 1.3rem;
}
}






/* Surface Duo Sideways */

@media (max-width: 720px) {
    .menu {
        width: 30px;
        font-size: 0.7rem;
    }
    .lead img {
        width: 95%;
    }
 
.warning h1 {
    font-size: 6rem;
}
.choose a {
    font-size: 1.2rem;
}


}








/* iphone SE Sideways */

@media (max-width: 667px) {

    

}











/* Galaxy Fold Sideways */

@media (max-width: 653px) {


    .warning h1 {
        font-size: 5rem;
    }
    
    .warning h2 {
        font-size: 2rem;
    }
    
    .warning h3 {
        font-size: 1rem;
    }
    .choose a {
        font-size: 1.1rem;
    }

}


/* Nest Hub Sideways*/

@media (max-width: 600px) {

    
.warning h1 {
    font-size: 4rem;
}
.choose a {
    font-size: 1rem;
}

}










/* 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;
    
    }
    .mean-streets {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    .mean-streets img {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
        margin-bottom: -8%;
        width: 90%;
    }

    .warning h1 {
        font-size: 3rem;
    }
    
    .warning h2 {
        font-size: 2rem;
    }
    
    .warning h3 {
        font-size: 1rem;
    }
    .choose a {
        font-size: .9rem;
    }
    
    .legal {
        font-size: .5rem;
    }

}









/* Unknown */

@media (max-width: 480px) {

    .menu {
        font-size: 1.4rem;
    }
    
.warning h1 {
    font-size: 3rem;
}

.warning h2 {
    font-size: 1.7rem;
}

.warning h3 {
    font-size: .8rem;
}

.accept {
    width: 35%;
}
.decline {
    width: 35%;
}

}








/* iphone XR */

@media (max-width: 414px) {

    .menu {
        font-size: 1.3rem;
    }


}






/* Samsung Galaxy S8+ */

@media (max-width: 360px) {

    .menu {
        font-size: 1.2rem;
    }
    
.warning h1 {
    font-size: 2.5rem;
}

.warning h2 {
    font-size: 1.2rem;
}

.warning h3 {
    font-size: .6rem;
}

}






/* Galaxy Fold  */

@media (max-width: 280px)  {

    .menu {
        font-size: 1.1rem;
    }

}
