body{

	--theme-dark: #1f2938;
	--theme-darker: #0e1929;
	--theme-dark-tone2: #293444;
	--theme-accent: #02c0f7;
	--theme-light-grey: #f2f2f2;
	--theme-grey: #aeaeae;
	--theme-darktone: #173c74;
	background: var(--theme-dark);
}

html {
  font-family: "Noto Sans", serif;
  font-size: 1rem;
  line-height: 1.4rem;
  background: var(--theme-dark);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	
}

h1, h2, h3{
	
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 1.2rem; 
    line-height: 1.6rem;
  color: #ffffff;
}

li, a, p, p1, tr, td{
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: regular;
  font-style: normal;
  font-size: 1rem; 
  line-height: 1.4rem;
  text-decoration: none;
  color: #ffffff;
}
p1, p2{
  display: block;
  margin: 10px 0px;
}

p2 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: regular;
  font-style: normal;
  font-size: 0.7rem; 
  line-height: 1.1rem;
  text-decoration: none;
  color: #ffffff !important;
}

a:hover{
  color: var(--theme-accent) !important;
  -webkit-transition:color 200ms ease-in-out;
  -moz-transition:color 200ms ease-in-out;
  
}

table, table a{
	font-family: "Noto Sans", serif;
	border: none;
	border-collapse: collapse;
	width: 100%;
	color: var(--theme-dark);
}
table a, table a:hover {
	font-weight: 600;
	color: var(--theme-dark);
	text-decoration: underline;
	
}
tr, td {
	padding: 12px 12px;
	color: var(--theme-dark) !important;
}

#nav-item-home {
	color: var(--theme-accent);
}
.table-subhead{
	text-align: left !important;
	font-weight: 800 !important;
	background: var(--theme-grey) !important;
	width: 100% !important;
	padding: 12px 12px !important;
}


.schedule h1, .zoom h1 {
	color: #ffffff !important;
}


.schedule h2, .zoom h2 {
	color: #ffffff !important;
	margin: 0 !important;
	
}
.schedule h3, .zoom h3 {
	color: var(--theme-darker) !important;
	margin: 0 !important;
	
}

.schedule p, .zoom p {
	color: var(--theme-darker) !important;
	padding: 18px 0px !important;
	margin: 0 !important;

}

.schedule p1, .zoom p1 {
	color: #ffffff !important;
	
}
.table-col-1{
	width: 60% !important;
	text-align: left !important;
	padding: 0px 0px 0px 12px !important;
}


.schedule-header-1{
	width: 60% !important;
	text-align: left !important;
	padding: 0px 0px 0px 12px !important;
}

.schedule-header-1 h2 {
	padding-left: 0px !important;
}
.table-col-2{
	width: 30% !important;
	text-align: right !important;
	padding: 0px 12px 0px 0px !important;
}

.schedule-header-2{
	width: 30% !important;
	text-align: right !important;
	padding: 0px 12px 0px 0px !important;
}

.table-title{
	background-color: #2b3748 !important;
	padding: 18px 12px !important;
}

#schedule-table tr{
	background-color: var(--theme-light-grey) !important;
	border-bottom: 1pt solid #bebebe;
}


.navigation-container {
	display: block;
}
.navigation-bar {
	position: fixed;
	display: block;
	width: 100%;
	padding: 0px;
    top: 10px;
	z-index: 99;
	text-align: center;
	margin: auto auto;
}


.nav-item {
	display: inline-block;
	position: relative;
	padding: 20px 45px;

}

.nav-box {
	background: var(--theme-dark);
	width: 100%;
	height: 65px;
	position: fixed;
	top:0;
	z-index: 98;
	opacity: 0;
}

.mob-nav-container{
	
	display: none;
}

.mob-nav-list{
	
	position: fixed;
	width: 100%;
	top: 0;
	margin: 80px auto;
	z-index: 99;
	text-align: center;
	display: none;
}

.mob-nav-list li{
	padding: 20px 0px;
	margin:0px;
	list-style: none;
}

.mob-nav {
	position: fixed;
	top: 40px;
	right: 30px;
	z-index: 99;
	width: 40px;
	height: 40px;
	background-image: url("https://ipmootcanada.netfirms.com/ipmootcanada.ca/assets/images/toggle-icon.png");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
	cursor: pointer;
}


.mob-nav-box {
	position: fixed;
	top: 30px;
	right: 20px;
	width: 60px;
	height: 60px;
	z-index: 98;
	background: #000000;
	opacity: 0;
	
}

.mob-nav-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #000000;
	z-index: 98;
	opacity: 0;
	display: none;
}

.ver-spacing-10 {
	height: 10px;
}

