/*
Morning Boys 2023
*/





/* #Reset & Basics
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #DAE9FF;
		font: 1.5vw "Mabry", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #4D4D4D;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


	.top-bar{
		background: #FFDE59;
		border-radius:0px 0px 20px 20px;
		padding-top: 20px;
		padding-bottom: 00px;
		position: fixed;
		width: 90%;
		box-shadow: 1px 10px 49px -13px rgba(131,131,131,0.75);
-webkit-box-shadow: 1px 10px 49px -13px rgba(131,131,131,0.75);
-moz-box-shadow: 1px 10px 49px -13px rgba(131,131,131,0.75);
	}


	.logo{
		width: 100px;
		margin-top: -120px;
	}

	.right-buttons{
		float: right;
		width: 40%;
		padding-top: 0px;

	}

	.right-buttons .button {
		margin-left: 2%;
		float: right;
	}

	.top-menu{
		display: none;
	}

	.white_content {
		display: none;
		position: fixed;
		top: 0px;
		width: 100%;
		float: none;
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
		z-index: 99999;
		overflow: scroll;
		background-color: #FFDE59;
		height: 100%;
	}
	.black_overlay{
		display: none;
		position: fixed;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		z-index:1001;
	}

	.close{
		float: right;
		padding-right: 2.5%;
		margin-top: -35px;
		z-index: 99999;
		padding-right: 10%;
	}

	.menu-logo{
		margin-bottom: 50px;
	}

	.menu-links{
		font-size: 35px; line-height: 50px;
	}

	.footer-section{
		background: #FFDE59;
		padding-top: 5%;
		padding-bottom: 5%;
	}

	.subscribe{
		width: 40%;
		float: left;
		height: 200px;
	}

	.footer-links{
		float: left; width: 20%;
		padding-right: 5%; 
	}


	.footer-link{
		padding-bottom: 20px;
		line-height: 40px;
		text-transform: uppercase;
	}

	.footer-address{
		width: 20%;
		float: left;
	}

	.social-icons{
		float:right;
		text-align: right;
		width: 10%;
	}


	.icon{
		margin-right: 5%;
		height: 20px;
		width: auto;
	}





/* #Typography
================================================== */




	@font-face {
		font-family: 'Mabry';
		src: url('mabry-regular-pro.otf');

}



	@font-face {
		font-family: 'Mabry Bold';
		src: url('MabryPro-Black.ttf');

}



	h1, h2, h3, h4, h5, h6 {
		font-family: 'Mabry', serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 4.5vw; line-height: 4.5vw; margin-bottom: 10px; color: #40B18E;  }
	h2 { font-size: 3vw; line-height: 3vw; margin-bottom: 10px; }
	h3 { font-size: 2vw; line-height: 3vw; margin-bottom: 8px; }
	h4 { font-size: 20px; line-height: 20px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; line-height: 2vw; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a { color: #4D4D4D; text-decoration: none; outline: 0; font-variant: none; font-size: 1vw; }
	a:hover { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 0px; }
	ul { list-style: none; text-align: center }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 20px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	.nav { float: left; width: 40%; padding-top: 10px; padding-left: -0px; }
	.nav a { font-size: 15px; letter-spacing: -.5px; text-align: left; float: left;}
	.nav li { float: left; padding-right: 5%;  }


/* #Images
================================================== */

	img,video{ width: auto; max-width: 100%; height: auto; margin: 0 auto 0em; }


/* #Buttons
================================================== */
.woo .button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #1E365C; /* Old browsers */
	  border: 0px solid #aaa;
	  -moz-border-radius: 50px;
	  -webkit-border-radius: 50px;
	  border-radius: 50px;
	  color: white;
	  display: inline-block;
	  font-size: 15px;
	  font-weight: normal;
	  text-decoration: none;
	  text-shadow: 0;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 10px 20px;
	  font-family: "Mabry", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.woo .button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: black;
		background: white;  }






	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #1E365C; /* Old browsers */
	  border: 0px solid #aaa;
	  -moz-border-radius: 50px;
	  -webkit-border-radius: 50px;
	  border-radius: 50px;
	  color: white;
	  display: inline-block;
	  font-size: 15px;
	  font-weight: normal;
	  text-decoration: none;
	  text-shadow: 0;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 10px 20px;
	  font-family: "Mabry", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: black;
		background: white;  }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {

		background: #eee;
 }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	input[type="email"].sub-form{width: 300px; float: left; margin-right: 10px;}
	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 0!important;
		border-radius: 30px;
		padding: 6px 10px;
		outline: none;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		font: 20px "Mabry", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: black;
		margin: 0;
		width: 100%;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {

 		color: black;
 	 }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: black; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.margin{ padding-top: 20%;  }






    .container                                  { width: 90%; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }




/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 95%; }
        .container .columns,
        .container .column { margin: 0; }


    }




/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 95%; }
        .container .columns,
        .container .column { margin: 0; }
				.nav,.right-buttons{ display: none; }
				.logo{  margin: 0;padding-top:0; float: left;  padding-left: 20px; width: 75px; margin-top: -10px; }
				.top-bar{ padding-bottom: 10px; padding-top:0; width: 95%; }
				.top-menu{ display: block; float: right; margin-top: -25px;  padding-right: 20px; }
				h1 { font-size: 35px; line-height: 45px; margin-bottom: 10px; }
				h2 { font-size: 35px; line-height: 35px; margin-bottom: 10px; }
				.footer-links { padding-bottom: 50px; }
				.footer-address,.footer-links,.subscribe{ width: 95%; }


    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 95%; }
        .container .columns,
        .container .column { margin: 0; }


    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
