@charset "UTF-8";
/* CSS Document */

body
{
 background-image: url("../images/flag-background.png");
 background-attachment: fixed;
	margin: 0px;
}

role
{
	font-size: 90%;
}

.item
{
	color: white;
	text-align: right;
	padding: 5px;
}

.item:nth-child(4)
{
		/* flag image */
	
	width: 100%;
}

.item2
{
	color: white;
	text-align: right;
	padding: 5px;
	transition: all .2s ease-in-out;
}

.item2:hover
{
	transform: scale(1.2);
}

.item3
{
	color: white;
	padding: 5px;
	text-align: right;
}

.item3:nth-child(2)
{
width: 700px;
}

.item4
{
	color: white;
	padding: 5px;
	text-align: center;
	width: 1010px;
}

.item5
{
	color: black;
	text-align: right;
	padding: 5px;
	width: 400px;
}

.parent
{
	height: auto;
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
}

.officerbio
{
	background-color: white;
	color: black;
	width: auto;
	text-align: left;
	padding: 10px;
}

.officerinfo
{
	width: 169px;
	background-color: white;
	color: black;
}

.headerimage
{
	padding: 5px;
	background: url("../images/New/4.jpg");
	height: 160px;
	line-height:160px;
}

.headerimage img
{
	 vertical-align: middle;
}


.photoslider
{
	width: 1000px;
	margin-bottom: 10px;
}

.photoslider img
{
	width: 100%;
}

.footer
{
width: 100%;
background-color: white;
margin-top: 13px;
bottom:0;
left:0;
}



.facebooktitle {
	width: 250px;
	height: auto;
	padding: 10px;	
	font-size: 16px;
	background-color: #2B728E;
}

.facebook {
width: 250px;
height: 450px;
font-size: 16px;
padding: 10px;
color: black;
background: url("../images/star background.png") white no-repeat left bottom;
}

.upcomingeventstitle
{
	width: 300px;
	height: auto;
	padding: 10px;	
	font-size: 16px;
	background-color: #2B728E;
}

.upcomingevents
{
width: 300px;
height: 450px;
font-size: 16px;
padding: 10px;
color: black;
background: url("../images/star background.png") white no-repeat left bottom;
}

.constructiontitle
{
	width: auto;
	height: auto;
	padding: 10px;	
	font-size: 16px;
	background-color: #2B728E;
}

.construction
{
width: auto;
height: auto;
font-size: 16px;
padding: 10px;
color: black;
background: url("../images/star background.png") white no-repeat left bottom;
}

.construction2
{
width: auto;
height: auto;
font-size: 16px;
padding: 10px;
color: black;
background: url("../images/star background.png") white no-repeat left bottom;
}

.construction2 p
{
	text-align: left;
}

.construction img
{
width: 600px;
height: auto;
margin: 5px;
}

.construction p
{
width: 600px;
margin-top: -2px;
}



.TBAtitle
{
	width: 300px;
	height: auto;
	padding: 10px;	
	font-size: 16px;
	background-color: #2B728E;
}

.TBA
{
width: 300px;
height: 450px;
font-size: 16px;
padding: 10px;
color: black;
background: url("../images/star background.png") white no-repeat left bottom;
}

.navbar {
	margin: 10px;
    overflow: hidden;
    background-color: red;
    font-family: Arial;
	width: 1000px;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    cursor: pointer;
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: darkred;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #2B728E;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: darkblue;
}

.show {
    display: block;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: red;
    overflow: hidden;
	margin-bottom: 10px;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: center;
    display: inline;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: darkred;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

@media screen and (max-width: 1040px) {
.item4
	{
	width: 100%;
	}
}

@media screen and (max-width: 1070px) {
.photoslider
{
	width: 95%;
}
	
	.parent
	{
		width: 95%;
	}
}

@media screen and (max-width: 1057px) {
.navbar {
	width: 100%;
	margin-left: 0px;
}
}


@media screen and (max-width: 942px) {
	
.item3:nth-child(2)
	{
		width: auto;
	}
}

@media screen and (max-width: 768px) {
 .item:nth-child(4) img
	{
		width: 100%;
	}
	
}

@media screen and (max-width: 666px) {
	.construction img
{
	width: 100%;
	height: auto;
}
	.construction p
	{
		width: 100%;
	}
}

@media screen and (max-width: 484px) {
	.headerimage img
{
	width: 100%;
}
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}