@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono');
html, body {
    font-size: 20px;
    color: #130600;
}
@media screen and (min-width: 1240px) {
    html, body {
        font-size: 17px;
   }
}
@media screen and (max-width: 430px) {
    html, body {
        font-size: 15px;
   }
}




.container {
    padding: 2rem 3rem;
    margin: 0 auto;
}
@media screen and (min-width: 1240px) {
    .container {
        max-width: 900px;
   }
}
header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
header > *:not(:first-child) {
    margin: 0 1rem;
    flex: 0;
}
@media screen and (min-width: 1240px) {
    header {
        justify-content: flex-end;
   }
}
header .title {
    margin-right: auto;
    color: #7393a7;
}
header .title h1 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 100;
    display: flex;
}
header .title h1 span {
    color: #b5cfd8;
    font-size: 2rem;
    align-items: flex-start;
}
@media screen and (min-width: 1240px) {
    header .title {
        padding: 0;
   }
}
header .search {
    display: block;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f4f4f5;
    padding: 0.5rem 1.5rem;
    margin: 1rem 0;
    order: 3;
}
header .search input {
    border: none;
    padding: 0.5em;
    padding-left: 0;
    position: relative;
    max-width: 10rem;
    letter-spacing: 0.1em;
    color: #545a63;
    background-color: transparent;
}
header .search input::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
    color: #949aa3;
}
header .search input ::-moz-placeholder {
   /* Firefox 19+ */
    color: #949aa3;
}
header .search input :-ms-input-placeholder {
   /* IE 10+ */
    color: #949aa3;
}
header .search input :-moz-placeholder {
   /* Firefox 18- */
    color: #949aa3;
}
header .search input:focus, header .search input:active {
    outline: none;
    border: none;
}
header .search button {
    border: none;
    background-color: transparent;
    color: #7393a7;
    padding: 0;
}
header .search button:hover {
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    header .search {
        margin: 0 2rem;
   }
}
@media screen and (min-width: 430px) {
    header .search {
        flex-basis: auto;
        order: initial;
   }
}
header a.about-link {
    text-decoration: none;
    color: #b5cfd8;
    font-weight: bold;
    font-size: 1.5rem;
    display: block;
    border-bottom: 1px dotted #7393a7;
}
@media screen and (min-width: 1240px) {
    header a.about-link {
        text-align: right;
   }
}
@media screen and (max-width: 430px) {
    header a.about-link {
        order: 2;
   }
}
.posts-container {
    margin: auto;
}
.post h2  {
    display: inline-block;
    background: #e8ecf1;
    border-radius: 0.2rem;
}
.post .post-content a {
    text-decoration: none;
    color:#0099ff;
    padding-bottom: 0.1em;
    border-bottom: 1px dashed #7393a7;
}
.subtitle {
    width: 100%;
    margin-top: 2rem;
    text-align: center;
}
img{
   width:95%;
   
}
@media (min-width: 768px) {
  .programimage {
    height: 600px;
width:100%;
  }
}

/* For screens narrower than 768px (mobile) */
@media (max-width: 767px) {
  .programimage {
    height: 300px;
width:100%;
  }
}






.highlightborder {
   font-size: 48px;
   background: -webkit-linear-gradient(purple, red);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
 }

.highlightquestion{
   background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-size: 40px;
 font-family: 'Poppins', sans-serif;
}   

