body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  font-family: 'Arial', sans-serif;
  background-color: #f5faff;
}

.banner {
	display: grid;
	background-image: url('../images/UBC_20190301_8589_darkened1.png');
	background-repeat: no-repeat;
	background-size: 140%;
	height: 450px;
	width: 100%;
	background-position: center;
	justify-content: center;
	background-position-x: 0;
}

.banner img {
	align-self: center;
	max-width: 600px;
}

@media screen and (max-width: 800px) {
  .banner img{max-width: 100%;}
  .banner {background-size: cover; height: auto; padding-bottom: 10px;}
}

/* Login Header Styling ------- */

/* mobile header */

.mobile-header-container{
min-height:62px;
display: none;
}

nav-mobile{
	display: none;
	justify-content:space-around;
	align-items: center;
	background-color: white; 
	font-family: 'Poppins', sans-serif;
	position:fixed;
	width:100%;
	z-index:1000;
    border-bottom : 1px solid #4973b4;
    box-shadow: 0px 0.5px #4973b4;
	padding-top: 5px;
	padding-bottom: 5px;
	max-height: 62px;
}

nav-mobile img {
	width: auto;
	height: 50px;
}

.mobile-logo{
	line-height: 0;
}

.nav-btn {
	display: grid;
	border-radius: 5px;
	background-color: #4973b4;
	justify-content: center;
	grid-row-gap: 5px;
	padding: 13px;
}

.nav-btn:hover {
	cursor: pointer;
}

.nav-btn:hover line {
	background-color: #bcd3f5;
}

.nav-btn line {
	background-color: white;
	grid-column-start: 1;
	width:30px;
	height: 5px;
	border-radius: 2px;
}

.mobile_signin_button{
background-color: #4973b4;
border:none;
color: white;
text-decoration: none;    
cursor:pointer;
height: 50px;
border-radius: 4px;
font-size: 30px;
padding-right: 30px;
padding-left: 30px;
}

.nav-dropdown {
	display: grid;
	width: 100%;
	background-color: #f5faff;
	display: none;
	position: fixed;
	box-shadow: 0px 5px 5px grey;
}

.nav-dropdown a {
	display: grid;
	grid-column-start: 1;
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
    border-bottom : 1px solid #4973b4;
	color: #4973b4;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 5px;
}

.nav-dropdown a sub {
	grid-column-start: 1;
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	color: #4973b4;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 5px;
	padding-left: 30px;
}

/* ------------ */

/* Standard Header */

.header-container{
min-height:10vh;
}

nav{
	display:flex;
	justify-content:space-around;
	align-items: center;
	min-height: 10vh;
	background-color: white; 
	font-family: 'Poppins', sans-serif;
	position:fixed;
	width:100%;
	z-index:1000;
    border-bottom : 1px solid #4973b4;
    box-shadow: 0px 0.5px #4973b4;
}

.logo{
	line-height: 0;
}

.nav-links{
	display:flex;
	justify-content: space-around;
	width:40%;
}
.nav-links a{
	color: #4973b4; /* Blue color*/
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 15px;
}
.nav-links li{
	list-style:none;
}
.signin_button{
background-color: #4973b4;
border:none;
color: white;
text-decoration: none;    
cursor:pointer;
width:80px;
padding-top: 2px;
padding-bottom: 2px;
border-radius: 4px;

}

.about-dropdown {
  position: relative;
  display: inline-block;
}

.about-dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  z-index: 1;
  #box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  left: -50px;
  padding-top: 38px;
}

.about-dropdown-content a {
	color: #4973b4; /* Blue color*/
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 15px;
	padding: 12px 16px;
	display: block;
}

.about-dropdown-content a:hover {
	background-color: #f1f1f1;
	cursor: pointer;
}

.about-dropdown:hover .about-dropdown-content {
  display: block;
}

/* ------------------------- */

@media screen and (max-width: 800px) {
  nav-mobile{display: flex;}
  nav {display: none;}
  .mobile-header-container{display: block;}
  .header-container{display: none;}
}

/* ------------------*/

/* Footer */

.footer-bottom{
background-color: white;
height: 60px;
width:100%;
text-align:center;
position:absolute;
bottom:0px;
left:0px;
padding-top: 20px;
border-top : 1px solid #4973b4;
}

.footer-bottom p{
 color: #4973b4;
}

/* -------------------/

/* More button */
.more-btn {
  display: grid;
  position: relative;
  width: 65px;
  height: 65px;
  border: 6px solid #283053;
  border-radius: 50%;
  justify-content: center;
  grid-column-gap: 7px;
}
.more-btn div {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #283053;
  grid-row-start: 1;
  align-self: center;
}

.more-btn:hover div {
  border: 2px solid #7e94f2;
}

.more-btn:hover {
  border: 6px solid #7e94f2;
  cursor: pointer;
}

/* ---------------- */

.page {
	display: grid;
	justify-content: center;
}

/* Panel 1 */

.panel1 {
	background-color: #f5faff;
	display: grid;
	padding: 50px;
	grid-column-gap: 50px;
	grid-row-gap: 50px;
	justify-content: center;
}

.stats-panel {
	display: grid;
	background-color: #425784;
	padding: 20px;
	grid-row-start: 1;
	font-size: 24px;
	letter-spacing: 3px;
	color: #ebf0f2;
	justify-content: center;
}

.stats-panel large-stat {
  font-size: 70px;
  color: rgb(235, 240, 242);
  text-align: center;
  letter-spacing: 4px;
}

.stats-panel sub-stat {
  font-size: 30px;
  color: rgb(235, 240, 242);
  text-align: center;
  letter-spacing: 3px;
  line-height: 40px;
}

