:root {
	--red: #FF4800;
	--pink: #F1A497;
	--blue: #CCDDDD;
	--white: #f2e5d7;
	--black: #000;                
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body {
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
}

footer {
	font-size: 1.25em;
}

h1 {
	font-size: 2em;
	text-transform: uppercase;
	color: var(--black);
}

h2 {
	padding: 10px;
	/* font-size: 1.75em; */
	text-align: center;
}

/* h3 {
	font-size: 1.5em;
} */

/* h4 {
	font-size: 1em;
} */

h5 {
	font-size: .75em;
	line-height: 2em;
}

h6 {
	font-size: 1em;
	line-height: 2em;
}

img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

main {
	margin: 20px;
	padding: 20px 200px 20px 200px;
}

nav {
	font-family: 'Amiro', sans-serif;
    padding-top: 45px;
}

nav a {
	color: var(--black);
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	font-size: .85em;
}

p {
	font-family: 'Amiro', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
}

ul {
	background: var(--red);
	padding: 20px;
	/* list-style-type: none;
	font-size: 1.5em;
	padding: 30px; */
}

ul li {
	background: var(--pink);
	margin: 5px;
}

.abt-li-title {
	color: var(--white);
}

.row {
	margin: 20px;
}

.column {
	float: left;
	width: 29%;
	height:250px;
	margin: 20px;
	padding: 10px;
	position: relative;
	border: var(--red);
}

.column a {
	position: absolute;
	bottom: 0;
	text-decoration: none;
	color: var(--red);
}

.column p {
	padding-top: 20px;
}

.column h5 {
	font-size: .85em;
}

.donate {
	background-color: var(--red);
	color: var(--white);
}

.index-text {
	text-align: center;
	margin: 40px;
}

.row:after {
	content: "";
  	display: table;
  	clear: both;
}

.resourcerow {
	margin: 40px;
}

.resourcegroup {
	padding: 10px;
	border: 1px solid var(--red);
	background-color: #CCDDDD;
}

.resourcegroup h3 {
	font-size: 3em;
}

.resourcerow:after {
	content: "";
  	display: table;
  	clear: both;
}

.paypal {
	display: inline-block;
}

.form {
	text-align: center;
	margin: 2em;
	line-height: 2em;
}

.form h2 {
	text-align: center;
}


b {
	display: block;
	font-size: 1.5em;
	font-weight: 50px;
}

/*hr {
	border: none;
	height: 3px;
	background-color: #3C3C3C;
	width: 2em;
	margin: 1em auto;
}*/

textarea:focus, input:focus {
	border: 2px solid #900;
}

.paypal_btn {
	display: inline-block;
	font-family: inherit;
	font-size: 1em;
	font-weight: bold;
	color: var(--white);
	text-align: center;
	padding: 10px 14px;
	margin: 0;
	background: var(--red);
	border: 0;
	cursor: pointer;
	outline: none;
}

#bloglogo {
	margin: 2em auto;
	width: 30%;
}

/*.blogright {
	margin: 2em auto;
	width: 48em;
	
}

.blogright p {
	color: red;
}

.blogright h2 {
	font-size: 1em;
	font-weight: 100%;
	line-height: 1.5em;
}*/

/*article {
	display: block;
	margin: 2em auto;
}

/*article img {
	width: 40%;
	margin: 2em auto;
}*/

/*article h1 {
	text-align: left;
}

/*article p {
	width: 32em;
	margin: 2em auto;
}*/

/*article h6 {
	text-align: center;
}*/

.two-columns {
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	width: 100%;
	background-color: #CCDDDD;
}

.two-columns h2 {
	margin: 0px;
}

.two-columns a {
	text-decoration: none;
	font-size: 2em;
}

.two-columns-media {
	display: flex;
	margin: 40px;
	background-color: var(--red);
}

.two-columns-media h2 {
	background-color: #CCDDDD;
	padding: 50px;
}

#twocolumns {
	background-color: #CCDDDD;
	width: 100%;
	padding: 10px;
	text-align: center;
}

#twocolumns p {
	width: 32em;
	text-align: center;
}

#workshopsweoffer {
	width: 100%;
	padding: 10px;
}

#workshopsweoffer h4 {
	text-align: center;
	
}
#workshopsweoffer p {
	padding: 10px 0 20px 0;
}

.media {
	padding: 10px;
}

.media h2 {
	text-decoration: underline;
}

#contact {
	text-align: right;
}

