@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	font-family: Raleway, sans-serif;
}

body p {
	font-family: Lato, sans-serif;
}

.content p {
	font-size: 20px;
}


#myBtn {
	display: none;
	position: fixed;
	z-index: 100;
	bottom: 20px;
	right: 30px;
	outline: none;
	background-color: #111;
	border: 1px solid #111;
	color: white;
	cursor: pointer;
	padding: 15px 20px;
	border-radius: 50%;
	font-size: 30px;
	opacity: 0.8;
	transition-duration: 0.1s;
	transition: ease-in-out;
}

#myBtn:hover {
	transition-duration: 0.4s;
	opacity: 1;
}

#myBtn p {
	margin: 0;
}

.up-arrow {
	border: solid #fff;
	border-width: 0 1.5px 1.5px 0;
	display: inline-block;
	padding: 8px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.button {
	background-color: rgba(24, 22, 29, 0);
	color: white;
	border: 1px solid white;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 6px;
	transition-duration: 0.4s;
	
}

.button:hover {
	border-color: #DE2910;
	color: #DE2910;
	cursor: pointer;
	
}

.parallax {
	position: relative;
	/*opacity: 0.65;*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Navigation Bar */
#navBar {
	display: none;
}


/* Header */
#header {
	width: 100%;
	position: absolute;
	z-index: 2;
	padding-top: 25px;
	padding-bottom: 25px;
	background: rgba(36, 36, 36, 0.8);
	display: flex;
	align-items: center;
	font-family: Raleway, sans-serif;
}

#header .column {
	float: left;
	width: 50%;
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;

}

#header #headerNav ul {
	display: flex;
	justify-content: center;
	width: 100%;		
}

#header #headerNav ul li {
	list-style-type: none;
	float: left;
	margin: 0 5%;
	
}

#header #headerNav ul li a {
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	transition-property: color;
	transition-duration: .5s;
	
}


#header #headerNav ul li a:hover {
	color: #DE2910;
	cursor: pointer;	
}

#headerLogo {
	margin: 0;
	padding: 0;
}

#headerLogo img {
	float: left;
	margin-left: 30%;
	margin-top: auto;
	margin-bottom: auto;
	max-height: 50px;
}

/* Banner */
#banner {
	max-height: 100%;
	overflow: hidden;
	border: none;
	display: flex;
	align-items: center;
}

#banner img{
	width: 100%;
	opacity: 0.8;
}

#banner-content {
	width: 100%;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: whitesmoke;
	/*text-shadow: 0 0 10px black;*/
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	font-size: 60px;
	line-height: 0.5;
	
	/* Animtion */
	animation-delay: 1s;
	animation-duration: 1.5s;
}

#banner-content p {
	font-family: Montserrat, sans-serif;
	letter-spacing: 20px;
	margin: 0;
}

#banner-content h1{
	font-family: Raleway, sans-serif;
}

.arrow-link {
	width: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 5%;
}


.arrow {
	border: solid #fff;
	border-width: 0 1.5px 1.5px 0;
	display: inline-block;
	padding: 14px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/*.arrow:hover {
	border-color: #DE2910;
}*/

/* Content */

.wrapper {
	text-align: center;
	padding: 1% 0 0 0;
	margin: 0;
}

.wrapper img {
	border-radius: 50%;
	width: 10%;
	
}

.wrapper .inner {
	margin: 0;

}

.wrapper p {
	word-spacing: 3px;
	line-height: 1.8;
	font-size: 25px;
}

.major {
	font-weight: bold;
	font-size: 50px;
	
}

/*.event {
	border-bottom: 3px double #8c8b8b;
	line-height: 0;
}*/

/*.event span {
	background-color: #EEEEEE;
	padding: 0 5%;
}*/

article {
	padding: 0% 3% 3%;
}

.features p {
	padding: 1% 0;
	font-size: 18px;
}

/* One */
#one {
	background-color: rgba(24, 22, 29, 0.90);
	color: white;
	position: absolute;
	bottom: 0;
	border-top: solid;
	border-color: #E44C65;
	border-width: 7px;
	padding: 1% 0 3%;
	
	/* animation */
	animation-delay: 1s;
	animation-duration: 1.5s;
}

#one p {
	font-size: 20px;
	width: 80%;
	margin: auto;
	padding-bottom: 2%;
}


#par1 {
	background-image: url(../../Images/campus-25812.jpg);
	min-height: 100%;
	box-shadow: 0px 2px 10px black;
	z-index: 7;
	
	
}

/* Two */
#two {
	background-color: rgba(238, 238, 238, 0.90);
	width: 30%;
	height: 100%;
	float: right;
	border-left: solid;
	border-color: #5480F1;
	border-width: 7px;
	padding: 0;
}


