.body {
  margin: 0;
  font-family: sans-serif;
}

.padding {
  margin-top: 2rem;
}

.container {
  max-width: 2000px;
  margin: 0 auto;
  background: #f9f9f9;
  font-size: 24px;
  padding: 15px;
}

.box {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 21px;
  /* line-height: 1.42857143; */
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.body1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px;
  text-align: left;
}

.projectTag {
  z-index: 2;
  position: relative;
  top: 275px; 
  opacity: 0.9;
}

.experienceTag {
  z-index: 2;
  position: relative;
  top: 230px; 
  opacity: 0.9;
}

.meTag {
  z-index: 2;
  position: relative;
  top: 200px; 
  opacity: 0.9;
}

section {
  width: 100%;
  height: 620px;
  box-sizing: border-box;
}

section.projects {
  /* padding: 100px 35px; */
  background: url('../css/vancouver.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  /* min-height: 100vh; */
}

section.workExperience {
  background: url('../css/ScienceBuilding.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

section.aboutMe {
  background: url('../css/pic1.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

section.intro {
  background: url('../css/van1.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

section.soccer {
  background: url('../css/soccer.JPG');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

/* section.hike1 {
  background: url('../css/hd2.JPG');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  image-rendering: pixelated
} */

section.hike2 {
  background: url('../css/hd1.JPG');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

section.van {
  background: url('../css/hd.JPG');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

section.secText {
  padding: 50px 100px;
  height: auto;
}


section.secText h1 {
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 48px;
  color: #262626;
}

section.secText p {
  font-size: 15px;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

section.secText li {
  font-size: 15px;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.endFooter {
  background: #000;
  color: #ddd;
  padding: 30px 0 30px;
  text-align: center;
}

.endContainer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.landingPage {
  position: relative;
  right: 0;
  width: 100%;
  min-height: 100vh;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #111;
  transition: 0.5s;
  z-index: 2;
}

.landingPage video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #03a9f4; */
  mix-blend-mode: overlay;
}

.introText {
  position: relative;
  z-index: 10;
}

.introText h1 {
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 40px;
  color: #fff;
}

.introText p {
  font-size: 15px;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  color: #ccc;
}

.introText p1 {
  font-size: 25px;
  font-family: Chalkduster, fantasy;
  color: #ccc;
  position: relative;
  top: 150px;
}

.fa {
  padding: 10px;
  font-size: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}