/* CSS Document */
html, body {
	margin:0;
	padding:0;
}

header {
	
	
}

a {
	text-decoration: none;
	color: black;
}

.navBar {
	
	max-width: 1024px;
	margin: 0 auto;
	height: 140px;
	
	
}

header .navBar img {
	height: 80px;
	float:left;
	margin: 30px 0px;
	cursor: pointer;
	
	

}
header .navBar ul {
	list-style: none;
	float:right;
	display: flex;
	margin: 60px 0px;
	
	
	
	
	
}

header .navBar ul li {
	margin-left: 34px;
	font-size: 20px;
	
	

	
}

	
.navBar ul li a {
	text-decoration: none;
	color: black;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	cursor: pointer;
}


.heroImage {
	background-image: url(img/mainPage/WorldDotMap.jpg);
	background-size: cover;
	height: 700px;
	margin-top: -140px;
	z-index: 20;
}

.heroText {
	max-width: 1024px;
	margin: 0px auto;
	position: relative;
	top: 35%;
	font-family: 'Fira Sans', sans-serif;
	
	
}
.heroText-container {
	width: 960px;
	font-size: 25px;
	
}



.content {
  position: absolute;
  margin-top: 120px;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  height: 300px;
  overflow: hidden;
  font-family: 'Fira Sans', sans-serif;
  font-size: 35px;
  line-height: 40px;
	font-weight: bold;
  
}

.content p {
	margin:0;
}

.content__container {
  
  overflow: hidden;
  height: 40px;
  padding: 0px;
	width:960px;
  margin-top: 0;
}

.content__container__text {
  display: inline;
  
	margin-left: 1px;
	

}
.content__container__list {
  margin-top: -40px;
  padding-left: 268px;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
	width: 400px;
  color: #B21D1D;
}
.content__container__list__item {
  line-height: 40px;
  margin: 0;
	
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  33.32%,45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%,62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }
  66.64%,79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%,95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  33.32%,45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%,62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }
  66.64%,79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%,95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
}





#backtoTop {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99;
    border: none; 
    outline: none; 
    background-color: #757474;
    width: 70px;
	height: 50px;
    cursor: pointer; 
    padding: 15px; 
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px; 
	opacity: 0.4;
	overflow: hidden;
	

}

#backtoTop img {
	width: 40px;
	height: 40px;
	margin-top: -8px;
	
	
}

#backtoTop:hover {
	background-color: rgba(0,0,0,1.00);
}

.paralax1 {
	background-image: url(img/mainPage/ryersonPark.jpg);
	background-size: cover;
	height: 300px;
	background-position: center;
	background-attachment: fixed;
	
}

.bodyContent-1 {
	background-image: url(img/mainPage/background-1.png);
	background-size: cover;
	background-position: left;
	overflow: hidden;
	
}

.bodyContent-2 {
	background-image: url(img/mainPage/background-2.png);
	background-size: cover;
	background-position: left;
	overflow: hidden;
	
}



.projects{
	max-width: 1024px;
	margin: 0 auto;
}

h1{
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 0.02em;
	text-align: center;
	
}

.textColor {
	background-color: #B3B3B3;
	border-radius: 20px;
}

.projects hr {
	text-align: center;
	max-width: 233px;
	margin: -25px auto 30px;
	background-color: black;
	height: 1px;
	border: 0;
}

.flex {
	display: flex;
	flex-direction: rows;
	justify-content: center;
	
}

.col-1 {
	width: 460px;
	height: 300px;
	margin: 40px 10px;	
	
}

.col-1 h2 {
	font-size: 30px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	
}

.col-1 p {
	margin-top: -20px;
	font-size: 15px;
	font-family: 'Fira Sans', sans-serif;
	
}

.seeMore {
	text-align: center;
	width: 100px;
	background-color: darkred;
	border-radius: 20px;
}

.seeMore p {
	text-decoration: underline;
	color: white;
	
}

