html {
  height: 100%;
  width: 100%;
}

body{
    margin:0;padding: 0;
    /*background: white;*/
    
    background: rgb(81,219,254);
    background: -moz-linear-gradient(315deg, rgba(81,219,254,1) 0%, rgba(144,71,255,1) 100%);
    background: -webkit-linear-gradient(315deg, rgba(81,219,254,1) 0%, rgba(144,71,255,1) 100%);
    background: linear-gradient(315deg, rgba(81,219,254,1) 0%, rgba(144,71,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51dbfe",endColorstr="#9047ff",GradientType=1);


}
.logo{
    margin-top: 50px;
    z-index:9999999;
    text-align: center;    
    position: relative;
}

.feat a{
    width:100% !important;
    height:100% !important;
    text-decoration: none;
    
}

.feat{
    text-align: center !important;
    float: left;
    width: 33.33%;
    height: 100%;
    display: block;
    min-height: 100%;
    font-family:"Pathway Gothic One", Helvetica, Arial, sans-serif;
    line-height:1.2;
    z-index:999999;
}

.feat a{
    margin-bottom: 10px;
    color: white;
    font-weight: bold;
}


.titlefeat{
    overflow: hidden;
}


.imgfeat {
  width: 100%;  /* Make the div span the entire width */
  overflow: hidden;  /* Crop any overflowing content */
  text-align: center; /* Center the content within the div */
}

.imgfeat img {
  display: block;  /* Make the image fill the width of the div */
  width: 100%;     /* Stretch the image to fill the div horizontally */
  height: auto;     /* Maintain the image's aspect ratio vertically */
  object-fit: cover; /* Resize to fill and crop if necessary */
}


.titlesas, .feat a{

    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    /*background: white;*/
    padding: 10px;
    box-shadow: none;
    transition : 1000ms;
    transform: translateY(0);
    flex-direction: row;
    align-items: center;
    cursor: pointer;

}

.titlesas:hover, .feat a:hover{
    /*transition : 1000ms;*/
    /*padding: 10px 50px;*/
    /*transform : translateY(-10px);*/
    /*background: linear-gradient(90deg, #3fc3fb 0%, #fe5cd0 74%);*/
    /*color: #264653;*/
    font-weight: bolder;
    background-image: linear-gradient(45deg, #d201ce, #fcb045);  /* Replace with your colors */
  background-clip: text;  /* Clip the background to the text shape */
  -webkit-background-clip: text;  /* For WebKit browsers (Chrome, Safari) */
  color: transparent;  
text-decoration: underline;
/*  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;*/

}


#features{
    position: fixed;
    bottom: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    text-align: center;
    z-index: 999999;
}

/* Clear floats after the columns */
#features:after {
  content: "";
  display: table;
  clear: both;
}

/*.feat:hover{*/
.selected {
    background: rgb(63,195,251);
    background: -moz-linear-gradient(180deg, rgba(63,195,251,0.9) 0%, rgba(254,92,208,0.9) 100%);
    background: -webkit-linear-gradient(180deg, rgba(63,195,251,0.9) 0%, rgba(254,92,208,0.9) 100%);
    background: linear-gradient(180deg, rgba(63,195,251,0.9) 0%, rgba(254,92,208,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3fc3fb",endColorstr="#fe5cd0",GradientType=1);
}
footer{
    bottom: 0;
    position: fixed;
    z-index:999999990;
    width: 100%;
    text-align: center;
    background: #161d5e;
    font-family: Roboto, sans-serif;
}
#copyright{
    color: white;
    text-align: center;
}

#cssmenu
{
    width:auto;
    display:block;
    text-align:center;
    font-family:"Pathway Gothic One", Helvetica, Arial, sans-serif;
    line-height:1.2;
}
#cssmenu ul
{
    margin-top: 20px;
    width:auto;
    display:block;
    font-size:0;
    text-align:center;
    color:#000000;
    /*background-color: rgba(255,255,255,0.5);*/
    border: transparent;
    padding:0;
    list-style:none;
    position:relative;
    z-index:999999990;
    border-radius: 3px;
} 

#cssmenu li
{
    display:inline-block;
    position:relative;    
    font-size:0; 
    margin:0;
    padding:0;
    background-color: rgba(255,255,255,0.5);
}

/*Top level items
---------------------------------------*/

#cssmenu >ul>li>span, #cssmenu >ul>li>a 
{   
    /*margin-top: 20px;*/
    font-size:22px;
    color:inherit;
    text-decoration:none;
    padding:20px 20px; 
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:2px;   
    display:block;   
    position:relative;
    transition:all 0.3s;
}
#cssmenu li:hover > span, #cssmenu li:hover > a
{  
    color:#FFFFFF;
    background-color:#77A6F7;
}

/*Sub level items
---------------------------------------*/
#cssmenu .dropdown
{
    text-align:left;
    left:0;
    font-family:inherit;
    color: #222222;
    background-color:#FFFFFF;
    border:none;
    position:absolute;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    display:none;
    opacity:0;
    cursor:default;
}

#cssmenu .dropdown li {
    display: block;  
}

#cssmenu .dropdown li > span, #cssmenu .dropdown li > a, #cssmenu .clm a, #cssmenu .clm h3 
{
    font-size:16px;
    font-weight:400;
    font-family:inherit;
    margin:0;
    padding:8px 20px; 
    display:block;
    color:inherit;
    text-decoration:none;
}
#cssmenu .clm h3 {
    font-size:20px;
    font-weight:700;
}
#cssmenu .sub-item {
    background-color:#FFFFFF;
    position:relative;       
    transition:all 0.3s;
}