.maxwidth {
	display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.maxwidth.title {
	max-width: 640px;
}

#two-columns .maxwidth {
	padding-top: 0;
	padding-bottom: 0;
}

.banner {
	background-color: var(--red);
}

.banner h2 {
	color: var(--white);
}

.ourteam {
	margin: 20px;
	padding: 20px;
	display: flex;
	justify-content: space-around;
}

.ourteamleft {
	width: 25%;
}

.ourteamright {
	width: 32em;
	line-height: 1.5em;
}

.ourteamleft h4 {
	text-align: left;
	padding: 10px;
}

.ourteamleft h6 {
	text-align: center;
	font-size: 1em;
	padding: 1em;
}

.ourteamleft img {
	border: 4px solid #CCDDDD;
}

.meetourteam {
	padding: 10px;
}

.right {
	font-size: 2em;
	text-align: center;
	width: 75%;
	margin: 1em auto;
}

.BLM {
	display: block;
	background-color: #000;
	color: #CCDDDD;
	text-align: center;
	font-size: 1.5em;
}

.BLM a {
	color: #CCDDDD;
}

#verbatim {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 2em;
	margin: 8em;
	background-color: #f0f8ff;
}

.vleft {
	text-align: center;
	width: 30%;
}

.vleft a {
	text-decoration: none;
	color: #000;
	font-weight: 100;
}

#right, #left {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

#right a {
	width: 50%;
}

#left img {
	color: #000;
	padding-bottom: 10px;
	width: 50%;
}

/* .indexphoto h2, .right h2 {
	font-size: .95em;
	color: #000;
	font-weight: 100;
} */

.right img {
	width: 50%;
	background-color: var(--white);
}

.clearfix:after {
	visibility: hidden;
	display: block;font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.logo {
	width: 15%;
	padding: 10px;
}

.bookaworkshop {
	font-size: 1.5em;
	text-align: center;
}

.bookaworkshop a {
	color: var(--white);
	text-decoration: none;
	background-color: var(--red);
	padding: 10px;
}

.video{
	position: relative;
	max-height: 450px;
	height: 56.25vw;
	width: 100%;
	margin: 10em auto;
	max-width: 800px;
	border: 10px solid #000;
}

.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: block;
	width: 100%;
}

.title {
	text-align: center;
}

.title h3 {
	margin: 2em auto;
}

.title h4 {
	width: 32em;
	margin: 2em auto;
	line-height: 1.5em;
}

.title hr {
	margin-bottom: 40px;
}

.title p {
	width: 32em;
	line-height: 2em;
	text-align: center;
	padding: 20px;
	margin: 2em auto;
}

/*#about {
	font-size: 2.5em;
	margin: .5em auto;
	text-align: center;
	text-transform: uppercase;
	font-style: bold;
	line-height: 1.5em;
	background-color: #E582A2;
	width: 50%;
	float: right;
}*/

/*.threecolumns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}*/

/*.threecolumns > * {
	width: 32%;
	margin: 2em auto;
	margin-bottom: 1.5%;
}*/

.fourcolumns {
	background-color: #CCDDDD;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
}

.fourcolumns a {
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	margin-right: 10px;
	width: 15%;
	height: 15%
}

li {
	position: relative;
	padding: bottom;
}

#workshops li {
	text-align: center;
	padding: 10px;
	border: 4px solid var(--red);
}

li p {
	font-size: .75em;
}

li h4 {
	line-height: 1.5em;
}

li a {
	bottom: 0;
	color: var(--red);
	text-decoration: none;
	font-size: 0.75em;
}

#workshop p {
	font-size: 0.5em;
}

.container {
	display: flex;
	flex-direction: column;
	justify-content: right;
	align-items: left;
	text-align: left;
	width: 30%;
	/*height: 150px;*/
}

.container a { 
	font-size: .75em;
	color: #000;
	display: block;
	padding-bottom: 10px;
}

.resources {
	font-size: 1.5em;
}

.resources h5 {
	text-align: left;
}

.social {
	text-align: right;
	margin: 0 auto;
	background-color: var(--blue);
    padding: 10px;
}

.social a {
	display: inline-block;
	width: 35px;
	padding: 5px;
}

.navsmall {
	float: left;
	padding-top: 10px;
}

.navsmall a {
	background-color: var(--pink);
	text-decoration: none;
	display: inline;
	text-transform: uppercase;
	color: var(--white);
    font-weight: 700;
}

