/* BASE STYLES */

body,
button,
input,
textarea {
  color: #1a535c;
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

p {
  margin: 0;
}

.footer-text {
  padding-bottom: 15px;
}

a {
  color: #1a535c;
}

.help-text {
  padding: 0 10px 25px 10px;
}

body {
  background-color: #ffffff;
  margin: 0;
  overflow-x:hidden;
}

.outer-wrap {
  max-width: 1140px;
  margin: 0 auto 0 auto;
  padding: 0 10px 10px 10px;
}

strong {
  font-weight: 700;
}

/* NAVIGATION STYLES */

.navbar {
  background-color:#4ecdc4;
  overflow:hidden;
  height:60px;
}

.navbar a{
  float:left;
  display:block;
  color:#f7fff7;
  padding:14px 16px;
  text-decoration:none;
  font-size:18px;
}

.navbar ul{
  margin:0;
  list-style:none;
}

.navbar a:hover{
  background-color:#47bbb3;
  color:#ffffff;
  transition: 0.3s;
}

.sidebar-nav{
  height:100%;
  width:0;
  position:fixed;
  z-index:1;
  top:0;
  left:0;
  background-color:#1a535c;
  opacity:0.95;
  overflow-x:hidden;
  padding-top:60px;
  transition:0.5s;
}

.sidebar-nav a{
  padding:10px 10px 10px 30px;
  text-decoration:none;
  font-size:22px;
  color:#f7fff7;
  display:block;
  transition:0.3s;
  white-space:nowrap;
}

.sidebar-nav a:hover{
  color:#ffffff;
}

.sidebar-nav .btn-close{
  position:absolute;
  top:0;
  right:22px;
  font-size:36px;
  margin-left:50px;
}

@media(max-width:568px){
  .navbar-nav{display:none}
}

@media(min-width:568px){
  .open-slide{display:none}
}

/* SITE HEADER STYLES */

.site-info {
  max-width: 500px;
  padding-top: 25px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: center;
}

.flex-item-brand-logo img {
  width: 60px;
}

.brand-name {
  margin: 0;
  padding: 10px 0 10px 5px;
  font-size: 2.5em;
  font-weight: 400;
  text-align: left;
  color: #1a535c;
  line-height: 0.5;
}

.brand-slogan {
  text-align: left;
  color: #1a535c;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 7px;
}

/* EDITOR AREA STLYES */

.editor-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

h2,
h3 {
  margin: 0;
  padding: 10px 25px 10px 25px;
  font-size: 1.6em;
  font-weight: 400;
  text-align: center;
  color: #1a535c;
}

h3 + p,
h2 + p {
  padding-bottom: 30px;
  text-align: center;
  font-size: 0.9em;
}

.text-input-area {
  flex: 1;
}

.post-editor-area {
  flex: 1;
}

#textarea {
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  justify-content: center;
  resize: none;
  width: 95%;
  overflow-y: scroll;
  border: 2px solid #1a535c;
  border-radius: 10px;
}

.btn-text-edit {
  background-color: #ffffff;
  color: #000000;
  font-size: 0.7em;
  cursor: pointer;
  padding: 2px 8px;
  margin: 0 5px 10px 0;
  border: 4px solid #4ecdc4;
  border-radius: 0.5em;
  text-align: center;
  outline: none;
}

.btn-text-edit:nth-child(13) {
  border: 4px solid #ff9f1c;
}

.btn-text-export {
  background-color: #4ecdc4;
  color: #ffffff;
  cursor: pointer;
  padding: 2px 15px;
  border: 4px solid #4ecdc4;
  border-radius: 0.5em;
  text-align: center;
  outline: none;
  margin: 15px 0px 0 0;
}

.btn-collapsible:hover,
.btn-text-export:hover {
  background-color: #47bbb3;
  border-color: #47bbb3;
  transition: 0.3s;
}

.btn-text-edit:hover {
  border-color: #47bbb3;
  background-color: #47bbb3;
  color: #ffffff;
  transition: 0.3s;
}

.btn-text-edit:nth-child(13):hover {
  color: #ffffff;
  border-color: #ff9f1c;
  background-color: #ff9f1c;
}

.hashtag-counter-text {
  margin-top: 6px;
}

.text-export {
  display: flex;
  justify-content: space-between;
  width: 95%;
}

@media screen and (min-width: 360px) {
  .btn-text-edit {
    font-size: 1em;
  }
}

@media screen and (min-width: 768px) {
  .editor-area {
    flex-direction: row;
    padding: 10px;
  }
}

/* FOOTER STYLES */

.site-footer {
  text-align: center;
  margin-top: 50px;
}

/* GOOGLE ADS */

.large-mobile-banner {
  display: flex;
  margin: auto;
  margin-top: 60px;
  width: 320px;
  height: 100px;
  border: 1px solid #f1f1f1;
}

@media screen and (min-width: 768px) {
  .large-mobile-banner {
    width: 728px;
    height: 90px;
  }
}
