/*
Theme Name: Maui Music and Food Experience 
Text Domain: mmfe
Version: 1.1
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

/* ---------------------------------------------------
       CUSTOM PROPERTIES
--------------------------------------------------- */

:root {
  /* Colors */
  --mmfe-dark-blue: #002554;
  --mmfe-light-blue: #00a3e0;
  --mmfe-light-green: #8bc400;
  --mmfe-light-orange: #ffb81c;
  --mmfe-light-red: #ff5869;
  --mmfe-light-purple: #bb29bb;
  --mmfe-white: #fff;
  --mmfe-cream: #FCF9EA;

  /* Layout */
  --max-width: 1205px;
  --row-padding: 3rem 1.5rem;
  --col-gap: 2rem;


  /* Typography */
  --font-size-base: 1rem;
}




/* ---------------------------------------------------
       RESET
--------------------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box; /* essential — border-box everywhere */
  margin: 0; /* kill default margins */
  padding: 0; /* kill default padding */
}

body {
  line-height: 1.5; /* better default than browser's ~1.2 */
  -webkit-font-smoothing: antialiased; /* smoother fonts on Mac/iOS */
}

img,
video,
picture,
svg {
  display: block; /* kills the mystery gap under inline images */
  max-width: 100%; /* responsive images by default */
}

input,
button,
textarea,
select {
  font: inherit; /* form elements don't inherit font by default — fix that */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance; /* NEW — evens out heading line lengths beautifully */
}

p {
  text-wrap: pretty; /* NEW — avoids orphaned single words on last line */
}

#root,
#__next {
  isolation: isolate;
}

/* ---------------------------------------------------
       GLOBAL
--------------------------------------------------- */

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-family: "eurostile-extended", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-family: "poppins", sans-serif;
	font-weight: 200;
	font-style: normal;
	line-height: 1.7rem;
	}

.center-align {
	text-align: center;
}	

.respond-img {
  width: 100%;
  height: auto;
}

.rounded-img {
  border-radius: 8px;
}


h1 { 
	font-size:3.5rem; 
	line-height: 3.8rem;
	margin-bottom: 15px;
	/*  font-family: "eurostile-extended", sans-serif; */
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	padding:20 px 0 0 0;
} 


h2 { 
	font-size:2.7rem; 
	line-height: 2.9rem;
	margin-bottom: 20px;
	margin-top: 0;
	/*  font-family: "eurostile-extended", sans-serif; */
	font-weight: 900;
	color: #F6BB45;
	text-align: left;
} 

h3 { 
	font-size:2.7rem; 
	line-height: 2.9rem;
	margin-bottom: 20px;
	margin-top: 60px;
	/*  font-family: "eurostile-extended", sans-serif; */
	font-weight: 900;
	color: #fff;
	text-align: center;

}

h4 {
	background-color: #F9E231;
	padding: 10px 20px;
	color: #000;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 1.1rem;
}


/* ---------------------------------------------------
       FW WRAPPER 
--------------------------------------------------- */

.full-width {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------
       CONTENT FRAME 
--------------------------------------------------- */

.content-frame {
  width: 100%;
  max-width: 1205px;
  margin: 0 auto;
  padding: 1rem;
}


#logos {
	list-style-type: none;
	margin: 0;
}

#logos li {
	display: inline-block;
	margin: 30px 0;
}


#logos li img {
	height:auto;
	width: 100%;
}

#logo-rise {
	width: 125px;
}

#logo-mmfe {
	width: 100px;
}

#logo-found {
	width: 150px;
	padding-bottom: 15px;
}


#one-cause-links {
	list-style-type: none;
	display: block;
	width: 100%;
	padding-bottom: 35px;
	padding-top: 25px;
}

#one-cause-links  li {
	display: inline-block;
	margin: 0 10px;
}

#one-cause-links  li a {
	background-color: #CA2A7A;
	border-radius: 30px;
	padding: 10px 15px;
	color: #fff;
	font-weight: 900;
	text-decoration: none;
}

#one-cause-links li a:hover {
	background-color: #651B90;
	transition: background-color 0.5s ease, width 0.5s ease, height 0.5s ease;
}

p {
	text-align: left;
	font-size: 1.3rem; 
	line-height: 1.7rem;
	margin-bottom: 20px;
	color: #fff;
}

@media screen and (max-width: 800px) {
  
  #one-cause-links li {
  	display: block;
  	width: 100%;
  	text-align: center;
  	margin: 30px 0;
  }

  h1 { 
	font-size:2.5rem; 
	line-height: 2.4rem;
	} 
	
	#logo-rise {
	width: 100px;
}

#logo-mmfe {
	width: 75px;
}

#logo-found {
	width: 125px;
	padding-bottom: 15px;
}
  
}

@media screen and (max-width: 600px) {
	font-size: 1rem; 
	line-height: 2.3rem;
}


section#rise-temp-2026 {
	padding-top: 0;
	margin-top: 0;
}


body {
  background: linear-gradient(
    to bottom,
    #FD556F 0%,
    #DF438E 35%,
    #C432B1 75%,
	#C432B1 100%
  );
}



#aloha-area p {
	text-align: center;
}

#rise-focus-areas {
	padding: 35px 0 0 0;
	margin: 0 auto;
}

#rise-focus-areas {
		width: 95%;
		height: auto;
		}
		
		
@media screen and (min-width: 800px) {
	#rise-focus-areas {
		width: 75%;
		}
}

#aloha-area {
	padding: 60px 0 10px 0px;
}

#aloha-area img {
	width: 60%;
	height: auto;
	height: auto;
	margin: 0 auto;
	padding-bottom: 35px;
}


@media screen and (min-width: 800px) {

#aloha-area img {
	width: 25%;

}

}

p strong,
#aloha-area strong,
#become-a-speaker strong {
	font-weight: 700;
}

#hua-momona-foundation {
	margin: 0 auto;
	padding: 30px 0;
}



