@import url('../css/fonts.css');
/*----------------------MAIN CONTENT-----------------*/

/*-----------SITE TITLE--------*/

main .site-title{
    background: url('../images/img/main\ photo\ 1.jpg');
    background-size: cover;
    height: 110vh;
    display: flex;
    justify-content: center;
}

main .site-title .site-background{
    padding-top: 18rem;
    text-align: center;
    color: rgb(255, 255, 255);
}

main .site-title h1,h2{
    margin: .3rem;
}

/*---x-------SITE TITLE-----x--*/

/*-----------BLOG CAROUSEL----*/

main .blog{
    background: url('../images/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);
    background-color: white;
}

main .blog-content .blog-title{
    padding: 2rem 0;
}

main .blog-content .btn-blog{
    padding: .7rem 2rem;
    background: var(--sky);
    margin: 0.5rem;
}

main .blog-content span{
    display: block;
}

section .container .owl-nav{
    position: absolute;
    margin: 0 auto;
    width: 100%;
}

.owl-nav .owl-prev .owl-nav-prev,
.owl-nav .owl-next .owl-nav-next{
    color: var(--midnight);
    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;
}

/*--------x--BLOG CAROUSEL----x--*/

body {
    font-family: Verdana, sans-serif;
    margin: 0;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    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;
  }
  
  img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
/*----------SITE CONTENT---------*/
.blog-heading{
    padding: 2rem;
}

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: var(--sky);
    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;
}
main .site-content .post-content>.post-image .img:hover{
    transform: scale(1.3);
}
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;
}
main .site-content .post-content p{
  color: #686666da;
}
.site-content .post-content .post-title .post-btn{
    border-radius: 0%;
    padding: .7rem 1.5rem;
    background: var(--sky);
}
.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);
    padding: .4rem 1rem;
    margin: 0.8rem 0;
    border-radius: 3rem;
    width: 70%;
    display: flex;
    justify-content: space-between;
}
.site-content>.sidebar .category-list .list-items a{
    color: black;
}

/*-----x-----SIDEBAR----------x----*/

/*---------x------------MAIN CONTENT----------x------*/
@media only screen and (max-width:559px){
  .row{
    padding-top: 5rem;
  }
}
@media only screen and (max-width:520px){
  .row{
    padding-top: 0rem;
    margin-top: -300px;
  }
  .column {
    float: left;
    width: 50%;
  }
  .row > .column {
    padding: 0 8px;
  }
  img{
    padding: 1rem 1rem 1rem 1rem;
  }
}