body {
    /*margin-top:150px;*/
    font-family: Arial, Helvetica, sans-serif
}  

input ,select , datalist ,label , p ,span ,table {
  	font-size :  0.8rem;
  	line-height: 0.9rem;
}


.card {
   
  	word-break: break-word;
    border-radius:5px;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
    padding:10px;
    margin: 10px;   
    
}

.cardsmall {

  word-break: break-word;
  border-radius: 5px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  padding: 5px;
  margin: 10px;
}

.cardsmall:hover {
  border: 2px solid blue;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2);
  
}

.card-hover:hover {
    border: 1px solid navy;
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2);

}

.cardsmall a:visited {
  color: #C00;
}
.container-fluid {
    width:1330px;
    border-radius:10px;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.2);
    padding:10px;
  	margin: 10px 10px 10px 10px; 
}

cardsize{	
    width:1330px;
}
.titletxt {
    color: rgb(0, 63, 114);
    font-size: 1.6em;
    text-shadow: 4px 4px 8px #808080 ;
}
.menutxt { font-size : 0.95em;
}

.headtxt { 
    color : rgb(0, 113, 182); 
    font-size: 1.3em;
    text-shadow: 4px 4px 8px #808080 ;
}

 .text-alegra {
    color: rgb(0, 113, 182);
 }   
 
.btn-menu {
    border-radius: 25px;
    box-shadow: 2px 1px 3px 3px rgba(0, 0, 0.2, 0.2);
}

.respfont1{
  font-size:1.25vw;
}
.respfont2{
  font-size:2vw;
}
.respfont3{
  font-size:2.5vw;
}
.fs-8{
    font-size: 0.8em;;
}

.bg-teal {
    background-color: #008080;
}

.bg-yellow {
    background-color: #ffff00;
}

.bg-grey {
    background-color: #d3d3d3;
}

.bg-peach {
    background-color: #fdf5e6;
}

.bg-steel {
    background-color: #4682b4;
}

.bg-green {
    background-color: #8fbc8f;
}

.bg-lemon {
    background-color: #fffacd;
}

.bg-purple {
    background-color: #311b92;
}
.bg-tealblue {
    background-color: #367588 ;
}

.bg-grad {
    /*background: #8bcce8;*/
    background: linear-gradient(183deg, rgba(139, 204, 232, 1) 10%, rgba(84, 247, 247, 1) 24%, rgb(146, 224, 136) 88%);
}
.shadow {
    box-shadow: 2px 8px 8px 20px rgba(51, 49, 49, 0.849);
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1000px) {
    .column {
        width: 100%;
        display: block;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 480px) {
    .column {
        width: 100%;
        display: block;

    }
    .titletxt {
        color: rgb(0, 63, 114);
        font-size: 0.9em;
        text-shadow: 4px 4px 8px #808080;
        }

    .headtxt { 
        color : rgb(0, 113, 182); 
        font-size: 1.0em;
        text-shadow: 4px 4px 8px #808080 ;
        }

    .logo {
        width: 22%;
    }
}

@media screen and (max-width: 650px) {
    .column {
        width: 100%;
        display: block;
    }

    .titletxt {
        color: rgb(0, 63, 114);
        font-size: 1.2em;
        text-shadow: 4px 4px 8px #808080;
    }

    .headtxt { 
        color : rgb(0, 113, 182); 
        font-size: 1.0em;
        text-shadow: 4px 4px 8px #808080 ;
        }
    .logo {
        width:25%;
    }
}


