@charset "UTF-8";

body{
    background-image: url(../Images/BKG%20site_R.jpg);
    background-repeat: no-repeat;
    backface-visibility: visible;
    background-size: cover;
    background-attachment: fixed;
}
.w3-container.w3-card-4 {
    width: 86%;
    margin-top: 3%;
    margin-left: 7%;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    list-style-type: none;
    margin-bottom: 1%;
}
h2   {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    text-align: left;
    color: #1209E4;
}
p {
    float: left;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
video {
    float: right;
}
.w3-container.w3-right {
    margin-bottom: 1%;
    margin-right: 7%;
}
footer {
    height: 4%;
    clear: none;
    list-style-type: none;
    float: none;
    color: #D2D3F1;
    text-align: center;
    width: 100%;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    font-size: small;
}
h5 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 1em;
    font-weight: 300;
    color: #090F9D;
}

    

@media (max-width: 750px){
}
