:root {
  --PriCol: #31A3DD;
    height: 100%
}

body{
    background-color: white;
    height: 100rvh;
}
body > div{
    position: relative;
    xdisplay: block;
    color: red;
}
#MainContent{
    height: 80%;
}

#TopCont div {
    display: inline-block;
    width: 45%;
    color: white;
}
#TopArea{
    background-color: var(--PriCol);
    width: 100%;
    height: 150px;
    position: absolute;
    top:0;
    left:0;
}
.gridViewSquares {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
    padding: 20px;
}

.gridItem {
    background-color: #f4f9ff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.gridItemHeader {
    color: black;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.gridItemBody {
    color: darkgrey;
    font-size: 1em;
}


/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: grey;
  color: white;
}
    #MiniMenu {
        display: none;    
    }



/* Smaller Screens */
/* Smaller Screens */
/* Smaller Screens */
/* Smaller Screens */
@media screen and (max-width: 480px) {
    #MiniMenu {
        display: block;
    }
    #FullMenu{
        display: none;
    }
#TopArea{
    background-color: #31A3DD;
    width: 100%;
    height: 140px;
    position: absolute;
    top:0;
    left:0;
}
#TopCont, #TopCont img{
    font-size: .7em;
    width: 100%;
} 
    
 #MainMenu li{
    list-style-type: none;
    padding: 10px 5px;
}   

#BottomFooter{
    position: absolute;
    bottom:0;
    text-align: center;
    width: 100%;
}

}
/* Smaller Screens */
/* Smaller Screens */
/* Smaller Screens */
/* Smaller Screens */


#MainMenu {
    padding:25px 0px;
}

#MainMenu li{
    list-style-type: none;
    display: inline;
    padding: 10px 5px;
}

#MainMenu a:link{    
    font-family: 'Arimo', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px;
    color: black;
} 
#MainMenu a:hover, .current{
    background-color: var(--PriCol);
    color: white;
}

.sShow img{
    position: relative;
    width: 100%;
}
.sShow{
    width: 100%;
    left:0;
    height: 100%;
}

#BottomFooter{
    position: absolute;
    bottom:0;
    text-align: center;
    width: 100%;
}

@font-face {
    font-family: Fondo;
    src: url(Fondamento.TTF);
}
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: local('Arimo Regular'), local('Arimo-Regular'), url(Arimo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
.logo {
    font-family: Fondo !important;
}