/* selected link */
a {
   color: blue;
/* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
  
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
  
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

 }

 


p {
       color:#130600;
/* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;
  
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
  
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;

 }

h1{
/* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;
  
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
  
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;

 }
h2{
/* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;
  
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
  
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;

 }

 .hljs code {
   white-space: pre;
}

/*footer*/

* {
   margin: 0;
   padding: 0;
 }
 a {
   color: #fff;
   text-decoration: none;
 }
 .pg-footer {
   font-family: 'Roboto', sans-serif;
 }
 
 
 .footer {
     background-color: black;
     color: #fff;
 }
 .footer-wave-svg {
     background-color: transparent;
     display: block;
     height: 30px;
     position: relative;
     top: -1px;
     width: 100%;
 }
 .footer-wave-path {
     fill: #fffff2;
 }
 
 .footer-content {
     margin-left: auto;
     margin-right: auto;
     max-width: 1230px;
     padding: 40px 15px 450px;
     position: relative;
 }
 
 .footer-content-column {
     box-sizing: border-box;
     float: left;
     padding-left: 15px;
     padding-right: 15px;
     width: 100%;
     color: #fff;
 }
 
 .footer-content-column ul li a {
   color: #fff;
   text-decoration: none;
 }
 
 .footer-logo-link {
     display: inline-block;
 }
 .footer-menu {
     margin-top: 30px;
 }
 
 .footer-menu-name {
     color: #fffff2;
     font-size: 15px;
     font-weight: 900;
     letter-spacing: .1em;
     line-height: 18px;
     margin-bottom: 0;
     margin-top: 0;
     text-transform: uppercase;
 }
 .footer-menu-list {
     list-style: none;
     margin-bottom: 0;
     margin-top: 10px;
     padding-left: 0;
 }
 .footer-menu-list li {
     margin-top: 5px;
 }
 
 .footer-call-to-action-description {
     color: #fffff2;
     margin-top: 10px;
     margin-bottom: 20px;
 }
 .footer-call-to-action-button:hover {
     background-color: #fffff2;
     color: #00bef0;
 }
 .button:last-of-type {
     margin-right: 0;
 }
 .footer-call-to-action-button {
     background-color: #027b9a;
     border-radius: 21px;
     color: #fffff2;
     display: inline-block;
     font-size: 11px;
     font-weight: 900;
     letter-spacing: .1em;
     line-height: 18px;
     padding: 12px 30px;
     margin: 0 10px 10px 0;
     text-decoration: none;
     text-transform: uppercase;
     transition: background-color .2s;
     cursor: pointer;
     position: relative;
 }
 .footer-call-to-action {
     margin-top: 30px;
 }
 .footer-call-to-action-title {
     color: #fffff2;
     font-size: 14px;
     font-weight: 900;
     letter-spacing: .1em;
     line-height: 18px;
     margin-bottom: 0;
     margin-top: 0;
     text-transform: uppercase;
 }
 .footer-call-to-action-link-wrapper {
     margin-bottom: 0;
     margin-top: 10px;
     color: #fff;
     text-decoration: none;
 }
 .footer-call-to-action-link-wrapper a {
     color: #fff;
     text-decoration: none;
 }
 
 
 
 
 
 .footer-social-links {
     bottom: 0;
     height: 54px;
     position: absolute;
     right: 0;
     width: 236px;
 }
 
 .footer-social-amoeba-svg {
     height: 54px;
     left: 0;
     display: block;
     position: absolute;
     top: 0;
     width: 236px;
 }
 
 .footer-social-amoeba-path {
     fill: #027b9a;
 }
 
 .footer-social-link.linkedin {
     height: 26px;
     left: 3px;
     top: 11px;
     width: 26px;
 }
 
 .footer-social-link {
     display: block;
     padding: 10px;
     position: absolute;
 }
 
 .hidden-link-text {
     position: absolute;
     clip: rect(1px 1px 1px 1px);
     clip: rect(1px,1px,1px,1px);
     -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
     clip-path: inset(0px 0px 99.9% 99.9%);
     overflow: hidden;
     height: 1px;
     width: 1px;
     padding: 0;
     border: 0;
     top: 50%;
 }
 
 
 
 .footer-social-icon-path {
     fill: #fffff2;
     transition: fill .2s;
 }
 
 .footer-social-link.twitter {
     height: 28px;
     left: 62px;
     top: 3px;
     width: 28px;
 }
 
 .footer-social-link.youtube {
     height: 24px;
     left: 123px;
     top: 12px;
     width: 24px;
 }
 
 .footer-social-link.github {
     height: 34px;
     left: 172px;
     top: 7px;
     width: 34px;
 }
 
 .footer-copyright {
     background-color: #027b9a;
     color: #fff;
     padding: 15px 30px;
   text-align: center;
 }
 
 .footer-copyright-wrapper {
     margin-left: auto;
     margin-right: auto;
     max-width: 1200px;
 }
 
 .footer-copyright-text {
   color: #fff;
     font-size: 13px;
     font-weight: 400;
     line-height: 18px;
     margin-bottom: 0;
     margin-top: 0;
 }
 
 .footer-copyright-link {
     color: #fff;
     text-decoration: none;
 }
 
 
 
 
 
 
 
 /* Media Query For different screens */
 @media (min-width:320px) and (max-width:479px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
   .footer-content {
     margin-left: auto;
     margin-right: auto;
     max-width: 1230px;
     padding: 40px 15px 800px;
     position: relative;
   }
 }
 @media (min-width:480px) and (max-width:599px)  { /* smartphones, Android phones, landscape iPhone */
   .footer-content {
     margin-left: auto;
     margin-right: auto;
     max-width: 1230px;
     padding: 40px 15px 800px;
     position: relative;
   }
 }
 @media (min-width:600px) and (max-width: 800px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
   .footer-content {
     margin-left: auto;
     margin-right: auto;
     max-width: 1230px;
     padding: 40px 15px 800px;
     position: relative;
   }
 }
 @media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
 
 }
 @media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
 
 }
 @media (min-width:1281px) { /* hi-res laptops and desktops */
 
 }
 
 
 
 
 @media (min-width: 760px) {
   .footer-content {
       margin-left: auto;
       margin-right: auto;
       max-width: 1230px;
       padding: 40px 15px 450px;
       position: relative;
   }
 
   .footer-wave-svg {
       height: 50px;
   }
 
   .footer-content-column {
       width: 24.99%;
   }
 }
 @media (min-width: 568px) {
   /* .footer-content-column {
       width: 49.99%;
   } */
 }

 



 /* other code */
 #donation-section{
   
   float: left;
 }
 #ads-section{
   
   float: right;
 }

 .calloutpoint-green {
   background:url('../images/donation.webp') no-repeat center center/cover;
   padding:20px;
   width: 280px;
   margin: 40px;
   border-radius:5px; 
   box-shadow: 0 0 20px rgba(0,0,0,0.5);

}
.calloutpoint-blue {
   background:#528FF0;
   padding:20px;
   width: 280px;
   margin: 40px;
   border-radius:5px; 
   box-shadow: 0 0 20px rgba(0,0,0,0.5);

}
.donation-button{
   padding-left:35px;
}
.left-ads{

   width: 280px;
   margin: 40px;

}

