.nomargin {
  margin: 0px !important;
}

.botMargin {
  margin-bottom: 20px;
}

body {
  margin: 0px;
}

.blogvideo {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 32px;
}

h2 {
  text-align: center;
  margin: 15px auto 15px auto;
  font-size: 28px;
}

h3 {
  margin: 15px auto 15px auto;
  text-align: center;
  font-size: 26px;
}

h4 {
  margin: 20px auto 5px auto;
  font-size: 24px;
}

.description {
  margin-bottom: 50px;
  text-align: center;
}

.imgDescription {
  font-size: 14px;
  line-height: 16px;
}
.imgDescription.center {
  align-self: center;
}

.textContent {
  margin-bottom: 20px;
}

.contentBox {
  margin-bottom: 50px;
}

.textSideImg {
  display: flex;
  flex-direction: row;
}
.textSideImg .imgContainer {
  width: 40%;
  display: flex;
  flex-direction: column;
  margin-top: 9px;
}
.textSideImg .textDescription {
  word-break: break-word;
  width: 60%;
  margin-bottom: 20px;
  padding-right: 20px;
}
.textSideImg img {
  display: block;
  width: 100%;
}

i {
  font-size: 16px;
}

.imgCollection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.imgCollection.row2 .imgContainer {
  display: flex;
  flex-direction: column;
  width: 49%;
  margin-bottom: 30px;
}

.imgWithDesc_B {
  display: flex;
  flex-direction: column;
  margin: 20px auto 20px auto;
}
.imgWithDesc_B img {
  display: block;
  width: 100%;
}
.imgWithDesc_B .imgDescription {
  align-self: center;
}

.textBottomImg {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.textBottomImg .textDescription.center {
  text-align: center;
}
.textBottomImg .imgContainer {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.textBottomImg .imgContainer video {
  align-self: center;
  display: block;
  width: 100%;
  max-width: 700px;
}

.decoratedLink {
  text-decoration: underline;
}
.decoratedLink:hover {
  color: hsl(39, 100%, 51%);
}

@media only screen and (max-width: 1200px) {
  .content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    margin-top: 90px;
  }
  .textSideImg {
    flex-direction: column;
    align-items: center;
  }
  .textSideImg .imgContainer {
    display: flex;
    justify-content: center;
    width: 80%;
  }
  .textSideImg .imgContainer.fullwidth {
    width: 100%;
  }
  .textSideImg .textDescription {
    padding-right: 0px;
    width: 100%;
  }
  .imgCollection.row2 {
    flex-direction: column;
    align-items: center;
  }
  .imgCollection.row2 .imgContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .imgCollection.row2 .imgContainer img {
    display: block;
    align-self: center;
  }
  .imgCollection.row2 .imgContainer .imgDescription {
    align-self: center;
  }
}
@media only screen and (max-width: 578px) {
  .textSideImg .imgContainer {
    width: 100%;
  }
}/*# sourceMappingURL=blog.css.map */