#main-header {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  padding-top: 15px;
}

#main-image {
  width: 96%;
}

#main-image img {
  box-sizing: border-box;
  border: 3px solid black;
  max-height: 92px;
  margin-bottom: 5px;
}

.wrapper-header-top {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  width: 96%;
  padding: 10px 15px 5px 15px;
}

.header-top-title h1, .header-top-title h2 {
  font-size: 22px;
  font-family: Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
}

.header-top-title h1, .header-top-title h2, .header-top-title h3 {
  color: black;
  line-height: 1.2;
  font-family: Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
}

#first-text h4 {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: black;
  font-weight: normal;
  font-family: Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
}

#wrapper-header {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 96%;
  margin-bottom: 10px;
  background-color: black;
  padding: 10px 10px 10px 10px;
}

@media screen and (max-width: 1100px) {
  #wrapper-header {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 100%;
    margin-bottom: 0px;
  }
  .wrapper-header-top {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 100%;
  }
  .header-top-title {
    margin-bottom: 0px;
  }
  .wrapper-nav-button {
    margin-top: 0px;
  }
}

@media screen and (max-width: 850px) {
  .header-top-title h1, .header-top-title h2, .header-top-title h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .header-top-title h1, .header-top-title h2, .header-top-title h3 {
    font-size: 15px;
    line-height: 1;
    font-family: Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
  }
}

@media screen and (max-width: 520px) {
  .header-top-title a {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}

.addthis_sharing_toolbox {
  text-align: center;
  margin-top: 5px;
}

nav {
  width: 100%;
}

@media screen and (max-width: 1010px) {
  #header-box {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  #header-box-center-line1 p, #header-box-center-line2 p {
    text-align: center;
  }
  #header-box-center {
    margin-bottom: 10px;
  }
  #header-box-bottom {
    width: 280px;
  }
  .header-top-title {
    margin-bottom: 10px;
  }
}

/*######################################*/
/* RESPONSIVE SHARE YOUTUBE QUOTATIONS */
/*######################################*/
#wrapper-share-links-header {
  display: none;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-top: 10px;
}

.wrapper-youtube-share-resp {
  background-color: #B7AB6A;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.youtube-channel-header {
  display: none;
  margin: auto;
  text-align: center;
  width: 206px;
  margin-top: 15px;
  background-color: #F1F0E2;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
}

.youtube-channel-header img {
  width: 85%;
}

.youtube-channel-header p {
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}

.quotations-responsive {
  display: none;
  margin: -15px 10px -25px 10px;
}

.google-plus-resp {
  display: none;
  width: 206px;
}

@media screen and (max-width: 1000px) {
  #wrapper-share-links-header {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .youtube-channel-header {
    display: block;
  }
  .quotations-responsive {
    display: block;
  }
  .google-plus-resp {
    display: block;
  }
}

/*##########################################*/
/* END RESPONSIVE SHARE YOUTUBE QUOTATIONS */
/*##########################################*/