/*.calloutpoint-green:after{
   content:"";
   position:absolute;
   bottom: 70%;
   left: 83%;
   background: #62a945;
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform:rotate(45deg);
   display:block;
   width: 24px;
   height: 24px;
   box-shadow: 0 0 20px rgba(0,0,0,0.5);
   z-index:-10;
}
.calloutpoint-green:before{
   content:"";
   position:absolute;
   bottom: 70%;
   left: 96%;
   background: #62a945;
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform:rotate(45deg);
   display:block;
   width: 24px;
   height: 24px;
   z-index:10;
}*/
@media screen and (max-width: 600px) {
   .calloutpoint-green {
     visibility: hidden;
     clear: both;
     float: left;
     margin: 10px auto 5px 20px;
     width: 28%;
     display: none;
   }
 }

 @media screen and (max-width: 600px) {
   .calloutpoint-blue {
     visibility: hidden;
     clear: both;
     float: left;
     margin: 10px auto 5px 20px;
     width: 28%;
     display: none;
   }
 }
 @media screen and (max-width: 600px) {
   .left-ads {
     visibility: hidden;
     clear: both;
     float: left;
     margin: 10px auto 5px 20px;
     width: 28%;
     display: none;
   }
 }



 /*search box*/
 /* Styles for wrapping the search box */
/*
.main {
   width: 50%;
   margin: 10px auto;
   z-index: 9;
   
   
   
}


.list-group-item {
  font-size: medium;
}

.simple-highlight{
   background-color:blue;
   padding:0.2em 0.3em;
   color:white;
  }
#search_result{
   position: absolute;
   width:38%;
}   

@media screen and (max-width: 600px) {
   .main {
     visibility: hidden;
     clear: both;
     
     display: none;
   }
 }


   


 div.copy-button button {
   position: absolute;
   top: 70px;
   right: 10px;
 
   font-size: 0.9rem;
   padding: 0.15rem;
   background-color: #828282;
 
   border: ridge 1px #7b7b7c;
   border-radius: 5px;
   text-shadow: #c4c4c4 0 0 2px;
 }
 
 div.copy-button button:hover {
   cursor: pointer;
   background-color: #bcbabb;
 }
 
div.copy-button {
   position: relative;
   overflow: auto;
 
   
 }

*/
.conclusion{
    background-color: #130600;
    
}
.pagination {
    text-align: center;
  }
  
  .btn {
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #f1f1f1;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 4px;
  }
  
  .btn:hover {
    background-color: #ddd;
  }
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  
  .pagination .btn {
    margin: 0 5px;
  }
  
  .pagination .previous {
    margin-right: auto;
  }
  
  .pagination .next {
    margin-left: auto;
  }


















 