#par2 {
	background-image: url(../../Images/DSC_0046OntarioStreet_Kingston2.jpg);
	min-height: 100%;
	height: 100%;
	box-shadow: 0px 2px 10px black;
	z-index: 6;
}

#two img {
	border-radius: 50%;
	margin: 0 6%;

}

#two .inner {
	padding-top: 30%;
	
}

#two button {
	margin-top: 10%;
	background-color: rgba(238, 238, 238, 0);
	color: black;
	border-color: black;
	transition-duration: 0.4s;
	
}
#two button:hover {
	border-color: #DE2910;
	color: #DE2910;
	cursor: pointer;
}

#two p {
	width: 70%;
	margin: auto;
	
}

#sponsor-pic {
	margin-top: 10%;
}

/* Three */
#three {
	background-color: rgba(24, 22, 29, 0.90);
	color: white;
	width: 30%;
	height: 100%;
	padding: 0;
	float: left;
	border-right: solid;
	border-color: #39C088;
	border-width: 7px;
}

#three .inner {
	padding-top: 30%;
}

#three p{
	width: 70%;
	margin: auto;
}

#three button {
	margin-top: 10%;
}

#par3 {
	/* I'll need to change this picture. It gets covered up. Think of another way to display the group picture */
	background-image: url(../../Images/Hong_Kong_Night_view.jpg);
	min-height: 100%;
	height: 100%;
	box-shadow: 0px 2px 10px black;
	z-index: 5;
}

/* Four */
#four {
	margin: 0;
	padding-top: 5%;
	background-color: rgba(24, 22, 29, 0.96);
	width: 100%;
	color: #fff;

}


#four h2 {
	margin: 0;
}

#four .features {
	margin-top: 5%;
}

#four h3 {
	margin-bottom: 0;
}

#four p {
	width: 80%;
	margin: 2% auto 0;
}

#four button {
	margin-top: 5%;
}

#par4 {
	background-image: url(../../Images/chinese-new-year-2018.jpg);
	overflow: hidden;
	min-height: 50%;
	height: 50%;
	box-shadow: 0px 2px 10px black;
	z-index: 4;
	
}

#par4 article {
	width: 30%;
	position: relative;
	height: 50%;
	float: right;
	background-color: rgba(24, 22, 29, 0.90);
	color: white;
	border-left: solid;
	border-color: #E44C65;
	border-width: 7px;
	
}

#par5 {
	background-image: url(../../Images/muji.jpg);
	overflow: hidden;
	min-height: 50%;
	height: 50%;
	box-shadow: 0px 2px 10px black;
	z-index: 3;
}

#par5 article {
	width: 30%;
	position: relative;
	height: 50%;
	float: left;
	background-color: rgba(24, 22, 29, 0.90);
	color: white;
	border-right: solid;
	border-color: #E44C65;
	border-width: 7px;
	
}

#par6 {
	background-image: url(../../Images/Canton4.jpg);
	overflow: hidden;
	min-height: 50%;
	height: 50%;
	box-shadow: 0px 2px 10px black;
	z-index: 2;
	
}

#par6 article {
	width: 30%;
	position: relative;
	height: 50%;
	float: right;
	background-color: rgba(24, 22, 29, 0.90);
	color: white;
	border-left: solid;
	border-color: #E44C65;
	border-width: 7px;
	
}

#par7 {
	background-image: url(../../Images/canton33.jpg);
	overflow: hidden;
	min-height: 50%;
	height: 50%;
	box-shadow: 0px 2px 10px black;
	z-index: 1;
}

#par7 article {
	width: 30%;
	position: relative;
	height: 50%;
	float: left;
	background-color: rgba(24, 22, 29, 0.90);
	color: white;
	border-right: solid;
	border-color: #E44C65;
	border-width: 7px;
	
}




/* Footer */
#footer {
	padding: 4% 0 0 0;
	margin: 0;
	background: rgba(36, 36, 36, 1);
	color: white;
	
}

#footer .inner {
	text-align: center;
	padding: 0;
	margin: 0;
}

#footer h2 {
	margin: 0;
}

#footer a {
	text-decoration: none;
	color: white;
}


.copyright {
	width: 100%;
	margin: 0;
	padding: 2% 0;
	background-color: rgba(36, 36, 36, 1);
	text-align: center;
	color: white;
	
}

.copyright p {
	width: 100%;
	margin: 0 0 0.5% 0;
}

.copyright a {
	text-decoration: none;
	color: white;
}

.contact img {
	width: 3%;
}

.contact {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact li {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 5%;
	float: left
}

