/* NAVIGATION */

*{
    margin: 0;
    padding: 0;
    font-family: Barlow;
}


#homenav{
  display: flex;
  position: fixed;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  width: 100%;
  background-color: #0D3249;
  z-index: 999;
  color: #ffffff;
}

.logo img{
  /* max-height: 120px;  */
  width:260px;
  height: 120px;
  display: flex;
  align-items: center;
  /* margin-left: 20px;*/
  margin-top: 38px; 
  white-space: nowrap;
  color: #ffffff;
  border-radius: 0 0px 70px 0;
}

nav #navbar{
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 40px;
}

nav #navbar li {
  list-style: none;
  padding: 0 20px;
}

nav #navbar li a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 13px;
  color: #ffffff;
  position: relative;
  transition: color 0.3s ease;
}

nav #navbar li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0.5px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}


nav #navbar li a:hover:before {
  visibility: visible;
  width: 100%;
}


.login a {
  border: 1px solid #ffffff;
  text-decoration: none;
}

.login a:hover {
  background-color: #0B77C4;
}


.toggle-btn {
  display: none;
  margin-right: 20px;
  justify-content: flex-end;
}

#menu-btn-toggle {
  font-size: 20px;
  color: #ffffff
}

#menu-btn-toggle:hover {
  cursor: pointer;
}



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

  #homemnav{
      height: 10px;
      width: 100%;
  }

  nav #navbar{
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    position: fixed;
    top: 80px;
    left: -100%;
    padding-bottom: 80px;
    transition: all .5s;
background-color: #0D3249;
  color: #ffffff;
  font-size: 13px;
}

.toggle-btn {
    display: flex;
    width: 75%;
}

header h1 {
    font-size: 50px;
}

header p {
    width: 90%;
}

.logo img{
  width:200px;
  height: 100px;
  margin-top: 5px;
}
}





/* FOOTER */

/* .footer-distributed{
	background: #0D3249;  
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px;
	padding: 40px 50px 30px 60px;
	margin-top: 0;
} */

.footer-distributed {
  background: #0D3249;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px;
  padding: 40px 50px 30px 60px;
  margin-top: 0;
  position: relative; /* Added */
  bottom: 0; /* Added */
}



.footer-left img{
    width: 300px;
    height: auto;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
}


/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 18px 25px 12px 25px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #fff;
	font-size: 14px;
	font-weight: normal;
	margin-left: 0;
	padding: 3 0px;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 30%;
}

.footer-distributed .footer-center i{
	/* background-color:  #fff; */
	color: #ffffff;
	font-size: 25px;
	/* width: 38px;
	height: 38px; */
	/* border-radius: 50%; */
	text-align: center;
	line-height: 42px;
    padding-top: 10px;
	vertical-align: middle;
	/* margin: 20px 15px 20px 25px; */
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-left: 70px;
	
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #fff;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed a:hover{
  opacity: 0.7;
}

.contact:hover{
  opacity: 0.7;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */


.footer-distributed .footer-right {
    /* flex: 1; */
	  width: 30%;
    /* font-size: 28px; */
    background-color: #0D3249; 
}

.footer-right nav #footer_list {
    list-style: none;
    padding: 0;
    background-color: #0D3249; 
}

.footer-right nav #footer_list li {
    margin: 22px 0 0 160px;
    background-color: #0D3249; 
}

.footer-right nav #footer_list li a {
    color: white;
    text-decoration: none;
    font-size: 22px;
}

.footer-right nav #footer_list li a:hover {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1px;
    /* background-color: #490d0d; */
}


/* @media (max-width: 768px) {

	.footer-distributed{
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

} */

@media (max-width: 768px) {
  .footer-distributed {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100vh; 
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
      display: block;
      width: 100%;
      margin-bottom: 40px;
      text-align: center;
  }

  .footer-distributed .footer-center i {
     margin: auto;
     padding: 0;
  }

  .footer-distributed .footer-right #footer_list{
      margin: 0;
      padding: 0;
      width: 100%;
      visibility: hidden;
  }

  .footer-right nav #footer_list li {
    margin: 0;
    padding: 0;
    height: 100%;
    visibility: hidden;
  }
}
