@charset "UTF-8";
/* type selectors */
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 100%;
	width: 100%;                         
	max-width: 1200px;                  /* maximum width of page */
	background-color: #f7f7f2;
	margin: 1em auto;
	padding: 1em;
	/*border: .1em solid black;*/
}



/* the styles for the header */
header {
	width: 90%;                        /* full width of body */
	padding: 1.05em;
	background-color: #ffadd2;
	color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 3em;
	text-align: center
}

h1{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1em;    
	color: #586B4C;/* maximum width of page */

}
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	padding: 0em .5em;
	width: 300px;
	height: 300px;
	transition: width 2s, height 2s;
	font-size: 1em;

}
h2:hover {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	width: 400px;
	height: 250px;
	border: thin solid #1B5112;
}



h5{
	color: #b81463;
	font-size:3em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

h6 {animation: moveright 5s 0s infinite ease-in-out
               alternate; 
	font-size: 2em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
@keyframes moveright {
    from { margin-left: 20%;
           color: #ffadd2; }
    to {   margin-left: 60%;
           color: #ffadd2; }
}

.purses{
	padding: 2em 20em
}

.wallets{
	text-align: left;
}

main{
	column-count: 2;
	column-rule: #0B3B00 medium solid;
	column-gap: 3em;
	column-width: 50%;
	margin: 1.5em 7em 1.5em 7em;
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1em;
	column-span: all;
}
article{
	column-span: all;
	column-width: 50%;
	margin: 1.5em 7em 3em 7em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1em;
}


aside  {
  transition: width 1s, height 1s, transform 1s;
	}

aside:hover { 
	width: 30%px;
     height: 30%;
     transform: scale(120%);
	}

.accordion1 {
  background-color: #B3D5A2;
  color: #1B5112;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: thin solid #586B4C;
  outline: none;
  transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active1, .accordion1:hover {
  	background-color: #0B3B00;
	color:#B3D5A2;
}

/* Style the accordion panel. Note: hidden by default */
.panel1 {
  padding: 0 18px;
  background-color: #ECFFE2;
  overflow: hidden;
	max-height: 0;
	transition: max-height 0.2s ease-out;
}

.accordion1:after {
	content: '\02795'; /*this is the unicode for + "plus" sign*/
	font-size: 18px;
	color: #586B4C;
	float: right;
	margin-right: 1em;
}

.active1:after {
	content: '\2796';
}


.sideimg{
	padding: 3em 0em 3em 10em;
}

.accordion2 {
  background-color: #B3D5A2;
  color: #1B5112;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: thin solid #586B4C;
  outline: none;
  transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion2:hover {
  	background-color: #0B3B00;
	color:#B3D5A2;
}

/* Style the accordion panel. Note: hidden by default */
.panel2 {
  padding: 0 18px;
  background-color: #ECFFE2;
  overflow: hidden;
	max-height: 0;
	transition: max-height 0.2s ease-out;
}

.accordion2:after {
	content: '\02795'; /*this is the unicode for + "plus" sign*/
	font-size: 18px;
	color: #586B4C;
	float: right;
	margin-right: 1em;
}
.active2:after {
	content: '\2796';
}


.accordion3 {
  background-color: #B3D5A2;
  color: #1B5112;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: thin solid #586B4C;
  outline: none;
  transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion3:hover {
  	background-color: #0B3B00;
	color:#B3D5A2;
}

/* Style the accordion panel. Note: hidden by default */
.panel3 {
  padding: 0 18px;
  background-color: #ECFFE2;
  overflow: hidden;
	max-height: 0;
	transition: max-height 0.2s ease-out;
}

.accordion3:after {
	content: '\02795'; /*this is the unicode for + "plus" sign*/
	font-size: 18px;
	color: #586B4C;
	float: right;
	margin-right: 1em;
}
.active3:after {
	content: '\2796';
}

table, th, td {
  	border: thin solid #586B4C;
 	border-collapse:collapse;
	color: #cc6699;
	padding: 20em;
	align-content: center;
	margin: auto;
	text-align: center;

	
}
th, td {
  	padding: 5px;
	align-content: center;
	margin: auto;
	text-align: center;

}

/* the styles for the navigation menu - operation */
#nav_menu {
	width: 100%;
	margin: 0 auto;
}

#nav_menu ul {                       /* full width of body */
	list-style-type: none;
	position: relative;
}
#nav_menu ul ul {
	display: none;
	position: absolute;
	top: 100%;
}
#nav_menu ul ul li {
	float: none;
	position: relative;
}
#nav_menu ul ul li ul {
	position: absolute;
	left: 100%;
	top: 0;
}
#nav_menu ul li.lastitem ul li ul {
	position: absolute;
	left: -100%;
	top: 0;
}
#nav_menu ul li {
	float: left;
}
#nav_menu ul li:hover > ul {
	display: block;
}
#nav_menu > ul::after {
	content: "";
	clear: both;
	display: block;
}

