body {
    margin: 0;
    padding: 0;
    font-family: calibri;
}

.logo {
    color: black;
    display: inline-lock;
}

.container {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    /* position: fixed; */
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    overflow: auto;
    z-index: 3;
}

.container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.container li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    color: black;
    font-weight: 600;
}

.container li a:hover,
.container .menu-btn:hover {
    background-color: #f4f4f4;
}

.container .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

/* menu */

.container .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.container .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.container .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

/* .img-fluid {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

} */

.container .menu-icon .navicon:before,
.container .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}


.img-fluid {
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container .menu-icon .navicon:before {
    top: 5px;
}

.container .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.container .menu-btn {
    display: none;
}

.container .menu-btn:checked~.menu {
    max-height: 240px;
}

.container .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.container .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.container .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.container .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.container .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
    .container li {
        float: left;
    }

    .container li a {
        padding: 22px 14px;
    }

    .container .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .container .menu-icon {
        display: none;
    }
}

img {
    margin-bottom: 10%;
}


.footer-dark {
    padding:50px 0;
    color:#ffffff;
    background-color:#202020;
  }
  
  .footer-dark h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
  }
  
  .footer-dark ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
  }
  
  .footer-dark ul a {
    color:#ffffff;
    text-decoration:none;
    opacity:0.6;
  }
  
  .footer-dark ul a:hover {
    opacity:0.8;
  }
  
  @media (max-width:767px) {
    .footer-dark .item:not(.social) {
      text-align:center;
      padding-bottom:20px;
    }
  }
  
  .footer-dark .item.text {
    margin-bottom:36px;
  }
  
  @media (max-width:767px) {
    .footer-dark .item.text {
      margin-bottom:0;
    }
  }
  
  .footer-dark .item.text p {
    opacity:0.6;
    margin-bottom:0;
  }
  
  .footer-dark .item.social {
    text-align:center;
  }
  
  @media (max-width:991px) {
    .footer-dark .item.social {
      text-align:center;
      margin-top:20px;
    }
  }
  
  .footer-dark .item.social > a {
    font-size:20px;
    width:36px;
    height:36px;
    line-height:36px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(255, 255, 255, 0.4);
    margin:0 8px;
    color:#ffffff;
    opacity:0.90;
  }
  
  .footer-dark .item.social > a:hover {
    opacity:0.5;
  }
  
  .footer-dark .copyright {
    text-align:center;
    padding-top:24px;
    opacity:0.3;
    font-size:13px;
    margin-bottom:0;
  }

  .container2{
    background-color: #000000;
    padding: 30px;
  }