
@import url('../css/fonts.css');


html, body{
    margin: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
}

:root{

    /*      Theme colors        */
    --text-gray: #455a64;/*#3f4954;*/
    --text-light : #686666da;
    --bg-color: #0f0f0f;
    --white: #ffffff;
    --midnight: #ff3d00;

    /* gradient color   */
    --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);

    /*      theme font-family   */
    --Abel: 'Abel', cursive;
    --Anton: 'Anton', cursive;
    --Josefin : 'Josefin', cursive;
    --Lexend: 'Lexend', cursive;
    --Livvic : 'Livvic', cursive;
    --Quattrocento: 'Quattrocento', cursive;
}


/* ---------------- Global Classes ---------------*/

a{
    text-decoration: none;
    color: var(--text-gray);
}

.flex-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul{
    list-style-type: none;
}

h1{
    font-family: var(--Lexend);
    font-size: 2.5rem;
}

.intro-text{
  font-family: var(--Lexend);
  font-size: 2.5rem;
  background: #eee;
  z-index: 9999;
  display: inline;

}

h2{
    font-family: var(--Lexend);
}

h3{
    font-family: var(--Abel);
    font-size: 1.3rem;
}

button.btn{
    border: none;
    border-radius: 2rem;
    padding: 1rem 3rem;
    font-size: 1rem;
    font-family: var(--Livvic);
    cursor: pointer;
}

span{
    font-family: var(--Abel);
}

.container{
    margin: 0 5vw;
}

.text-gray{
    color: var(--text-gray);
}

p{
    font-family: var(--Lexend);
    color: var(--text-light);
}

/* ------x------- Global Classes -------x-------*/

/* --------------- navbar ----------------- */

.nav{
    background: white;
    padding: 0 2rem;
    height: 0rem;
    min-height: 10vh;
    overflow: hidden;
    transition: height 1s ease-in-out;
}

.nav .nav-menu{
    justify-content: space-between;
}

.nav .toggle-collapse{
    position: absolute;
    top: 0%;
    width: 90%;
    cursor: pointer;
    display: none;
}

.nav .toggle-collapse .toggle-icons{
    display: flex;
    justify-content: flex-end;
    padding: 1.7rem 0;
}

.nav .toggle-collapse .toggle-icons i{
    font-size: 1.4rem;
    color: var(--text-gray);
}

.collapse{
    height: 30rem;
}

.nav .nav-items{
    display: flex;
    margin: 0;
}

.nav .nav-items .nav-link{
    padding: 1.6rem 1rem;
    font-size: 1.1rem;
    position: relative;
    font-family: var(--Abel);
    font-size: 1.1rem;
}

.nav .nav-items .nav-link:hover{
    background-color: var(--midnight);
}

.nav .nav-items .nav-link:hover a{
    color: var(--white);
}

.nav .nav-brand a{
    font-size: 1.6rem;
    padding: 1rem 0;
    display: block;
    font-family: var(--Lexend);
    font-size: 1.6rem;
    /* margin-left: 76px; */
}

.nav .social{
    padding: 1.4rem 0
}

.nav .social i{
    padding: 0 .2rem;
}

.nav .social i:hover{
    color: #a1c4cf;
}

/* -------x------- navbar ---------x------- */


/* ----------------- Main Content----------- */

/* --------------- Site title ---------------- */

main .site-title{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../assets/ogor_main.jpg');
    background-size: cover;
    height: 80vh;
    display: flex;
    justify-content: center;
    background-position: center;
    background-attachment: fixed;
}

main .site-title .site-background{
    padding-top: 10rem;
    text-align: center;
    color: var(--white);
}

main .site-title h1, h3{
    margin: .3rem;
}

main .site-title .btn{
    margin: 1.8rem;
    /*background: var(--sky);*/
    background-color: #ff3d00;;
    color: white;
}

main .site-title .btn:hover{
    background: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}


.main-post {
  width: 960px !important;
  height:600px !important;
}
/* --------x------ Site title --------x------- */

/* --------------- Blog Carousel ------------ */