.footer {
	text-decoration: none;
	padding: 2em 0;
	color: var(--white);
	background-color: #4a4a4a;
	text-align: left;
}

.footersocial {
	padding: 10px;
	background-color: var(--red);
}

.footersocial p {
	display: inline;
	color: var(--white);
}

.footerhead {
	margin-left: 2em;
	width: 25%;
	display: block;
}

.footerinner {
	display: flex;
	width: 70%;
	padding-left: 30%;

}

.footernav {
	flex-wrap: wrap;
	order: 2;
	column-gap: 20px;
	column-count: 3;
	text-align: left;
	width: 70%;
	padding-left: 100px;
	padding-top: 10px;
}

.footernav a {
	color: var(--white);
	font-size: .5em;
}

.footerbottom small {
	font-size: .5em;
	padding: 20px;
}

@media only screen and (max-width: 1100px) {
	.footernav {
		column-count: 2;
	}

	.footerhead {
		width: 50%;
	}

	.right {
		font-size: 1.5em;
	}

	.navsmall {
		padding-left: 0px;
		font-size: .95em;
	}

@media only screen and (max-width: 1000px) {
  nav {
		float: right;
		width: auto;
	}

	.two-columns {
		background-color: var(--white);
		flex-wrap: wrap;
		width: 100%;
		padding-top: 0px;
	}

	.fourcolumns a {
		flex: none;
	}

    .indexphoto {	
    	margin: auto;
   		width: 80%;
    }

    .right {
    	margin: 2em auto;
   		width: 90%;
   		padding-bottom: 0px;
   		font-size: 1.5em;
   		margin: auto;
   		background-color: var(--white);
    }

    .right h2 {
    	padding: 20px;
    }

    #right, #left {
    	background-color: #CCDDDD;
    	width: 100%;
    	margin: auto;
    	padding: 0px;
    	display: block;
    }

    #right img {
    	width: 50%;
    }

    .bookaworkshop {
    	margin: 0.5em auto;
    }

    #left h4 {
    	text-decoration: none;
    }

    .vright img {
    	width: 25%;
    }

@media (max-width: 800px) {

  nav a {
    margin: 0 1.6em .75em 0;
  }

  .fourcolumns {
	display: block;
	height: 25%;
	width: 25%;
	margin: auto;
	} 
}

@media only screen and (max-width: 800px) {
	.footerinner {
		display: block;
	}

	.footerhead {
		margin-left: none;
		margin: auto;
		display: block;
	}

	.footernav {
		margin: auto;
		column-count: 3;
		width: 100%;
	}

	.footerbottom {
		text-align: right;
		padding-top: 10px;
	}

	.footerbottom small {
		padding: 10px;
	}
}

@media only screen and (max-width: 621px) {
  .threecolumns li{
		width: 100%;
		display: block; 
	}
}

@media only screen and (max-width: 573px) {
	.logo {
		float: none;
	}
}

@media only screen and (max-width: 530px) {
	.footersocial {
		padding: 0px;
	}
}

@media only screen and (max-width: 508px) {
	nav {
		padding:10px;
	}
	nav a {
		font-size: .75em;
	}
	.paypal {
		float: right;
	}
}
@media only screen and (max-width: 480px) {
	
	.logo {
		width: 50%;
		margin: auto;
		padding: 0px;
	}

	nav {
		float: right;
		width: auto;
		display: table;
	}

	.paypal_btn { 
		font-size: .75em;
	}

	.threecolumns li{
		width: 100%;
		display: block; 
	}
	
	.container {
		display: block;
		width: 100%;
		padding-top: 6%;
	}

	.title p {
		margin-top: 0px;
		margin-bottom: 0px;
		width: 24em;
	}

	.footerhead {
		margin-left: 1em;
	}

	.footerhead img {
		width: 150%;
		margin: auto;
	}

	.footernav li {
		display: none;
	}


	.footersocial p {
		display: block;
	}

	.ourteam {
		display: block;
	}

	.ourteamleft {
		width: 100%;
	}

	.ourteamright {
		width: 24em;
	}
	#left {
		font-size: 1.5em;
	}

	#left h5 {
		padding: 20px;
	}

	#workshopsweoffer h4 {
		margin: 2em auto;
		width: 24em;
	}
}

@media only screen and (max-width: 4000px) {
	#verbatim {
		display: block;
		margin: 2em;
	}
	.vleft {
		width: 100%;
	}

	.fourcolumns {
		display: none;
	}
}}}