.stats-panel splitline {
	border-top: 2px solid rgb(235, 240, 242);
	margin-top: 20px;
	margin-bottom: 20px;
	width: 400px;
}

.map-panel {
	display: grid;
	background-color: #425784;
	grid-row-start: 1;
	font-size: 24px;
	letter-spacing: 3px;
	color: #ebf0f2;
}

.map-panel img {
	width: 100%;
}

.feed-panel {
	display: grid;
	background-color: #425784;
	padding: 5px 0px;
	grid-row-start: 1;
	font-size: 24px;
	letter-spacing: 3px;
	color: #ebf0f2;
	line-height: 50px;
}

.feed-panel feed-title {
	padding-left: 20px;
}

.feedentry-a {
	vertical-align: middle;
	line-height: 50px;
	min-height: 50px;
	display: grid;
	justify-content: left;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 20px;
}

.feedentry-b {
	background-color: #3d4e75;
	vertical-align: middle;
	line-height: 50px;
	min-height: 50px;
	display: grid;
	justify-content: left;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 20px;
}

.feedentry-a entryline{
	border-left: 2px solid rgb(235, 240, 242);
	display: block;
	height: 50px;
	grid-row-start: 1;
	margin-right: 10px;
}

.feedentry-b entryline{
	border-left: 2px solid rgb(235, 240, 242);
	display: block;
	height: 50px;
	grid-row-start: 1;
	margin-right: 10px;
}

.feedentry-a entrytext {
	grid-row-start: 1;
	display: block;
}

.feedentry-b entrytext {
	grid-row-start: 1;
	display: block;
}

@media screen and (max-width: 1200px) {
   .panel1 {justify-content: center};
  .stats-panel {grid-row-start: auto}
  .stats-panel splitline {width: 100%}
  .feed-panel {grid-row-start: auto}
  .map-panel {grid-row-start: auto}
}

/* -------------- */

/* Panel 2 */

.panel2 {
	padding-top: 60px;
	display: grid;
	justify-content: center;
	text-align: center;
	grid-column-gap: 250px;
	background-color: #f5faff;
	padding-bottom: 60px;
	padding-left: 50px;
	padding-right: 50px;
}

.panel2-container {
	display: grid;
	grid-row-start: 1;
}

.panel2-container largetext {
	font-size: 48px;
	letter-spacing: 3px;
	color: #283053;
	grid-row-start: 1;
	margin-bottom: 35px;
}

.panel2-container sub-text{
	grid-row-start: 2;
	font-size: 18px;
	letter-spacing: 1.4px;
	colour: #283053;
	margin-bottom: 50px;
}

.panel2-container moreicon {
	grid-row-start: 3;
	display: grid;
	justify-content: center;
}

.panel2-1 {
	padding-top: 60px;
	display: grid;
	justify-content: left;
	text-align: left;
	background-color: #f5faff;
	padding-bottom: 60px;
	padding-left: 80px;
	padding-right: 80px;
	border-top: 2px solid #283053;
}

.panel2-1 mainimg {
	grid-row-start: 1;
	grid-column-start: 1;
	grid-row-end: span 2;
	margin-right: 60px;
}

.panel2-1 rightimg {
	grid-row-start: 1;
	grid-column-start: 3;
	grid-row-end: span 2;
	margin-left: 30px;
}

.panel2-1 splitline {
	border-top: 2px solid rgb(235, 240, 242);
	margin-top: 20px;
	margin-bottom: 20px;
	width: 400px;
}

.panel2-1 subtitle {
	grid-row-start: 1;
	grid-column-start: 2;
	font-size: 48px;
	letter-spacing: 3px;
	color: #283053;
	margin-bottom: 35px;
	font-weight: 50;
}

.panel2-1 sub-text {
	grid-row-start: 2;
	grid-column-start: 2;
	font-size: 18px;
	letter-spacing: 1.4px;
	colour: #283053;
	height: 200px;
}

@media screen and (max-width: 1200px) {
  .panel2{grid-column-gap: 10%; justify-content: space-around;}
  .panel2-container sub-text{display: none}
  .panel2-container largetext{font-size: 30px}
  .panel2-1 mainimg{display: none;}
  .panel2-1 rightimg{display: none;}
}

/* -------------- */


/* Panel 3 */

.panel3 {
	display: grid;
	background-color: #ecf3ff;
	padding: 50px 150px;
	justify-content: center;
}

.panel3 subtitle {
	display: block;
	font-size: 34px;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #283053;
}

.panel3 textblock {
	display: inline-block;
	font-size: 18px;
	text-align: left;
	color: rgb(40, 48, 83);
	line-height: 26px;
	grid-row-start: 2;
	grid-column-start: 1;
	line-height: 30px;
	letter-spacing: 1.3px;
	grid-column-start: 1;
	grid-row-start: 2;
	margin-right: 60px;
}

.panel3 lefttitle {
	display: block;
	grid-column-start: 1;
	grid-row-start: 1;
	font-size: 36px;
	text-align: left;
	color: rgb(40, 48, 83);
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.panel3 halftextblock {
	display: inline-block;
	font-size: 29px;
	text-align: left;
	max-width: 450px;
	color: rgb(40, 48, 83);
	line-height: 60px;
	margin-bottom: 15px;
	grid-column-start: 3;
	grid-row-start: 1;
	grid-row-end: span 2;
}

.panel3 splitline {
	border-left: 2px solid #283053;
	display: block;
	grid-column-start: 2;
	grid-row-start: 1;
	grid-row-end: span 2;
	margin-left: 30px;
	margin-right: 30px;
}

@media screen and (max-width: 1200px) {
  .panel3 splitline {display: none;}
  .panel3 halftextblock {display: none;}
}

/* ---------------- */