/* CSS Document */

/*General reset. 
------------------------------------------------------------------------------*/
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 {
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/******************************************************************************/

/*font set
------------------------------------------------------------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, 
small, strike, strong, sub, sup, 
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, section, summary,
time {
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, 'Open Sans', sans-serif;
}
/******************************************************************************/

/*iphone fix
------------------------------------------------------------------------------*/
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}
/******************************************************************************/

/*body style
------------------------------------------------------------------------------*/
body {
	background: #001e37;
	font-size:22px;
	line-height: 32px;
	color: #ffffff;
	margin: 0.1em;
	padding: 0.1em;
	word-wrap:break-word !important;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, 'Open Sans', sans-serif;
	}
/******************************************************************************/	

/*Heading Styles
------------------------------------------------------------------------------*/
h1 {
	font-size: 2.15em;
	line-height: 1.05em;
	color: #FFF;
}	

h2 {
	font-size: 1.8em;
	line-height: 1.04em;
	color: #FFF;
}

h3 {
	font-size: 1.6em;
	line-height: 1.03em;
	color: #FFF;
}

h4 {
	font-size: 1.2em;
	line-height: 1.02em;
	color: #FFF;
}

h5 {
	font-size: 1.1em;
	line-height: 1.01em;
	color: #FFF;
}
/******************************************************************************/

/*paragraph style
------------------------------------------------------------------------------*/
p {
	text-align: left;
	font-size: 1em; 
	line-height: 0.995em
}
/******************************************************************************/

/*Collapsible Nav Style
------------------------------------------------------------------------------*/

 /* Style the button that is used to open and close the nav */
.collapsibleNav {
  background-color: #1b3750;
  color: #fff;
  cursor: pointer;
  padding: 0.2em;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 1.8em;
}

/*style the navbar*/
.content {
	display: none;
	font-size: 1.5em;
}

/*style the buttons*/
.content>p{
	text-align: right;
	float: right; 
	clear: both;
}

.content ul{
	text-align: right;
	list-style: none;
}

.content li{
	text-align: right
	list-style: none;
	text-decoration: underline;
}

/*style the dropdowns*/
li>.collapsibleNav {
	font-size: 1em;
	background-color: #1b3750;
	width: 50%;
}

.content .content {
	font-size: 1em;
	text-decoration: underline;
}

/*align logo text left*/
#minLogo {
	text-align:left;
}

#minLogo>p {
	background: #c63;
	padding: 0.07em 0; 
	margin: 0;
	font-size: 2.05em;
}

#minLogo a {
	color: #fff;
}

/******************************************************************************/

/*Regular Nav Style
------------------------------------------------------------------------------*/

/*style nav container*/
#navLeft {
  float: left;
  width: 20%;
}

#navRight {
	float: right;
	width: 80%;
}

/* Clear floats after the columns */
#navContainer:after {
  content: "";
  display: table;
  clear: both;
}

/*style nav buttons*/
#navButtonContainer:after {
	content: "";
   display: table;
   clear: both;
}

.navButton {
	float: left; 
	width: 33%;
	background-color: #1b3750;
}

.navButton p {
	font-size: 1.5em;
	padding: 0.4em; 
	margin: 0; 
	text-align: right;
	background-color: #1b3750;
	text-decoration: underline;
}

.navButton .collapsibleNav {
	font-size: 1.5em;
	padding: 0.3em; 
	margin: 0; 
	text-align: right;
	background-color: #1b3750;
}

/*style dropdowns*/
.navButton .content {
	background: #c33;
	padding: 0;
	margin: 0;
}

/*style the logo*/
#navLeft p {
	background: #c63;
	font-size: 2em;
	padding: 0.18em; 
	margin: 0; 
}

#navLeft a {
	color: #fff;
}

/******************************************************************************/

/*Max Size Nav
------------------------------------------------------------------------------*/

/*style into columns*/
#maxNavSectionA {
	float: left; 
	width: 25%;
	background: #c63;
}

