
/* lighter red #dc4a4a, bright red #ff5151, redish pink #ee6e73, dark red #c73b3b */
/*
background: linear-gradient(to top, #dc4a4a, #ff5151);
*/

body {
    font-family: Poppins, Arial, sans-serif;
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
}


header {
    background-color: #dc4a4a;  /* #ff5151, #ee6e73 */
    background: linear-gradient(to top, #dc4a4a, #ff5151);
    color: #fff;
    padding: 20px;
    text-align: center;
    padding-top: 0;
}
content .container {
    padding: 20px;
    border:0px gray solid;
    width:auto;
    min-height:100px;
    text-align:left;
}
content .container p{
    text-align:left;
}
footer p{
    text-align:center;
}
h1, h2, h3{
    color: #dc4a4a; /* #ff5151 */
    text-align:left;
    margin: 0px 0px 10px 0px;
}
h1 {
    font-size: 3rem;
    letter-spacing: 1px;
}

h2 {
    font-size: 2rem;
    letter-spacing: 1px;
}

header nav, footer nav {
    background-color: #c73b3b; /* #333 */
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

header nav ul, footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

header nav ul li, footer nav ul li {
    margin-left: 20px;
}

header nav ul li a, footer nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

header nav ul li a:hover {
    background-color: #e95555;
    color: white;
}
header nav ul li.active a {
    background-color: rgba(255,255,255,.9);
    color: #c73b3b;
}


.main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.hero {
    background: linear-gradient(to bottom, #dc4a4a, #ff5151);
    padding:20px 0;
    text-align: center;
}

.hero h1 {
    text-align: center;
}

.hero input[type="text"] {
    font-size: 1.2rem;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.hero button {
    background-color: #f54343;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
    border: none;
    cursor: pointer;
}

.hero button:hover {
    background-color: #fff;
    color: #333;
}

.services {
    background-color: #f7f7f7;
    padding: 50px 0;
}

.services h2 {
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.service {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.service img {
    border-radius: 50%;
}

.service h3 {
    margin-top: 20px;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.service p {
    margin-top: 20px;
    font-size: 1.2rem;
    text-align: center;
}





section#features {
    padding: 50px 0;
}

section#features .features h2 {
    margin-bottom: 30px;
    letter-spacing: 1px;
}

section#features .feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
}

section#features .feature i {
    font-size: 3rem;
    margin-bottom: 
}








section.features {
display: flex;
justify-content: space-between;
margin-top: 60px;
}

section.features .feature {
background-color: #ffffff;
border-radius: 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
flex-basis: calc(33.33% - 20px);
margin: 15px;
padding: 15px;
text-align: center;
}

section.features .feature i {
color: #ff5151;
font-size: 48px;
margin-bottom: 20px;
}

section.features .feature h2 {
color: #ff5151;
font-size: 24px;
margin-bottom: 20px;
}

section.features .feature p {
font-size: 16px;
line-height: 1.5;
margin-bottom: 20px;
}

/* Font Awesome Styles */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');





section h2{
    text-align:center;
    margin-top:50px;
    font-size:40px;
}


form {
    position: relative;
    width: 40%;
    margin: unset;
    padding: 20px 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f7f7f7;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="text"], input[type="email"], textarea {
    width: 90%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}
button {
    color: white;
    background-color: #ca416e;
    display: inline-block;
    padding: 40px;
    font-family: Arial;
    font-weight: 700;
    width: auto;
    font-size: 24px;
    align-self: center;
    font-style: normal;
    text-align: center;
    border-color: #ca416e;
    border-radius: 100px;
    border: 1px rgba(0,0,0,0) dashed;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}


/* ------- buttons ------ */

/* lighter red #dc4a4a, bright red #ff5151, redish pink #ee6e73, dark red #c73b3b */
/*
background: linear-gradient(to top, #dc4a4a, #ff5151);
*/

button, .btn-primary {
    display: inline-block;
    background: #dc4a4a;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    border: 1px #ede356 solid;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
}

button{
    font-size: 18px;
    cursor: pointer;
}

button:hover, .btn-primary:hover {
    background: #ff5151;
}

button:disabled,
button[disabled]{
    border: 1px solid #fff;
    background-color: #c7c7c7;
    color: #fff;
    cursor: default;
}





.services-02 h2, .services-02 h3{
  color: white;
}
div.hero h1{
  color: white;
}
section.hero h1{
  color: white;
}


section.hero {
  background-color: #ee6e73;
  background: linear-gradient(to bottom, #ee6e73, #fdd6d8);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

section.hero h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

section.hero p {
  font-size: 24px;
  margin-bottom: 40px;
}

section .cta-button {
  background-color: #333;
  border: none;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  font-size: 20px;
  padding: 15px 30px;
  text-decoration: none;
  transition: background-color 0.2s;
}

section .cta-button:hover {
  background-color: #ff9a9e;
}



div.cta{
    text-align:center;
}
.cta-button2 {
  background-color: #333;
  border: none;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  padding: 15px 30px;
  text-decoration: none;
  transition: background-color 0.2s;
}

.cta-button2:hover {
  background-color: #dd2f2f;
}


.circle{
    height:200px;
    width:200px;
    border-radius:100px;
    background: #ff5151; /* #e95555, #ee6e73, black */
    color:white;
    line-height: 200px;
    text-align:center;
}

.services-02 .circle{
    background: white;
    color: black;
}

.services-01{
    background-color: white; /* #ee6e73 */
}
.services-02{
    background: #ff5151; /* bright red */
    background: linear-gradient(to top, #dc4a4a, #ff5151);
    color: white;
    padding-bottom:100px;
    /* border:1px gray solid; */
}



.features_wrap{
    margin-top:50px;
    padding:20px;
}
.features_wrap section{
    margin-top:0;
}

logo{
    display:block;
    position:relative;
    min-width:100px;
    width:170px;
    margin:0 auto;
    border:0px white solid;
    color: white;
    text-align:center;
    clear:both;
    height:53px;
    padding-top:10px;
}
logo #logo_image{
    float:left;
}
logo #logo_text{
    font-size:20px;
    font-weight:bold;
    float:right;
    line-height:40px;
}

logo #logo_image img{
    width: auto;
    height: 41px;
}




#mobile_menu_outer_wrap ul {
    list-style-type: none;
    padding: 0;
}










/* ------- PAGES ------ */


/* Book Reader */

.chapters_nav{
position: relative;
display: block;
text-align: center;
}
.chapters_nav p{
    font-size:20px;
}
.chapters_nav button{
    margin-left:0px;
}
.chapters_nav button:first-child{
    margin-left:20px;
}



/* Library - Displaying Books */


      .books-layout{
          display: flex;
          flex-direction: row;
          justify-content: space-between;
      }
      .book-view{
          width:47%;
          border:1px gray solid;
          margin:5px;
          min-height:150px;
          border-radius: 10px;
          position:relative;
      }
      .book-view:hover{
          background:white;
          transition-duration: .25s;
      }
      .tooltip{
          
      }
      .book-image{
          width: 100%;
          height: auto;
          border: 1px gray solid;
          background-color: #d9d9d9;
          border-radius: 10px;
          border-bottom-right-radius:0px;
          border-bottom-left-radius:0px;
      }
      .book-view{
          position:relative;
      }
      .tooltip{
          display:none;
          position:absolute;
          top:0;
          left:0;
          width:100%;
          height:60%;
          background-color: #fff;
          border: 1px solid #000;
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);

      }
      .book-view:hover .tooltip{
          display:none;
          overflow:scroll;
      }
      .tooltip-content {
          padding: 10px;
      }

      .read-book{
          font-weight:bold;
          font-size:20px;
          margin-top:20px;
      }
      
      /* Library - List View */

      body.library .view_options{
          border:1px rgba(0,0,0,.1) solid;
          text-align:center;
          border-radius:15px;
          margin-top:20px;
          padding:10px;
      }
      body.library .view_options a.active button{
          border:1px black solid;
          background: gray;
      }
/* lighter red #dc4a4a, bright red #ff5151, redish pink #ee6e73, dark red #c73b3b */
/*
background: linear-gradient(to top, #dc4a4a, #ff5151);
*/
      body.library .book_list_rows, body.library .book_list_rows_category_list{
          border:0px gray solid;
          margin:2px;
          background: linear-gradient(to top, #dc4a4a, #ff5151);
          margin-top:30px;
          width:auto;
          padding:20px;
          text-align: center;
      }
      body.library .book_list_rows h1{
          color:white;
      }
      body.library .book_list_rows_category_list{
          text-align: unset;
      }
      body.library .book_list_rows_category_list h2{
          color:white;
      }
      body.library .book_list_rows_cateogry{
          text-align: center;
      }
      body.library .book_list_rows_cateogry h1{
          text-align: center;
          margin-top:50px;
          margin-bottom:20px;
      }
      body.library button{
          margin:10px;
      }
      body.library h1{
          margin-bottom:30px;
      }
      body.library .book-row{
          border:1px gray solid;
          margin:10px;
          padding:20px;
          border-radius:5px;
          position:relative;
          background-color:#fff;
      }
      body.library .book-row .book-row-inner{
          width:80%;
      }



      body.library .book-row .book-read div{
          position:absolute;
          top:0;
          right:0;
          height:74%;
          width:20%;
          border:1px gray solid;
          text-align:center;
          padding-top: 35px;
          background-color:#d9cb68;
          background:linear-gradient(to left, rgba(0,0,0,0.25), rgba(0,0,0,0));
      }
      body.library .book-row .book-read-words{
          font-size: 16px;
          padding-top:20%;
      }
      body.library .book-row .book-num{
          color: #a7a7a7;
      }
      body.library .book-row .book-title{
          margin-bottom:10px;
          font-weight:bold;
          margin-top:10px;
          font-size:20px;
      }
      body.library .book-row a.book-read{
          color:black;
      }
      body.library .book-row .book-subtitle{
          margin-left:30px;
      }
      body.library .checked_out_books{
          border:1px rgba(0,0,0,.1) solid;
          padding:20px;
          margin:20px;
          border-radius:20px;
      }







.response-output{
    display: block;
    font-size: 30px;
    text-align: left;
    margin-left:10%;
    margin-bottom:40px;
}


/* in a div after a form, display the small hiding number */
.response-output-total{
    font-size:12px;
    margin-top: 20px;
    margin-bottom: 40px;
    color:#cdcdcd;
}
div.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(199 59 59 / 70%);
  z-index: 2;
}






      /* BLOG Page */


/* BLOG LIST PAGE */

body.blog .page-box-row2{
    padding: 20px 100px;
}


.blog_post_list_group{
    /*border:1px gray solid;*/
    padding:0px;
    margin:0px;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.blog_post_group_row{
    position:relative;
    width:100%;
    /*border:2px red dashed;*/
    
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

a.blog_post_list_single{
    display: block;
    text-decoration: none;
    color: black;
    width: 47%;
    border: 1px gray solid;
    padding: 25px;
    margin-bottom: 20px;
    margin-left: 20px;
    border-radius: 10px;
    background: #ededed;
}
a.blog_post_list_single:hover{
    background-color:white;
}
.blog_post_list_image img{
    width:100%;
    height:auto;
}
.blog_title{
    font-weight:bold;
    margin-bottom:20px;
    text-align:center;
}
.blog_date{
    margin-bottom:20px;
    text-align:center;
}








      /* BOOK READER Page */

      body.book_reader .chapters_nav{
          border:1px rgba(0,0,0,.1) solid;
          padding:10px;
          width:300px;
          margin:0 auto;
          margin-top: 40px;
          margin-bottom: 40px;
          border-radius:20px;
      }
      body.book_reader .long-summary{
          display:none;
      }
      body.book_reader .long-summary-title{
          cursor:pointer;
          color:blue;
          margin-top:20px;
      }
      
      body.book_reader .toc_chapter{
          line-height:2;
      }

      body.book_reader .return_book, body.book_reader .check_out_book{
          border:0px gray solid;
          padding:20px;
          margin:20px;
      }




/* BLOG - SINGLE BLOG ENTRY */


.breadcrumbs{
    clear: both;
    width:90%;
    text-align:left;
    margin-left:0px;
    margin-top:0px;
    margin-bottom:50px;
    /*border:1px gray solid;*/
}

.blog_date1{
    margin-bottom:20px;
}

body.blog_entry .blog-image1 img{
    width:100%;
    height:auto;
    margin-bottom:10px;
    border:1px rgba(255,255,255,.01) solid;
}

body.blog_entry .heading-02{
    margin-bottom:10px;
}

body.blog_entry content{
    width: 80%;
    display: block;
    margin: 0 auto;
}

section{
    margin-top: 20px;
}




.blog-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

  a.blog_post_list_single{
      width:auto;
  }








.container{
    padding:0 20px;
}


body.home .features_wrap h1{
    text-align:center;  
}

body.home .services{
    padding-top: 1px;
}





/* styles that apply to all screen widths can go here */


/*1.	For mobile devices with a maximum width of 480px:*/
@media (min-width: 0px) and (max-width: 480px) {
/* Styles for mobile devices */

body{border:0px blue solid;}


form{width:80%;}



footer nav {
    background-color: #c73b3b; /* #333 */
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: unset;
}

footer nav ul li {
    margin-left: 20px;
}

footer nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}






body.home .features_wrap{
    display:none;
}

    header,.site_info_link{
        display:none;
    }
    #mobile_menu_outer_wrap {
        display:none;
        width: 100%;
    }
    #mobile_menu_wrap{
        position:relative;
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        width:100%;
        min-height:200px;
        border:0px gray solid;
        background: rgba(0,0,0,.8);
        background: #c73b3b;
        border-bottom:40px rgba(0,0,0,.6) solid;
        border-top:10px rgba(0,0,0,.6) solid;
    }
    #mobile_logo_wrap{ /* lighter red #dc4a4a, bright red #ff5151, redish pink #ee6e73, dark red #c73b3b */
        background: linear-gradient(to top, #dc4a4a, #ff5151);
        width: 100%;
        display:block;
        min-height: 60px;
    }
    a.site_info_link_mobile{
        color:white;
    }
    #mobile_logo{
        border: 0px gray solid;
        float: left;
        margin-left: 10px;
    }
    #mobile_logo img{
        width: 80px;
        height: auto;
        margin-top: 4px;
    }
    #mobile_site_text{
        color:white;
        float: left;
        margin-top: 4px;
        margin-left: 10px;
        font-size: 30px;
    }
    #mobile_site_text a{
        text-decoration:none;
        font-weight:bold;
    }
    .mobile_menu_icon{
        border:0px gray solid;
        height:60px;
        width:30%;
        text-align:left;
        padding-top:10px;
        padding-left:25px;
        margin-bottom:0px;
        float: left;
    }
    #mobile_menu{
        border:0px gray solid;
        width:100%;
        min-height:200px;
        margin-bottom: 50px;
    }
    #mobile_menu a{
        font-size: 24px;
        display: block;
        padding: 10px 10px 10px 40px;
        border-top: 1px black solid;
        margin-top: 2px;
        color:white;
        background: #ff5151;
        font-weight:600;
        text-decoration:none;
    }
    #mobile_menu .active a{
        background: #dc4a4a;
        color:white;
    }
    #mobile_menu a:hover{
        background: #c73b3b;
        color:white;
        font-weight:600;
    }

