html, body, .main-container{
	font-family: 'Archivo Black';
	height: 100%;
	overflow-x: hidden;
}

h1{
	font-weight: bold;
	font-size: x-large;
	margin: 5px 0 2% 0;
	color: #005bbb;
}
h2{
	font-weight: bold;
	font-size: large;
	margin: 5px 0 5px 0;
	color: #005bbb;
}

p{
	display: block;
	margin: 2% 0 2% 0;
}

.callout{
	font-weight: bold;
	color: #005bbb;
}
	
.bars, .dates{
	display: none;
}
#content-container .left-bar li[name=back]{
    display: none;
}
.close-dates{
	display: none;
}

#header{
	height:auto;
	color: black;
}
#header:after{
	content : "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(images/niagara-falls2.gif); 
    width: 100%;
    height: 100%;
    opacity : 0.3;
    z-index: -2;
	background-size: cover;
	overflow: hidden;
}
#header #header-title-container{
	padding: 10px 5%;
}
#header #header-title-container .header-title{
	margin-top: 1%;
	font-size: 60px;
}
#header #header-title-container .header-title img{
	width:200px;
	vertical-align: middle;
	margin-right: 5px;
}
#header #header-title-container .header-title .ieee-logo{
	width:100px;
	height: 100px;
	background-size: url(images/ieee-logo.png)
}
#header #header-quick-links{
	padding-left: 5%;
}
#content-container{
	min-height:70%;
}
#content-container .left-bar{
	width: 100%;
	padding: 0;
	background: #005bbb;
	font-weight: normal;
	padding-top: 0px;
	
}
#content-container .left-bar ul{
	margin: 0;
	padding: 0;
}
#content-container .left-bar li{
	width: 100%;
	padding: 12%;
	color: white;
	
}
#content-container .left-bar li:hover{
	background: whitesmoke;
	color: #005bbb;
	
}
#content-container .left-bar a i{
	margin-right:10px;
}
#center-content{
	background: whitesmoke;
}

.main-content{
	padding: 5%;
	line-height: 20px;
	font-size: medium
}
.main-content #images{

} 
.main-content #images .about-image{
	width: 150px;
	height: 150px;
	margin-right: 1%;
	border-radius: 50%;
}
.main-content .text{
	font-family: 'nunito';
	padding-bottom:1%;
	line-height:1.6;
	font-size: 20px;
}

.hd-link{
	text-decoration:none;
}

.hd-link:hover{
	text-decoration: underline;
}
.main-content .list-text{
	margin-top:1.5rem;
}

#right-bar{
	
}
#right-bar #top{
	height: 80px;
	width: 100%;
}
#right-bar #top #title{
	padding: 30px 0 20px 10px;
	font-size: medium;
	color: #da3c28;
}
#right-bar #content{
	font-size: small;
	border-left: 1px solid #ccc;
}
#right-bar #content ul{
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
}
#right-bar #content ul li{
	padding: 5% 0 5% 0;
}
#right-bar #content a{
	color: red;
	font-size: small;
	text-decoration: underline;;
}
#right-bar #content ul li .date{
	padding-top: 5px;
	color: #da3c28;
}
#right-bar #content ul li .title{
	font-size: medium;
}

#footer{
	background: #005bbb;
	width: 100%;
	min-height: 200px;
	color: white;
	padding: 2%;
}
#footer #link-section{
	padding-bottom: 15px;
	border-bottom: 1px solid whitesmoke;
}
#footer #link-section .title{
	font-size: large;
	text-align: left;
	text-transform: uppercase;
}
#footer #link-section ul{
	font-size: small;
	text-align: left;
}
#footer #link-section ul li{
	padding-top: 10px;
}

#footer #bottom-section{
	margin-top: 30px;
	font-size: x-small;
}
#footer #bottom-section i{
	padding-right: 20px;
}
#footer #bottom-section ul li{
	padding-top: 20px;
	text-align: center;
}


.slide-back{
	display: none;
}

.round{
	border-radius: 50px;
	min-width: 100px;
}


button{
	background: #005bbb;
	border: 1px solid #005bbb;
	padding: 1% 2% 1% 2%;
	color: white;
	text-transform: uppercase;
	font-size: medium;
	min-width: 150px;
	margin-right: 1%;
	min-height: 45px;
}

