html {
    scroll-behavior: smooth;
  }
* {font-family: 'Oswald', sans-serif;
    margin:0px;
    color:black;
  }

 @media (max-width:720px){
    nav {
        margin-top: 5px;
        margin-left: -40px;
      
        }    
        nav ul li {overflow: hidden; float: left;
            font-size:  60%; font-weight: bold; list-style-type: none; padding: 5px; 
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.205);
            
        }
        #submenu{
            display: none;
            float: none;
            overflow: hidden;
            font-size: 100%;
            padding: 2px; 
            background-color: transparent;
        }
        #projects:hover #submenu{
            display: block;
            }
            header {height: 50px;
                background-color: silver;
                background-image: none;
                background-size: 80px;
                background-position: center;
                background-repeat: no-repeat;
                font-size: 2rem ;
                font-weight: bold;
                display: flex;
                flex-wrap: nowrap;
                justify-content:space-between;
                margin-top: 5px;
                margin-left: 5px;
                margin-right: 5px;
                margin-bottom: 10px;
                align-content: center;
            }
            #sectiontext{
                font-size: 1.2rem;
                margin-left: 5%;
                text-align: left;
                text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.205);
                }
            
    }
         
     
 @media (min-width:721px){
    nav {
        margin-top: 22px;
        margin-left: 1%;
        flex: none;
        }    
        nav ul li {
            font-size:80%; font-weight: bold; list-style-type: none; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.205); 
        }
        #submenu{
            display: none;
            float: right;
            overflow: hidden;
            font-size: smaller;
            /* margin-top: 5px; */
            padding: 10px; 
            background-color: transparent;
            
        }
        #projects:hover #submenu{
            display: block;
            }
            header {height: 50px;
                background-color: silver;
                background-image: url(images/header_oh_logo.png);
                background-size: 80px;
                background-position: center;
                background-repeat: no-repeat;
                font-size: 2rem ;
                font-weight: bold;
                display: flex;
                flex-wrap: nowrap;
                justify-content:space-between;
                margin-top: 5px;
                margin-left: 5px;
                margin-right: 5px;
                margin-bottom: 10px;
                align-content: center;
            }
            #sectiontext{
                font-size: 1.2rem;
                margin-left: 15%;
                text-align: left;
                text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.205);
                }
            
    }

body {
    background-color:silver; 
    
    }
h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2%;

    color:white;
    background: -webkit-linear-gradient(#eee,rgb(0, 0, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 2px 0px rgba(0,0,0,0.3), .5rem .5rem 2rem rgba(0, 0, 0, 0.555); 
    
    }
h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2%;
    color:rgb(0, 0, 0);
    text-shadow: .5rem .5rem 2rem rgba(0, 0, 0, 0.247);
    }
a { text-decoration: none; transition-duration: 0.2s; opacity: 1;}
        a:hover {color:rgb(170, 10, 10);}
.grey{
    background-image: radial-gradient(silver, rgb(73, 71, 71));
    }
#topBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    font-size: smaller;
    border: none;
    outline: none;
    background-color: rgb(73, 71, 71);
    opacity: .5;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 6px;
       }
          
#topBtn:hover {
    background-color:red;
          }

#sm_links{
    margin-top: 1%;
    margin-left: 1%;
    margin-bottom: 5%;
    }   

section {
    margin-top: 10px;
    text-align: center;
    padding: 5%;
    background-image:linear-gradient(silver, white) ;
        }


#section_links{
    margin-top: 1%;
    margin-right: 1%; 
    }
#section_pictures{
    display: flex;
    flex-wrap: nowrap;
    }
    
article {
text-align: center;   
padding-top: 20px;
padding-left:30px;
padding-right: 30px;
padding-bottom: 20px;
        }


#album_links{
    filter: grayscale(100%);
    flex: none;
}
#album_links:hover{
    transition: .3s;
    filter: none;
    }

.bold{
    font-weight: bold;
    }
.italic{
    font-style: italic;
    font-size: smaller;
    }
.shadow{
    box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.74);
    }
#right{
    text-align: center;
    font-size: .6rem;
    }

#about_text{
    margin-top: 25px;
    text-align: left;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.205);
    }
#about_picture{
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    }


#live{
    padding-left: 2%;
    padding-bottom: 2%;
    text-align: center;
    }
#livetext{
    font-size: smaller;
    font-style: italic;
    text-align: left;
    padding-left: 4%;
    padding-bottom: 2%;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.205);

    }

#moregigs{
    text-decoration: underline;
    font-weight: bolder;
    
        }
#opengigs{
    display: none;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.205);

    }
#closegigs{
    display: none;
    }
#opengigs:target{
    display: block;
    font-size: smaller;
    font-style: italic;
    text-align: left;
    padding-left: 4%;
    padding-bottom: 2%;
    }

hr {height: 1px;
    background-color: rgb(170, 10, 10);
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    }
.pptac {text-decoration: underline;}
.invisible {visibility: hidden;}

figure {
    border: 2px rgb(255, 255, 255) outset;
    display: flex;
    flex-flow: column;
    padding: 5px;
    margin: auto;
    }

footer {
    text-align: center;
    font-size: 0.7rem;
    margin-top: 15px;
    margin-bottom: 5%;
    margin-left: 5px;
    }

#gallery{
    display: flex;
    flex-direction: row;
    cursor: pointer;
    }     
.photos{
    box-shadow: 1rem 1rem 2rem black;
    transition: .5s;
}   
.photos:hover{
    position: relative;
    place-content: center;
    transform: scale(2);
    transition-duration: 1s;
    box-shadow: 2rem 2rem 4rem black;
    }

    .youtube{
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
        box-shadow: 1rem 1rem 2rem black;

    }
    .youtube iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
    }

       