
html,body,#particles-js{ 
	width:100%;
	height:100%;
	margin:0;
	scroll-behavior: smooth;
}

body {
  background-image: url('../images/bg.jpg');
  background-color: #1d0d4c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-family: National-Medium', sans-serif;
}

#contact_nav1 {
display: initial;
}

.contact-section1 {
display: initial;
}

#contact_nav2 {
display: none;
}

.contact-section2 {
display: none;
}

a.email-link:link, a.email-link:visited {
  color: white;
  padding: 5px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 17px;
  border: none;
  outline: none;
  background-color: rgb(250, 130, 0);
  color: white;
  cursor: pointer;
  padding: 14px 16px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: rgb(250, 130, 0);
  color: white;
}


.topnav {
  position: fixed;
  float: left;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff00;
  text-align: right;
}

.topnav a {
  float: right;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Grotesk', sans-serif;
}

.topnav a:hover, .subnav:hover .subnavbtn {
  background-color: rgb(250, 130, 0);
  color: white;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* The subnavigation menu */
.subnav {
  float: right;
  overflow: hidden;
}

/* Subnav button */
.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-size: 14px;
  font-family: 'Grotesk', sans-serif;
  margin: 0;
}



/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1;
}

/* Style the subnav links */
.subnav-content a {
  float: right;
  color: white;
  text-decoration: none;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
}



#logo-img {
  width: 325px;
}
#logo-div {
  text-align: left;
  position: absolute;
  top: 33%;
  left: 5%;
}
#subtitle {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 5%;
  font-size: 20.5px;
  color: rgb(250, 130, 0);
}
.my-row {
  display: flex;
  margin:0 !important;
}
/* Create two equal columns that sits next to each other */
.my-column {
  flex: 50%;
  padding: 10px;
}
footer {
  position: sticky;
  font-size: small;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: #1d0d4c;
}
body > footer > p{
  padding: 0;
  margin: 4px;
}

.btn-group {
  position: absolute;
  top: 70%;
  left: 5%;
}

.btn-group button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 20.5px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  float: left; /* Float the buttons side by side */
  
  background-color: transparent; 
  color: white; 
  border: 1px solid rgb(250, 130, 0);
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: rgb(250, 130, 0);
  color: white;
}

/*-----------------------------------------------*/


/* Responsive layout - when the screen is less than 700px wide */
@media screen and (max-width: 700px) {
  body {
    background-image: url('../images/bg_mobile.jpg');
  }
  #logo-div {
    text-align: center;
    position: absolute;
    top: 20%;
  }
  #subtitle {
    color: bisque;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .button1 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
  }
    
  .my-row {
	display: inline;
	margin:0 !important;
  }
  
  #leadership-team {
	margin-left: 20px !important;
  }
  
  #contacts, #about, #mission, #vision, #our-journey {
	margin-left: 20px !important;
	margin-right: 20px !important;
  }
  
  .contact-section1 {
	display: none;
  }
  #contact_nav1 {
	display: none;
  }
  
  .contact-section2 {
	display: initial;
  }
   #contact_nav2 {
	display: initial;
  }
  
	a.social-li{
		margin-left: 30px !important;
	}
	
	.topnav a {
		font-size: 11px;
	}
	
	.subnav .subnavbtn {
		font-size: 11px;
	}
	
	/* Style the subnav links */
	.subnav-content a {
	  float: left;
	  left: 0;
	}
	
	.subnav-content {
		left: 0;
	}

}

@media screen and (max-width: 400px) {
		.subnav-content {
		left: 0;
		top: 10%
	}	
}

/* Responsive layout - when the screen is less than 420px tall */
@media screen and (max-height: 420px) {
	
  #subtitle {
    top: 55%;
    color: bisque;
  }
  
  .button1 {    
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
  }
}