button:hover{
	cursor: pointer;
	background: whitesmoke;
	color:#005bbb;
	border: 1px solid #005bbb;
}

a{
	color: inherit;
	text-decoration: none;
	font-size: inherit;
}

#header .news-ticker{
	padding-left: 5%;
	margin-top:1.5%;
	font-size: 22px;
}

.navbar {
	background-color:#005bbb;
	color:white;
	padding:10;
	flex: content;
	display:flex;
}

.nav{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: calc(100% - 4.15rem);
    padding-left: 3.8rem;
    justify-content: space-between;
}

.navbar a{
  	font-size: 16px;
  	color: white;
  	text-align: center;
  	padding: 14px 30px;
  	text-decoration: none;
	background-color: #005bbb;
}
.dropdown{
	width: 100%;
    justify-content: space-between;
	float: left;
  	overflow: hidden;
}

.dropdown .drop{
	font-size: 16px; 
	font-weight: bold;
  	border: none;
  	outline: none;
  	color: white;
  	padding: 14px 16px;
  	background-color: inherit;
  	font-family: inherit;
  	margin: 0;
}

.navbar a:hover, .dropdown:hover .drop{
	background-color: #005bbb;
}

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

.dropdown button{
	align-content: center;
}

.dropcontent a {
	float: none;
	color: black;
	padding: 16px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.dropcontent a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropcontent {
	display: block;
  }

.map{

}

.important-dates table{
	width: 100%;
}

.important-dates td{
	border: 1px solid #dddddd;
  	text-align: left;
  	padding: 8px;
}

.nowrap{
    white-space: nowrap;
  }

@media screen and (max-width: 600px){
	#page-title{
		margin-top: 15px;
	}
	#header #header-title-container .header-title{
		font-size: x-large;
	}
	#header #header-title-container .header-title img{
		width:120px;
		vertical-align: middle;
		margin-right: 5px;
	}
    #header #header-title-container{
    	text-align: center;
    	padding: 30px 5%;
    }

	#header:after{
		background-position: right -250px top -510px;
	}

    #header #header-quick-links{
    	justify-content: center;
    }

    #header .news-ticker{
    	justify-content: center;
    	margin: 20px 0 20px 0;
    }
   /* #content-container .left-bar{
    	display: none;
    }*/
    .navbar{
    	display: none;
    	position: fixed;
    	top: 0;
    	left: 0;
    	transition: width 0.3s ease;
    	height: 100%;
    }

    #content-container .left-bar{
    	height: 100%;
    	overflow-y: scroll;
    }

    #content-container .left-bar-container ul{
    	padding-bottom: 100px;
    	height: 100%;
    	overflow-y: scroll;
    }
    #content-container .left-bar li{
    	width: 76%;
    	padding-top: 5px;
    	padding-bottom: 35px;
    }

    #content-container .left-bar li[name=back]{
    	padding-top: 20px;
    	padding-bottom: 5px;
    	display: block;

    }
    #right-bar{
		display: none;
		position: fixed;
    	top: 0;
    	right: 0;
    	box-shadow: 2px 2px 2px 2px #282828;
	}
	#footer #link-section .footer-items{
		padding-top: 20px;
		margin-right: 20px;
		min-width: 150px;
		margin-left: 15px;
	}
	#footer #link-section .title{
		color: #6698FF;
	}
	button{
		min-width: 100px;
		min-height: 50px;
	}
	.bars{
		position: fixed;
		top: 30px;
		left: 20px;
		color:#005bbb;
		display: block;
	}
	.dates{
		position: fixed;
		top: 30px;
		right: 25px;
		color:#005bbb;
		display: block;
	}
	#left-bar-container:target{
		/*transition: width 0.3s ease;*/
		display: block;
		width: 80%;

	}
	#right-bar:target{
		display: block;
		width: 80%;
	}
	.slide-back{
		display: inline-block;
		float: right;
	}
	.close-dates{
		display: block;
		color: #da3c28;
	}

	.logos{
		display: none;
	}

	#header .news-ticker{
		font-size: 15px;
	}


}