/* Universal elements */
html {
  font-family: Helvetica;
  font-size: 16px;
}

body {
  width: 1260px;
  height: 100%;
  background-color: #f3f3f3;
}

/* header */
header {
  position: fixed;
  z-index: 100%;
  width: 100%;
  border-bottom: solid 1px #c6c1c1;
  background-color: white;
  height: 64px;
  top: 0px;
  left: 0px;
  right: 0px;
}

header .content {
  display: flex;
  height: 64px;
  width: 100%;
  color: #b7c0ce;
  background-color: white;
  z-index: 100%;
  align-items: center;
  font-weight: 600;
  font-size: 2rem;
}

.content a {
  text-decoration: none;
  list-style-type: none;
}

header a span {
  color:  red /*#4e5868*/;
}

.mobile {
  display: none;
}

.right-navbar {
  float: left;
  width: 50%;

}

.left-navbar {
  float: right;
  width: 50%;
  margin-right: 24px;

}

nav ul {
  display: flex;
}

nav li, a {
  display: inline-block;
  list-style-type: none;
  padding-right: 1.6rem;
  line-height: 1.6rem;
  color: #4e5868;
}

nav a {
  vertical-align: bottom;
  font-size: 1rem;
}

/* media query for mobile display here */
@media only screen and (max-width: 700px) {
  .fluid-container{
    display: block;
    float: none;
    clear: both;
  }
  nav .left-navbar .desktop  {
    display: none;
  }

  .left-navbar .mobile {
    display: inline;
    width: 100%;
  }
  .right-navbar {
    display: none;
  }

}

/* main content area */
.main-content {
  text-align: center;
  padding-top: 4rem;
  margin: 24px 36px;
  height: 32rem;
  width: 100%;
}

.main-content .image-container {
  padding-right: 2rem;
  float: left;
  width: 60%
}

.image-container img {
  width: 100%;
  height: 500px;
  float: center;
}

.main-content-container {
  display: flex;
  height: 500px;
  width: 35%;
  align-items: center;
  justify-content: center;

  float: right;
  margin: 0 auto;
  padding-left: 24px;
}

.main-center {
  text-align: left;
  align-items: center;
  justify-content: center;
}

.button {
  background-color: #4e5868;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  margin: 4px 2px;
  padding: 15px 32px;
  width: 60%;
}

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

}

/* event section */
.event-wrap{
  display: inline;
  width: 100%;
  height: 40rem;
  background-color: white;
}

.events {
  width: 60%;
  height: 40rem;
  float: left;
  background-color: white;
}

.event-section-wrap {
  width: 40%;
  background-color: grey;
  float: right;
  height: 40rem;
}
/* module on right with photo*/
.event-main {
  width: 90%;
  align-items: center;
}

.event-main-image img {
  width: 100%;
  margin: 32px 24px 32px 24px;
}

.event-main-content {
  width: 100%;
  text-align: left;
  margin-left: 24px;
  margin-bottom: 32px;
}

.event-main-content h2 {
  margin-bottom: 24px;
}

/* event boxes section*/
.event-section-wrap {
  width: 40%;
  display: block;
}


.event-box {
  display: block;
  background-color: white;
  width: 97%;
  border: 1px solid #f3f3f3;
  height: 13.2rem;
  align-items: center;
  background-color: white;
}

.event-image {
  width: 35%;
  height: auto;
  margin-left: 16px;
  margin-top: 16px;
  float: left;
}

.event-image img {
  width: 100%;
}

.event-content {
  width: 60%;
  text-align: left;
  justify-content: center;
  float: right;

}
.event-content p {
  margin-top: 8px;
  margin-bottom: 8px;
}


/* courses section */
.course-wrap {
  display: block;
  text-align: center;
  width: 100%;

  align-content: center;
  justify-content: center;
}
.course-title{
  display: inline;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.course-column1 {
  display: flex;
  align-content: space-between;

  margin-bottom: 32px;
  margin-top:32px;
  margin-left: 72px;
  margin-right: 72px;
}

.course-column2 {
  display: flex;

  margin-bottom: 32px;
  margin-top:32px;
  margin-left: 72px;
  margin-right: 72px;

}

.card {
  background-color: white;
  width: 30%;
  text-align: left;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border: 2px solid black;
  margin-left: 24px;
  margin-right: 24px;
}

.card img {
  width: 100%;
  height: auto;
}

.container-card {
  background-color: white;
  margin: 8px 16px 8px 16px
}

/* thesis section */

.thesis-warp {
  display: inline;
  width: 100%;
  height: 40rem;
  background-color: white;

}

.event-main-video video {
  width: 100%;
  margin: 32px 24px 32px 24px;
}

.thesis-section-wrap {
  width: 40%;
  display: block;
  float: right;

}

.thesis-box {
  display: block;
  background-color: white;
  width: 100%;
  border: 1px solid #f3f3f3;
  height: 13.2rem;
  align-items: center;
  background-color: white;
}

.thesis-image {
  width: 35%;
  height: auto;
  margin-left: 16px;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  float: left;
}

.thesis-image img {
  width: 100%;
}

.thesis-content {
  width: 50%;
  text-align: left;
  align-content: center;
  justify-content: center;
  float: right;

}

.thesis-content p {
  margin-top: 8px;
  margin-bottom: 8px;
}


/* footer section */
footer {
  width: 100%;
  display: inline;
  background-color: white;
}

.footer-left {
  float: left;
  text-align: left;
  width: 50%;
  margin-left: 24px;
  margin-top: 16px;
}

.footer-right {
  float: right;
  text-align: right;
  width: 45%;
  margin-right: 24px;
  margin-top: 16px;
}
