
 



#ss{


  margin-left: 5px;

  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  }



.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
  }
  .pager li {
    display: inline;
  }
  .pager li > a,
  .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
  }
  .pager li > a:hover,
  .pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
  }
  .pager .next > a,
  .pager .next > span {
    float: right;
  }
  .pager .previous > a,
  .pager .previous > span {
    float: left;
  }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
  }






  /*

Tooplate 2116 Blugoon

https://www.tooplate.com/view/2116-blugoon

*/



/* Basic */





a {
	color: rgb(10, 15, 15);
    
}

a:hover {
	color: rgb(14, 14, 3);
	text-decoration: none;
}

p {
	letter-spacing: 0.5px;
    line-height: 2em;
    color: rgb(26, 5, 5);
}

h4 {
    font-size: 23px;
    font-weight: 700;
    color: rgb(13, 10, 163);
    letter-spacing: 0.5px;
    text-align: center;
   

}

h3 {
    font-size: 19px;
    font-weight: 700;
    color: rgb(14, 14, 26);
    letter-spacing: 0.5px;
    text-align: center;
 }

 h2 {
    font-size: 15px;
    font-weight: 700;
    color: rgb(8, 8, 228);
    letter-spacing: 0.5px;
    text-align: center;
 }

img{
    width: 70%; 
    overflow: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li {
    display: inline-block;
}

nav {
    text-align: center;
}



nav li {
    display: block;
}

nav li a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: rgb(32, 5, 5);
    width: 100%;
    transition: all 0.5s;
    border-top: 1px solid #69C;
}

li:hover a {
    background: rgb(88, 173, 230);
    color: #fdfdfd;
}
.active {
    background: rgb(36, 115, 168);

    color: #ffffff;
}

 h7 {
    background: rgb(120, 236, 139);
    color: rgb(223, 17, 17);
    font-size: 16px;
    font-weight: 1000;
    border-radius: 15%;  
    padding: 7px;
    text-align: center;
    
}

.as{
  width: 112px;
  right: 122px;
}










/* Sidebar Menu */



/* 
.image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-color: black;
    border-style: double;
    text-align: center;
}
  */

.image {
    margin-top: 5px;
    border-color: black;
    text-align: center;
}

.image img{
    width: 310px;
    height: 170px;
    border-radius: 8%;
    border-color: black;
    border-style: double;
    text-align: center;
}




#img{
    width: 250px;
    height: 250px;
    border-radius: 15%;
    border-color: black;
    text-align: center;
    
   
}


#img2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-color: rgb(148, 9, 9);
    text-align: center;
   
}

#img3 {
    width: 200px;
    height: 120px;
    border-radius: 10%;

}

#img4 {
    width: 400px;
    height: 250px;
    border-radius: 10%;

}




.author-content {
    margin: 15px 0px 20px 0px;
}

.author-content h4 {
    margin-bottom: 0px;
	text-transform: uppercase;
}

.author-content span {
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(20, 7, 7);
    text-align: center;
}

.social-network {
    margin-top: 60px;
}


@media screen and (max-width: 845px) {        
    #menu-toggle,
    #menu-close {
        display: inline-block;
    }    

    .menu {        
        width: 320px;
        -webkit-transform: translateX(-100%) !important;
        transform: translateX(-100%) !important;
        transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
        transition: transform 233ms cubic-bezier(0, 0, 0.21, 1);
        transition: transform 233ms cubic-bezier(0, 0, 0.21, 1), -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
    }

   .image {
        margin-top: 10px; 
        border-color: black;
        text-align: center;       
    }

   .image img {
        width: 300px;
        height: 200px;
        border-color: black;
    }

    #img4{
        width: 300px;
        height: 170px;
        border-radius: 10%;
    
    }

}
@media screen and (max-width: 445px) {  


  .image img {
 width: 310px;
 height: 170px;
 border-radius: 8%;
 border-color: black;
 border-style: double;
 text-align: center;
}

}


  