/* ------------------------------- */

    .menu_icon_container {
      display: inline-block;
      cursor: pointer;
    }

    .bar1, .bar2, .bar3 {
      width: 35px;
      height: 5px;
      background-color: #000;
      margin: 6px 0;
      transition: 0.4s;
    }

    /* Rotate first bar */
    .change .bar1 {
      transform: translate(0, 11px) rotate(-45deg);
    }

    /* Fade out the second bar */
    .change .bar2 {opacity: 0;}

    /* Rotate last bar */
    .change .bar3 {
      transform: translate(0, -11px) rotate(45deg);
    }


  .blog-grid-container {
    grid-template-columns: 1fr;
  }
  a.blog_post_list_single{
      width:auto;
  }


}





/*2.	For small tablets with a maximum width of 768px:*/
@media (min-width: 481px) and (max-width: 768px) {
/* Styles for small tablets */

body{border:0px green solid;}


form{width:80%;}


footer nav {
    background-color: #c73b3b; /* #333 */
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: unset;
}

footer nav ul li {
    margin-left: 20px;
}

footer nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}




body.home .features_wrap{
    display:none;
}

    header,.site_info_link{
        display:none;
    }
    #mobile_menu_outer_wrap{
        display:none;
        width: 100%;
    }
    #mobile_menu_wrap{
        position:relative;
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        width:100%;
        min-height:200px;
        border:0px gray solid;
        background: rgba(0,0,0,.8);
        background: #c73b3b;
        border-bottom:40px rgba(0,0,0,.6) solid;
        border-top:10px rgba(0,0,0,.6) solid;
    }
    #mobile_logo_wrap{
        background: linear-gradient(to top, #dc4a4a, #ff5151);
        width: 100%;
        display:block;
        min-height: 60px;
    }
    a.site_info_link_mobile{
        color:white;
    }
    #mobile_logo{
        border: 0px gray solid;
        float: left;
        margin-left: 10px;
    }
    #mobile_logo img{
        width: 80px;
        height: auto;
        margin-top: 4px;
    }
    #mobile_site_text{
        color:white;
        float: left;
        margin-top: 4px;
        margin-left: 10px;
        font-size: 30px;
    }
    #mobile_site_text a{
        text-decoration:none;
        font-weight:bold;
    }
    .mobile_menu_icon{
        border:0px gray solid;
        height:60px;
        width:30%;
        text-align:left;
        padding-top:10px;
        padding-left:25px;
        margin-bottom:0px;
        float: left;
    }
    #mobile_menu{
        border:0px gray solid;
        width:100%;
        min-height:200px;
        margin-bottom: 50px;
    }
    #mobile_menu a{
        font-size: 24px;
        display: block;
        padding: 10px 10px 10px 40px;
        border-top: 1px black solid;
        margin-top: 2px;
        color:white;
        background: #ff5151;
        font-weight:600;
        text-decoration:none;
    }
    #mobile_menu .active a{
        background: #c73b3b;
        color:white;
    }
    #mobile_menu a:hover{
        background: #c73b3b;
        color:white;
        font-weight:600;
    }

