
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin: 0;
    color: #555;
}
  
.content {
    width: 950px;
    margin: 0 auto;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #555;
    text-align: center;
    padding: 20px 0 20px 0;    
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #555;   
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #555;   
}

strong {
    color: #000;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

h4 {
    font-size: 18px;
}

.special {
    color: #6AA10D;
    font-size: 20px;
    text-align: center;
    margin-top: -20px;
}

.main a {
    color: #E2786B;
    text-decoration: none;
    font-weight: bold;
}

.main a:hover {
    color: #000;
    text-decoration: none;
}

.main ul {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #555;
}

.main li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #555;
    list-style: disc;
    margin: 10px 0 0 40px;
}

.contact li {
    list-style: none;
}

.address li {
    list-style: none;
    line-height: 16px;
}

.center {
    text-align: center;
}

/* Title Bar */

.titlebar {
    position: relative;
    padding: 0;
}

.titlebar img {
    padding: 20px 0 0 0;
    max-width: 200px;
    max-height: auto;
}

.title {
    font-size: 64;
    line-height: auto;
    margin: 0;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #E2786B;
}

 /* Image Bar */

img {
    padding: 25px 0 25px 0;
}

.imagebar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 50px 0 50px 0;
    position: relative;
    height: auto;
    background-color: rgb(226, 120, 107, .3);
    box-shadow: 0 0 10px 2px #868585;
    -webkit-box-shadow: 0 0 10px 2px #868585;
    -moz-box-shadow: 0 0 10px 2px #868585;
}

.imagebox {
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: auto;

}

.imagebox img {
    padding: 0;
    margin: 0;
    max-height: 300px;
}

/* Social Icons */

.social {
    display: block;
    height: 20px;
    width: auto;
    float: right;
}

.social img {
    max-width: 30px;
    max-height: 30px;
}

/* Floating Boxes */

.right-float-box {
    display: block;
    position: relative;
    float: right;
    width: 200px;
    padding: 20px;
    margin: 0 0 20px 80px;
    box-shadow: 0 0 10px 2px #868585;
    -webkit-box-shadow: 0 0 10px 2px #868585;
    -moz-box-shadow: 0 0 10px 2px #868585;
}

.right-float-box img {
    padding: 0;
    margin: 0 0 0 5px;
    height: 237px; 
    width: 190px;
}

.donate-float-box {
    display: block;
    position: relative;
    float: right;
    width: 335px;
    padding: 20px;
    margin: 0 0 20px 20px;
    box-shadow: 0 0 10px 2px #868585;
    -webkit-box-shadow: 0 0 10px 2px #868585;
    -moz-box-shadow: 0 0 10px 2px #868585;
}

.donate-float-box img {
    padding: 0;
    margin: 0 0 0 70px;
    height: 190px;
    width: 190px;
}

.quote {
    padding: 0;
    margin: 0;
    font-style: italic;
    font-size: 16px;
}

.author {
    padding: 0 0 0 40px;
    margin: 0;
    font-size: 16px;
}

.donate-widget iframe {
    width: 375px;
    height: 393px;
    padding: 0;
    margin: 0 0 20px 20px;
    box-shadow: 0 0 10px 2px #868585;
    -webkit-box-shadow: 0 0 10px 2px #868585;
    -moz-box-shadow: 0 0 10px 2px #868585;
}

.flex-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    flex-direction: column;
    float: right;
    flex-wrap: wrap;
    justify-content: center;
}

/* Partner Containers */

.partner-box {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-box a {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    color:  #555;
    width: 250px;
    padding: 10px;
    margin: 15px;
    border: none;
    box-shadow: 0 0 10px 2px #868585;
    -webkit-box-shadow: 0 0 10px 2px #868585;
    -moz-box-shadow: 0 0 10px 2px #868585;
}

.partner-box a:hover {
    color:  #555;
    box-shadow: 0 0 10px 2px #555;
    -webkit-box-shadow: 0 0 10px 2px #555;
    -moz-box-shadow: 0 0 10px 2px #555;
}

.mimic {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    color:  #555;
    width: 250px;
    padding: 10px;
    margin: 15px;
    border: none;
    box-shadow: 0 0 10px 2px #868585;
    -webkit-box-shadow: 0 0 10px 2px #868585;
    -moz-box-shadow: 0 0 10px 2px #868585;
}



.partner-container {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 
}

.partner-container p {
    font-size: 12px;
}

.partner-logo img {
    width: 200px;
    padding: 0;
}

.partner-logo {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 250px;
}

.partner-text {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: auto;
}


/*navigation*/

.navbar {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    position: relative; 
}


.navbar .menu {
    position: relative;
    margin: -90px 0 0 0;
    float: right;
}

.navbar ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
}

