/* @font-face {
    font-family: Open Sans;
    src: url(./open-sans/OpenSans-Regular.ttf);
} */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800&display=swap');

/* Section Styling */

body {
	font-family: "Open Sans", sans-serif;
}

.header {
	background: rgba(0, 57, 166, 1);
	display: flex;
	flex-direction: row;
}

.footer {
	background: rgba(0, 57, 166, 1);
	display: flex;
	flex-direction: column;
}

.logo {
	height: 55px;
	display: flex;
	justify-content: left;
	align-items: center;
	background: white;
	padding: 1vw;
}

/* Navigation */

nav {
	display: flex;
	flex-direction: row;
	/*gap: 10vw; */
	height: 4vh;
}

.nav-footer {
	gap: 25vw;
	height: 200px;
}

/* Header Styles */

.pubs {
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	padding: 1vw;
	gap: 19px;
}

.menu {
	float: left;
}

.menu-item {
	font-family: var(--typography-b3-font-family);
	font-style: var(--typography-b3-font-style);
	font-weight: var(--typography-b3-font-weight);
	letter-spacing: var(--typography-b3-letter-spacing);
	line-height: var(--typography-b3-line-height);
	font-size: var(--typography-b3-font-size);
	color: white;
	text-decoration: none;
}

.accent {
	color: #fdc82f;
}

.members {
	background: rgba(0, 57, 166, 1);
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: center;
	padding: 0px;
	float: right;
}

.join-acs {
	font-family: var(--typography-b3-font-family);
	font-style: var(--typography-b3-font-style);
	font-weight: var(--typography-b3-font-weight);
	letter-spacing: var(--typography-b3-letter-spacing);
	line-height: var(--typography-b3-line-height);
	font-size: var(--typography-b3-font-size);
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 1vw;
	float: right;
}

/* Logo Image */

.logo-image {
	height: 57px;
	width: 150px;
}

.banner {
	height: 400px;
	position: relative;
	overflow: hidden;
}

/* Banner Image */

.banner-image {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}

/* Banner Styles */

.banner-transform {
	background: linear-gradient(81.61deg,
			rgba(0, 104, 255, 0.8) 6.09%,
			rgba(0, 57, 166, 0.8) 65.41%);
	height: 100%;
	width: 50vw;
	transform: skewX(30deg);
	position: absolute;
	overflow: hidden;
	z-index: -1;
}

.banner-text {
	display: flex;
	flex-direction: column;
	width: 37vW;
	gap: 16px;
	margin-top: 71px;
	margin-left: 111px;
	font-style: normal;
	font-weight: 300;
	font-size: 55px;
	line-height: 65px;
	color: white;
}

.banner-text h1 {
	font-family: var(--hero-hero-font-family);
	font-weight: var(--hero-hero-font-weight);
	font-size: var(--hero-hero-font-size);
	letter-spacing: var(--hero-hero-letter-spacing);
	line-height: var(--hero-hero-line-height);
	font-style: var(--hero-hero-font-style);
}

.banner-text h2 {
	font-family: var(--header-h4-regular-font-family);
	font-weight: var(--header-h4-regular-font-weight);
	font-size: var(--header-h4-regular-font-size);
	letter-spacing: var(--header-h4-regular-letter-spacing);
	line-height: var(--header-h4-regular-line-height);
	font-style: var(--header-h4-regular-font-style);
  }

.banner-text p {
	font-family: var(--paragraph-p3-regular-font-family);
	font-style: var(--paragraph-p3-regular-font-style);
	font-weight: var(--paragraph-p3-regular-font-weight);
	letter-spacing: var(--paragraph-p3-regular-letter-spacing);
	line-height: var(--paragraph-p3-regular-line-height);
	font-size: var(--paragraph-p3-regular-font-size);
}

.banner-text a {
	color: #fdc82f;
}

/* Content Styles */

.content {
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	background-color: #F2F6FC;
	height: 100%;
	padding: 55px 111px;
}

.content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.top-15 {
	margin-top: 15px;
}