/* ------------------------------- */

    .menu_icon_container {
      display: inline-block;
      cursor: pointer;
    }

    .bar1, .bar2, .bar3 {
      width: 35px;
      height: 5px;
      background-color: #000;
      margin: 6px 0;
      transition: 0.4s;
    }

    /* Rotate first bar */
    .change .bar1 {
      transform: translate(0, 11px) rotate(-45deg);
    }

    /* Fade out the second bar */
    .change .bar2 {opacity: 0;}

    /* Rotate last bar */
    .change .bar3 {
      transform: translate(0, -11px) rotate(45deg);
    }


  .blog-grid-container {
    grid-template-columns: 1fr;
  }
  a.blog_post_list_single{
      width:auto;
  }


}





/*3.	For tablets with a maximum width of 992px:*/
@media (min-width: 768px) and (max-width: 992px) {
/* Styles for tablets */
body{border:0px yellow solid;}

/* ------------------------------- */






    header,.site_info_link{
        display:none;
    }

    #mobile_menu_outer_wrap{
        display:none;
        width: 100%;
    }
    #mobile_menu_wrap{
        position:relative;
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        width:100%;
        min-height:200px;
        border:0px gray solid;
        background: rgba(0,0,0,.8);
        background: #c73b3b;
        border-bottom:40px rgba(0,0,0,.6) solid;
        border-top:10px rgba(0,0,0,.6) solid;
    }
    #mobile_logo_wrap{
        background: linear-gradient(to top, #dc4a4a, #ff5151);
        width: 100%;
        display:block;
        min-height: 60px;
        position:relative;
    }
    a.site_info_link_mobile{
        color:white;
    }
    #mobile_logo{
        border: 0px gray solid;
        float: left;
        margin-left: 10px;
    }
    #mobile_logo img{
        width: 80px;
        height: auto;
        margin-top: 4px;
    }
    #mobile_site_text{
        color:white;
        float: left;
        margin-top: 4px;
        margin-left: 10px;
        font-size: 30px;
    }
    #mobile_site_text a{
        text-decoration:none;
        font-weight:bold;
    }
    .mobile_menu_icon{
        border:0px gray solid;
        height:60px;
        width:35%;
        text-align:left;
        padding-top:10px;
        padding-left:25px;
        margin-bottom:0px;
        float: left;
    }
    #mobile_menu{
        border:0px gray solid;
        width:100%;
        min-height:200px;
        margin-bottom: 50px;
    }
    #mobile_menu a{
        font-size: 24px;
        display: block;
        padding: 10px 10px 10px 40px;
        border-top: 1px black solid;
        margin-top: 2px;
        color:white;
        background: #ff5151;
        font-weight:600;
        text-decoration:none;
    }
    #mobile_menu .active a{
        background: #c73b3b;
        color:white;
    }
    #mobile_menu a:hover{
        background: #c73b3b;
        color:white;
        font-weight:600;
    }

