.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
    .fixed-top li > a:focus, .fixed-top li > a:hover {
        color: rgba(77, 255, 177,1);
        cursor: default;
        text-decoration:none;
    }

.banner {
    margin-top: 10px;
}

.banner-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-menu-principal-container, .navbar-header {
    align-self: flex-start;
    margin: auto 60px;
}

ul {
    box-sizing: border-box;
}

.banner ul > li {
    padding: 20px;
}

li > a {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.mr-auto, .mx-auto {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: auto !important;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.project-bg {
    /*
    background-image: url(/Images/requirement/project-btn-bg.png);
    background-repeat: round;
    width: 100px;
    height: 30px;
        */
    border: 0;
    color: white;
    background-color: rgb(153,0,0);
    border-radius: 20px;
    font-size: 10px;
    padding-right: 30px;
    text-align: center;
    padding: 5px 30px;
}

.project2-bg {
    /*  background-image: url(/Images/requirement/button-bg2.png);
        background-repeat: round;
        width: 90px;
         height: 30px;
    */
    background-color: rgb(153,0,0);
    border-radius: 20px;
    border: 0;
    color: white;
    font-size: 12px;
    padding: 5px 30px;
}

.project3-bg {
    /*
    background-image: url(/Images/requirement/button-bg3.png);
    background-repeat: round;
    width: 90px;
         height: 30px;
        */
    border-radius: 20px;
    background-color: rgb(137,137,137);
    border: 0;
    color: white;
    font-size: 12px;
    padding: 5px 30px;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

 
.logo {
     
    z-index: 20;
    position: fixed;
    bottom: 60px;
    right: 200px;

   
}
    .logo img {
        width: 200px;
        height: 200px;
        animation: rotation 10s infinite linear;
    }
.caption {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
}
.fill-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}


.footer {
    background-color: rgba(77, 255, 177,1);
}
footer {
    background-color: rgba(77, 255, 177,1);   
   padding:0;
   margin:0;
}

footer ul {
        margin-top: 80px;
    }

        footer ul > li {
            padding: 5px;
        }

.footer-container {
    font-weight: bold;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    align-content: center
}

.contract {
    width:40%;
    margin:50px;
}

.media-x {
    width: 40%;
    margin: 50px;
}

.media-item{ width:40px; margin:0px; margin:5px; }