h1 {
    color:#681817;
    font-weight: bold;
    padding-bottom: 20px;
}

h2 {
    color:#681817;
    text-transform: none;
    font-size: 20px;
    padding-bottom:30px;
}

#s4m a:link, #s4m a:visited {
    color:#005a6f;
    text-decoration: none;
}

h3 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 40px;
    padding: 10px 0px 0px 0px;
    letter-spacing: 10px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    margin: 0;
}


h5 {
    padding-left:0%;
    font-size: 1.4em;
    text-transform: uppercase;
}

h6 {
    padding-left:0%;
    font-size:0.83em;
}


#global {
    background-color: #faf9f7;
    position:absolute;
    width:100%;
    height: 100%;
    overflow: hidden;
}

#container {
    background-color: white;
    height: 100%;
    width: 100%;
    position:absolute;
    right: 65px;
    top: 50%;
    transform: translate(0%, -50%);  
    z-index: 1;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 3% 5% 3% 5%;
}




.title {
    padding: 5% 0% 0% 0%;
    height: 24%;
    position: relative;
}

.title h4 {
    color: transparent;
    -webkit-text-stroke: 2px #21234B;
    text-stroke: 2px #21234B;
    opacity: 0.3;
    padding: 0%;
    margin: 0% 0% 0% -2%;
    font-size: 80px;
    font-weight: 900;
    letter-spacing: 17px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -54%);
    font-family: Oswald;
}



#illu-container-1 {
    width:100%;
    height:75vh;
    position:relative;
    left:50%;
    transform: translate(-50%, 0px);

}

.illu {
    position:absolute;
    border: white;
    border-style: solid;
    border-width: 10px;
}

.illu img {
    width: 100%;
    height:100%;
    object-fit: cover;
    cursor: nesw-resize;
    /*cursor: pointer;*/
    
    
}

/*
cursor: url('images/illus/cursor.png'), auto;
*/

.illu:hover {
    
}

#illu1A {
  width: 50%;
  height: 100%;
}

#illu1B {
  width: 50%;
  height: 50%;
    top:0%;
    right:0%;
        
}

#illu1C {
  width: 50%;
  height: 50%;
    top:50%;
    right:0%;
}


#illu-container-2 {
    width:100%;
    height:110vh;
    position:relative;
    left:50%;
    transform: translate(-50%, 0px);

}

#illu2A {
    width: 45%;
    height: 60%;
}

#illu2B {
    width: 55%;
    height: 60%;
    right:0%;
}

#illu2C {
    width: 55%;
    height: 40%;
    bottom: 0%;
    
}

#illu2D {
    width: 45%;
    height: 40%;
    bottom: 0%;
    right: 0%;
}

/*---------  Expand image ---------*/

#expandContainer {
    background-color: rgba(0,0,0,0.8);
    height:0%;
    width:100%;
    position:absolute;
    z-index: 150; 
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s, height 0s;
}




#close {
    position: relative;
    top: 20px;
    transform: translate(0px, 0%);
    cursor: pointer;
    float: right;
    margin-right: 70px;
    position: absolute;
    right: 0%;
    height: 30px;
    width: 70px;
    background-image: url(images/illus/close.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    
}

#imageExpand {
    position: absolute;
    max-height: 95%;
    max-width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}





