<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------*/
/* IMPUT FORM */
#submitbutton{
    color: #FFFFFF;
    background-color: #444444;
    border: 0px;
    padding: 12px 30px;
    font-size: 14pt;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    border-radius: 0px;
    cursor: pointer;
}
#submitbutton:hover{
    color: #FFFFFF;
    background-color: #777777;
    font-size: 14pt;
    transition-duration: 0.5s;
}
.inputForm{
    color: #000000;
    font-size: 15px;
    border: 1px solid #D8CEBE;
    padding: 16px 16px;
    background: #FFFFFF;
    width: 100%;
    opacity: 0.8;
}
input[type="text"]:focus {
    border-color: #000000;
    padding: 16px 16px;
    background: #FFFFFF;
    outline: none;
    opacity: 1.0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
input[type=text] {
    padding: 16px 16px;
    box-sizing: border-box;
}

::-webkit-input-placeholder { /* Chrome */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: black;
  opacity: 1;
}




/* SPECIAL UNDERLINE */
u.white{
    border-bottom: 1px dotted #FFFFFF;
    text-decoration: none;
}
u{    
    border-bottom: 1px dotted #3799EF;
    text-decoration: none;
}

#MainBar{
    position:fixed;
    z-index: 9999;
    top:0;
    left:0;
    width:100%;
    height:80px;
    background-color:#151515;
}
a.menu_button{
    border: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    text-decoration: none;
    font-size: 14pt;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background-color: rgba(0,0,0,0.6);
    color: #FFFFFF;
    height: 50px;
    
            
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 11px;
    padding-bottom: 11px;
    
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius:5px; /* Safari, Chrome */
    -khtml-border-radius:5px; /* KHTML */
    border-radius:5px; /* CSS3 */
}
.a_black{
    font-weight: 500;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px dotted #000000;
}
a.menu_button:hover{
    border: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    text-decoration: none;
    font-size: 14pt;
    background-color: rgba(0,0,0,0.4);
    color: #FFFFFF;
    
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 11px;
    padding-bottom: 11px;

    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
a.menu_button_white{
    border: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    text-decoration: none;
    font-size: 11pt;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background-color: rgba(0,0,0,0.0);
    color: #FFFFFF;
    
            
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 11px;
    padding-bottom: 11px;
    
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.4s;
    
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius:5px; /* Safari, Chrome */
    -khtml-border-radius:5px; /* KHTML */
    border-radius:5px; /* CSS3 */
}
a.menu_button_white:hover{
    border: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    text-decoration: none;
    font-size: 11pt;
    background-color: rgba(0,0,0,0.4);
    color: #FFFFFF;
                    
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 11px;
    padding-bottom: 11px;

    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
.title-main{
    margin: 0px 0px 10px 0px;
    font-size: 38px; 
    font-weight: 300; 
    text-align: center; 
    letter-spacing: -1px;
    color: #808080;
}
.title1{
    margin: 0px 0px 10px 0px;
    font-size: 26px; 
    font-weight: 300; 
    text-align: center; 
    letter-spacing: 0px;
    color: #FF6600;
}
.title2{
    margin: 0px 0px 10px 0px;
    font-size: 26px; 
    font-weight: 500;
    letter-spacing: 0px;
    color: #333333;
}
.text1{
    text-align: justify;
    font-size: 20px;
    font-weight: 300;
    color: #333333;
}
</pre></body></html>