html {
    scroll-behavior: smooth;
  }
* {font-family: 'Oswald', sans-serif;
    margin:0px;
    color:black;
  }

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.2); 
    
}
h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2%;

    color:rgb(0, 0, 0);
    /*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.2); */
    
}

.grey{
    background-image: radial-gradient(silver, rgb(73, 71, 71));
}


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;
}

nav {margin-top: 20px;
margin-left: 2%;
flex: none;

}    
nav ul li {
    font-size:80%; font-weight: bold; list-style-type: none;  }
a { text-decoration: none; transition-duration: 0.2s; opacity: 1;}
a:hover {color:rgb(170, 10, 10);}
#submenu{
    display: none;
    float: right;
    overflow: hidden;
    font-size: smaller;
    padding: 10px; 
    background-color: transparent;
    
}
#projects:hover #submenu{
    display: block;
    }


#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) ;
        }
#sectiontext{
    margin-left: 15px;
    text-align: left;
    }

#section_links{
    margin-top: 1%;
    margin-right: 1%; 
    }
article {
text-align: left;   
padding-top: 20px;
padding-left:30px;
padding-right: 30px;
padding-bottom: 20px;
}


#album_links{
    filter: grayscale(100%);
    transition: .3s;
    flex: none;
    }
#album_links:hover{
    filter: none;
}

.bold{
    font-weight: bold;
}
.italic{
    font-style: italic;
    font-size: smaller;
}

.about{
    margin: 5%;
    text-align: right;
    display: flex;
    flex-wrap: nowrap;
    /*background-image: url(images/oscarhansson_about.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;*/

}
#about_picture{
    width: 400%;
    max-width: 600px;
    min-width: 200px;
    margin-left: 10px;
    text-align: center;
    display: block;
    
}

#live{
    font-size: smaller;
    font-style: italic;
    text-align: left;
    padding-left: 2%;
    padding-bottom: 2%;
}
#moregigs{
    text-decoration: underline;
    font-weight: bolder;
}

hr {border-color: rgb(170, 10, 10);
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 3px;
    }
.pptac {text-decoration: underline;}
.invisible {visibility: hidden;}

footer {
    text-align: center;
    font-size: 0.7rem;
    margin-top: 15px;
    margin-bottom: 5%;
    margin-left: 5px;
    }


        
        
        
       