html{
    height: 100%;
}

body { 
    min-height: 100%;
}

#container{
    max-width:100vw;
    height: 100vw;
}



header{
    width: 100%;
    height: 120px;
    display: grid;
    grid-template-columns: 48% 52%;
    background-color: #e01515;
}

#logo{
    padding-right:120px;
    height: 100%;
    color:white;
    font-size: 5em; 
    line-height: 110px;
    text-align: center; 
    font-family:Righteous;
    text-shadow: 4px 4px 2px #111;
}

#logo > a {
    color:white;
    text-decoration: none;

}

#ulNav {
    height: 120px;
    display: grid;
    padding: 8px;
    grid-template-columns: 10% 15% 16% 10% 20% ;
    gap: 30px;
}

#liNav1,
#liNav2,
#liNav3,
#liNav4,
#liNav5{
    margin-top: 20px;
    height:  60px;
    text-align: center;
    line-height: 60px;
    list-style: none;
}

#liNav1 > a,
#liNav2 > a,
#liNav3 > a,
#liNav4 > a,
#liNav5 > a {
    color: #eee;;
    text-decoration: none;
    height: 100%; width: 100%;
    font-size: 1.1em;
    font-weight: 600;
    font-family: arial;
    display:block;
}

#liNav1 > a:hover,
#liNav2 > a:hover,
#liNav3 > a:hover,
#liNav4 > a:hover,
#liNav5 > a:hover {
    border-bottom: 5px solid #1b161699;
    transition: border .3s ease-in-out;
    
}

#megamenu{
    display:none;
    position: absolute; left:150px; top: 120px;
    background-color: #f9f9f9;
    width: 80%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
    
}

#liNav1:hover #megamenu{
    display: block; 
}

.column {
    float: left;
    width: 15%;
    height: 520px;
    margin-left: 20px;
}

h3 {
    text-align: left;
    font-family: cursive;
    font-size: 2em;

}

.column a {
    height: 50px;
    font-size: 1.1em;
    float: none;
    color: black;
    padding: 8px;
    line-height: 40px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column a:hover{
    color: red;
}

#bigPic{
    background-image: url(/images/beer1.jpg);
    background-size: contain;
    background-position: right;
    position:relative;
    left: 42%; 
    display: block;
    height: 520px;
    width: 58%;
    
}

#submenu1{
    display: none;
    position: relative; top: 32px;
    background-color: #f9f9f9;
    width: 350px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

#liNav2:hover #submenu1{
    display: block; 
}

#submenu1 a {
    height: 50px;
    font-size: 1.1em;
    color: black;
    padding: 8px;
    line-height: 40px;
    text-decoration: none;
    display: block;
    text-align: left;
}
#submenu1 a:hover{
    background-color: #efdddd;
}

#submenu2{
    display: none;
    position: relative; top: 32px;
    background-color: #f9f9f9;
    width: 350px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

#liNav3:hover #submenu2{
    display: block; 
}

#submenu2 a {
    height: 50px;
    font-size: 1.1em;
    color: black;
    padding: 8px;
    line-height: 40px;
    text-decoration: none;
    display: block;
    text-align: left;
}
#submenu2 a:hover{
    background-color: #efdddd;
}

#submenu3{
    display: none;
    position: absolute; top: 120px;left:150px;
    background-color: #f9f9f9;
    width: 80%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

#liNav4:hover #submenu3{
    display: block; 
}

#submenu3 a {
    width:45%; height: 300px;
    margin:20px;
    display:inline-block;
    border: 1px solid #000;
    text-decoration: none;
    font-size: 4em;
    color: #f9f9f9;
    line-height: 320px;
    text-shadow: 2px 2px 2px #222;
    
}

#shop1 {
    background-image: url(/images/beer2.jpg);
    

}
#shop2 {

    background-image: url(/images/merch1.jpg);

}
#submenu3 a:hover{
    zoom: 99%;
    
    
}