#info { 
    bottom:0%;
    width:100%; 
    background-color: #393838; 
    opacity: 1;
    }

.container
{
    margin:0;
    padding:0;
}

footer {
    background-color: #555;
    color: #bbb;
  

}
h2{
    margin: 0;
    padding: 0rem;
    font-weight: normal;
    font-family: Comic Sans MS;
    font-size: 0.5rem;
}
footer a {
    text-decoration: none;
    color: #eee;
    line-height: 1.0;
}

.ft-title {
    color: red;
    font-family: ’Merriweather’, serif;
    font-weight: bold;
    font-size: 0.8rem;
   
}

.text_foot{
    padding: 0.1rem;
}


.ft-main {
   
    display: flex;
    flex-wrap: wrap;
    background-color: black;
            justify-content: space-around;


}
.ft-main-item {
        font-size: 0.5em;
}




.copy{
    font-size: 0.5em;
    
}

.ft-legal {
    background-color: #333;


}
.ft-legal-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #05505c;
    white-space: nowrap;


}



.cont {
    width: 18em;
    height: 8em;
    margin-top :0;
    margin: 1em auto;
    overflow: hidden;
    background: white;
    position: relative;
    box-sizing: border-box;
}

.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

/* Make it move! */
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}

/* Make it look pretty */
.microsoft .marquee {
    margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
    font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.microsoft:before, .microsoft::before,
.microsoft:after,  .microsoft::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%; height: 2em;
    background-image: linear-gradient(180deg, #FFF, rgba(255,255,255,0));
}

.microsoft:after, .microsoft::after {
    bottom: 0;
    transform: rotate(180deg);
}

.microsoft:before, .microsoft::before {
    top: 0;
}


ul {
  list-style:circle;
  margin:0;
  padding:0;
  position: relative;
}
.ul li {
  padding:10px ;
}
.ul li a {
  color:darkred;
  text-decoration:none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


.columnsContainer
{ position: relative; margin: .5em; }

.leftColumn, .rightColumn {  border: 1px solid  #ccc; padding: 1.25em;  }

.leftColumn { margin-bottom: .5em;  border-width: 0em;}

/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .leftColumn { margin-right: 19.5em;  height:31.5em; top: 0; right: 0; }

  .rightColumn { position: absolute; top: 0; right: 0; width: 18.75em; height:22em; }   
}




@media only screen and (min-width: 600px /*1240px*/ ) {
    .ft-main {
        justify-content: space-evenly;
    }
    #info { 
    height: 6.95rem; 
    position: fixed; 
    bottom:0%;
    width:100%; 
    background-color: #05505c; 
    opacity: 1;
    }

.ft-title {
    color: #fff;
    font-family: ’Merriweather’, serif;
    font-size: 1.3rem;
   
    }

    .ft-main-item {
        font-size: 1.0em;
    }

    .text_foot{
        font-size: 1rem;
    }

    .ft-legal-list {
        font-weight: bold;
        
    }

    .copy{
        font-size: 1rem;

    }

}
