/*concord - 9730d8
cool gray - 5e6167
vars red - b01317
infrared - ff2247
royal blue - 1e3f9f
volt - CEFF00
purple and gold - 433053/F4B042
tiffany blue - 00FFEC
pink flash - EF4657
new green - 00AFC4
egg plant - 312951*/

.font {
	font-family: 'Muli', sans-serif;
  color: #69f0ae;
}

.sffont {
	font-family: 'Muli', sans-serif;
	font-size: 2.7em;
}

.sffontfoot {
  font-family: 'Muli', sans-serif;
  font-size: 1.4em;
}


body {
	background: #fff;
	line-height: 1.6;
	margin: 0;
	/*font-family: 'Muli', sans-serif;*/
}

p {
	color: #5e6167;
	margin-bottom: 1.8em;
}

a {
	text-decoration: none;
	color: black;
}

img {
	max-width: 70%;
}



.main-footer, h1, p{
	text-align: left;
}

.mainTop h1 {
  font-size: 2.5em;
  margin: 0;
  text-align: left;
  font-weight: 300;
  color: black;
}

.headerButton img {
  width: 12%;
}

.itunes img{
  width: 35%
}

.banner {
  width: 90%;
  margin: 0 auto;
  margin-top: 80px;
}
/* ================================= 
  Base Layout Styles
==================================== */
.topBar {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.mainTop{
  width: 90%;
  margin: 0 auto;
  height: 60px;
  display: flex;
}

.topRight{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}

.topLeft {
  width: 50%;
}

.primary span {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.wrapperabout {
    width: 100%;
}

.lighteraboutHead {
    max-width: 1150px;
    margin: 0 auto;
}

.lighteraboutHead p {
    /*text-align: center;*/
    color: #fff;
    padding-top: 3rem;
    font-size: 2em;
    /*padding: 10px;*/
    margin: 0;
}

.centerContain {
    width: 100%;
    margin: 25px auto 20px auto;
}

.aboutContent {
    width: 93%;
    margin: 0 auto;
}

.aboutContent h2 {
    text-align: center;
}

.aboutContent ul {
    list-style-type: none;
    padding: 0 0 15px 0;
    margin: 0;
}

.aboutContent ul li {
    list-style-type: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin-bottom: 25px;
}

.aboutContent ul li p { 
	text-align: left;
	font-size: 0.8em;
}

.container {
	width: 100%;
  margin-top: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
  align-items: center;
}

.primary { 
	margin: auto;
}

.twitter-share-button {
	text-align: center;
}

.primary h1{
	font-size: 8em;
	font-weight: 100;
	margin: 0;
    letter-spacing: 0.01em;
}

.col {
	padding-right: 1em;
	padding-left: 1em;

}

.primary img{
	width: 37%;
	margin: 25px;
}

.secondary {
  text-align: center;
}

.main-footer{
	padding: 2em 0;
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
    align-items: center;
}

.main-footer a { 
	margin-left: 20px;
	color: #9730d8;
	text-align: center;
}

.form-inline{
	width: 91%;
    margin: 0 auto;
}
.form-control::-moz-placeholder{
   color: #DDDDDD;
   opacity: 1;
}
.form-control:-moz-placeholder{
   color: #DDDDDD;
   opacity: 1;  
}  
.form-control::-webkit-input-placeholder{
   color: #DDDDDD;
   opacity: 1; 
} 
.form-control:-ms-input-placeholder{
   color: #ccc;
   opacity: 1; 
}
.form-control {
    background-color: #FFFFFF;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: none;
    color: #444444;
    height: 38px;
    padding: 6px 16px;
    margin-bottom: 10px;
    font-size: 16px;
}

.form-control:focus {
    background-color: #FFFFFF;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    outline: 0 none;
}
.form-control + .form-control-feedback{
    border-radius: 6px;
    font-size: 16px;
    padding: 0 12px 0 0;
    position: absolute;
    right: 25px;
    top: 13px;
    vertical-align: middle;
}
.form-control.transparent{
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid #dbdbdb;
    color: #000;
}
.form-control.transparent:focus{
    border-color: #dbdbdb;
    
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #9730d8;
    border: 0;
    width: 165px;
    color: #fff;
}

#commentSubmit{
  -webkit-appearance: button;
    cursor: pointer;
    background: #9730d8;
    border: 0;
    width: 165px;
    color: #fff;
}

.commentForm{
  width: 40%;
  margin: 0 auto;
}

.commentForm input, textarea {
    width: 100%;
    border: 2px solid rgba(0,0,0,0.1);
    padding: 15px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* ================================= 
  Media Queries
==================================== */
@media (max-width: 770px) {

.commentForm{
    width: 90%;
  }

  .commentForm input {
    height: 110px;
    font-size: 46px;
    margin-bottom: 45px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 0 0 10px;
  }

  .commentForm textarea {
    height: 200px;
    font-size: 46px;
    margin-bottom: 45px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 0 0 10px;
  }

  #commentSubmit{
  -webkit-appearance: button;
    cursor: pointer;
    background: #9730d8;
    border: 0;
    width: 165px;
    color: #fff;
    height: 125px;
    width: 100%
  }

  .aboutContent h2 {
    font-size: 3rem;
  }
}


@media (min-width: 770px) {

  .container, 
  .row {
    display: flex;

    justify-content: center;
    align-items: center;
  }
  
  .col {
    flex: 1;
  }
  
  .primary img{
	width: 15%;
  margin: 0 25px 0 0;
  }



}

@media (min-width: 1025px) {

  .container{
    flex-direction: row;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 40px;
  }
  
  .primary {
    flex: 1.5;
    margin: auto;
  }

  .sffont, .sffontfoot{
  	font-size: 1em;
  }

  .sffont{
    font-size: 1.5em;
    font-weight: 700;
  }

  .btn {
    width: 25%;
  }

}