.navbar ul li {
    position: relative;
}

.navbar ul li:not(:first-child) {
    padding-left: 20px;
}

.navbar ul li:not(:first-child):before {
    left: 5.25px;
}

.navbar ul li:not(:first-child):after {
    left: 12.25px;
}

.navbar ul li a {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    display: block;
    color: #E2786B;
    padding: 10px 0px 10px 10px;
    text-decoration: none;
    font-size: 18px;
}

.navbar ul li a:hover {
    color: #000;
}

/* circles */

.circles {
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
    display: block;
    height: 250px;
    width: 600px;
    position: relative;
    
}
 
.circle-light {
    background-color:  rgb(226, 120, 107, .2);
    border-color: rgb(226, 120, 107, .0);
}

.circle-med {
    background-color:  rgba(226, 120, 107, 0.5);
    border-color: rgb(226, 120, 107, .0);
}

.circle-dark {
    background-color:  rgba(226, 120, 107, 0.8);
    border-color: rgb(226, 120, 107, .0);
}


.circle-xsmall {
    position: absolute;
    top: 20px;
    left: 460px;
    border-style: solid;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.circle-small {
    position: absolute;
    top: 110px;
    left: 440px;
    border-style: solid;
    border-radius: 50%;
    height: 75px;
    width: 75px;
}

.circle-mid {
    position: absolute;
    top: 40px;
    left: 370px;
    border-style: solid;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.circle-large {
    position: absolute;
    top: 100px;
    left: 100px;
    border-style: solid;
    border-radius: 50%;
    height: 150px;
    width: 150px;
}


/* buttons */

.btn-button {
    display: inline-block;
    border-style: solid;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    padding: 5px 10px 5px 10px;
}

.btn-donate {
    position: absolute;
    top: 30px;
    left: 200px;
    background-color:  #E2786B;
    border-color: #E2786B;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 10px 2px #868585;
    -webkit-box-shadow: 0 0 10px 2px #868585;
    -moz-box-shadow: 0 0 10px 2px #868585;
    padding: 20px;
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

.btn-donate h4 {
    margin: 30px 0 0 0;
}
  
.btn-donate:hover {
    background-color: rgba(226, 120, 107, 0.3);
    border-color: rgb(226, 120, 107, .0);
    color: #E2786B;
}

.donatebar {
    text-align: center;
    display: block;
    height: auto;
    width: 950px;
    background-color: #fff;
    padding: 30px 0 30px 0;
}
 .donatebar a {
    text-align: center;
 }
  

/* footer */  

.footer {
    text-align: center;
    height: 150px;
    margin: 50px 0 50px 0;
}

.footer a {
    color: #E2786B;
    text-decoration: none;
}

.footer a:hover {
    color: #000;
    text-decoration: none;
}
.footer p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

/* responsive */
  
@media screen and (max-width: 1024px) {

    .imagebox img {
        padding: 0;
        margin: 0;
        max-height: 200px;
    }

    .imagebar {
        padding: 30px 0 25px 0;
    }

    .flex-box {
        transform: scale(0.9); 
    }
  
}

@media screen and (max-width: 800px) {
  
    .content {
      width: auto;
    }

    p {
        padding: 10px;
        font-size: 16px;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    .main ul {
        font-size: 16px;
    }

    .main li {
        font-size: 16px;
    }

     .quote {
        font-size: 14px;
    }

    .author {
        padding: 0 0 0 40px;
        font-size: 14px;
    }


    .titlebar {
        position: relative;
        padding: 10px;
    }
        
    .navbar .menu {
        position: relative;
        margin: 0;
        float: none;
    }

    .navbar ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        list-style: none;
        flex-direction: row;
        float: right;
        margin: 0;
        padding: 0;
    }

    .navbar ul li a {
        padding: 0;
        font-size: 14px;
    }

    .navbar ul li:not(:first-child) {
        padding-left: 15px;
    }
   
    .navbar ul.menu li:before, .navbar ul.menu li:after {
      display: none;
    } 

    .donatebar {
        width: auto;
    }

    .imagebox img {
        padding: 0;
        margin: 0;
        max-height: 150px;
    }

    .imagebar {
        padding: 30px 0 25px 0;
    }

    .btn-button {
        font-size: 16; 
    }

    .btn-donate p {
        margin: 0;
    }

    .flex-box {
        transform: scale(0.8); 
    }

    .right-float-box {
        margin: 0 20px 20px 80px;
    }

}
  
@media screen and (max-width: 414px) {
  
    .titlebar {
        position: relative;
        padding: 10px;
    }

    .titlebar img {
        padding: 0;
        max-width: 150px;
    }

    .navbar .menu {
        position: relative;
        margin: 0;
        float: none;
    }

    .navbar ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        list-style: none;
        flex-direction: column;
        float: right;
        margin: 0;
        padding: 0;
    }

    .navbar ul li a {
        padding: 0;
        font-size: 14px;
    }

    .navbar ul li:not(:first-child) {
        padding-left: 0px;
    }
   
    .navbar ul.menu li:before, .navbar ul.menu li:after {
      display: none;
    } 

    p {
        font-size: 14px;
        padding: 5px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 16px;
    }

    .em {
        font-size: 15;
    }

    .imagebox img {
        padding: 0;
        margin: 0;
        max-height: 70px;
    }

    .imagebar {
        padding: 8px 0 0 0;
    }

    .title {
        font-size: 24;
    }

    h1 {
        font-size: 16px;
    }

    .main ul {
        font-size: 14px;
    }
    
    .main li {
        font-size: 14px;
        margin: 10px 0 0 20px;
    }
    
    .right-float-box {
        width: 100px;
        padding: 10px;
    }

    .right-float-box img {
        padding: 0;
        width: 80px;
        height: 115px;
    }

    .flex-box {
        transform: scale(0.8); 
    }

    .quote {
        font-size: 12px;
    }

    .author {
        padding: 0 0 0 20px;
        font-size: 12px;
    }

    .btn-button {
        padding: 5px 10px 5px 10px;
    }

    h4 {
        font-size: 12px;
    }

    .btn-donate {
        position: absolute;
        top: 10px;
        left: 100px;
        background-color:  #E2786B;
        border-color: #E2786B;
        color: #fff;
        text-align: center;
        box-shadow: 0 0 10px 2px #868585;
        -webkit-box-shadow: 0 0 10px 2px #868585;
        -moz-box-shadow: 0 0 10px 2px #868585;
        padding: 20px;
        border-radius: 50%;
        height: 80px;
        width: 80px;
    }

    .btn-donate h4 {
        margin: 0;
        padding: 0;
    }

  
    /* circles*/


    .circles {
        margin: 0 auto;
        margin-top: 10px;
        padding: 10px;
        display: block;
        height: 120px;
        width: 300px;
        position: relative;    
    }
     
    .circle-xsmall {
        position: absolute;
        top: 10px;
        left: 260px;
        border-style: solid;
        border-radius: 50%;
        height: 10px;
        width: 10px;
    }
    
    .circle-small {
        position: absolute;
        top: 60px;
        left: 260px;
        border-style: solid;
        border-radius: 50%;
        height: 30px;
        width: 30px;
    }
    
    .circle-mid {
        position: absolute;
        top: 20px;
        left: 220px;
        border-style: solid;
        border-radius: 50%;
        height: 50px;
        width: 50px;
    }
    
    .circle-large {
        position: absolute;
        top: 70px;
        left: 40px;
        border-style: solid;
        border-radius: 50%;
        height: 70px;
        width: 70px;
    }
}

@media screen and (max-width: 320px) {
    .flex-box {
        transform: scale(0.7); 
    }

}

