/**
 * Shared CSS for Ballet Roots
 */
body {
  color: #469e9c;
  font: normal 13px/1.5em tahoma, sans-serif;
}

p, h1, h2, h3, h4, h5, ul, h1 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 1em;
}

p {
  margin-bottom: 2em;
}

a {
  color: #469e9c;
  font-family: tahoma, sans-serif;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #ffffff;
}

.no-wrap {
  white-space: nowrap;
}

.site-hdr-spacer,
.site-hdr-wrapper {
  height: 140px;
}

.site-hdr-wrapper {
  background-color: #000;
  position: fixed;
  width: 100%;
}

.site-hdr {
  height: 100%;
  margin: 0 auto;
  width: 900px;

  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;

  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;

  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;

}

.site-hdr-logo {
  height: 100%;
  max-width: 175px;
}

.nav-lk-list {
  display: inline-block;
  height: 1.5em;
  position: relative;
  top: 100%;
  transform: translateY(-42px);
  -webkit-transform: translateY(-42px);
}

.nav-lk-item {
  display: inline-block;
  padding-left: 40px;
}

.nav-lk {
  font-size: 19px;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: capitalize;
}

.ballet-roots-mn {
  background-color: #d9d9d9;
  width: 100%;
}

.pg-hdr {
  margin: 0 0 1em 0;
}

.site-ftr-wrapper {
  background-color: #2c2c2c;
}

.site-ftr {
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  width: 900px;
}

.site-ftr-logo-name {
  margin: 5px 0;

  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;

  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;

  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;

  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;

}

.site-ftr-logo {
  height: 30px;
  width: 74px;
}

.site-ftr-name {
  padding-left: 10px;
}

.site-ftr-copy {
  font-size: 12px;
}

.site-ftr-logo-name {
  line-height: 18px;
}

.site-ftr-link {
  line-height: 22px;
}

.ftr-icon-fb,
.ftr-icon-instg {
  background: transparent url(../assets/ftr-icon-instg.png) 0 0 no-repeat;
  background-size: 18px 18px;
  display:inline-block;
  height: 18px;
  vertical-align: text-bottom;
  width: 18px;
}

.ftr-icon-fb {
  background-image: url(../assets/ftr-icon-fb.png);
}

/**

  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;

  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;

  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;

flex-wrap: wrap;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;

align-items: stretch;
-ms-flex-align: stretch;
-webkit-align-items: stretch;
*/

