/*
 Theme Name:   Giant Steps Lodestar
 Theme URI:    http://giantstepsmts.com
 Description:  Lodestar Child Theme
 Author:       Homemadejam Design
 Author URI:   http://homemadejam.prg
 Template:     lodestar
*/

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

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

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

ul, ol {
    margin: 0 0 1.5em 2em;
    padding: 0;
}

/* centers navigation menu */
@media screen and (min-width: 60em){
.has-top-content .main-navigation ul.nav-menu {
text-align: center !important;
}
}

/* disabling uppercase formatting */
.site-branding a {
    text-transform: none;
}

.main-navigation a {
    text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: none
}