/* Font face
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@font-face {
    font-family: Apercu-Mono;
    src: url(/Apercu-Mono.otf);
}

@font-face {
    font-family: Apercu-Light;
    src: url(/Apercu-Light.otf);
}

@font-face {
    font-family: SourceSansPro;
    src: url(/SourceSansPro-Regular.otf);
}

@font-face {
    font-family: SourceSansPro-Light;
    src: url(/SourceSansPro-Light.otf);
}


/* Text formatting
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1 {
  font-weight: lighter;
}

h2 {
  font-size: 1.5em;
  font-weight: lighter;
}

h3 {
  font-size: 30px;
  font-weight: lighter;
  font-family: SourceSansPro;
}

h4 {
  font-size: 1em;
  font-weight: lighter;
  font-family: SourceSansPro-Light;
}

h5 {
  font-size: 1em;
  font-weight: lighter;
  font-family: SourceSansPro-Light;
}

h6 {
  font-size: 20px;
  font-weight: lighter;
  font-family: SourceSansPro-Light;
}

p {
	font-family: SourceSansPro-Light;
	text-align: center;
}
.footprint {
	color: #8c8c8c;
	font-size: 0.8em;
}
.purple {
	color: #797bff;
}
.gray {
	color: darkgray;
}
.left {
	text-align: left;
	padding-left: 3em;
	padding-right: 2em;
}
.center {	
	padding-left: 20%;
	padding-right: 20%;
	padding-bottom: 1em;
}
.link {
  color:white;
  text-decoration: none;
  font-size:1.5em;
  margin-top: 20px;
  margin-bottom: 20px;

}
.link:hover {
  color:#797bff;
}

.black-link {
  color:#191919;
  text-decoration: none;
  font-size:1.5em;
  margin-top: 20px;
  margin-bottom: 20px;

}
.black-link:hover {
  color:#797bff;
}

/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.dark {
  background-color: #191919;
  color: white;
}

.light {
	background-color: white;
	color: #191919;
}

.purple-theme {
	background-color: #797bff;
	color: white;
}

.break-theme {
    width: 100%;
    height: 2em;
    border-bottom: 1px solid #797bff;
    text-align: center;
    margin-bottom: 3em;
}
.break-text {
	font-size: 2em;
	font-weight: lighter;
	background-color: white;
	color:#797bff;
}

/* List
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
    list-style-image: url('/images/purple-icon.svg');
}

li {
	color: #797bff;
	font-size: 1.2em;
  	font-weight: lighter;
  	font-family: SourceSansPro;
  	padding-left: 15px;
}

.list-subtitle {
	padding-left: 55px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 5rem 0 5rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
  text-align: center;
  padding-top: 3rem;
}

.full-width-container {
width: 100%;
max-width: 100%;
clear: both;
margin: 0 auto;
}

.header-adj {

}

/* Home
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.home {
  padding-bottom: 5rem;
}
.landing {
  max-width: 50%;
}

/* Break
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-break {
  padding-left: 6rem;
  padding-right: 6rem;
}


/* Bigger than 320 */
@media (min-width: 320px) {
  .header {
	padding-top: 1rem;
  }
  .section {
    padding: 1rem 0 1rem;
  }
  .landing {
    max-width: 300px;
   }
  .center {	
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 0em;
  }
 .left {
	padding-left: 2em;
	padding-right: 2em;
 }
 .section-break {
  padding-left: 1rem;
  padding-right: 1rem;
 }
 .normal-button, .button-on-white {
	 max-width: 90%;
 }
  .break-theme {
    height: 1.25em;
 }
 .break-text {
	font-size: 1.25em;
 }
 .pre {
  font-size: .65em;
 }
p {
	padding-left: 1%;
	padding-right: 1%;
	font-size: 11px;
}
h1 {
  font-size: 20px;
}
.normal-button, .button-on-white {
    font-size: 12px;
	letter-spacing: 4px;
    padding-left: 4rem;
    padding-right: 4rem;
}
.strike > span {
    font-size: 1.4em;
}
.purple-theme {
  margin-bottom:1rem;
}
pre{
  margin-top:0rem;
}
.header-adj {
  margin-left: 0rem;
  padding-top: 1rem;
}

}

/* Bigger than 550 */
@media (min-width: 550px) {
  .header {
	padding-top: 1.5rem;
  }
  .section {
    padding: 1rem 0 1rem;
  }
  .home {
    padding-bottom: 1rem;
    font-size: 1.5em;
  }
  .landing {
    max-width: 300px;
   }
  .center {	
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 0em;
  }
  .left {
	padding-left: 2em;
	padding-right: 2em;
  }
 .section-break {
  padding-left: 1rem;
  padding-right: 1rem;
 }
 .normal-button, .button-on-white {
	 max-width: 90%;
 }
  .break-theme {
    height: 1.25em;
 }
 .break-text {
	font-size: 1.25em;
 }
 .pre {
  font-size: .6em;
 }
p {
	padding-left: 1%;
	padding-right: 1%;
	font-size: 10px;
}

h1 {
  font-size: 20px;
}
.normal-button, .button-on-white {
    font-size: 13px;
	letter-spacing: 4px;
    padding-left: 3rem;
    padding-right: 3rem;
}
.strike > span {
    font-size: 1.625em;
}
.purple-theme {
  margin-bottom:2rem;
}
pre{
  margin-top:2rem;
}
.header-adj {
  margin-left: 2rem;
}

}

