.rslides {
    float:left;
    clear:left;
    width:100%;
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  border-radius:0.5em;
}

.rslides a {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height:300px;
  padding:4%;
  left: 0;
  top: 0;
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}

.rslides a:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  top:0;
}

.hero {
    float:left;
    clear:left;
    width:100%;
}

    .text-container {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .large p {
        color:#fff;
        font-size:3.2em;
        text-align: center;
    }
    
    .image p {
        text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    }
    
    .small {
        color:#fff;
        font-size:1.8em;
        text-align: center;
        margin-top:1em;
    }

.news {
    float:left;
    clear:left;
    padding:2%;
}

    .news a {
        float:left;
        clear:left;
        width:100%;
        padding-bottom:3em;
        margin-bottom:3em;
        border-bottom:1px solid #bfd139;
        text-decoration: none;
    }
    
        .news a img {
            float:left;
            width:25%;
            border: 1px solid #fff;
            border-radius: 1em;
        }
        
        .news a .text {
            float:right;
            width:72%;
            color:#fff;
        }
        
            .news a .text h2 {
                font-size:2em;
                margin-bottom:0.8em;
            }
            
            .news a .text p {
                font-size:1.3em;
                line-height: 1.6;
            }
            
            .readmore {
                color:var(--purple);
                font-weight: bold;
            }
            
            .news a:hover .text h2 {
                text-decoration: underline;
            }
        
        .news a:last-of-type {
            border-bottom:0;
            margin:0;
            padding:0;
        }

.boxes {
    clear:right;
    float:right;
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:1.25em;
}

    .boxes img {
        max-width:100%;
        border-radius:.5em;
    }

    .boxes .box {
        position: relative;
        padding:1.5em;
        padding-bottom:7.5em;
    }

    .boxes p{
        text-align: center;
        font-size:1.6em;
        margin-bottom:1.5em;
        line-height: 1.6;
    }

    .boxes h3{
        position: absolute;
        width:calc(100% - 1.5em);
        bottom:0.75em;
        left:0.75em;
        text-align: center;
        font-size:2em;
        border:1px solid #fff;
        padding:0.5em 0.8em;
        border-radius:0.25em;
    }

    .boxes .pink:hover h3 {
        background-color:#fff;
        color:var(--pink);
    }

    .boxes .blue:hover h3 {
        background-color:#fff;
        color:var(--blue);
    }

    .boxes .purple:hover h3 {
        background-color:#fff;
        color:var(--purple);
    }

    .boxes .blog,
    .boxes .donate {
        padding-bottom:1.5em;
    }

.visible p {
	text-align: center;
    font-size:1.2em;
	margin-bottom:1em;
    line-height: 1.6;
}

	.visible img {
		max-width: 100%;
		display:block;
		margin:1em auto 2em auto;
		float:none;
	}

    .join img {
        border-radius:0.5em;
        margin-bottom:1em;
    }

    .boxes .box > h2 {
        margin-bottom:0.5em;
    }

.intro {
    float:left;
    clear:left;
    width:100%;
    margin-bottom:1em;
}

    .intro p,
    .intro li {
        font-size:2em;
        line-height: 1.6;
        margin-bottom:1em;
    }

    .intro *:last-child {
        margin-bottom:0;
    }

.contactform {
    float:left;
    clear:left;
    width:100%;
}

    .contactform p {
        font-size:1.2em;
        margin-bottom:1em;
    }
	
		.contactform label a {
			color:var(--green);
		}

    input {
        width:100%;
        float:left;
        clear:left;
        margin-bottom:1em;
        padding:1em;
        border:none;
        outline:none;
        border-radius: 0.25em;
    }
    
    .submit-btn {
        margin-top:1em;
        cursor: pointer;
        background-color:var(--green);
        color:#fff;
    }
    
    .error {
        color:red;
        font-weight: bold;
        font-size:1.4em;
    }

.blog img {
    max-width:100%;
    border-radius: 0.5em;
    margin-bottom:1em;
}

@media screen and (max-width:899px){
    .news,
    .boxes {
        float:left;
        clear:left;
        width:100%;
        margin-bottom:1.5em;
    }
    
    .large p {
        font-size:2.2em;
    }
    
    .small {
        font-size:1.4em;
    }
    
    .news {
        padding:4%;
    }
}

@media screen and (max-width:499px){

    .boxes {
        grid-template-columns: 1fr;
    }
    
    .join,
    .donate,
    .blog,
	.visible,
    .newsletter{
        float:left;
        clear:left;
        width:100%;
        min-height:0;
    }
    
    .join p,
    .donate p,
	.visible p{
        min-height:0;
    }
}