@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'made_evolve_sansregular';
    src: url('../images/fonts/made_evolve_sans_regular_personal_use_copy-webfont.woff2') format('woff2'),
         url('../images/fonts/made_evolve_sans_regular_personal_use_copy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'made_evolve_sansbold';
    src: url('../images/fonts/made_evolve_sans_bold_personal_use_copy-webfont.woff2') format('woff2'),
         url('../images/fonts/made_evolve_sans_bold_personal_use_copy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'shake_your_plumsregular';
    src: url('../images/fonts/shake_your_plums-webfont.woff2') format('woff2'),
         url('../images/fonts/shake_your_plums-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
    height: 100vh;
    margin:0px;
    padding: 0px;
	display: grid;
}



.container {
    display: grid;
	grid-gap: 5px;
	padding: 5px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 50px 2fr 150px 300px 200px 300px 2px;
    grid-template-areas: "header  header  header"
        "logo   image1  image1"
		"image2 image2   block2"
        "footer footer  image3"
		"image4 news    news"
		"eventschedule eventschedule image5"
		"end    end     end ";
  
}

a {
	text-decoration: none;
	text-decoration-color: none;
	color: rgba(245,147,31,1.00);
}

a:hover {
	color: rgba(255,184,101,0.87);
}

.nav {
	color: white;
	font-family: 'made_evolve_sansbold';
	font-weight: bold;
	font-size: 1.5em;

}

.nav:hover {
	color: rgba(255,255,255,0.51);
	
	
}


.blocks {
	color: white;
}

.blocks:hover {
	color: rgba(255,255,255,0.60);
}

header {
    background-color: rgba(0,179,125,1.00);
    grid-area: header;
}

header h1 /*created by MTGG to move "Burning Man" down */ {
    display: block;
}

.headline-home {
	color: white;
	position: relative;
}

.headline-home:hover {
	color: rgba(255,255,255,0.80);
}

.menu {
	display: inline;
	float: right;
	top: 0px;
	margin: 0px;
	padding: 0px;
	/* width: 5%; */ /* MTGG */
}

.menu:hover {
	opacity: 70%;
}



div {
	display: inline;
}

h1 {
	display: inline;
	font-size: 2.5em;
	font-family: 'shake_your_plumsregular';
	font-weight: lighter;
	letter-spacing: 3px;
	color: white;
	padding-left: 10px;
	padding-top: 7px;
	margin: 0;
}


#SectionName {
  width: 100%;
  padding: 40px 25px;
  text-align: right;
  background-color: rgba(0,179,125,.80);
  color: white;
  margin-top: 0px;
  float: right;
  position: relative;
	
}

button {
    float: right;
    position: relative;
	background-color: rgba(0,179,125,1.00);
    border: 0;
	padding-right: 10px;
	cursor: pointer;
    width: 80px; /* MTGG */
}

button:focus {
    outline: 0;
    outline-offset: 0;
}




image1 {
	
    background-color: deepskyblue;
    grid-area: image1;
	background-image: url("../images/burningpeople_home-01-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

image2 {
	background-color: deepskyblue;
    grid-area: image2;
	background-image: url("../images/burningman_home-02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

block2 {
	background-color: orange;
    grid-area: block2;
    position: relative;
    font-family: 'made_evolve_sansbold';
}

p2 {
	font-family: 'made_evolve_sansbold';
	color: white;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
}

logo {
    background-color: rgba(36,32,33,1.00);
	font-family: 'made_evolve_sansregular';
    grid-area: logo;
	align-content: center;
	justify-content: center;
	margin: 0px;
	padding: 0px;
}

.logo-home {
	padding-top: 40px;
	padding-bottom: 10px;
	width:60%;
	display: block;
    margin-left: auto;
    margin-right: auto;

}

h2 {

	text-align: center;
	font-weight: lighter;
	color: white;
	padding: 0px;
	margin:0px;
}

p {
	color: rgba(245,147,31,1.00);
	font-family: 'made_evolve_sansbold';
	font-size: 1.4em;
	text-align: center;
	padding: 0px;
	margin:0px;
	padding-bottom: 40px;
	padding-top: 10px;
}


footer {
    background-color: rgba(164,95,166,1.00);
    grid-area: footer;
	 position: relative;
}

image3 {
    background-color: green;
    grid-area: image3;
	background-image: url("../images/burningman_home-03-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

image4 {
	grid-area: image4;
	background-image: url("../images/burningman_home-04.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

news {
	background-color: rgba(36,32,33,1.00);
	grid-area: news;
	color: white;
	position: relative;
    font-family: 'made_evolve_sansbold';
}

image5 {
	grid-area: image5;
	background-image: url("../images/burningman_18.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

eventschedule{
	background-color: rgba(0,179,125,1.00);
	grid-area: eventschedule;
	color: white;
	position: relative;
    font-family: 'made_evolve_sansbold';
}

end {
	background-color: white;
	grid-area: end;
	
}

/*About Page*/

.container-about {
    display: grid;
	grid-gap: 5px;
	padding: 5px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 50px .5fr .5fr .5fr .5fr 2px;
    grid-template-areas: "header  header  header"
        "logo           image1-about      image1-about"
		"block2-about   block2-about       image2-about"
        "image3-about    footer-about       footer-about"
		"image4-about    image4-about     news-about"
		"end            end                end ";
  
}

image1-about {
	
    background-color: rgba(255,165,1,1.00);
    grid-area: image1-about;
	padding: 60px;
	text-align: justify;
}

image2-about {
	background-color: deepskyblue;
    grid-area: image2-about;
	background-image: url("../images/burningman_about-04.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


image3-about {
    grid-area: image3-about;
	background-image: url("../images/burningman_05.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

image4-about{
	grid-area: image4-about;
	background-image: url("../images/burningman_home-02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


footer-about {
	background-color: rgba(0,179,125,1.00);
    grid-area: footer-about;
	padding: 65px;
	text-align: justify;
}


block2-about {
	
	background-color: rgba(164,95,166,1.00);
    grid-area: block2-about;
    position: relative;
    font-family: 'made_evolve_sansbold';
	padding: 65px;
	text-align: justify;
}


news-about {
	background-color: rgba(36,32,33,1.00);
	grid-area: news-about;
	color: white;
    font-family: 'made_evolve_sansbold';
	padding: 50px;
	text-align: justify;
	justify-content: center;
}





/*News Page*/


.container-news {
    display: grid;
	grid-gap: 5px;
	padding: 5px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 50px .5fr 1fr .5fr .5fr 2px;
    grid-template-areas: "header  header  header"
        "logo          image1-about      image1-about"
		"block2-about      block2-about      image2-news"
        "image3-news footer-about  footer-about"
		"news-news           news-news   image4"
		"end           end               end ";
  
}

image1-about {
	
    background-color: rgba(255,165,1,1.00);
    grid-area: image1-about;
	padding: 60px;
	text-align: justify;
}

image2-news {
	background-color: deepskyblue;
    grid-area: image2-news;
	background-image: url("../images/burningman_09.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


image3-news {
    background-color: green;
    grid-area: image3-news;
	background-image: url("../images/burningman_about-02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


footer-about {
    background-color: rgba(164,95,166,1.00);
    grid-area: footer-about;
	padding: 65px;
	text-align: justify;
}


block2-about {
	background-color: rgba(0,179,125,1.00);
    grid-area: block2-about;
    position: relative;
    font-family: 'made_evolve_sansbold';
	padding: 65px;
	text-align: justify;
}


news-about {
	background-color: rgba(36,32,33,1.00);
	grid-area: news-about;
	color: white;
    font-family: 'made_evolve_sansbold';
	padding: 50px;
	text-align: justify;
	justify-content: center;
	text-align: center;
}


p3 {
	color: white;
	text-align: center;
	font-family: 'made_evolve_sansbold';
    font-size: 1.5em;
	
}


p {
	color: rgba(245,147,31,1.00);
	font-family: 'made_evolve_sansbold';
	font-size: 1.4em;
	text-align: center;
	padding: 0px;
	margin:0px;
	padding-bottom: 40px;
	padding-top: 10px;
}

.news-here-link {
	color: black;
}

.news-here-link:hover {
	color: rgba(0,0,0,0.60);
}

news-news {
	background-color: rgba(36,32,33,1.00);
	grid-area: news-news;
	color: white;
    font-family: 'made_evolve_sansbold';
	padding: 50px;
	text-align: justify;
	justify-content: center;
}





/*Get Involved Page*/


.container-getinvolved {
    display: grid;
	grid-gap: 5px;
	padding: 5px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 50px .5fr .5fr 1fr .5fr 2px;
    grid-template-areas: "header  header  header"
        "logo           image1-about       image1-about"
		"block2-about   block2-about       image2-getinvolved"
        "image3-getinvolved    footer-about       footer-about"
		"news-getinvolved     news-getinvolved        image4-getinvolved"
		"end            end                end ";
  
}

image1-about {
	
    background-color: rgba(255,165,1,1.00);
    grid-area: image1-about;
	padding: 60px;
	text-align: justify;
}

image2-getinvolved {
	background-color: deepskyblue;
    grid-area: image2-getinvolved;
	background-image: url("../images/burningman_getinvolved.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


image3-getinvolved {
    background-color: green;
    grid-area: image3-getinvolved;
	background-image: url("../images/burningman_07.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

image4-getinvolved {
	grid-area: image4-getinvolved;
	background-image: url("../images/burningman_22.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


footer-about {
    background-color: rgba(164,95,166,1.00);
    grid-area: footer-about;
	padding: 65px;
	text-align: justify;
}


block2-about {
	background-color: rgba(0,179,125,1.00);
    grid-area: block2-about;
    position: relative;
    font-family: 'made_evolve_sansbold';
	padding: 65px;
	text-align: justify;
}


news-getinvolved {
	background-color: rgba(36,32,33,1.00);
	grid-area: news-getinvolved;
	color: white;
    font-family: 'made_evolve_sansbold';
	padding: 50px;
	text-align: justify;
	justify-content: center;
}





/* Contact Page */


form {
    width: 800px;
    margin: 25px auto 10px;
    padding: 30px;
    background-color: rgba(255,165,1,1.00);
}

label {
    display: block;
    width: 300px;
    float: left;
    text-align: right;
    margin-right: 10px;
    font-family: 'made_evolve_sansbold';
    color: white;
}

input {
    margin-bottom: 8px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="datetime-local"], input[type="color"] {
    width: 300px;
    padding: 5px;
     font-family: 'made_evolve_sansbold';
    color: black;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="date"]:hover, input[type="datetime-local"]:hover, input[type="color"]:hover {
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus {
    outline: none;
    font-weight: bold;
    background-color: rgba(0,179,125,1.00);
}

textarea {
    width: 300px;
    height: 150px;
    padding: 5px;
    font-family: 'made_evolve_sansbold';
    color: black;
}

textarea:hover {
}

textarea:focus {
    outline: none;
    font-weight: bold;
    background-color: rgba(0,179,125,1.00);
}

p {
	text-align: center;
	font-size: 1.65rem;
	 font-family: 'made_evolve_sansbold';
	color: white;
}

select {
    display: block;
    width: 300px;
    padding: 5px;
     font-family: 'made_evolve_sansbold';
    color: black;
    margin-left: 305px;
}

select:focus {
    outline: none;
    font-weight: bold;
    background-color: rgba(0,179,125,1.00);
}

.button-playpen {
    display: flex;
    justify-content: center;
}

input[type="submit"] {
    padding: 10px 25px;
    margin-right: 5px;
    background-color: rgba(0,179,125,1.00);
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
     font-family: 'made_evolve_sansbold';
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: coral;
    color: white;
}

input[type="submit"]:active {
    background-color: yellow;
}

input[type="reset"] {
    padding: 10px 25px;
    background-color: rgba(0,179,125,1.00);
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    cursor: pointer;
}

input[type="reset"]:hover {
    background-color: coral;
    color: white;
   
}

input[type="reset"]:active {
    background-color: yellow;
}






/*Event Schedule Page*/


download {
	grid-area: download;
	background-color: rgba(0,179,125,1.00);
    position: relative;
    font-family: 'made_evolve_sansbold';
	text-align: justify;
	justify-content: center;
	align-content: center;
}


.container-event {
    display: grid;
	grid-gap: 5px;
	padding: 5px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 50px .5fr .5fr .5fr .5fr .5fr 90px 2px;
    grid-template-areas: "header  header  header"
        "logo                image1-about         image1-about"
		"block2-event        block2-event         image2-event"
        "image3-event        footer-event        footer-event"
		"news-event   news-event     image4-event"
		"image5-event event-event event-event"
		"download download download"
		"end                 end                  end ";
  
}


image1-about {
	
    background-color: rgba(255,165,1,1.00);
    grid-area: image1-about;
	padding: 60px;
	text-align: justify;
}

image2-event {
	background-color: rgba(36,32,33,1.00);
    grid-area: image2-event;
    position: relative;
    font-family: 'made_evolve_sansbold';
	padding: 65px;
	text-align: justify;
	justify-content: center;
	text-align: center;
}



image3-event {
    grid-area: image3-event;
	background-color: rgba(36,32,33,1.00);
    position: relative;
    font-family: 'made_evolve_sansbold';
	padding: 65px;
	text-align: justify;
	justify-content: center;
	text-align: center;
}


footer-event{
    background-color: rgba(0,179,125,1.00);
    grid-area: footer-event;
	padding: 65px;
	text-align: justify;
}


block2-event {
	background-color: rgba(164,95,166,1.00);
    grid-area: block2-event;
    position: relative;
    font-family: 'made_evolve_sansbold';
	padding: 65px;
	text-align: justify;
}


news-event {
	background-color: rgba(237,42,36,1.00);
	grid-area: news-event;
	color: white;
    font-family: 'made_evolve_sansbold';
	padding: 50px;
	text-align: justify;
	justify-content: center;
	align-content: center;
}


p5 {
	color: white;
	text-align: center;
	font-family: 'made_evolve_sansbold';
    font-size: 4em;
	justify-content: center;
	align-content: center;
	
}

p6 {
	color: white;
	text-align: center;
	font-family: 'made_evolve_sansbold';
	font-size: 2em;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

p6:hover {
	color: rgba(255,255,255,.60);
}

image4-event {
	grid-area: image4-event;
	background-color: rgba(36,32,33,1.00);
    position: relative;
    font-family: 'made_evolve_sansbold';
	padding: 65px;
	text-align: justify;
	justify-content: center;
	text-align: center;
}

image5-event {
	grid-area: image5-event;
	background-color: rgba(36,32,33,1.00);
    position: relative;
    font-family: 'made_evolve_sansbold';
	padding: 65px;
	text-align: justify;
	justify-content: center;
	text-align: center;
}

event-event {
	background-color: rgba(255,165,1,1.00);
	grid-area: event-event;
	color: white;
    font-family: 'made_evolve_sansbold';
	padding: 50px;
	text-align: justify;
	justify-content: center;
	align-content: center;
}



/*Gallery Page */


.container-gallery {
    display: grid;
	grid-gap: 0px;
	padding: 5px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 50px .5fr .5fr .5fr .5fr 2px;
    grid-template-areas: "header  header  header"
        "logo                image1-about         image1-about"
		"block2-event        block2-event         image2-event"
        "image3-event        footer-event        footer-event"
		"news-event   news-event     image4-event"
		"end                 end                  end ";
  
}




* {
  box-sizing: border-box;
}


.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 2px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 3px;
}

.column img {
  margin-top: 5px;
  vertical-align: middle;
  width: 100%;
}



/* Map */

container-map {
    display: grid;
	grid-gap: 0px;
	padding: 5px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 50px 90px 2px;
    grid-template-areas: "header  header  header"
		"download download download"
        "map map map"
		"end                 end                  end ";
  
}

map {
    grid-area: map;
	text-align: justify;
	justify-content: center;
	text-align: center;
	align-content: center;
}

img {
	width: 100%;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}


@media only screen and (max-width: 640px) {
    
    body {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: repeat(auto, 4);
        grid-template-areas:
            "nav"
            "header"
            "main"
            "footer"
    }
    
    aside {
        display: none;
    }
    
    section {
        display: none;
    }
	
}