/* Bigger than 750 */
@media (min-width: 750px) {
  .header {
	padding-top: 2rem;
  }
  .section {
    padding: 1rem 0 1rem;
  }
  .home {
    padding-bottom: 1rem;
    font-size: 1.5em;
	padding-left: 2%;
	padding-right: 2%;
  }
  .landing {
    max-width: 400px;
   }
  .categories {
    padding: 15rem 0 8rem;
  }
  .center {	
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 1em;
  }
  .left {
	padding-left: 2em;
	padding-right: 2em;
  }
 .section-break {
  padding-left: 4rem;
  padding-right: 4rem;
 }
 .normal-button, .button-on-white {
	 max-width: 80%;
 }
  .break-theme {
    height: 1.7em;
 }
 .break-text {
	font-size: 1.7em;
 }
 .pre {
  font-size: .6em;
 }
p {
	padding-left: 7%;
	padding-right: 7%; 
	font-size: 15px;
}
h1 {
  font-size: 30px;
}
.normal-button, .button-on-white {
    font-size: 16px;
	letter-spacing: 4px;
    padding-left: 4rem;
    padding-right: 4rem;
}
.strike > span {
    font-size: 1.75em;
}
.purple-theme {
  margin-bottom:3rem;
}
pre{
  margin-top:5rem;
}
.header-adj {
  margin-left: 3rem;
}

}


/* Bigger than 1000 */
@media (min-width: 1000px) {
  .header {
	padding-top: 3rem;
  }
  .section {
    padding: 1rem 0 1rem;
  }
  
  .home {
    padding-bottom: 1rem;
    font-size: 1.5em;
    padding-left: 2%;
  	padding-right: 2%;
  }

  .landing {
    max-width: 45%;
   }
  .center {	
	padding-left: 9%;
	padding-right: 9%;
	padding-bottom: 1em;
  }
  .left {
	padding-left: 3em;
	padding-right: 2em;
  }
 .section-break {
  padding-left: 6rem;
  padding-right: 6rem;
 }
 .normal-button, .button-on-white {
	 width: 486px;
 }
  .break-theme {
    height: 2em;
 }
 .break-text {
	font-size: 2em;
 }
 .pre {
  font-size: .75em;
 }
p {
	padding-left: 15%;
	padding-right: 15%;
    font-size: 25px;
}
h1 {
  font-size: 50px;
}
.normal-button, .button-on-white {
    font-size: 20px;
	letter-spacing: 4px;
    padding-left: 5rem;
    padding-right: 5rem;
}
.strike > span {
    font-size: 2em;
}
.purple-theme {
  margin-bottom:4rem;
}
pre {
  margin-top:5rem;
}
.header-adj {
  margin-left: 4rem;
}

}


/* Elements
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.normal-button {
	letter-spacing: 4px;
    color: white;
    line-height: 1.5;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background: #797CFF;
    border: #797CFF solid 2px;
	transition: background-color 0.2s ease;
}
.normal-button:focus {
    outline: 0;
	background: #797bff;
    border: #797bff solid 2px;
}
.normal-button:active {
  outline: 0;
	background: none;
  border: #797bff solid 2px;
}
.normal-button:hover {
    outline: 0;
	background: none;
    border: #797bff solid 2px;
}

.button-on-white {
	letter-spacing: 4px;
    color: white;
    line-height: 1.5;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background: #797CFF;
    border: #797CFF solid 2px;
	transition: background-color 0.2s ease;
}
.button-on-white:focus {
    outline: 0;
	background: #797bff;
    border: #797bff solid 2px;
}
.button-on-white:active {
    outline: 0;
	background: none;
	color: #797bff;
    border: #797bff solid 2px;
}
.button-on-white:hover {
    outline: 0;
	background: none;
	color: #797bff;
    border: #797bff solid 2px;
}

.white-button {
	background: white!important;
	color:#797bff!important;
}

.textbox {
  box-shadow: none;
  background: #191919;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: SourceSansPro-Light;
  border              : none;
  border-bottom       : 2px solid white;
  transition          : all 0.2s ease;
  -webkit-transition  : all 0.2s ease;
  -moz-transition     : all 0.2s ease;
  -o-transition       : all 0.2s ease;
  width:40%;
}

.textbox:focus {
  outline:0;
}

pre {
  width:100%;
  height:100%;
  font-size: .75em;
  color:darkgray;
  overflow:hidden;
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.strike > span {
    position: relative;
    display: inline-block;
    font-weight: lighter;
    color:#797bff;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #797bff;
}

.strike > span:before {
    right: 100%;
    margin-right: 50px;
}

.strike > span:after {
    left: 100%;
    margin-left: 50px;
}

.terms {
  font-family:SourceSansPro-lighter;
  font-size: 0.9em;
  margin-left:20%;
  margin-right:20%;
  text-align:justify;
  line-height: 150%;
}

select { width: 200px; }    
.wrap span.ui-selectmenu-item-header,
.wrap ul.ui-selectmenu-menu li a { text-decoration: underline !important; }


.avatar {
    left: 10px;
    top: -7px;
    float: left;
    width: 180px;
    height: 180px;
    border-radius: 90px;
}

.small-avatar {
    left: 10px;
    top: -7px;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.insights-row {
	background-color: #292a2f;
	font-family: SourceSansPro-Light;
	padding:1em 2em 1em;
	margin-top: 10px;
	margin-left:5%;
	margin-right:5%;
	text-align: left;
	letter-spacing: 1.5px;
}
.insight-span-gray {
	color:#8c8c8c;
}
.insight-span-white {
	color:#fff;
}
.insight-span-purple {
  color:#797bff;
}

.ins-small {
  font-size: 14px;
  font-weight: lighter;
  font-family: Apercu-Mono;
  cursor: pointer;
}
.insights-footer {
  /*position: fixed;
  bottom: 30px;
  width: 100%;*/
  margin: 15px 0px 20px 0px;
  font-size: 12px;
  font-weight: lighter;
  font-family: Apercu-Mono;
}
