body {
    margin: 0;
    font-family: Arial;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: #ccc;
    background-image: url("../img/bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

a:link,
a:visited {
    color: #ccc;
    text-decoration: none;
}

a:active,
a:hover {
    color: #ccc;
    text-decoration: underline;
}

main {

    background-color: transparent
}

main,
header,
footer {
    background-color: transparent;
    display: block;
    padding: 0;
}

header {
    display: block;
    text-align: center;
    height: auto;
    padding: 40px 0;
}


footer {
    display: block;
    text-align: center;
    height: auto;
    padding: 20px 0;
}


.content {
    max-width: 1440px;
    margin: 0 auto;
    min-height: 0;
    background-color: transparent;
  
}

.logo {
    max-width: 320px;
    margin: 0 auto;
    height: 60px;
    background-image: url("../img/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

span.da {
    width: 180px;
    display: inline-block;
    height: 20px;
    background-image: url("../img/da.png");
    background-position: center center;
    background-repeat: no-repeat;
}

span.wa {
    width: 210px;
    display: inline-block;
    height: 20px;
    background-image: url("../img/wa.png");
    background-position: center center;
    background-repeat: no-repeat;
}


span.wa a,
span.da a {
    display: block;
    width: 100%;
    height: 100%;
}


.footer table {
    margin: 0 auto;
}

.footer table td {
    padding:3px;
    display:block;
}


@media screen and (min-width: 1024px) {

    main {
        flex: 1;
        background-color: transparent
    }
    
    p {
        display: inline-block;
        margin: 0;
    }
    main,
    header,
    footer {
        background-color: transparent;
        display: block;
        padding: 0 140px;
    }
    header,
    footer {
        display: block;
        text-align: center;
        height: auto;
        padding: 50px 0;
    }
    .content {
        min-height: calc(100vh - 300px);
        background-color: transparent;
    }
   
    .footer table td {
        display:table-cell;
        padding: 3px 5px;
    }

    td.wa-span {
        border-right:1px solid #ccc;
    }


    .legal a:after {
        content:'|';
        padding-left:10px;
        color:#ccc;
    }
}



.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }