body {

    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif !important;
}




.hLogo,
.hLogo a {


    font-size: 35px;
    font-weight: 500;
    color: black;



}


.payLogoText {

    margin-top: 15px;
    color: white;
    padding: 10px;
    border: 2px solid #F7F7F7;
    border-radius: 3px;
    text-align: center;
}

.colorLoginBox {

    color: #F7F7F7 !important;


}

p {

    margin-top: 5px !important;
    margin-bottom: 5px !important;


    font-family: 'Open Sans', sans-serif !important;

}

h1 {

    margin-top: 20px !important;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #EEE !important;

    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif !important;
}


h2 {

    margin-top: 40px;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #EEE !important;
}


h2.noTopMargin {

    margin-top: 10px !important;




}


.grayButton,
.grayButton:hover {



    font-family: 'Raleway', sans-serif !important;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.2em;
    text-transform: none;
    font-size: 18px;
    color: #fff;
    background-color: #a8a6a1;
    border-color: #fff;
    padding: 1.2rem 2.004rem;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}




#divDesktopMenu ul {
    float: right;
    font-family: 'Open Sans', sans-serif;
    ;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
     !important;
}



#divDesktopMenu li {
    padding: 5px 15px 5px 0px;
    float: left;
    display: inline;
    list-style-type: none;
    margin-top: 5px;

    color: #000000;
}

#divDesktopMenu ul.smalMenu li {
    padding: 5px 5px 5px 5px;
    float: left;
    display: inline;
    list-style-type: none;
    margin-top: 5px;
    margin-right: 10px;

}



#divDesktopMenu li a {
    font-size: 18px;


    text-decoration: none;

    color: #000000;
    cursor: pointer;

}

#divDesktopMenu li a:active {
    color: #9bcd66 !important;
    background-color: none;
    text-decoration: none;

}

#divDesktopMenu li a:hover {
    font-size: 18px;

    color: #9bcd66 !important;
    text-decoration: none;


    cursor: pointer;

}



#divDesktopMenu li.mainMenuSelected a {

    color: #9bcd66 !important;


    cursor: pointer;

}




#divDesktopMenu ul.smalMenu li a {
    font-size: 14px;



}


#divDesktopMenu ul.smalMenu li a:hover {
    font-size: 14px;

    color: #fff;
    text-decoration: none;


    cursor: pointer;

}

#divDesktopMenu ul.smalMenu {
    margin-top: 0;
    margin-bottom: 20px;
}


#divDesktopMenu li:hover {

    color: #9bcd66;

}

#divMobileMenu ul {

    margin-top: 10px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
     !important;

}

#divMobileMenu li {
    padding: 10px 10px 5px 10px;

    list-style-type: none;
    margin-top: 5px;
    color: #000000;
}



#divMobileMenu li a {
    font-size: 18px;

    color: #000000;
    text-decoration: none;



    cursor: pointer;

}





#divMobileMenu li a:Hover {
    font-size: 18px;

    color: #fff;
    text-decoration: none;



    cursor: pointer;

}

#divMobileMenu li:hover {
    background-color: #EEE;


}




#divNavBarMenu {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.navbar-brand {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}




/*-------------Flutra CSS startsida--------------*/

.container {
  position: relative; /* Ensure container serves as the positioning context */

}

.img-container {
  /*display:inline-block;*/

  display: flex;
  justify-content: center;
  align-items: center;

}

.img-responsive {
    width: 100%;
    height: auto;
}

.nav-buttons {
  position: absolute;
  top: 50%; /*vertically*/
  left: 50%;/*horizontally*/
  transform: translate(-50%, -50%);
  text-align:center;
 /* z-index: 1; */

}

.nav-button {
  /*display: inline-block;*/
  display:block;
  padding: 30px 150px;
  background-color: #3aadd7 ;
  color: #fff;
  text-decoration: pointer;
  margin: 15px;
  /*border-radius: 5px;*/
  transition: background-color 0.3s ease;
  text-align: center;
  white-space: nowrap;
}

.nav-buttons a {
    font-size: 35px;
    margin: 40px;
}

.nav-button:hover {
  background-color: #9fcd60; /*Monochromatic till #506c76*/
  color:#fff;
  text-decoration:none;
}

/*För mobila enheter*/





@media (max-width: 780px) {
  .nav-button {
    padding: 20px 50px;
    font-size: 20px;
    margin: 10px;
  }

  .img-container {
    text-align: center; /* Centrera innehåll i img-container */
  }
  
  .nav-buttons.custom-layout {
    text-align: center;
    position: static;
    transform: none;
  }

  /* Ta bort större marginal mellan knapparna */
  .nav-buttons.custom-layout a {
    font-size: 20px;
    margin: 5px;

  }
}


/* Stilar för större skärmar (minst 781px) */
@media (min-width: 781px) {
  .container.custom-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .img-container {
    order: 2;
  }
  
  .custom-layout a{
      width:80%;
    
  }
}

@media (min-width:782px) and (max-width:1200px) {


  .nav-buttons a{
    margin-top: 5px;
    margin-bottom: 5px;      
    font-size:1em;
  }
}

@media (max-width: 780px) {
  .overlay {
    padding: 15px 40px !important;
  }
   .overlay-torghandel {
    padding: 15px 40px !important;
  }
   .overlay-koloni {
    padding: 15px 40px !important;
  }
}





/*Hero text container*/

.heroText-container{
    margin-top:40px;
    margin-bottom:40px;
 text-align:center;
 padding: 0 20px;   
}

.heroText-container h2{
 font-weight:600;
 font-size:35px;
 font-family: 'Calibri', sans-serif !important;
}
.heroText-container p{
 font-weight:200; 
 font-family: 'Calibri', sans-serif !important;
 margin-top: 10px !important; 
}



.heroText-container2{
    margin-top:40px;
    margin-bottom:40px;
    text-align:center;
    padding: 0 40px;
    
}



/*STYLE DROPDOWN*/

/* Grundstil för dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Stil för knappen som öppnar dropdown */
.dropdown-button {
    background-color: #ffffff;
    color: black;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

/* Stil för dropdown-innehållet (länkarna) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Stil för länkarna inuti dropdown */
.dropdown-content a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

/* Stil för länkarna när musen är över dem */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Visa dropdown-innehållet när knappen klickas */
.dropdown:hover .dropdown-content {
    display: block;
}

/*HTML för dropdownbox

<div class="dropdown">
        <button class="dropdown-button">Svinninge marina</button>
        <div class="dropdown-content">
            <a href="#">Ansök om båtplats</a>
            <a href="#">Villkor</a>
            <a href="#">Kontakt</a>
        </div>
    </div>
*/
















