.page-banner {
    padding: 60px;
    text-align: center;
    background: #e66030;
    color: #fff;
    font-size: 30px;
  }

  * {box-sizing: border-box;}
    
    .mySlides {display: none;}
    /* img {vertical-align: middle;} */

    /* Slideshow container */
    .slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    }

    /* .active {
    background-color: #717171;
    } */

    /* Fading animation */
    .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 10s;
    animation-name: fade;
    animation-duration: 4s;
    }

    @-webkit-keyframes fade {
    from {opacity: .8} 
    to {opacity: 1}
    }

    @keyframes fade {
    from {opacity: .8} 
    to {opacity: 1}
    }

    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
    .text {font-size: 11px}
    }

    /* donate button home page */
    .donate-container {
        position: relative;
        width: 100%;
        /* max-width: 400px; */
    }
    
    .donate-container img {
        width: 100%;
        height: auto;
    }
    
    .donate-container .btn {
        position: absolute;
        top: 85%;
        left: 85%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        /* background-color: #555; */
        color: white;
        font-size: 16px;
        /* padding: 12px 24px; */
        border: none;
        cursor: pointer;
        border-radius: 5px;
        text-align: center;
    }
    
    .donate-container .btn:hover {
        background-color: black;
    }
    
    .donate-container a{
        color: white;
        font-weight:bold;
    }


    /* Allumni form */
    * {
        box-sizing: border-box;
      }
      
      /* input[type=text], select, textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
      } */
      
      label {
        padding: 12px 12px 12px 0;
        display: inline-block;
      }
      
      input[type=submit] {
        /* background-color: #04AA6D; */
        /* color: white; */
        padding: 5px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        float: right;
      }
      
      /* input[type=submit]:hover {
        background-color: #45a049;
      } */
      
      .allumni-container {
        /* border: 1px solid #000;   */
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 70px;
        margin-right: 5%;
        margin-left: 5%;
        margin-bottom: 60px;
      }
      
      .col-25 {
        float: left;
        width: 20%;
        margin-top: 6px;
      }
      
      .col-75 {
        float: left;
        width: 80%;
        margin-top: 6px;
      }
      
      /* Clear floats after the columns */
      .allumni-row:after {
        content: "";
        display: table;
        clear: both;
      }
      
      /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
      @media screen and (max-width: 600px) {
        .col-25, .col-75, input[type=submit] {
          width: 100%;
          margin-top: 0;
        }
      }

      .res-logo{
        float: left;
        height: 53px;
        width: auto;
        margin-right: 5px;
      }

      .res-text{
        color: rgb(17, 27, 71);
        display: inline;
        font-family: "Times New Roman", Times, serif;
        font-weight: 25px;
      }

/* Unordered list bullets       */
.list-checkmarks {
  padding-left:1.5rem !important;
}
.list-checkmarks li {
  list-style-type:none;
  padding-left:1rem;
}
.list-checkmarks li:before {    
font-family: 'FontAwesome';
content: "\f00c";
margin:0 10px 0 -28px;
color: #17aa1c;
margin-left: -8px;
}