/* Footer Styles */

.footer-links {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	vertical-align: top;
	padding: 20px;
	gap: 19px;
}

.menu-item {
	vertical-align: top;
}

.menu-item-strong {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: white;
	text-decoration: none;
	list-style-type: none;
}

.menu-item-strong > .icon{
	font-family: cursive;
    height: fit-content;
    margin-top: 8px;
    margin-left: 4px;
    height: -33px;
    vertical-align: middle;
    display: inline-flex;
}

.footer-copyright {
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: left;
	padding: 1vw;
	color: white;
	text-align: left;
	font-family: var(--typography-b3-font-family);
	font-style: var(--typography-b3-font-style);
	font-weight: var(--typography-b3-font-weight);
	letter-spacing: var(--typography-b3-letter-spacing);
	line-height: var(--typography-b3-line-height);
	font-size: 14px;
	width: 750px;
}

.meetings-hyperlink {
	color: #0068ff;
}

.top-button{
	display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.top-button .icon {
	font-family: cursive;
    font-weight: 600;
    height: fit-content;
    font-size: 16px;
    padding-top: 0px;
    height: 8px;
    line-height: 12px;
}

.dropdown-content {
	min-width: 148px;
}

.dropdown-content a {
	float: none;
	color: #fdc82f;
	padding: 5px 5px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-family: var(--paragraph-p3-regular-font-family);
	font-weight: var(--paragraph-p3-regular-font-weight);
	font-size: 13px;
	letter-spacing: var(--paragraph-p3-regular-letter-spacing);
	line-height: var(--paragraph-p3-regular-line-height);
	font-style: var(--paragraph-p3-regular-font-style);
  }

  .dropdown .dropbtn {
	border: none;
	outline: none;
	color: white;
	padding: 5px 5px;
	background-color: inherit;
	margin: 0;
	font-family: var(--paragraph-p3-semibold-font-family);
	font-weight: var(--paragraph-p3-semibold-font-weight);
	font-size: var(--paragraph-p3-semibold-font-size);
	letter-spacing: var(--paragraph-p3-semibold-letter-spacing);
	line-height: var(--paragraph-p3-semibold-line-height);
	font-style: var(--paragraph-p3-semibold-font-style);  
  }

  .description-and-logo {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: var(--spacing-5);
	position: relative;
	flex: 0 0 auto;
  }
  
  .footer-logo {
	position: relative;
	flex: 0 0 auto;
  }
  
  .abou-us {
	position: relative;
	width: fit-content;
	font-family: var(--paragraph-p3-regular-font-family);
	font-weight: var(--paragraph-p3-regular-font-weight);
	color: var(--textondarksecondary);
	font-size: var(--paragraph-p3-regular-font-size);
	text-align: right;
	letter-spacing: var(--paragraph-p3-regular-letter-spacing);
	line-height: var(--paragraph-p3-regular-line-height);
	font-style: var(--paragraph-p3-regular-font-style);
  }

  .copyright {
	display: flex;
	flex-direction: row;
	position: relative;
	flex: 0 0 auto;
  }

  .social-links {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: var(--spacing-4);
	position: relative;
	float: right;
	justify-content: right;
	padding: 1vw;
	width: 100%;
  }

  .icons-general {
	position: relative;
	width: 20px;
	height: 20px;
  }
  
  .icons-social {
	position: relative;
	width: 24px;
	height: 24px;
  }
  
  .union {
	position: relative;
	width: 19px;
	height: 19px;
  }

@media only screen and (max-width: 360px) {
	.header {
		display: none;
	}

	nav {
		gap: 15vw;
	}

	.banner {
		height: fit-content;
	}

	.banner-transform {
		display: none;
	}

	.banner-image {
		display: none;
	}

	.banner-text {
		margin-left: 15px;
		margin-top: 30px;
		color: #000;
		width: 90vw;
	}

	.content {
		padding: 20px 15px;
	}

	.nav-footer {
		height: fit-content;
		width: 100%;
		gap: 10px;
		flex-direction: column;
		padding: 10px 0px 10px 10px;
	}

	.footer-links {
		flex-direction: column;
		height: fit-content;
		gap: 10px;
		align-items: baseline;
	}

	.footer-copyright {
		justify-content: unset;
		gap: 10px;
		padding-left: 30px;
	}

	.menu-item-strong:nth-child(even) {
		display: none;
	}

	.abou-us {
		text-align: left;
		justify-content: left;
		align-items: flex-start;
	}

	.description-and-logo {
		align-items: flex-start;
	}
}

@media (min-width:361px) and (max-width: 600px) {
	.header {
		display: none;
	}

	nav {
		gap: 15vw;
	}

	.banner {
		height: 370px;
	}

	.banner-transform {
		display: none;
	}

	.banner-image {
		display: none;
	}

	.banner-text {
		margin-left: 15px;
		margin-top: 30px;
		color: #000;
		width: 90vw;
	}

	.content {
		padding: 20px 15px;
	}

	.nav-footer {
		height: fit-content;
		width: 100%;
		gap: 10px;
		flex-direction: column;
		padding: 10px 0px 10px 10px;
	}

	.footer-links {
		flex-direction: column;
		height: fit-content;
		gap: 10px;
		align-items: baseline;
	}

	.footer-copyright {
		justify-content: unset;
		gap: 10px;
		padding-left: 30px;
	}

	.menu-item-strong:nth-child(even) {
		display: none;
	}

	.abou-us {
		text-align: left;
	}

/*	.description-and-logo {
		align-items: flex-start;
	} */
}

@media (min-width: 601px) and (max-width: 819px) {
	.header {
		display: none;
	}

	nav {
		gap: 15vw;
	}

	.banner-transform {
		display: none;
	}

	.banner-image {
		display: none;
	}

	.banner {
		height: 370px;
	}

	.banner-text {
		margin-left: 15px;
		margin-top: 30px;
		color: #000;
		width: 90vw;
	}

	.content {
		padding: 20px 15px;
	}

	.nav-footer {
		/* flex-direction: column;
			gap: 20px; */
		height: fit-content;
		width: 100%;
		gap: 10px;
		flex-direction: column;
		padding: 10px 0px 10px 10px;
	}

	.footer-links {
		flex-direction: column;
		height: fit-content;
		gap: 10px;
		align-items: baseline;
	}

	.footer-copyright {
		justify-content: unset;
		gap: 10px;
		padding-left: 30px;
	}

	.menu-item-strong:nth-child(even) {
		display: none;
	}

	.abou-us {
		text-align: left;
	}
}

@media (min-width: 820px) and (max-width: 900px) {
	nav {
		gap: 15vw;
	}

	.banner {
		height: 370px;
	}

	.banner-transform {
		display: none;
	}

	.banner-image {
		display: none;
	}

	.banner-text {
		margin-left: 15px;
		margin-top: 30px;
		color: #000;
		width: 90vw;
	}

	.content {
		padding: 20px 15px;
	}

	.nav-footer {
		height: fit-content;
		width: 100%;
		gap: 10px;
		flex-direction: column;
		padding: 10px 0px 10px 10px;
	}

	.footer-links {
		flex-direction: column;
		height: fit-content;
		gap: 10px;
		align-items: baseline;
	}

	.footer-copyright {
		justify-content: unset;
		gap: 10px;
		padding-left: 30px;
	}

	.menu-item-strong:nth-child(even) {
		display: none;
	}

	.abou-us {
		text-align: left;
	}
}

@media (min-width: 901px) and (max-width: 1300px) {
	.banner {
		height: 283px;
	}

	.banner-text {
		width: 45vw;
		margin-top: 20px;
		margin-left: 75px;
	}

	.content {
		padding: 55px 80px;
	}

	.nav-footer {
		width: 100%;
		/*height: 30px; */
		gap: 17vw;
	}

	.footer-links {
		gap: 10px;
	}

	.footer-copyright {
		gap: 10px;
	}
}
