/* Normal view */
@media (max-width: 600px) {
    .page-regular {
        display: none;
    }
}
    h1 {
        color: rgb(255, 255, 255);
        font-size: 40px;
        font-weight: 700;
        margin: 0px;
       font-style: italic;
       padding-top: 30px;
       padding-bottom: 30px;
       width: auto;
      }
      .logga{
        font-family: 'Taviraj', serif;
        font-size: 80px;
        font-weight:lighter;
        text-shadow: 2px 2px #636262; 
        width: auto;
      }
      h2 {
  font-size: 25px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  font-weight: 100;
}
    .page-mobile .hamburger-menu {
        background-color: #e9e9e9;
        text-align: right;
        padding: 10px;
    }
    .page-mobile .menu {
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
        background-color: #e9e9e9;
    }
    .page-mobile .menu li a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #000000;
        text-decoration: none;
        text-shadow: 1px 1px #ffffff;
    }
    .smlogo{
        display:flex;
        flex-direction:row;
        gap: 30px;
        justify-content: center;
      }
 .logo-container{
  background-image: url("./images/naglar.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 20px;
  background-position: center;
}

.container {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
}

.content{
    padding-bottom: 30px;
}