
* { margin:0; padding:0; text-decoration:none;}


      @font-face { font-family: glamour; src: url('/fonts/GLAMOURGIRL.TTF'); } 
      @font-face { font-family: yoster; src: url('/fonts/yoster.ttf'); } 

/*[{"hex":"#738b8c"},{"hex":"#231c0e"},{"hex":"#2e3833"},{"hex":"#ebcf8a"},{"hex":"#faf0c0"}]*/
     
  body {
    font-family: "yoster";
    color:  #2E3833;
    background-image: url("bg.jpg");
	  background-size: 100%;
    text-align: center;
	  padding: 20px;
	  height: 100%;
  }  
  
/*formatting*/
#container {
	max-width:1300px;
	margin:0px auto;
	padding:px;
	border: 0px solid;
}

#columns {
	display:flex;
  }
  #leftSidebar {
  order: 1;
  }

 #rightSidebar {
    order: 3;
  }
/*close formatting*/

/*HEADER style*/
header {
	width:100%;
	height:200px;
	margin-bottom:10px;
  border: 10px double #2E3438;
  background: #738B8C;
  
  }
/* close header*/




/*main stlye*/
main {
	width:700px;
	margin:0px 5px 0px 5px;
	border: 10px double #4C3914;
	background: #738B8C;
	order: 2;
	color: #2E3833;
}
main h1 {
	font-family: "yoster";
	border:3px solid;
}
main h2 {
	font-family: "yoster";
}
main p {
	margin:5px 0px 5px 0px;
	line-height:1.5;
}
main a, footer a, aside a {
	color: #c71585;
	text-decoration: underline;
}
main a:hover, footer a:hover, nav a:hover {
	color:#ea9128;
	text-decoration:underline;
}
main ul { 
	list-style: inside;
	margin:5px;
}
main ul li ul {
	margin-left:15px;
}
/*close main*/
/* aside style*/
aside {
	width:300px;
	border: 10px double #4C3914;
  }
aside ul {
	list-style:none;
	margin:0px;
	padding: 5px;
	font-family: "glamour";
}
aside li a {
	display:block;
	background:#F5D0C5;
	margin:0px 0px 4px 0px;
	text-decoration:none;
	padding:6px;
	border-radius: 10px;
	border: 4px groove #dea5a4;
}
aside li a:hover {
	background:#FFF;
	color:#ea9128;
	text-decoration:none;
}
aside h1 {
	font-family: "yoster";
}
aside h2{
  font-family: "yoster";
 
}
aside p {
	margin:5px 0px 5px 0px;
	font-size:0.9em;
}
/*close aside*/
/*footer style*/
footer {
	padding:10px;
	padding-bottom:30px;
	text-align:center;
	margin:10px 0px 0px 0px;
	border: 10px double #4C3914;
  font-size:20px;
}
/*close footer*/
img {
	max-width:100%;
}

maghl {
 background: #c71585;
 background-size: contain;
}

@media screen and (max-width: 800px) {
                #flex {
                    flex-wrap: wrap;
                }

                aside {
                    width: 100%;
                }
                main {
                    order: 1;
                }

                #leftSidebar {
                    order: 2;
                }

                #rightSidebar {
                    order: 3;
                }

                #navbar ul {
                    flex-wrap: wrap;
                }
            }