main .blog{
    background: url('../assets/Abract01.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 100vh;
    width: 100%;
    background-size: 65%;
}

main .blog .blog-post{
    padding-top: 6rem;
}

main .blog-post .blog-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: 3rem 2rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

main .blog-content .blog-title{
    padding: 2rem 0;
}

main .blog-content .btn-blog{
    padding: .7rem 2rem;
    background: var(--sky);
    margin: .5rem;
}

main .blog-content span{
    display: block;
}

section .container .owl-nav{
    position: absolute;
    top: 0%;
    margin: 0 auto;
    width: 100%;
}

.section-main{
  padding-left: 110px;
  padding-right: 110px;
  /* padding-top: 60px;
  padding-bottom: 60px; */
}

.owl-nav .owl-prev .owl-nav-prev,
.owl-nav .owl-next .owl-nav-next{
    /*color: var(--text-gray);*/
    color: #1565C0;
    background: transparent;
    font-size: 2rem;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: var(--midnight);
}

.owl-theme .owl-nav [class*='owl-']{
    outline: none;
}

/* --------------- comment alert messages -----*/
.success-comment-message{
  font-size: 16px;
  color:#3c763d;
  padding: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-top: 20px;
  margin-bottom: 60px;

}

.failure-comment-message{
  font-size: 16px;
  color:#c42f28;
  padding: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-top: 20px;
  margin-bottom: 60px;

}

.comment-success-message-section{
  background-color: #dff0d8;
  height: 50px;
  border-radius: 1%;
  width: 76%;
  margin-left: 27px;
}

.comment-failure-message-section{
  background-color: #ecd3d1;
  height: 50px;
  border-radius: 1%;
  width: 28%;
  margin-left: 27px;
}

/* -------x------- Blog Carousel -----x------ */

/* ---------------- Site Content ----------------*/

main .site-content{
    display: grid;
    grid-template-columns: 70% 30%;
}

main .post-content{
    width: 100%;

}

main .site-content .post-content > .post-image, .post-title{
    padding: 1rem 2rem;
    position: relative;
}

main .site-content .post-content > .post-image .post-info{
    background: #90a4ae;
    padding: 1rem;
    position: absolute;
    bottom: 0%;
    left: 20vw;
    border-radius: 3rem;
}

main .site-content .post-content > .post-image > div{
    overflow: hidden;
}

main .site-content .post-content > .post-image .img{
    width: 100%;
    transition: all 1s ease;
    height: 540px;
}

.post-img{
  margin-left: auto;
  margin-right: auto;
  width: 50%;

  transition: all 1s ease;
}

main .site-content .post-content > .post-image .img:hover{
    transform: scale(1.3);
}

main .site-content .post-content > .post-image-full-post .img:hover{
    transform: scale(1.0) !important;
}
main .site-content .post-content > .post-image .post-info span{
    margin: 0 .5rem;
}

main .post-content .post-title a{
    font-family: var(--Anton);
    font-size: 1.5rem;
}

.site-content .post-content .post-title .post-btn{
    border-radius: 0;
    padding: .7rem 1.5rem;
    /*background: var(--sky);*/
    background: #ff3d00;
    color: #fff;
    float: right;
}

.main-post-text{
  var(--Lexend);
  color: var(--text-light) !important;
  font-size: 16px !important;
}
.profile-pic{
  margin-left: -143px;
  margin-top: 81px;
  width:130px;
	height:130px;
	border-radius: 50%;
	box-shadow: 2px 0 2px 0 gray;
  display: inline;
  position: absolute;

}

.author-name{
  position: absolute;
  margin-left: 200px;
  font-size: 24px;
  font-weight: bold;
  font-family: var(--Anton);
  width: 100%;
  padding: 0;
}

.commenter-pic{
  margin-left: 1px;
  margin-top: 7px;
  width:40px;
	height:40px;
	border-radius: 50%;
	box-shadow: 2px 0 2px 0 gray;
  display: inline;
  position: absolute;

}

.commenter-name{
  position: absolute;
  margin-left: 66px;
  font-size: 19px;
  font-weight: bold;
  font-family: var(--Anton);
  width: 100%;
  padding: 0;
  margin-top: 3px;
}
.comment-text{
  width: 75%;
  text-align: justify;
  margin-left: 66px;
  margin-top: 10px;
  font-size: 14px;
}

.comment-date{
  width: 75%;
  text-align: justify;
  margin-left: 165px;
  margin-top: 15px;
  font-size: 14px;
}

.comment-btn{
  border: none;
  border-radius: 0;
  padding: 1rem 3rem;
  font-size: 1rem;
  font-family: var(--Livvic);
  cursor: pointer;
  margin: 1rem 0;
  background: var(--sky);
}
.comment-btn:hover{
    background: #1E88E5;
}

.comment-text-section{
  width: 32% !important;
  height: 1.9rem !important;
  padding: .3rem .5rem !important;
  font-family: var(--Lexend) !important;
  font-size: 1rem !important;
}

form{
  background: #bfb6b61f;
  padding: 15px;
}

textarea{
    width: 60%;
}
.profile-text{
  width: 70%;
  text-align: justify;
  margin-left: 26%;
  margin-top: 67px;
  font-size: 15px;
}

.continue-reading-bio{
  font-size: 16px  !important;
}

.profile-christian-text{
  width: 100%;
  text-align: justify;
  margin-top: 40px;
  font-size: 15px;
}

.profile{
  background-color: #bfb6b61f;
}

.post-hr{
  margin-top: 41px;
}
.comment-hr{
  /*background-color: #cfd8dc !important;*/
  border-bottom: 1px solid #fafafa !important;
  width: 82%;
  margin-left: 4px;
}

.post-date{
  font-family: var(--Anton);
  font-size: 1.1rem;
  text-decoration: none;
  color: var(--text-gray);

  margin-top: -30px;
  margin-left: 80%;
}

.hint-post-next{
  font-family: var(--Anton);
  font-size: 1.1rem;
  text-decoration: none;
  color: var(--text-gray);


  margin-top: -62px;
  margin-left:89%;
  cursor: pointer;
}

.hint-post-prev{
  font-family: var(--Anton);
  font-size: 1.1rem;
  text-decoration: none;
  color: var(--text-gray);

  margin-top: 0px;
  margin-left: 3%;
}

.hint-post-title{
  font-family: var(--Anton);
  font-size: 1.1rem;
  text-decoration: none;
  color: #757575;


}

.hint-post-title-right{
  font-family: var(--Anton);
  font-size: 1.1rem;
  text-decoration: none;
  color: #757575;
  margin-top: -146px;
margin-left: 79%;
cursor: pointer;
}

.hint-post-title-left{
  font-family: var(--Anton);
  font-size: 1.1rem;
  text-decoration: none;
  color: #757575;
  margin-top: 0px;
  margin-left: 3%;
  cursor: pointer;
}


.hint-post-img-left{
   margin-left: 14px;
   cursor: pointer;
   width:150px;
   height:100px;
}

.hint-post-img-right{
    margin-left: 80%;
    margin-top: -1px;
    margin-bottom: 17px;
    cursor: pointer;
    height: 100px;
    width: 150px;
  }
}