/* the styles for the navigation menu - formatting */
#nav_menu ul {
	margin: 0;
	padding: 0;
}
#nav_menu ul li {
	width: 20%;                         /* 198 / 990 */
}
#nav_menu ul li a {
	text-align: center;
	display: block;
	padding: .7em 0;
	border-bottom: solid .1em #cc6699;
	border-top: solid .1em #cc6699;
}
#nav_menu ul li a {
	color: #cc6699 !important;
}
#nav_menu ul li:hover ul {
	width: 100%;
	color:#899878;
}
#nav_menu ul li:hover ul li:hover ul li {
	width: 100%;
	color:#899878;
}




/* hide the mobile menu initially */
#mobile_menu {
	display: none;
}
.infotext {
	float:right;
	padding-right: 4em;
}
.formtext {
    color: #8942C9;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 1em;
    text-align: right;
}
.redtext{
	color:#D51BD0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 1.5em;
    text-align: right;
}

textarea{
	color:#D51BD0;
	max-height: 15em;
	max-width: 17em;
	min-height: 5em;
	min-width: 14em;
}


/* media queries */

/* tablet portrait to standard 960 */
@media only screen and (max-width: 959px) 
{
    #nav_menu ul li a {
	    font-size: .875em;                      /* 14 / 16 */
    }
	header {
		padding: 1.83em;
	}
   
    section {
	    font-size: 1.125em;                     /* 18 / 16 */
    }
	
}

/* mobile landscape to tablet portrait */
@media only screen and (max-width: 767px) {
    #nav_menu {
        display: none;
    }
    #mobile_menu {
        display: block;
    }
	section.clear{
		clear: both;
	}
    .slicknav_menu {
        background-color: #cc6699 !important;
		width: 100%;
		margin: 0 auto
    }
    body {
        width: 100%;                           /* full width of screen */
        margin: 0;                             /* no margins */
        border: none;                          /* no border */
    }
    header {
        text-align: center;
		width: 90%;
    }
    footer { margin-right: .4em; }
  
    header img {
        float: none;
		max-width: 50%;                    /* native size */
		min-width: 50%;
    }
    section {
        width: 95.9596%;                       /* 100 - (2 * 2.0202) for padding */
        float: none;
        margin-right: 2.0202%;                 /* 20 / 990 */
        padding-right: 0;
    }
	section img {
		max-width: 75%;
	}
}

/* mobile portrait to mobile landscape */
@media only screen and (max-width: 479px) {
    
	    #nav_menu {
        display: none;
    }
	header {
		width: 80%;
        font-size: 1.375em;                    /* 22 / 16 */
		padding: 1.83em;
		margin-left: 1em;
    }
	
	header img {
        float: none;
		max-width: 100%;                    /* native size */
		min-width: 100%;
    }

    p {
        font-size: .875em;                     /* 14 / 16 */
    }

    section {
        font-size: 1em;                        /* base font size */
    }

    footer {
        font-size: .6875em;                     /* 11 / 16 */
    }

}


footer{

	color: #cc6699;
	border-bottom: thin solid #cc6699;
	border-top: thin solid #cc6699;
	padding: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 100%;
	background-color: #f7f7f2;

}

.foot{
	position: fixed;
	bottom: 0px;

	}


