*{
    margin: 0;
    padding: 0;
}

.Navbar {
  display: flex;
  padding: 10px;
  background-color: #ffeb3ba8;
}

.Navbar .logo {
  width: 20%;
}

.Navbar .logo img {
  width: 178px;
  height: 59px;
  margin-left: 50px;
}

.menu {
  width: 80%;
  display: flex;
  align-items: center;
}
.menu li {
  list-style: none;
}

.menu li a {
  text-decoration: none;
  padding: 35px;
  color: black;
}

.background{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)),url("../img/hero-delinquency-monitoring.jpg");
    background-position: contain;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    /* animation: change 5s infinite ease-in-out; */
    animation: change 5s infinite ease-in-out;
    animation-direction: alternate-reverse;
    animation-fill-mode: forwards;
    animation-play-state: running;
}

.MainSection{
    padding: 50px 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.Para{
  color: #fff;
  width: 100%;
  height: 75vh;
  font-size: 21px;
}
.contain {
  position: relative;
    top: 56%;
}

.Para .contain h1{
    position: relative;
    left: 32px;
   top: 40PX;
    font-size: 80px;
    font-family: 'Poppins', sans-serif;
}
.Para .contain P{
    position: relative;
    margin: 32px;
    font-family: 'Poppins', sans-serif;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Create two columns/boxes that floats next to each other */
.Second_nav nav {
  float: left;
    width: 30%;
    height: 528px;
    padding: 20px;
    background-color: #006B77;
}

/* Style the list inside the menu */
.Second_nav nav ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.Second_nav nav ul a{
  margin: 0;
    padding: 0px 0px;
    text-align: center;
    line-height: 7;
    text-decoration: none;
    color: #fff;
    transition: 0.4s linear;

}
.Second_nav nav ul a:hover{
  color: darkorange;
}
.Second_nav {
  display: flex;
  margin: 50px;
}

article {
  float: left;
  padding: 20px;
  width: 70%;
  height: 300px; /* only for demonstration, should be removed */
}
article h1{
  font-size: 36px;
    color: #006B77;
    font-weight: 400;
    margin-bottom: 16px;
}
article p{
  font-size: 15px;
    line-height: 28px;
    color: #596672;
}

article img {
  width: 552px;
  margin-left: 114px;
  margin-top: 15px;
 }


/* Clear floats after the columns */
section::after {
  content: "";
  display: table;
  clear: both;
}

.footer_Portion_1{
  position: relative;
}

.footer_Portion_1 .raw1{
  display: flex;
  margin: 87px;
  
}
.footer_Portion_1 .raw1 .column_1{
  width: 33%;
  color: gray;
  line-height: 1.5;
}
.footer_Portion_1 .raw1 .column_1 h2{
  color: black;
  text-align: center;
}

.footer_Portion_1 .raw1 .column_2{
  width: 33%;
  text-align: center;
}
.footer_Portion_1 .raw1 .column_2 ul li{
  list-style: none;
  line-height: 2;
}
.footer_Portion_1 .raw1 .column_3{
  width: 33%;
}


#footer_link a{
 text-decoration: none;
 color: gray;
}

/* Style the footer */
footer {
  background-color: #777;
  padding: 10px;
  text-align: center;
  color: white;
  
}

@media (max-width: 600px) {
  nav, article {
    width: 100%;
    height: auto;
  }
}