.post-hint{
  background-color: #bfb6b61f;
}
.privacy-policy{
  width: 73% !important;
  font-size: 15px !important;
  color: #b0bec5;

}

.privacy-policy-link{
  width: 73% !important;
  font-size: 15px !important;
  color: #90a4ae;

}


.site-content .pagination{
    justify-content: center;
    color: var(--text-gray);
    margin: 4rem 0;
}

.site-content .pagination a{
    padding: .6rem .9rem;
    border-radius: 2rem;
    margin: 0 .3rem;
    font-family: var(--Lexend);
}

.site-content .pagination .pages{
    background: var(--text-gray);
    color: var(--white);
}

/* -------x-------- Site Content --------x-------*/


/* --------------- Sidebar ----------------------- */

.site-content > .sidebar .category-list{
    font-family: var(--Livvic);
}

.site-content > .sidebar .category-list .list-items{
    /* background: var(--sky); */
    background: #cfd8dc;
    padding: .4rem 1rem;
    margin: .8rem 0;
    border-radius: 3rem;
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.site-content > .sidebar .category-list .list-items a{
    color:  black;
}

.site-content .sidebar .popular-post .post-content{
    padding: 1rem 0;
}

.site-content .sidebar .popular-post h2{
    padding-top: 8rem;
}

.site-content .sidebar .popular-post .post-info{
    padding: .4rem .1rem !important;
    bottom: 0rem !important;
    left: 1.5rem !important;
    border-radius: 0rem !important;
    background: white !important;
}

.site-content .sidebar .popular-post .post-title a{
    font-size: 1rem;
}

.site-content .sidebar .newsletter{
    padding-top: 3rem;
}

.site-content .sidebar .newsletter .form-element{
    padding: .5rem 2rem;
}

.site-content .sidebar .newsletter .input-element{
    width: 80%;
    height: 1.9rem;
    padding: .3rem .5rem;
    font-family: var(--Lexend);
    font-size: 1rem;
}

.site-content .sidebar .newsletter .form-btn{
    border-radius: 0;
    padding: .8rem 32%;
    margin: 1rem 0;
    /* background: var(--sky); */
    background: #90a4ae;
}


.site-content .sidebar .popular-tags{
    padding: 3rem 0;
}

.site-content .sidebar .popular-tags .tags .tag{
    background: var(--sky);
    padding: .4rem 1rem;
    border-radius: 3rem;
    margin: .4rem .6rem;
}

.popular-img{
  width: 340px !important;
  height: 185px !important;
  cursor: pointer;
}
.img-post{
  width: 100%;
  height: 580px;
}
/* -------x------- Sidebar -----------x----------- */

/* ---------x------- Main Content -----x----- */


/* slider begins here */
.mySlides {display: none;}
/* img {vertical-align: middle;} */

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/* end of slider */

/* ----------------- Footer --------------------- */

footer.footer{
    height: 100%;
    background: var(--bg-color);
    position: relative;
}

footer.footer .container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

footer.footer .container > div{
    flex-grow: 1;
    flex-basis: 0;
    padding: 3rem .9rem;
}

footer.footer .container h2{
    color: var(--white);
}

footer.footer .newsletter .form-element{
    background: black;
    display: inline-block;
}

footer.footer .newsletter .form-element input{
    padding: .5rem .7rem;
    border: none;
    background: transparent;
    color: white;
    font-family: var(--Josefin);
    font-size: 1rem;
    width: 93%;
}

footer.footer .newsletter .form-element span{
    background: var(--sky);
    padding: .5rem .7rem;
    cursor: pointer;
}

footer.footer .instagram div > img{
    display: inline-block;
    width: 25%;
    height: 50%;
    margin: .3rem .4rem;
}

footer.footer .follow div i{
    color: var(--white);
    padding: 0 .4rem;
}

footer.footer .rights{
    justify-content: center;
    font-family: var(--Josefin);
}

footer.footer .rights h4 a{
    color: var(--white);
}

footer.footer .move-up{
    position: absolute;
    right: 6%;
    top: 50%;
}

footer.footer .move-up span{
    color: var(--midnight);
}

footer.footer .move-up span:hover{
    color: var(--white);
    cursor: pointer;
}

.platforms{

}
.about-us{
}

.img-steps{
display: inline;
 padding: 10px;
 /*margin-top: -25px;*/
 width:300px;
 height:200px;
}

.fa-chevron-right{
  cursor: pointer;
}

.subscribe-btn{
  border: none;
  padding: 1rem 3rem;
  font-size: 1rem;
  font-family: var(--Livvic) !important;
  cursor: pointer;
  background: #90a4ae;
  width: 100%;
  margin-top: 7px !important;
}

.subscribe-email-text{
  width: 100%;
}

.subscribe-thanks-text{
  /*margin-left: 10px;*/
}

 .newsletter-tab{

 }

 .gallery{
    }
 .social{
    }
/* ---------x------- Footer ----------x---------- */

/*              Viewport less then or equal to 1130px            */

@media only screen and (max-width: 1130px){
    .site-content .post-content > .post-image .post-info{
        left: 2rem !important;
        bottom: 1.2rem !important;
        border-radius: 0% !important;
    }

    .site-content .sidebar .popular-post .post-info{
        display: none !important;
    }

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

}

/*      x       Viewport less then or equal to 1130px    x     */


/*              Viewport less then or equal to 1022px            */

@media only screen and (max-width: 1022px){
    .site-content .post-content > .post-image .post-info{
        left: 2rem !important;
        bottom: 1.2rem !important;
        border-radius: 0% !important;
    }

    .site-content .sidebar .popular-post .post-info{
        display: none !important;
    }

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

}

@media only screen and (max-width: 800px){
    .nav .nav-menu, .nav .nav-items{
        flex-direction: column;
    }

    .nav .toggle-collapse{
        display: initial;
    }

    main .site-content{
        grid-template-columns: 100%;
    }

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

}


@media only screen and (max-width: 750px){
    .nav .nav-menu, .nav .nav-items{
        flex-direction: column;
    }

    .nav .toggle-collapse{
        display: initial;
    }

    main .site-content{
        grid-template-columns: 100%;
    }

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

}


/*        x      Viewport less then or equal to 750px       x     */

/*        x      Viewport less then or equal to 730px       x     */
@media only screen and (max-width: 730px){
    /* body {
      background-color: orange;
    } */
    h1{  font-family: var(--Lexend);
      font-size: 2.0rem;
    }
    main .blog{
        height: 125vh;
    }

    .main-post {
        width: 664px !important;
        height: 345px !important;
    }

    .site-content .post-content > .post-image .post-info{
        display: none;
    }

    .img-post{
      height: 396px;
    }

    footer.footer .container > div{
        padding:  1rem .9rem !important;
    }

    footer .rights{
        padding: 0 1.4rem;
        text-align: center;
    }

    nav .toggle-collapse{
        width: 80% !important;
    }

    .author-name{
      position: absolute;
      font-size: 22px;
      font-weight: bold;
      font-family: var(--Anton);
      width: 100%;
      padding: 0;
      margin-left: 160px;
  }

  .profile-text {
    text-align: justify;
    margin-left: 28%;
    margin-top: 67px;
    font-size: 13px;
    width: 58%;
}

  .profile-pic{
    margin-top: 119px;
    height: 111px;
    width: 111px;
    margin-left: -150px;
  }

  .profile{
    padding: 5px;
  }

  .commenter-pic{
    margin-left: 20px;
    margin-top: 30px;
    width:40px;
  	height:40px;
  	border-radius: 50%;
  	box-shadow: 2px 0 2px 0 gray;
    display: inline;
    position: absolute;
  }

  .commenter-name{
    position: absolute;
    margin-left: 21px;
    font-size: 18px;
    font-weight: bold;
    font-family: var(--Anton);
    width: 100%;
    padding: 0;
  }

  .comment-text{
    width: 70%;
    margin-left: 26%;
    margin-top: 20px;
    text-align: left;
    font-size: 13px;
  }

.comment-text-section{
    width: 95% !important;
    height: 1.9rem !important;
    padding: .3rem .5rem !important;
    font-family: var(--Lexend) !important;
    font-size: 1rem !important;

  }

textarea{
  width: 97%;
}
  .profile-christian-text{
    width: 100%;
    text-align: justify;
    margin-top: 10px;
    font-size: 14px;
  }

.main-post-text{
    font-size: 14px !important;
    text-align: justify;
  }

  .privacy-policy{
    width: 100% !important;
    font-size: 13px !important;
  }

  .privacy-policy-link{
    width: 100% !important;
    font-size: 13px !important;

  }

  .platforms{
    margin-left: 0px;
    width: 80%;
  }

  .post-img{
    height: 396px;

  }

  main .site-content .post-content > .post-image .img{
      width: 100%;
      height: 250px;
  }

  .hint-post-title-left {
    margin-top: -341px;
    margin-left: 32%;
  }

p {
    font-family: var(--Lexend);
    color: var(--text-light);
}

  .hint-post-prev {
    margin-left: 33%;
    margin-bottom: -19px;
  }

  .hint-post-next {
      margin-top: 292px !important;
      margin-left: 35%;
  }

  .hint-post-title-right {
    margin-top: 103px;
    margin-left: 30%;
  }

  .hint-post-img-left {
    margin-left: 67px;
    width: 253px;
    height: 165px;
  }

  .hint-post-img-right {
    margin-left: 18%;
    margin-top: -6px;
    margin-bottom: 17px;
    height: 165px;
    width: 253px;
  }
  .hint-post-img-left {
    margin-left: 67px;
    width: 253px;
    height: 165px;
  }

  a {
    text-decoration: none;
    color: var(--text-gray);
    font-size: 14px;
  }
}/*end media screen size 600px*/

/*              Viewport less then or equal to 600px            */
/*              Viewport less then or equal to 646px            */

@media only screen and (max-width: 646px){
    /* body {
      background-color: orange;
    } */
    h1{  font-family: var(--Lexend);
      font-size: 2.0rem;
    }
    main .blog{
        height: 125vh;
    }
    .main-post {
      width: 577px !important;
      height: 341px !important;
    }
    .site-content .post-content > .post-image .post-info{
        display: none;
    }

    .img-post{
      height: 396px;
    }

    footer.footer .container > div{
        padding:  1rem .9rem !important;
    }

    footer .rights{
        padding: 0 1.4rem;
        text-align: center;
    }

    nav .toggle-collapse{
        width: 80% !important;
    }

    .author-name{
      position: absolute;
      font-size: 22px;
      font-weight: bold;
      font-family: var(--Anton);
      width: 100%;
      padding: 0;
      margin-left: 160px;
  }

  .profile-text {
    text-align: justify;
    margin-left: 28%;
    margin-top: 67px;
    font-size: 13px;
    width: 58%;
}

  .profile-pic{
    margin-top: 119px;
    height: 111px;
    width: 111px;
    margin-left: -150px;
  }

  .profile{
    padding: 5px;
  }

  .commenter-pic{
    margin-left: 20px;
    margin-top: 30px;
    width:40px;
  	height:40px;
  	border-radius: 50%;
  	box-shadow: 2px 0 2px 0 gray;
    display: inline;
    position: absolute;
  }

  .commenter-name{
    position: absolute;
    margin-left: 21px;
    font-size: 18px;
    font-weight: bold;
    font-family: var(--Anton);
    width: 100%;
    padding: 0;
  }

  .comment-text{
    width: 70%;
    margin-left: 26%;
    margin-top: 20px;
    text-align: left;
    font-size: 13px;
  }

.comment-text-section{
    width: 95% !important;
    height: 1.9rem !important;
    padding: .3rem .5rem !important;
    font-family: var(--Lexend) !important;
    font-size: 1rem !important;

  }

textarea{
  width: 97%;
}
  .profile-christian-text{
    width: 100%;
    text-align: justify;
    margin-top: 10px;
    font-size: 14px;
  }

.main-post-text{
    font-size: 14px !important;
    text-align: justify;
  }

  .privacy-policy{
    width: 100% !important;
    font-size: 13px !important;
  }

  .privacy-policy-link{
    width: 100% !important;
    font-size: 13px !important;

  }

  .platforms{
    margin-left: 0px;
    width: 80%;
  }

  .post-img{
    height: 396px;

  }

  main .site-content .post-content > .post-image .img{
      width: 100%;
      height: 250px;
  }

  .hint-post-title-left {
    margin-top: -341px;
    margin-left: 32%;
  }

p {
    font-family: var(--Lexend);
    color: var(--text-light);
}

  .hint-post-prev {
    margin-left: 33%;
    margin-bottom: -19px;
  }

  .hint-post-next {
      margin-top: 292px !important;
      margin-left: 35%;
  }

  .hint-post-title-right {
    margin-top: 103px;
    margin-left: 30%;
  }

  .hint-post-img-left {
    margin-left: 67px;
    width: 253px;
    height: 165px;
  }

  .hint-post-img-right {
    margin-left: 18%;
    margin-top: -6px;
    margin-bottom: 17px;
    height: 165px;
    width: 253px;
  }
  .hint-post-img-left {
    margin-left: 67px;
    width: 253px;
    height: 165px;
  }

  a {
    text-decoration: none;
    color: var(--text-gray);
    font-size: 14px;
  }
}/*end media screen size 600px*/

/*              Viewport less then or equal to 600px            */


/*              Viewport less then or equal to 520px            */

@media only screen and (max-width: 520px){
    h1{  font-family: var(--Lexend);
      font-size: 2.0rem;
    }
    main .blog{
        height: 125vh;
    }
    .main-post {
      width: 459px !important;
      height: 245px !important;
    }
    .site-content .post-content > .post-image .post-info{
        display: none;
    }

    .img-post{
      height: 396px;
    }

    footer.footer .container > div{
        padding:  1rem .9rem !important;
    }

    footer .rights{
        padding: 0 1.4rem;
        text-align: center;
    }

    nav .toggle-collapse{
        width: 80% !important;
    }

    .author-name{
      position: absolute;
      font-size: 22px;
      font-weight: bold;
      font-family: var(--Anton);
      width: 100%;
      padding: 0;
      margin-left: 160px;
  }

  .profile-text {
    text-align: justify;
    margin-left: 35%;
    margin-top: 67px;
    font-size: 13px;
    width: 58%;
}

  .profile-pic{
    margin-top: 119px;
    height: 111px;
    width: 111px;
    margin-left: -150px;
  }

  .profile{
    padding: 5px;
  }

  .commenter-pic{
    margin-left: 20px;
    margin-top: 30px;
    width:40px;
  	height:40px;
  	border-radius: 50%;
  	box-shadow: 2px 0 2px 0 gray;
    display: inline;
    position: absolute;
  }

  .commenter-name{
    position: absolute;
    margin-left: 21px;
    font-size: 18px;
    font-weight: bold;
    font-family: var(--Anton);
    width: 100%;
    padding: 0;
  }

  .comment-text{
    width: 70%;
    margin-left: 26%;
    margin-top: 20px;
    text-align: left;
    font-size: 13px;
  }

.comment-text-section{
    width: 95% !important;
    height: 1.9rem !important;
    padding: .3rem .5rem !important;
    font-family: var(--Lexend) !important;
    font-size: 1rem !important;

  }

textarea{
  width: 97%;
}
  .profile-christian-text{
    width: 100%;
    text-align: justify;
    margin-top: 10px;
    font-size: 14px;
  }

.main-post-text{
    font-size: 14px !important;
    text-align: justify;
  }

  .privacy-policy{
    width: 100% !important;
    font-size: 13px !important;
  }

  .privacy-policy-link{
    width: 100% !important;
    font-size: 13px !important;

  }

  .platforms{
    margin-left: 0px;
    width: 80%;
  }

  .post-img{
    height: 396px;

  }

  main .site-content .post-content > .post-image .img{
      width: 100%;
      height: 199px;
  }

  .hint-post-title-left {
    margin-top: -341px;
    margin-left: 32%;
  }

p {
    font-family: var(--Lexend);
    color: var(--text-light);
}

  .hint-post-prev {
    margin-left: 33%;
    margin-bottom: -19px;
  }

  .hint-post-next {
      margin-top: 292px !important;
      margin-left: 35%;
  }

  .hint-post-title-right {
    margin-top: 103px;
    margin-left: 30%;
  }

  .hint-post-img-left {
    margin-left: 67px;
    width: 253px;
    height: 165px;
  }

  .hint-post-img-right {
    margin-left: 18%;
    margin-top: -6px;
    margin-bottom: 17px;
    height: 165px;
    width: 253px;
  }
  .hint-post-img-left {
    margin-left: 67px;
    width: 253px;
    height: 165px;
  }

  a {
    text-decoration: none;
    color: var(--text-gray);
    font-size: 14px;
  }
}/*end media screen size 520px*/


/*        x      Viewport less then or equal to 520px       x     */
/*  viewport 480px  */
@media only screen and (max-width: 480px){
  h1{  font-family: var(--Lexend);
    font-size: 2.0rem;
  }
  .commenter-pic{
  margin-top: 32px;
}
  .post-date {
    margin-top: 6px;
    margin-left: 0%;
  }

  main .site-content .post-content > .post-image .img{
      width: 100%;
      height: 217px;
  }

  .main-post {
    width: 100% !important;
      /*width: 429px !important;*/
      height: 245px !important;
  }
}


/*  viewport 370px  */
@media only screen and (max-width: 379px){
  h1{  font-family: var(--Lexend);
    font-size: 1.5rem;
  }
  .popular-img {
    width: 336px !important;
    height: 169px !important;
    cursor: pointer;
  }

  .main-post {
    width: 100% !important;
    /*width: 341px !important;*/
    height: 217px !important;
  }
.commenter-pic{
  margin-top: 30px;
}
  .post-date {
    margin-top: 6px;
    margin-left: 0%;
  }
}
/*370px ends here*/

/*369px begins here*/
@media only screen and (max-width: 369px){
  /* body {
    background-color: yellowgreen;
  } */

  h1{  font-family: var(--Lexend);
    font-size: 1.5rem;
  }

  .main-post {
    width: 100% !important;
    /*width: 341px !important;*/
    height: 217px !important;
  }

  .popular-img {
    width: 336px !important;
    height: 169px !important;
    cursor: pointer;
  }
.commenter-pic{
  margin-top: 30px;
}
  .post-date {
    margin-top: 6px;
    margin-left: 0%;
  }

  .profile-pic {
      margin-top: 135px;
      height: 100px;
      width: 100px;
      margin-left: -170px;
  }

  .author-name {
		   margin-left: 15px;
  }

  .comment-date {
      margin-left: 80px;
      margin-top: 15px;
  }

  .hint-post-img-left {
      margin-left: 14px;
      width: 253px;
      height: 165px;
  }

  .hint-post-img-right {
      margin-left: 4%;
      margin-top: -6px;
      margin-bottom: 17px;
      height: 165px;
      width: 253px;
  }
}
/*352px ends here*/
/*345px begins here*/
@media only screen and (max-width: 345px){
  /* body {
    background-color: orange;
  } */
  main .site-content .post-content > .post-image .img {
    width: 100%;
    height: 169px;
}
  .main-post {
    width: 100% !important;
    /*width: 283px !important;*/
    height: 185px !important;
  }

  h1{  font-family: var(--Lexend);
    font-size: 1.5rem;
  }
  .popular-img {
    width: 336px !important;
    height: 169px !important;
    cursor: pointer;
  }
.commenter-pic{
  margin-top: 30px;
}
  .post-date {
    margin-top: 6px;
    margin-left: 0%;
  }

  .profile-pic {
      margin-top: 135px;
      height: 100px;
      width: 100px;
      margin-left: -170px;
  }

  .author-name {
		   margin-left: 15px;
  }

  .comment-date {
      margin-left: 80px;
      margin-top: 15px;
  }

  .hint-post-img-left {
      margin-left: 14px;
      width: 253px;
      height: 165px;
  }

  .hint-post-img-right {
      margin-left: 4%;
      margin-top: -6px;
      margin-bottom: 17px;
      height: 165px;
      width: 253px;
  }
}

/*330px begins here*/
@media only screen and (max-width: 330px){
  /* body {
    background-color: orange;
  } */
  main .site-content .post-content > .post-image .img {
    width: 100%;
    height: 169px;
}
  .main-post {
    width: 100% !important;
    /*width: 283px !important;*/
    height: 185px !important;
  }

  h1{  font-family: var(--Lexend);
    font-size: 1.5rem;
  }
  .popular-img {
    width: 336px !important;
    height: 169px !important;
    cursor: pointer;
  }
.commenter-pic{
  margin-top: 30px;
}
  .post-date {
    margin-top: 6px;
    margin-left: 0%;
  }

  .profile-pic {
      margin-top: 135px;
      height: 100px;
      width: 100px;
      margin-left: -170px;
  }

  .author-name {
		   margin-left: 15px;
  }

  .comment-date {
      margin-left: 80px;
      margin-top: 15px;
  }

  .hint-post-img-left {
      margin-left: 14px;
      width: 253px;
      height: 165px;
  }

  .hint-post-img-right {
      margin-left: 4%;
      margin-top: -6px;
      margin-bottom: 17px;
      height: 165px;
      width: 253px;
  }
}
/*330px ends here*/

/*320px begins here*/
@media only screen and (max-width: 320px){
  /* body {
    background-color: violet;
  } */
  main .site-content .post-content > .post-image .img {
      width: 100%;
      height: 170px;
  }

    .main-post {
      width: 100%;
    height: 174px !important;
  }

  h1{  font-family: var(--Lexend);
    font-size: 1.5rem;
  }
  .popular-img {
    width: 336px !important;
    height: 169px !important;
    cursor: pointer;
  }
.commenter-pic{
  margin-top: 30px;
}
  .post-date {
    margin-top: 6px;
    margin-left: 0%;
  }

  .profile-pic {
      margin-top: 135px;
      height: 100px;
      width: 100px;
      margin-left: -170px;
  }

  .author-name {
		   margin-left: 15px;
  }

  .comment-date {
      margin-left: 80px;
      margin-top: 15px;
  }

  .hint-post-img-left {
      margin-left: 14px;
      width: 253px;
      height: 165px;
  }

  .hint-post-img-right {
      margin-left: 4%;
      margin-top: -6px;
      margin-bottom: 17px;
      height: 165px;
      width: 253px;
  }
}
/*320px ends here*/


/*  viewport 300px  */
@media only screen and (max-width: 300px){
  /*body {
    background-color: green;
  }*/

  h1{  font-family: var(--Lexend);
    font-size: 1.5rem;
  }
  .popular-img {
    width: 336px !important;
    height: 169px !important;
    cursor: pointer;
  }
.commenter-pic{
  margin-top: 30px;
}
  .post-date {
    margin-top: 6px;
    margin-left: 0%;
  }

  .profile-pic {
      margin-top: 135px;
      height: 100px;
      width: 100px;
      margin-left: -170px;
  }

  .author-name {
		   margin-left: 15px;
  }

  .comment-date {
      margin-left: 80px;
      margin-top: 15px;
  }

  .hint-post-img-left {
      margin-left: 14px;
      width: 253px;
      height: 165px;
  }

  .hint-post-img-right {
      margin-left: 4%;
      margin-top: -6px;
      margin-bottom: 17px;
      height: 165px;
      width: 253px;
  }
}

/*  viewport 250px  */
@media only screen and (max-width: 250px){
  h1{  font-family: var(--Lexend);
    font-size: 1.5rem;
  }
  .popular-img {
    width: 336px !important;
    height: 169px !important;
    cursor: pointer;
  }
.commenter-pic{
  margin-top: 30px;
}
  .post-date {
    margin-top: 6px;
    margin-left: 0%;
  }

  .profile-pic {
    margin-top: 135px;
    height: 92px;
    width: 92px;
    margin-left: -174px;
  }

  .author-name {
		   margin-left: 15px;
  }

  .comment-date {
      margin-left: 80px;
      margin-top: 15px;
  }

  .hint-post-img-left {
    margin-left: 1px;
    width: 225px;
    height: 156px;
}

  .hint-post-img-right {
    margin-left: -1%;
    margin-top: -6px;
    margin-bottom: 17px;
    height: 155px;
    width: 226px;
  }

  .comment-text {
      width: 70%;
      margin-left: 31%;
      margin-top: 20px;
      text-align: left;
      font-size: 13px;
    }

    .hint-post-title-right {
        margin-top: 108px;
        margin-left: 18%;
    }

}
