@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:700');


/**NAVIGATION BAR**/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

nav{
  font-family: 'Poppins',sans-serif;
  position: fixed;
  background: #FFFFFA;
  width: 100%;
  padding: 10px 0;
  z-index: 12;  
} 
nav .menu{
  max-width: 1250px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.menu .logo {
  position: relative;
}
.logo-icon {
  position: absolute;
  top: 8px; /* adjust the value as needed */
  left: 5px; /* adjust the value as needed */
  width: 35px; /* adjust the value as needed */
  height: auto;
}
.menu .logo a {
  margin: 70px;
  text-decoration: none;
  color: black;
  font-size: 33px;
  font-weight: 600;
}
.menu ul{
  display: inline-flex;
}
.menu ul li{
  list-style: none;
  margin-left: 7px;
}
.menu ul li:first-child{
  margin-left: 0px;
}
.menu ul li a{
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.menu ul li a:hover{
  background: black;
  color: #FFFFFA;
}

.center{
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

/* Dropdown menu */
.menu li.dropdown ul.dropdown-menu {
  background-color: #FFFFFA;
  border: 1px solid #ddd;
  border-radius: 5px;
  
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  display: none;
  
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  
}
.menu li.dropdown ul.dropdown-menu li {
  padding: 10px;
}
.menu li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.menu li.dropdown:hover .dropdown-toggle {
  background-color: #f1f1f1;
  color: #000;
}

/**CONTENT**/

/**HEADER**/
.button {
	position: relative;
	  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 50px;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #922F41;;
}

.button1:hover {
  background-color: #922F41;;
  color: white;
}

body {
	font-family: 'Poppins',sans-serif;
}
html {
	scroll-behavior: smooth;
}
header {
	color: #fff;
	padding: 200px;
	text-align: center;
}

.header-text{
	font-size: 65px;
	font-weight: bolder;
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%, -50%);
  color: #305366;
}

.header-image{
max-width: 100%;
 height: auto;
}

p {
	margin-top: 20px;
	text-align: justify;
	padding: 10px;

}
	

/*ALIGNMENT*/
.row {
  display: flex;
  margin: 100px;
}

/* Create three equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 25px;
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  transition: transform .2s;
  width: 50%;
  padding: 50px;
  background-color: white;
  text-align: center;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.column:hover{
	  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}


.logo-breakdown{
	padding: 50px;
	background-color: white;
	width: 86%;
	height: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 100px;
	padding-bottom: 100px;
}

.logo-luzon{
	display: flex;
	position: relative;
	float: left;
}

#container {
	position: relative;
	width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}

h2 {

	font-size: 20px;
}

h1{
color: black;
font-size: 18px;
font-weight: normal;
}

h1:hover{
	color: white;
	background-color: #922F41;

}

.hover-text{
	padding:30px;
}


body {
	margin: 0;
	padding: 0;
}
.main {
	max-height: 550px;
	background-color: #292c2f;
	color: white;
	font-size: 38pt;
	text-align: center;
	line-height: 550px;
}
footer{
	position: relevant;
	bottom: 0;
}
.footer-distributed{
	background-color: #922F41;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
 
	padding: 55px 50px;
	margin-top: 80px;
}
 
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}
 
.footer-distributed .footer-left{
	width: 40%;
}
 
.footer-distributed h3{
	color:  #ffffff;
	font-family: poppins, sans-serif;
	margin: 0;
  font-size: 80px;
}
 .footer-distributed h4{
	color:  #ffffff;
	font-family: poppins, sans-serif;
	margin: 0;
  font-size: 40px;
}
 .footer-distributed li{
	color:  #ffffff;
	font-family: poppins, sans-serif;
	margin-left: -40px;
  font-size: 14px;
  list-style-type: none;
} 
 .footer-distributed li :hover{
  color: #ffc914;
} 
 .footer-distributed a{
	color:  #ffffff;
  font-weight:200px;
	font-family: poppins, sans-serif;
  font-size: 16px;
  text-decoration: none;
} 
.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}
 
.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}
 .footer-distributed .footer-links a:hover{
  color: #ffc914;
}
.footer-distributed .footer-company-name{
	color:  #ffffff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
 
 
.footer-distributed .footer-center{
	width: 35%;
	
}
 
.footer-distributed .footer-center p{
	line-height: 20px;
	color:  #ffffff;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	
}
 
.footer-distributed .footer-center p span{
	display: block;
	color:  #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
 
.footer-distributed .footer-center a{
	color:  #ffffff;
	text-decoration: none;
	margin-left: 40px;
	
}
 .footer-distributed .footer-center a:hover{
  color: #ffc914;
}
 .footer-distributed .footer-right a{
	color:  #ffffff;
	text-decoration: none;
	margin-left: 40px;
	
}
 .footer-distributed .footer-right a:hover{
  color: #ffc914;
}
.footer-distributed .footer-right{
	width: 20%;
}
 
.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
 
.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
  
@media (max-width: 880px) {
 
	.footer-distributed{
		font: bold 14px sans-serif;
	
	}
 
	.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;
	}
	.main {
		line-height: normal;
		font-size: auto;
	}
 

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }


