/*header code*/

html {
  font-size: 16px;
}
p {
  font-family: PT Sans Caption, sans-serif;
}
.title {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
}
h1 {
  font-family: Lato, sans-serif;
}
.flexmain {
  width: 100%;
  margin: 0px;
  padding: 0px;

}
nav {
  font-family: Roboto Condensed, sans-serif;
}
nav img{
  display: none;
}
.footer {
  font-family: Roboto Condensed, sans-serif;
}

.header {
  display: flex;
  height: 64px;
  margin-left: 24px;
  margin-right: 24px;
  align-items: center;
  justify-content: space-between;
  font-family: Lato, sans-serif;

}
.header a {
  color: darkslategrey;
  text-decoration: none;
}

.logoname {
  display: flex;
  height: 32px;
  color: darkslategrey;
  align-items: center;
}
.header nav span{
padding: 0px 8px;
color: darkslategrey;
}

/*banner code*/
.banner {
  display: flex;
  background-color: lightgrey;
  align-items: center;
  justify-content: flex-start;
}

.banner .image{
  display: flex;
  width: 60%;
  height: 100%;
  margin: 32px 0px 32px 24px;
}

.banner img {
  width: 95%;
  height: 60%;
}
.banner .content {
  display: block;
  align-items: center;
  width: 35%;
  justify-content: center;
}
.banner .content h1 {
  font-weight: bold;
  font-size: 2.5rem;
  font-family: Lato, sans-serif;
}
.banner span {
  display: block;
  padding-bottom: 12px;
  font-size: 1.5rem;
  color: #343232;
}
.banner .button {
  display: flex;
  background-color: #4F4D4D;
  color: white;
  padding: 8px 0px;
  justify-content: center;
  width: 70%;
  margin-top: 16px;
  margin-left: 50px;
  border-radius: 10px;


}
.button:hover {
  box-shadow: 8px 8px 5px #888888;
  transition-property: box-shadow;
  transition-duration: .4s;
}


/*Info code*/
.information {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  background-color: white;
  margin: 32px 0px;
}
.practicing {
  display: inline-block;
  width: 60%;
  height: 100%;
  margin-left: 24px;


}
.practicing img {
  width: 100%;
  height: auto;
  }

.practicing h1{
  font-family: Lato, sans-serif;

}

/*Info side code*/
.infoside {
display: flex;
flex-direction: column;
width: 40%;
height: 100%;
padding: 0px 0px 0px 24px;

}

.contentdiv {
  display:block;
  padding-left: 16px;
  align-content: center;
  width: 65%;
  padding-top: 16px;


}
.contentdiv .title {

}
.mobileimg {
  display: none;
}
.contentdiv p {
  width: 100%;
  font-size: .90rem;
  padding: 8px 0px;
}

.contentdiv .content{

}
.contentdiv a {
  text-decoration: none;
  color: darkslategrey;
  font-size: .90rem;
  font-weight: bold;
}

.img {
width: 35%;
display: inline-block;
margin: 0px 0px;
padding-left: 16px;
}
.img img {
  width: 100%;
  height: auto;
}
.author {
  font-size: .85rem;
}
.styled-title {
  font-style: italic;
}

.infoside .title {
  font-weight: bold;
}
.campus, .orientation, .guest {
  display: flex;
  margin: 0px;

  padding: 16px 0px 16px 0px;


}

.infoside .mobile {
  display: none;
}
.content {
  display: block;
  width: 40%;
}

/*Learning code*/
.learning {
  display: block;
  background-color: lightgrey;
  flex-wrap: wrap;
  width: 100%;

}
.learning-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 72px;
  justify-content: center;
}
.heading {
  justify-content: center;
  padding: 16px 0px;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: bold;


}
.learning-block {
  width: 28%;
  display: inline-block;
  flex-wrap: wrap;
  margin: 16px 16px;
  background-color: white;

}
.learning-block span {
  margin-top: 16px;
}
.lbimg img{
  width: 100%;
  height: auto;

}
.lbcontent span {
  font-weight: bold;
}
.lbcontent p {
  font-size: .90rem;
  width: 90%;
}
.lbcontent{
  display: block;
  padding: 16px 0px 24px 16px;
  width: 100%;

}

/*thesis code*/
.thesis {
  display: block;
  width: 100%;
}
.thesis-title{
  display: flex;
  width: 100%;
  margin: 16px 0px;
  justify-content: center;
}
.thesis-content {
  display: flex;
  width: 100%;

}

.video-section {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  height: auto;
}
.vid {
  width: 100%;
  object-fit: fill;
}
.vid-content {
  width: 100%;
  padding-top: 24px;
  margin-bottom: 32px;
}
.content-container {
  display: flex;
  height: 100%;
  width: 40%;
  flex-direction: column;
  margin-left: 24px;
}
.content {
  display: flex;
  width: 100%;
  padding: 16px 0px 16px 16px;

}
.thesis-img {
  width: 35%;
  display: inline-block;
  background-color: white;

}
.thesis-img img {
  width: 100%;
  height: auto;
}

.content-text {
  display: inline-block;
  padding-left: 16px;
  align-items: center;
  align-content: center;
  padding-top: 32px;

}
/*footer code*/

.footer {
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  align-items: center;
  justify-content: space-between;

}
.links a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}


@media only screen and (max-width: 480px) {
  html {
    font-size: 12px;
    width: 100%;
  }

  /*MOBILE HEADER*/

  .header {
    display: flex;
    padding: 0px;
    margin: 0px;
    height: 64px;
    width: 100%;

  }
  .header span {
    display: none;
  }
  .logoname {
    width: 25%;
    justify-content: center;
  }
  nav {

    display: flex;
    width: 75%;
    justify-content: center;
  }
  nav img {
    display: inline-flex;
    padding-right: 60px;
  }
  /*banner mobile code*/
.banner .content {
  width: 100%;
  padding: 32px 16px;
  font-size: .9rem;
  justify-content: center;
}
.banner .image {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
  .banner {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
    background-color: lightgrey;  }
  .banner img {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .content {
    display: flex;
    width: 100%;

  }
  .content h1 {
    display: block;
    padding-left: 16px;

  }
  .content span{
    padding-left: 16px;
  }
  .banner .button {
    display: flex;
    margin-left: 0px;
    width: 50%;
    margin-left: 25%;
  }

  /*info section mobile code*/
  .practicing {
    display: none;
  }
  .infoside {
    display: flex;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .contentdiv {
    width: 100%;
  }
  .orientation, .campus, .guest {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    margin-bottom: 32px;
  }
.pcimg{
    display: none;
  }
  .mobileimg {
    display: block;
    padding: 16px 16px;

  }
  .infoside .mobile {
    display: block;
    margin: 0px;
  }
  .img {
    width: 100%;
    padding: 0px;
  }
  .mobileimg img{
    margin: 0px;
    padding: 0px;
  }
  .contentdiv {
    display: block;
    padding-left: 16px;
    padding-top: 0px;

  }
  .contentdiv p, span {
    padding-left: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 1.2rem;

  }
  .contentdiv .title {
    font-size: 1.5rem;
  }
  /*LEARNING MOBILE CODE*/
  .learning {
    display: flex;
    justify-content: center;
    align-content: center;
  }
  .learning .lbimg, .text, p {
    display: none;
  }
  .learning-block{
    margin-left: 0px;
    width: 100%;
    background-color: white;
    padding-left: 0px;
    margin-bottom: 8px;

    }
    .learning-block span{
    font-size: 1.5rem;
    }
    .learning-main {
      display: flex;
      width: 100%;
      margin: 16px 16px 32px 16px;
      flex-direction: column;
    }
    .learning {
      display: flex;
      width: 100%;
    }
    .learning .title {
      width: 100%;
    }
    .lbcontent {
      display: flex;
      width: 100%;
    }
    /*THESIS MOBILE CODE*/
    .thesis {
      display: flex;
      width:100;
      flex-direction: column;
      margin: 0px;
      padding: 0px;
    }
    .content-container {
      display: none;
      margin: 0px;
      padding: 0px;
    }
    .vid-content span, p{
      display: none;
    }
    .vid-content {
      padding: 0px;
      margin: 0px;

    }
    .video-section{
      padding: 16px 0px 24px 0px;
      width: 100%;
      margin: 0px;
      background-color: lightgrey;
    }
    /*FOOTER MOBILE CODE*/
    .footer .links {
      display: none;
      margin: 16px 0px;
    }



}
