/* for index.html :D */
.welcometext {font-weight:bold; font-size:18px; line-height:20px; color:#41ccfa; margin-bottom:8px; }

#fir {
  cursor:url("/img/rippedfrombrowser/edited/DFLTN-hover.png"),default !important;
}

 
    #frontpagemax {
      width: fit-content; height: 456px;
      max-width:608px; max-height:456px;
      margin:auto;
    }
    .optionfront {
      display:inline-block;
      background-color:inherit;
      padding:5px;
      width:150px; height:120px; max-width:150px; max-height:120px;
      overflow:hidden;
    }

    .optionfront a {text-decoration:none; width:150px; height:120px; max-width:150px; max-height:120px; }
    #ficoo {
      max-width:73px;max-height:73px;
      margin:auto;
      margin-bottom:3px;
    }
    #ficootxt {
    outline:none !important;
    text-decoration:none; 
    text-align:center;
    font-weight:normal;
    color:#222426;
    font-size:18px;
    }

    #firstoption, #secondoption, #thirdoption, #fourthoption {display:inline-block;}
#spacer{display:inline-block; height:1px; width:1px; margin-right:150px;}
#fourthoption {margin-left:3px;}
/* resposiveness */


   /* PC */
      @media only screen and (min-width: 744px) {

#frontpagemax {
    display:block; margin-top:80px;
    transform:scale(1.3);
}

#spacer{display:inline-block; height:1px; width:1px; margin-right:150px;}


       }
     /* PC */
     
     /* mobile */
       @media only screen and (max-width: 743px) {

        #frontpagemax {
    transform:scale(1);
}

       }

       @media only screen and (max-width: 463px) {

        #frontpagemax {
    transform:scale(1);
}
#homebr1 {
display:none !important;
}
#spaceemout1 {
display:none !important;
}
#spaceemout2 {
display:none !important;
}

#firstoption, #secondoption, #thirdoption, #fourthoption {
margin:auto !important;
}

       }
     
     /* mobile */
 
