@charset "utf-8";
/* CSS Document */

html { height: 100%;}

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
a {
	color: #005daa; text-decoration: none;
}
a:hover {
	color: #2c3a6f;
}

#main-content {
	background-color: #fff; 
	margin: 0;
	display: flex;
	word-wrap:break-word;
}

h1 {font-size: 26px; font-family: Verdana, Verdana, Geneva, sans-serif;}

#content {
	flex-direction: column;
  	flex-basis: 100%;
 	flex: 3;
}

#uw-madison-bar {
	background-color: #9B0000;
    color: #fff;
    padding: 10px;
	font-size: .9em; 
}
#uw-madison-bar a,
#uw-madison-bar a:hover {
	color: #fff;
	text-decoration: none;
}

#left-bar {
	background-color: #282728;
	color: white;
	font-size: 14px;
	flex-direction: column;
  	flex-basis: 100%;
 	flex: 1;
	min-height: calc(100vh - 44px);
}

#topics-head {
	font-size: 20px;
	text-align: right;
	padding-top: 20px;
	padding-right: 45px;
	color: white;
}

.institute-list, .institute-list a  {
	margin-top: 30px;
	color: white;
	padding-right: 10px;
	list-style: none;
	text-align: right;
	text-decoration: none;
	font-size: 1.1em;
}

.institute-list li {
	padding-bottom: 10px;
}

.explore-extension, .explore-extension a {
	font-size: 22px;
	color: white;
	text-align: right;
	margin-bottom: 14px;
}
#main {
	padding-left: 30px;
	z-index: 2;
	padding-right: 30px;
	max-width: 1000px;
	
}

.site-title {
	padding-top: 50px;
	margin-bottom: 50px;
}

#logo {
	background-image: url(../images/extension.png);
	background-origin: content-box;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: right;
	max-width: 100%;
	height: 125px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.footer {
	margin-top: 240px;
	margin-bottom: 0;
}

#footerLinks {
	margin-left: 0;
	padding-left: 0;
	margin-right: 10px;
	color: black;
	line-height: 1.9em;
}

#footerLinks li{
	padding-right: 10px;
	display: inline;
	color: #535353;
	font-size: .9em;
}

.footer .institute-list {
	display: none;
}

@media only screen and (max-width:900px) {
	#main-content {
		flex-direction: column;
	}
	#logo {
        height: 120px;
        width: 350px;
	}
	#left-bar {
		min-height: auto;
		background-color: #5b0000;
	}
	hr {
		display: none;
	}
	.footer {
		margin-top: 70px;
        margin-left: -30px;
        margin-right: -30px;
		padding-top: 30px;
		background-color: #f3f4f7;
        border-top: 1px solid #e6e7e9;
	}
	.institute-list {
		text-align: center;
		font-size: 16px;
		padding: 0;
		display: none;
	}
	.footer .institute-list {
		display: block;
		color: black;
	}
	.footer .explore-extension::before {
        content: "";
        border-bottom: 4px solid #c5050c;
        width: 50px;
        display: block;
        padding-bottom: 5px;
        margin-bottom: 10px;
        margin: 0 auto;
        margin-bottom: 10px;
	}
	.footer .explore-extension a,
	.footer .institute-list a {
		padding-left: 10px;
		padding-bottom: 13px;
		color: #2f2f2f;
	}
	.footer .explore-extension li {
		padding-bottom: 0;
	}
	#footerLinks {
		text-align: center;
		padding-left: 30px;
		padding-bottom: 30px;
		margin-bottom: 0;
	}
	#footerLinks li {
		display: block!important;
	}
	#footerlinks .copyright {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:380px) {
	#logo {
        width: 90%;
	}
}