@import "https://fonts.googleapis.com/css?family=Roboto+Mono";

html,
body {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto Mono", monospace;
}

a {
  color: black;
}

.header2 {
  font-size: 27px;
  margin: 20px 0px;
  font-weight: normal;
  display: inline;
  /* background-color: #f5d76e; */
  background: linear-gradient(to top, #26ba06 40%, #fff 40%);
  text-indent: 0;
}
.header2-2 {
  font-size: 24px;
  line-height: 50px;
}

.register-sub {
  font-size: 14px;
  text-decoration: none;
}

h3 {
  font-size: 23px;
  font-weight: normal;
  margin: 20px 0px 10px;
  position: relative;
  padding-left: 40px;
  padding-bottom: 15px;
}
h3:before {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #26ba06;
  top: 4px;
  left: 10px;
  /* transform: rotate(-45deg); */
}

.logo {
  margin: 20px auto 10px;
  background-image: url(./../TAIlogo.png);
  height: 165px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 800px;
  width: 100%;
}

.logo-sub {
  font-size: 15px;
  margin: 10px 20px;
  font-weight: normal;
  text-align: center;
}

.tjs-slogan {
  padding: 20px;
  color: #2c3e50;
}

.date {
  margin-left: 20px;
}
.register {
  padding: 20px;
  line-height: 30px;
  font-size: 25px;
  margin-bottom: 30px;
  margin-top: 40px;
  color: black;
}

.register img {
  display: inline-block;
  height: 22px;
}

.register .meetup-logo {
  /* height: 18px; */
  /* transform: translateY(5px); */
}

.location h3 {
  margin-left: 20px;
}

.div-header {
  padding: 0 0 10px 20px;
}
.map {
  margin: 0;
  padding: 0;
  width: 100%;
}

.speakers {
  padding: 20px;
}

.speaker {
  padding: 20px;
}

.speaker-talk {
  font-weight: bold;
}

.speaker-image {
  width: 70px;
  height: 70px;
  background-position: center center;
  background-size: cover;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.schedule {
  padding: 20px 0;
}
.schedule h3 {
  margin: 0px 20px;
  padding-bottom: 40px;
}

.schedule li {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 13px;
}

.schedule li:nth-child(odd) {
  background-color: #ecf0f1;
}

.schedule li:nth-child(even) {
  background-color: #fcfcfc;
}

.schedule-event {
  padding: 0 10px;
  width: 100%;
  font-weight: bold;
}

.schedule-event-description {
  font-weight: normal;
  padding-top: 40px;
}

.organisers {
  padding: 0 20px 40px;
}

.organizer {
  padding-left: 20px;
  padding-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.prevevent {
  margin: 60px 0 70px;
  font-size: 30px;
  padding: 60px;
  text-align: center;
  background-color: #eee;
  background-image: url(./../images/prev.png);
  background-size: cover;
  background-position: center center;
  position: relative;
}
.prevevent a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 120px;
  display: block;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 640px) {
  body {
    padding: 0 20px;
  }
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
  transform: translateX(-50%);
  left: 50%;
  margin-left: 0;
}