#maxNavSectionB {
	float: left; 
	width: 30%;
}

.maxNavSectionC {
	float: left; 
	width: 15%;
	background: #1b3750;
}

/* Clear floats after the columns */
#maxNav:after {
  content: "";
  display: table;
  clear: both;
}

/*style the nav buttons*/
.maxNavSectionC p {
	font-size: 1.5em;
	padding: 0.54em 0;
	margin: 0;
	text-align: right;
	text-decoration: underline;
}

.maxNavSectionC .collapsibleNav {
	font-size: 1.5em;
	padding: 0.43em 0;
	margin: 0;
}

/*style the logo*/
#maxNavSectionA a {
	font-size: 1.2em;
	color: #fff;
	padding: 0;
}

/******************************************************************************/

/*
#container {
	margin: 0 auto;
	max-width: 890px;
}*/

/*Link styling
------------------------------------------------------------------------------*/
a:link {
  color: #CCF;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #559;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ee34e5;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #0ff;
  background-color: transparent;
  text-decoration: underline;
}
/******************************************************************************/

/*image styling
------------------------------------------------------------------------------*/
img { 
	max-width: 94%;
	padding: 3%;
	}
/******************************************************************************/	

/*Column styling
------------------------------------------------------------------------------*/	
.column {
  float: left;
  width: 48%;
  padding: 1%;
  max-height: fit-content;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

/* Clear floats after containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}	
/******************************************************************************/


/*Commission Me buttons
------------------------------------------------------------------------------*/
.commissionButton {
    padding:20px 50px; 
    font-size: 100%;
    background:#111; 
    border:0 none;
    cursor:pointer;
    color: white;
}

.commissionButton:hover {
	padding:20px 50px; 
    font-size: 100%;
    background:#444; 
    border:0 none;
    cursor:pointer;
    color: white;
}
/******************************************************************************/

/*Footer
------------------------------------------------------------------------------*/
.footerButton{
	padding: 8% 7%; 
   font-size: 88%;
   background:#111; 
   border:0 none;
   cursor:pointer;
   color: #786880;
   font-family: inherit;
}

.footerButton:hover {
    padding: 8% 7%; 
    font-size: 88%;
    background:#333; 
    border:0 none;
    cursor:pointer;
    color: white;
}

.ft_small .footerButton {
	padding: 1.35em 1.95em; 
	margin: .2em;
}

footer {
  padding: 2% 2%;
  text-align: left;
  background-color: #323240;
  color: #706078;
  width: 96%;
  min-height: 50px;
}

.ft_column {
  width:20%;
  float:left;
  min-height: 50px;
}

/* Clear floats after footer containers*/
.ft_row::after {
  content: "";
  clear: both;
  display: table;
}	

#lower {
 width:96%;
 padding:0% 2%;
 background-color: inherit;  
 min-height:15px;
}
/******************************************************************************/

/*MailChimp styling
------------------------------------------------------------------------------*/
#mc-embedded-subscribe {
	padding: 2% 2%; 
   font-size: 110%;
   background:#225689; 
   border-color: #545468;
   cursor:pointer;
   color: white;
   font-family: inherit;
}

.clear {
	width: 96%;
	padding: 0% 2%;
}

#sign-up {
	width: 96%;
	padding: 2% 2%;
}

#error {
	text-align: center;
}
/******************************************************************************/

/* Media Queries
------------------------------------------------------------------------------*/
@media all and (max-width : 790px) {
	.ft_column {
  		display: none;
  		visibility: hidden;
  	}
  	
  	#med {
  		display: none;
  		visibility: hidden;
  	}
}

@media all and (min-width : 790px) {
	.ft_small {
		display: none;
		visibility: hidden;
	}
	
	#mini {
  		display: none;
  		visibility: hidden;
  	}
}

@media all and (max-width : 1440px)
{
	#max {
		display: none;
  		visibility: hidden;
	}
}

@media all and (min-width : 1440px)
{
	#med {
		display: none;
  		visibility: hidden;
	}
}
/******************************************************************************/