#cssmenu .dropdown li:hover > span, #cssmenu .dropdown li:hover > a
{

    color:#000000;
    background-color:#EEEEEE;
}

#cssmenu .clm a:hover
{
    color:#000000;
    transition:color 0.2s;
}

#cssmenu .dropdown.right0 {left:auto;right:0;} 
#cssmenu .dropdown li > .dropdown.right0 {left:auto;right:100%;} 
       
#cssmenu li.full-width{
    position:static;
}
#cssmenu li.full-width .dropdown{
    width:100%;
    left:0;
    box-sizing:border-box;
}  

#cssmenu li:hover > .dropdown
{
    display:block;
    opacity:1;
    z-index:1;
}

#cssmenu .dropdown li > .dropdown
{
    left:100%; right:auto;
    top:0;
}

#cssmenu ul.dropdown
{
    min-width:240px; /* Sub level menu min width */
}

#cssmenu div.dropdown  {
    text-align:center;
}

/* each column */
#cssmenu .clm
{
    text-align:left;
    margin:20px;
    vertical-align:top;/*or middle*/
    width:auto;
    min-width:240px;
    display:inline-block;
    *display:inline;*zoom:1;
}

#cssmenu .clm a:hover
{
    color:#000000;
    text-decoration:underline;
}

/*-----------Arrows----------------*/
#cssmenu .arrow {
    color:inherit;
    border-style:solid; border-width:2px 2px 0 0; padding:5px; 
    transform:rotate(135deg);margin-top:-10px;margin-left:5px;
    position:relative;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align:middle;
    overflow:hidden;/*for IE6*/
}
        
#cssmenu .dropdown .arrow {
    transform:rotate(45deg);
    top:50%;margin-top:-7px;
    position:absolute;left:auto;right:20px;
} 



@keyframes topItemAnimation{
  from {opacity: 0;  transform:translate3d(-16%, 0, 0);}
  to {opacity: 1; transform:translate3d(0, 0, 0);}
}
#cssmenu li a {animation:none;}
#cssmenu.active li a { animation: topItemAnimation 0.5s ease 0.5s backwards;}
#cssmenu.active li:nth-of-type(1) a { animation: topItemAnimation 0.5s ease 0.08333333333333333s backwards;}
#cssmenu.active li:nth-of-type(2) a { animation: topItemAnimation 0.5s ease 0.16666666666666666s backwards;}
#cssmenu.active li:nth-of-type(3) a { animation: topItemAnimation 0.5s ease 0.25s backwards;}
#cssmenu.active li:nth-of-type(4) a { animation: topItemAnimation 0.5s ease 0.3333333333333333s backwards;}
#cssmenu.active li:nth-of-type(5) a { animation: topItemAnimation 0.5s ease 0.4166666666666667s backwards;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{ #cssmenu.active li a{animation:none!important;}}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .feat{
        padding-top: 65%;
    }
    .feat a{
        /*margin-bottom: 100px;*/
        margin-top:50px;
        font-size: 22px;
    }
    .titlesas{
        padding:0;
    }
    #cssmenu >ul>li>span, #cssmenu >ul>li>a{
        padding: 15px 30px;
        font-size: 20px;
    }
    footer{
        bottom: 0;text-align: center;
        position: fixed;
    }
    /*.imgfeat{
        overflow: hidden;
      }
    .imgfeat img{
        height: 350px;
    }*/
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .feat{
        padding-top: 40%;
    }
    #cssmenu >ul>li>span, #cssmenu >ul>li>a{
        padding: 20px 30px;
    }
    .imgfeat{
        overflow: hidden;
      }
      .titlesas{
        padding:0;
    }
    /*.imgfeat img{
        height: 300px;
    }*/
    .feat a{
        /*margin-bottom: 100px;*/
        margin-top:50px;
        font-size: 30px;
    }
    footer{
        bottom: 0;text-align: center;
        position: fixed;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .feat{
        padding-top: 40%;
        
    }
    .feat a{
        font-size: 30px;
    }
    #cssmenu >ul>li>span, #cssmenu >ul>li>a{
        padding: 20px 80px;
        font-size: 30px;
    }
    .imgfeat{
        overflow: hidden;
      }
    /*.imgfeat img{
        width: 80%;
    }*/
    footer{
        bottom: 0;text-align: center;
        position: fixed;
    }
    .logo img{
        width: 270px;
        margin-left:-5px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .feat{
        padding-top: 35%;
        
    }
    #cssmenu >ul{
        margin-top: 30px;
    }
    #cssmenu >ul>li>span, #cssmenu >ul>li>a{
        padding: 20px 20px;
        font-size: 22px;
    }
    .feat a{
        /*margin-bottom: 100px;*/
        margin-top:50px;
        font-size: 40px;
    }
    .imgfeat{
        overflow: hidden;
      }
    /*.imgfeat img{
        width: 80%;
    }*/
    footer{
        bottom: 0;text-align: center;
        position: fixed;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #cssmenu >ul>li>span, #cssmenu >ul>li>a{
        padding: 20px 30px;
        font-size: 30px;
    }

    .feat{
        padding-top: 18%;
      }
      .imgfeat{
        overflow: hidden;
      }
      /*.imgfeat img{
        height: 600px;
    } 
*/
}







