/* 
    Created on : 27 juin 2025, 13:10:19
    Author     : mawuli
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    font-size: 13px;
    color: #2d353c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
    min-height: 100%;
    background-color: #F1F0F0;
    
}
body p {
   font-weight: 600; 
}
h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;  
    font-size: 64px;  
    letter-spacing: 10px; 
    color: #F1F0F0;
    
}

h1 > span {
    display: block;      
    font-size: 18px;     
    font-weight: 600;    
    color: #FFFFFF;         
    margin-top: 8px;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.7); 
}

h1 > span::after {
    content: "";
    display: block;           
    height: 2px;
    background-color: rgba(0,0,0,0.2); 
    margin: 8px auto 0;  
    border-radius: 2px;
}


.landing-body .landing-wrapper #introduction {
    /*background-image: url("/jakarta.faces.resource/templates/atlantis/assets/images/introduction.png.xhtml?ln=eformation");*/
    background-image: url("/jakarta.faces.resource/templates/atlantis/assets/images/sosup_bg.jpeg.xhtml?ln=eformation");
    height: 400px;
    background-size: cover;      
    background-position: center;  
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    margin-top : 10px;   
    padding-top: 100px;
    border-top: 10px solid #E1E1E1;
    border-top: none;
}

.landing-body .landing-wrapper #header > div {
    height: 55px;
    overflow-y: visible;
}


.landing-body .landing-wrapper #header{
    padding-top: 0;
    background-color: #FFFFFF;
    height: 55px;
    border: none;
    border-bottom: 1px solid #E6E5E5;
}

.landing-body .landing-wrapper #header > div img {
    width: 120px;
}

.landing-body .landing-wrapper #header > div ul li a {
    font-size: 14px;
    /*font-weight: 600;*/
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    color: #54594c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.landing-body .landing-wrapper #header > div ul a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #212619;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.landing-body .landing-wrapper #header > div ul li a:hover {
    color: #212619;
}

.landing-body .landing-wrapper #header > div ul a:hover::after {
    width: 100%;
}

.landing-body .landing-wrapper #features {
    background: none;
}

.landing-body .landing-wrapper #features > div {
    /*background-color: #F7F7F7;*/
}

.landing-body .landing-wrapper #features h2.feature-title {
    text-align: right;
    border-bottom: 1px solid #467525;
    padding-bottom: 10px;
    color: #467525;
    /*margin-bottom: 30px;*/
}

#introduction .ui-button {
    background: #FFFFFF;
    color: #467525;
    /*border: 1px solid #467525;*/
    border: none;
    margin: 0;
    outline: 0 none;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.6); 
    box-shadow: 0 2px 4px rgba(0,0,0,0.10);
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

#introduction .ui-button:hover {
    background: #FFFFFF;
    color: #467525;
    background-color: #FFFFFF; 
}

body .ui-button {
    background: #467525;  
    border: 1px solid #467525;
}
body .ui-button:hover {
    background: #689747; 
    border: 1px solid #689747;
}

body .ui-inputfield:hover {
    border: 1px solid #467525;
    
}
.content-align-right {
    text-align: right
}

.feature-instruction {
    padding: 10px;
}
.feature-instruction p {
    font-size: 13px;
    font-weight: 600;
}
.introduction-content{
    width: 960px;
    margin: 0 auto;
}
.welcome {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

/* Footer */