.row-1-image {
	
	background-image: url(img/mainPage/uxDesign.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}



.row-2-image {
	
	background-image: url(img/mainPage/BoyAndDad.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	
}


	
.row-3-image {
	
	background-image: url(img/mainPage/businessCard.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}

.col-1 h1, p {
	padding: 10px;
}

.designProcess {
	
	max-width: 1024px;
	margin: 0 auto;
	margin-bottom: 50px;
}



.designProcess hr {
	max-width: 320px;
	margin: -25px auto 30px;
	background-color: black;
	height: 1px;
	border: 0;
}


.col-2 {
	width: 220px;
	
	height: 345px;
	margin-right: 26px;
	
}

.col-2-imageContainer {
	margin-left: 50%;
}

.col-2 img {
	width:64px;
	margin-left: -32px;
}

.col-2 h2 {
	text-align: center;
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	
}

.col-2 {
	font-family: "Fira Sans", sans-serif;
	font-size: 14px;
	letter-spacing: 0.018em;
	background-color: white;
	border-radius: 20px;
	padding: 10px 10px 20px;
	box-shadow: 3px 3px 4px 3px #999999;
}

.col-2 span {
	margin-right: 0px;
}

.paralax2 {
	background-image: url(img/mainPage/stoonSkyline.jpg);
	background-size: cover;
	height: 300px;
	background-position: center;
	background-attachment: fixed;
}


.about {
	
	max-width: 1024px;
	margin: 0 auto;
	margin-bottom: 50px;
}



.about hr {
	max-width: 130px;
	margin: -25px auto 30px;
	background-color: black;
	height: 1px;
	border: 0;
}

.col-3 {
	width: 100%;
	height: 355px;
	margin: 40px 10px 40px	0;
	
		
}
.col-3 span {
	justify-content: left;
}
.col-3	img {
	width: 275px;
}


.col-3 p {
	margin-top: 50px;
	padding: 0 40px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
}

.contact {
	height:440px;
	background-image: url(img/mainPage/mountainRange.jpg);
	background-position: 0 100px;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 20px;
	background-attachment: fixed;
	
}

.contactText{
	max-width: 600px;
	margin: 0px auto;
	opacity: 0.69;
	background-color: white;
	
	
		
}

.contactText h1 {
	text-align-last: center;
}

.contactText p {
	text-align: center;
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
	line-height: 30px
}

.contactText hr {
	max-width: 180px;
	margin-top: -25px;
	background-color: black;
	height:1px;
}




.mobileNavBar {
	display: none;
}






@media only screen and (max-width: 1070px) {
	
	.navBar {
		display: none;
	}
	
	
	.mobileNavBar {
	height: 120px;
	padding: 50px;
	display: flex;
	align-items: center;
	z-index: 30;
	}

	.logo img {
		height: 80px;
	}

	.menu {
		margin-left: auto;
		margin-right: 0;
		display: flex;
		overflow: hidden;

		right: 50px;
		top: 50px;
	}

	.menuText_closed {
		width: 450px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: -450px;
		transition: 0.3s;
	}
	.menuText_closed ul {
		margin-right: -130px;
	}

	.open {
		width: 450px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 50px;
		transition: 0.3s;
	}

	.menu ul{
		list-style: none;
		float:right;
		display: flex;
		


	}
	.menu ul li {
		width: 110px
	}
	.menu ul li a{
		text-decoration: none;
		color: black;
		font-family: 'Fira Sans', sans-serif;
		font-weight: 500;
		font-size: 15px;
		
	}

	.menuButton {
		height: 66px;
		width: 100px;
		cursor: pointer;
		transition: 0.3s;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 30;
	}

	.mbarContainer{
		display: inline-block;
	}

	.mbar1, .mbar2, .mbar3, .mbar4 {
		width: 60px;
		height: 5px;
		background-color: #333;
		margin: 6px 0;
		transition: 0.3s;


	}

	.change .mbar1 {
		-webkit-transform: rotate(-45deg) translate(5px, 30px) ;
		transform: rotate(-45deg) translate(5px, 30px) ;
		height: 2px;
		width: 40px

	}


	.change .mbar2 {
		opacity: 0;
	}

	.change .mbar3{
		opacity: 0;
	}


	.change .mbar4 {
		-webkit-transform: rotate(45deg) translate(9px, -25px) ;
		transform: rotate(45deg) translate(9px, -25px) ;
		height: 2px;
		width:40px;
	}

	.menuButtonClick{
		 height: 66px;
		width: 100px;
		cursor: pointer;
		transition: 0.3s;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.background {
		background-color: rgba(255,255,255,0.3);

	}
	
	
	
	.about {
		width: 100%;
	}
	
	.col-3 {
		width: 200px;
		margin-left: 40px;
	}
	.col-3 p {
		margin-top: 0px;
		
	}
	.about .flex {
		align-items: center;
	}
	
	.col-3 {
		margin: 0;
		width: 80%;
		
	}
	.about .flex span{
		margin: auto;
	}
	.about p {
		padding: 0 100px;
		
		margin-top: 20px;
		
	}
}

@media only screen and (max-width: 870px){

	.flex {
		display: flex;
		flex-direction: column;
		padding-bottom: 20px;
		
	}
	
	.col-1 {
		margin: 0 auto;
		height: 220px;
		margin-bottom: 60px;
		
		
		
	}
	

	.col-1 p {
		text-align: left;
		
	}
	
	.col-1 h2 {
		text-align: left;
		padding: 10px;
		
	}
	
	.seeMore {
		margin-right: 0;
		margin-left: auto;
	}
	
	.seeMore p {
		text-align: center;
	}
	
	.col-2 {
		width:60%;
		margin: 0 auto;
		height: 270px;
		margin-bottom: 10px;
	}
	
	.col-2 p{
		width: 360px;
		text-align: left;
		margin: 0 auto;
		
	}
	
	.bodyContent-1{
		background-image: url(img/mainPage/mobileBkg.png);
		
	}
	.bodyContent-2 {
		
	}
	
	.order-first {
	
	order: 2;
	}
	
	
}

@media only screen and (max-width: 650px){
	
	
	
	.about p {
		padding: 0px;
	}
	
}