/*INDEX CONTACT*/
#indexContact{
            background: white;
            width: fit-content;
            max-width: 50%;
            position: fixed;
            padding: 25px;
            top: 0;
            right: 0px;
            z-index: 9;
            border-radius: 8px 0px 0px 8px;
            font-size: 24px;
            transition: 4.5s;
            box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
      }
      #contactUsBtn{
            border: none;
            font-size: 18px;
            padding: 12px;
            border-radius: 400px;
            height: 100px;
            position: fixed;
            z-index: 9;
            right: 14;
            bottom: 6%;
            transition: 0.5s;
            cursor: pointer;
      }
      #contactUsBtn:hover{
            background: gold;
            transition: 0.5s;
      }
      #closeIndexContact{
            right: 0; 
            display: block; 
            font-size: 18px;
      }
/*BARMENU*/
#barMenuBtn{
            margin-top: 0px;
            max-width: 48px;
            padding: 2.5px;
            float: right;
            margin-right: 8px;
            transition: 0.5s;
      }
      #barMenuBtn:hover{
            cursor: pointer;
            background: gold;
            border-radius: 8px;
            transition: 0.5s;
      }
      .barMenuHr{
            max-width: 34px;
            border: 0.5px solid black;
            margin: 8px;
      }
/*EXTRA MENU*/
.extraMenu{
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 0px 0px;
            transition: 0.5s;
      }
      .extraMenu:hover{
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px;
            transition: 0.5s;
      }
      #leading{
            background: #edf7fe;
            font-style: bold;
            border-radius: 124px;
            padding: 14px;
            width: 100%;
            max-width: 630px;
            color: dimgray;
            width: 90%;
            margin: 19.5px auto;
            box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
      }
      
      .pressBtn{
            width: 100%;
            max-width: 400px;
            font-size: 24px;
            padding: 4px;
            border-radius: 8px;
            border: 0.5px solid #eee7d7;
            background: #eee7d7;
            box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
            transition: 0.5s;
      }
      .pressBtn:hover{
            box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
            transition: 0.5s;
      }
      
      #pressBtnImg{
            width: 49px;
      }
/*MENU WINDOW SUMMARRY*/
 #menuWindowClossBtn{
    display: block;
    float: right;
    position: relative;
  }
  #menuDivContainer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow-y: scroll;
    background: rgba(255, 255, 255, 0.95);
    border: 0;
    z-index: 9;
  }
  #menuWindowMenuFlex{
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
    background: black; 
    color: white;
    margin-top: 0px;
  }
  .menuWindowListing:hover{
    background: gold;
    padding: 8px;
    border-radius: 24px;
    cursor: pointer;
  }
  .windowMenu{
    padding: 0px 8px;
    border-radius: 4px;
    transition: 0.5s;
  }
  .windowMenu:hover{
    background: gold;
    color: black;
    padding: 0px 8px;
    border-radius: 4px;
    transition: 0.5s;
    cursor: pointer;
  }
 #exitCOokies{
            width: 35px;
            position: absolute;
            justify-self: right;
            margin: 25px;
            margin-top: 12px;
            font-size: 24px;
            padding-top: 0px;
            transition: 0.5s;
      }
      #exitCOokies:hover{
            color: white;
            background: seagreen;
            transition: 0.5s;
            cursor: pointer;
      }
/*SMALL SCREEN*/
@media only screen and (max-width: 600px) {
.pressBtn{
            max-width: 95%;
      }
.serviceBtn2 {width: 90%;}
}