html{
    scroll-behavior: smooth;
    background-color: #ecfff6;
}

#container{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #d3d8d9;
    font-family: 'Martel Sans', Sans-Serif;
}

#header{
    height: 300px;
    background-position: center;
    background-size: cover;
    padding-top: 30px;
}

#footer{
    padding-top: 30px;
    height: 70px;
    background-color: #9c9fa0;
    font-family: 'Martel Sans', Sans-Serif;
    font-size: 24px;
}

#logo{
    width: 220px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.5);
}

#menu{
   position: sticky;
   top: 285px;
   
}

img.opis{
  float: left;
  width: 25%;
  max-height: auto;
}

img.opis1{
  float: left;
  width: 16.6%;
  max-height: auto;
}

.option{
    width: 218px;
    height: 40px;
    padding-top: 15px;
    padding-left: 20px;
    background-color:  rgba(171, 234, 242, 0.7);
    float: left;
    border-right: dotted 2px #0080ff;
    
}

.menulink{
    text-decoration: none;
    color: black;
    font-weight: 900;
    font-size: 18px;
    font-family: 'Martel Sans', Sans-Serif;
    display: block;
    margin-top: -15px;
    padding-top: 15px;
    padding-left: 20px;
    margin-left: -20px;
    width: 240px;
    height: 55px;
}

.menulink:hover{
    color: white;
}

.option:hover{
    background-color: rgba(137, 137, 137, 0.6);
    border-right: solid 2px red;
    
}

#content{
    background-color: #d3d8d9;
    float: left;
    width: 900px;
    height: 3750px;
    padding-left: 10px;
    padding-top: 0px;
}

#aside{
    background-color: #647c90;
    height: 335px;
    padding-top: 10px;
    width: 290px;
    float: left;
    position: sticky;
    top: 20px;
    margin-top: 50px;
}

.aoption{
    height: 48px;
    padding-top: 15px;
    padding-left: 20px;
    background-color:  #adc6de;
    border-bottom: dotted 2px #647c90;
}

.aoption:hover{
    background-color: rgba(137, 137, 137, 0.6);
    border-right: solid 5px red;
    height: 50px;
    border-bottom: none;
}

.aoptionlink{
    display: block;
    height: 50px;
    margin-top: -15px;
    padding-top: 15px;
    margin-left: -20px;
    padding-left: 20px;
    text-decoration: none;
    color: black;
    font-size: 19px;
    font-weight: 900;
    font-family: 'Martel Sans', Sans-Serif;
}

.aoptionlink:hover{
    color: white;
}

#contentbox{
    background-color: #d3d8d9;
    height: 3750px;
}

.bigtitle{
    font-size: 24px;
    font-weight: 900;
}

.midtitle{
    font-size: 20px;
    font-weight: 700;
}

.section{
    padding-top: 100px;
    font-family: 'Martel Sans', Sans-Serif;
}

.dottedline{
    border-bottom: dotted 2px #647c90;
    padding-top: 30px;
}

.tableL{
    font-size: 20px;
    font-weight: 900;
    padding-top: 10px;
    width: 248px;
    height: 80px;
    border-right: dotted 2px gray;
    float: left;
    text-align: center;
}

.tableR{
    padding-top: 15px;
    width: 600px;
    height: 75px;
    padding-left: 50px;
    float: left;
    font-size: 18px;
}

.tableline{
    border-bottom: solid 2px gray;
    clear: both;
}

.galleryB{
    height: 164px;
    width: 292px;
    float: left;
    padding: 4px;
}

.galleryB:hover{
    transition-duration: 0.3s;
    transform: scale(1.055);
}

.galleryS{
    height: 108px;
    width: 192px;
    padding: 4px;
    float: left;
}

.galleryS:hover{
    transition-duration: 0.3s;
    transform: scale(1.075);
}

#contentmap{
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 0px;
    height: 550px;
}

#map{
    float: left;
    width: 700px;
    height: 500px;
    border: solid 5px #647c90;
    border-radius: 10px;
}

#localization{
    float: left;
    text-align: center;
    width: 450px;
}