* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins";
	
}

body {
	background-color: #eee;
}



 /* header section */

 .banner-image {
	background-image: url('images/logo2.png');
	background-size: cover;
  }

#nameLine{
  width: 40vw;
  text-align: center;
  top: 18vh;
  left: 5%;
  border-color: whitesmoke;
  position:absolute;
}

.header{
  position: relative;
  text-align: center;
  background-color: red;
  margin-top: -40px;
}





.mb-n1 {
	margin-bottom: -1rem !important;
  }

.mt-n1 {
	margin-top: -1rem !important;
}

.mbAll-n1 {
	margin-bottom: -1rem !important;
	margin-top: -1rem !important;
}

.img-responsive{
	width: 100%;	
}
	

.peopleText{
	font-size: 100%;
}

.middle{
	align-items: center;
	text-align: center;
}


.social-menu{
	margin-top: 3vh;
	margin-left: -.75vw;
	margin-bottom: 7vh;
}

.social-menu ul {
    position: absolute;
    padding: 0;
    margin: 0;
    display: flex;
}
.social-menu ul li {
    list-style: none;
    margin: 0 10px;
}
.social-menu ul li .fa {
    color: #000000;
    font-size: 25px;
    line-height: 50px;
    transition: .5s;
}
.social-menu ul li .fa:hover {
    color: #ffffff;
}
.social-menu ul li a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 00%;
	
    background-color: #cccccc;
    text-align: center;
    transition: 0.5s;
    transform: translate(0,0px);
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li a:hover {
    transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.social-menu ul li:nth-child(1) a:hover {
    background-color: #3b5999;
}
.social-menu ul li:nth-child(2) a:hover {
    background-color: #55acee;
}
.social-menu ul li:nth-child(3) a:hover {
    background-color: #e4405f;
}
.social-menu ul li:nth-child(4) a:hover {
    background-color: #cd201f;
}
.social-menu ul li:nth-child(5) a:hover {
    background-color: #0077B5;
}

nav.scrolled {
	/* Define the background color and box shadow when scrolled */
	background-color: #525354; /* You can use any color you like */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

.nonHome{
	background-color: #525354; /* You can use any color you like */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

nav{
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

nav li a{
  font-size: 10% !important;
}

.my{
	margin-top: 100px;
}

.my h4{
	color: #9c9cff
}


#brand{
	font-size:xx-large;
	font-size: 200%;
	font-family: monospace;
	font-weight: bold;
	word-spacing: -5px;
	
	
}
@media (max-width: 900px) {
	#brand{
		font-size: 150%;
	}
	.my{
		margin-top: 80px;
	}
  .my h4{
    margin-top: 10px;
  }
  }

.headerLinks{
	font-size: 100px;
}

#head1:hover {
	color: black !important;
  }

#head1{
  font-size:large !important;
}

.card-body a{
	font-weight: bold;
	font-family: "Poppins";
	text-decoration: none !important;
}

h2,h1,h4{
	font-family: "Poppins";
}

h1{
  margin-bottom: -10px !important;
}

h5{
	color: #702963;
}

.peopleText{
	color: #6d6d6d;
}

.pubs h2{
	color: black;
}

#myBtnContainer{
  
  text-align: center;
}

















.filterDiv {
  /* float: left;
  background-color: #2196F3;
  color: #ffffff;
  width: 100px;
  line-height: 100px;
  text-align: center;
  margin: 2px; */
  display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background to the active button */
.btn.active {
  background-color: #666;
  color: white;
}

.card-body{
  border-bottom: .5px solid rgb(174, 174, 174);
}



