/**{
    outline: solid 3px black;
}*/

body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer{
    margin-top: auto;
    height: fit-content;
    background-color: black;
    color: white;
}

#footlist{
    list-style: none;
    padding: 5px;
    margin-left: 20vw;
}

a:link{
    text-decoration: none;
}

a:visited{
    color: white;
}

a:hover{
    color:rgb(184, 10, 10);
}

a:active{
    color: white;
}

a{
    color: white;
}

#contactus{
    color: blue;
}

p{
    background-color: white;
}
.top-banner{
    background-color: rgb(184, 10, 10);
    width: 100vw;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

html,body {padding:0; margin:0;}

.phone{
    background-color: rgb(184, 10, 10);
    color: white;
    white-space: nowrap;
    font-weight: 700;
    display: flex;
    justify-content: center;
}


.logo{
    object-fit: contain;
    margin-top: 1rem;
}


.nav ul{
    display: flex;
    list-style: none;   
    white-space: nowrap;
    justify-content: center;
    padding-left: 1rem;
    padding-top: 1rem;
    
}

#menu{
    color: white;
    background-color: rgb(184,10,10);
    padding: 8px;
    margin: 5px;
    text-decoration: none;
    border-radius: 5px;
}


#button{
    display: none;
}

.containermain{
    display: flex;
    justify-content: center;
    padding: 1rem;
}
.container{
    max-width: 850px;
    padding: 10px;
    /*background-color: rgb(199, 199, 199);*/
    justify-content: center; 
    object-fit: contain;
    border: solid rgb(199, 199, 199) 2px;
}
h1{
    display: flex;
    align-items: center;
    justify-content: center;
}
h2{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 475px){
    .nav ul{
        flex-direction: column;
        list-style: none;
    }
    li{
        padding-bottom: 2rem;
        list-style: none;
    }
    #menu{
        padding-right: 8rem;
    }
    #wrapper {
        overflow: hidden;
        transition: height 200ms;
      }
    
    #button{
        display: inherit;
        color: rgb(184,10,10);
        font-size: 35px;
        padding: 25px;
        font-weight: 700;
        border-radius: 3px;
    }
    .containermain{
        flex-direction: column;
    }
    .container{
    max-width: 450px;
    padding: 10px;
    /*background-color: rgb(199, 199, 199);*/
    justify-content: center; 
    object-fit: contain;
    border: solid rgb(199, 199, 199) 2px;
    }

    #footlist{
        margin-left: auto;
    }

}