/* ------------------------------- */

    .menu_icon_container {
      display: inline-block;
      cursor: pointer;
    }

    .bar1, .bar2, .bar3 {
      width: 35px;
      height: 5px;
      background-color: #000;
      margin: 6px 0;
      transition: 0.4s;
    }

    /* Rotate first bar */
    .change .bar1 {
      transform: translate(0, 11px) rotate(-45deg);
    }

    /* Fade out the second bar */
    .change .bar2 {opacity: 0;}

    /* Rotate last bar */
    .change .bar3 {
      transform: translate(0, -11px) rotate(45deg);
    }

.blog-grid-container {
  grid-template-columns: repeat(2, 1fr);
}
  a.blog_post_list_single{
      width:auto;
  }


}


/*4.	For laptops and desktops with a maximum width of 1200px:*/
@media (min-width: 990px) and (max-width: 1200px) {
/* Styles for laptops and desktops */
body{border:0px orange solid;}


.blog-grid-container {
  grid-template-columns: repeat(2, 1fr);
}

    header,.site_info_link{
        display:block;
    }
    #mobile_menu_outer_wrap, #mobile_logo_wrap{
        display:none;
    }


} 


/*5.	For large screens with a minimum width of 1201px:*/
@media (min-width: 1201px) {
/* Styles for large screens */ /* copy and paste the styles that apply to the largest screen size into the media query for screens over 1201px. */

body{border:0px red solid;}

    header,.site_info_link{
        display:block;
    }
    #mobile_menu_outer_wrap, #mobile_logo_wrap{
        display:none;
    }
    

}