.ver-spacing-20 {
	height: 20px;
}

.ver-spacing-30 {
	height: 30px;
}

.ver-spacing-40 {
	height: 40px;
}

.ver-spacing-50 {
	height: 50px;

}


.main-title {
	display: block;
	position: relative;
	text-align: center;
	padding: 30vh 0px;
	z-index: 2; 
	
}

.main-title h1 {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 2.6rem; 
  line-height: 3.2rem;
  color: #ffffff;
	
}


#overlay {
	
  position: fixed; /* Sit on top of the page content */
  width: 100vw; /* Full width (cover the whole page) */
  height: 100vh; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

.button {
  margin: 0px 6px;
  background-color: var(--theme-accent);
  border: none;
  color: white;
  padding: 6px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  
}

.button-2 {
  margin: 0px 6px;
  border: 2pt solid #ffffff;
  color: var(--theme-dark);
  padding: 6px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  
}


.button h1{
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 1rem; 
  line-height: 1rem;
  color: var(--theme-dark) !important;

}

.button-2 h1 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 1rem; 
  line-height: 1rem;
  color: #ffffff !important;

}



.header-cover{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	right: 0px;
	background-image: url("https://ipmootcanada.ca/assets/images/fox-moot-cover.jpg");
 	background-color: var(--theme-dark);
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
    z-index: 1;
	
}


.section-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	top: 100vh;
	z-index: 2;
	background: var(--theme-dark);
	padding: 50px 0px;

}



.section-container-landing-page {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 97;
	padding: 50px 0px;

}

.intro-blurb{
	display: block;
	position: relative;
	margin: 0px auto;
	z-index: 2;
}


.section{
	display: block;
	position: relative;
	width: 60vw;
	margin: 0px auto;
	z-index: 2;
}
.about {
	position: relative;
	display: block;
}

.award {
	position: relative;
	display:block;
	margin: 0px auto;
}
.award-item-1, .award-item-2, .award-item-3, .award-item-4{
	display: inline-block;	
	text-align: center;
	padding: 20px 0px;
	height: 180px !important;
	z-index: 1;
}
.award-item-1 {
	background-image: url("https://ipmootcanada.ca/assets/images/donald_sim.png");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.award-item-2 {
	background-image: url("https://ipmootcanada.ca/assets/images/gordon_henderson.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.award-item-3 {
	background-image: url("https://ipmootcanada.ca/assets/images/ronald_dimock.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.award-item-4 {
	background-image: url("https://ipmootcanada.ca/assets/images/harold_g_fox.png");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.award-margin {
	margin-left: 5px;
	margin-right: 5px;
}
.award h1{
	z-index: 2;
	position: relative;
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 0px 40px;
}

.award h2{
	font-size: 1rem;
	font-weight: 300;
	color: #ffffff;
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
	position: absolute;
    bottom: 10%;
	cursor: pointer;
}

.award h2:hover{

	font-weight: 600;
	color: var(--theme-accent);
	 transition:color 200ms;
     -moz-transition:color 200ms; /* Firefox 4 */
     -webkit-transition:color 200ms; /* Safari and Chrome */
     -o-transition:color 200ms;


}

.award-overlay{
  position: absolute;
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left:0;
  right: 0;
  background-color: rgba(21,28,41,0.8); /* Black background with opacity */
  z-index: 1;
}

#past-moots {
	background-color: var(--theme-darktone);	

}
.past-moots {
	position: relative;
}

#rules {
	background-color: var(--theme-accent);	
}

.rules h1, .rules p, .rules a {
 	color: var(--theme-dark);
}

.rules a {
 	font-weight: 600;
	text-decoration: underline;
}

.rules a:hover, #schedule-table a:hover{
	font-weight: 600 !important;
	color: var(--theme-dark) !important;
	 transition:color 200ms;
     -moz-transition:color 200ms;
     -webkit-transition:color 200ms;
     -o-transition:color 200ms;
}

.schedule-overlay {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.1;
	background-image: url("https://ipmootcanada.ca/assets/images/Geometric%20architecture%20in%20Canada.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
}
.sponsors h1, .sponsors p {
	color: var(--theme-dark) !important;
}
.main-sponsor {	
	width: 120px;
	height: auto;
}
.sponsor-logo {
	width: 140px;
	height: auto;
	margin-top: 20px;
	margin-right: 25px;
	vertical-align: middle;
	align: left;
}
#sponsors {
	background: var(--theme-light-grey) !important;
}

#gowling {
	width: 160px !important;	
}

#mccarthy {
	width: 120px !important;	
}

#the-fox-fund {
	width: 140px !important;	
}

#belmore {
	width: 120px !important;
}

#bennett-jones {
	width: 180px !important;
}

#blakes {
	width: 120px !important;
}

#BLG {
	width: 100px !important;
}

#cassels {
	width: 120px !important;
}

#DW{
	width: 100px !important;
}

#fasken{
	width: 100px !important;
}

#fineberg {
	width: 280px !important;
}

#lenczner {
	width: 130px !important;
}

#marks-clerk {
	width: 85px !important;
}

#markwell {
	width: 130px !important;
}

#norton {
	width: 120px !important;
}

#osler {
	width: 100px !important;
}

#PNK {
	width: 70px !important;
}

#robic {
	width: 100px !important;	
}

#smart-biggar {
	width: 100px !important;
}
#stewart-mckelvey {
	width: 130px !important;	
}

#torys {
	width: 130px !important;
}

#benchbook {
	width: 140px !important;
}

#bdp {
	width: 100px !important;
}

#clark-wilson {
	width: 180px !important;
}

#dipchand {
	width: 160px !important;
}

#lomic {
	width: 160px !important;
}

#PCK {
	width: 160px !important;
}
#seastone-IP {
	width: 100px !important;
}

#shift-law {
	width: 160px !important;
}

#wu-law {
	width: 60px !important;	
}


.go-to-top p, .go-to-top a, .go-to-top a:hover {
	color: var(--theme-dark) !important;
}

#go-to-top {
	display: none;
	background: var(--theme-light-grey);
	padding-top: 10px !important;
}


.committee ul, .committee li {
	padding: 0px;
	list-style: none;
}


.committee li {
	padding: 6px 0px;
	border-bottom: none !important;
}

.committee-overlay {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.3;
	background-image: url("https://ipmootcanada.ca/assets/images/lawyeroffice.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
}


.archived-overlay {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.2;
	background-image: url("https://ipmootcanada.ca/assets/images/past-moot-bg.png");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
}

#committee, #award, #lecture, #location, #footer {
	display: block;
	width: 100%;
	float:left;
	position: relative;
}

#committee, #award, #lecture, #location, #archived {
	padding-top: 80px;
}


#lecture h1, #lecture h2, #lecture p, #archived {
	text-align:center;
}


#lecture h1{
	font-size: 1.6rem !important;
	line-height: 1.8rem !important;
	
}


#lecture h2 {
	font-family: "Noto Sans", serif;
	font-size: 1rem !important;
	line-height: 1.2rem !important;
	
}

.current-year {
	font-size: 2.6rem !important;
	line-height: 2.6rem !important;
	
}

#archived h2 {
	font-family: "Noto Sans", serif;
	font-weight: 400 !important;
	font-size: 1rem !important;
	line-height: 1.2rem !important;

}

#archived h3 {
	font-family: "Noto Serif", serif;
	font-weight: 400 !important;
	font-size: 1.2rem !important;
	line-height: 1.4rem !important;

}

#archived p2 {
	font-family: "Noto Serif", serif;
	width: 100%;
	display:block;
	margin: 10px 0px;
	color: white !important;
	font-size: 1.2rem !important;
	line-height: 1.4rem !important;

}

#archived a{
	font-weight: 800 !important;
}

#archived p3 {
	font-family: "Noto Sans", serif;
	width: 100%;
	display:block;
	color: white !important;
	font-size: 1rem !important;
	line-height: 1.2rem !important;
}


.lecture-overlay {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.2;
	background-image: url("https://ipmootcanada.ca/assets/images/Court_Room.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
}

#location {
	background-color: #424f62;;
	margin: 0 auto !important;
}

.icon, .date-n-location, .virtual-registration {
	display:inline-block;
	vertical-align: middle;
	padding-right: 20px;
	
}

#lecture .button {
	display: block;
	width: 120px;
	height: auto;
	margin: 0 auto !important;
	padding: 6px 32px !important;
	margin-top: 60px !important;
	border: 2pt solid white !important;
	background-color: rgb(0,0,0, 0.1);
}

.CTA {
	
	padding: 18px 0px;
	
	
}
#lecture .button h1, #lecture .button a {
	font-size: 1rem !important;
	line-height: 1rem !important;
	color: white !important;
}

.line {
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 50px;
	border-top: 1pt solid #424f62;
}

.previous, .next {
	width: 60px;
	height: 60px;
	display: inline-block;
}

.archived-year {
	display: inline-block;
}

.archived-year-container button {
	background: none;
	border: none;
	font-family: "Noto Serif", serif;
}

.archived-year-container a  {
	font-weight: 400 !important;
	font-size: 2rem !important;
	line-height: 1.4rem !important;
}


