@charset "UTF-8";
@import url(notifications.css);
@import url(font-face.css);
@import url(column-layout.css);

/* Common Formatting -----------------------------------------------------------------------------------------------------*/
* {
	box-sizing:border-box;
}
html, body, #fullheight {
    min-height: 100% !important;
    height: 100%;
}
body {
	font-family: 'Linotte', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #333;
    background-color: #FFF;
	margin: 0;
	line-height: 1.25;
	-webkit-transition: 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-transition: 0.5s; /* Firefox < 16 */
        -ms-transition: 0.5s; /* Internet Explorer */
         -o-transition: 0.5s; /* Opera < 12.1 */
            transition: 0.5s;
}
::selection {
  	background: #1AA7AE; /* WebKit/Blink Browsers */
}
::-moz-selection {
  	background: #1AA7AE; /* Gecko Browsers */
}
.fltlft {
	float:left;
}
.fltrgt {
	float:right;
}
.middle {
	margin-left: auto;
	margin-right: auto;
}
.clearboth {
	clear: both;
}
a,
a:visited {
	text-decoration: none;
	color: #1AA7AE;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #1AA7AE;
}
hr {
    height: 1px;
	border: none;
	color: #ccc;
	background-color: #ccc;
}
hr.thick {
    height: 2px;
	border: none;
	color: #ccc;
	background-color: #ccc;
}
.padding {
	padding-top:15px;
	padding-bottom:15px;
}
.padding-2x {
	padding-top:75px !important;
	padding-bottom:75px !important;
}
.padding-bottom {
	padding-bottom:25px;
}
.padding-top {
	padding-top:25px;
}
.margin-below {
	margin-bottom:20px;
}
.margin-above {
	margin-top:20px;
}
#address .padding-bottom {
	padding-bottom:50px;

}
@media (max-width: 1200px) {
	.padding-2x {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
.display-none {
	display: none;
}
.line {
	height: 1px;
	width: 150px;
	background-color: #333;
	margin: 0 auto;
}

/* Navigation Bar -----------------------------------------------------------------------------------------------------*/
.navibar-wrapper {
	width: 100%;
	background-color:#FFF;
	z-index: 100;
	-webkit-transition: 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-transition: 0.5s; /* Firefox < 16 */
        -ms-transition: 0.5s; /* Internet Explorer */
         -o-transition: 0.5s; /* Opera < 12.1 */
            transition: 0.5s;
}
.navibar {
	max-width: 960px;
	margin: 0 auto;
	padding: 35px 0;
}
.navibar-wrapper .navbar-nav>li p {
	font-weight: 400;
}
.navibar-wrapper .navbar-nav>li#logo {
	text-align: center ;	
}
.navibar li.search {
	display: none;
}
.logo {
	width:130px;
	height:100px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/logo-2.svg);
	background-repeat:no-repeat;
	background-position: center;
}
.logo2 {
	width:100px;
	height:100px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/favicon.svg);
	background-repeat:no-repeat;
	background-position: center;
}
.navibar li.search a span {
	margin-top: 1px;
}
.navibar li.search {
	display: block !important;
}
span#search {
	margin-left: 5px;
}
.navisocial div {
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 10px;
	margin-top: 2.5px;
	-webkit-transition: 0.2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-transition: 0.2s; /* Firefox < 16 */
        -ms-transition: 0.2s; /* Internet Explorer */
         -o-transition: 0.2s; /* Opera < 12.1 */
            transition: 0.2s;
}
.navisocial a {
	float: left;
}
.navibar li.search ul li {
		padding-left: 12px;
		padding-right: 12px;
}
.navibar .dropdown-menu.dropdown-menu-right {
		min-width: 305px;
	}
@media (max-width: 992px) {
	.logo {
		width: 52px;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.navibar {
		padding: 15px 0;
	}
}
@media (min-width: 992px) {
	.navibar-wrapper .navbar-nav>li>a.logo {
		display: block ;	
	}
	.navibar-wrapper .navbar-header a.navbar-brand {
		display: none ;	
	}
	.navibar-wrapper .navbar-nav>li {
		width: 180px;
	}
	.navibar-wrapper .navbar-nav>li.right {
		text-align: right;
	}
	.navibar-wrapper .navbar-nav>li.left {
		text-align: left;
	}
	.navibar-wrapper .navbar-nav>li hr {
		height: 2px;
		background-color: #333;
		color: #333;
		border-radius: 10px
	}
	.navibar-wrapper .navbar-nav>li p {
		margin-top: 22px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.logo {
		margin: 0 auto;
	}
}
@media (min-width: 769px) and (max-width: 1199px) {
	.navbar-form {
		display: none;
	}
	.navibar .dropdown-menu-right form {
		display: block;
	}
}
@media (min-width: 991px) {
	span#search {
		display: none;
	}
}
@media (max-width: 992px) {
	.navibar-wrapper .navbar-collapse, .navibar-wrapper .navbar-form {
    	background-color: #FFF;
		margin-top: 10px;
	}
	.navibar-wrapper.transparent .navbar-nav>li>a {
		color: #333 ;	
	}
	.navibar-wrapper.transparent .navbar-toggle .icon-bar {
		background-color: #FFF;
	}
	.navibar-wrapper .navbar-toggle {
		z-index: 5000
	}
	.navibar-wrapper .navbar-brand {
		position: absolute;
  		left: 0;
		width: 100%;
	}
	.navibar-wrapper .navbar-nav>li>a.logo {
		display: none ;	
	}
}
@media (min-width: 993px) and (max-width: 1199px) {
	.navbar-form {
		display: none;
	}
	.navibar {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navibar .dropdown-menu-right form {
		display: block;
	}
}
@media (max-width: 1200px) {
	.navibar-wrapper.transparent .navbar-nav>.open>a,
	.navibar-wrapper.transparent .navbar-nav>.open>a:focus,
	.navibar-wrapper.transparent .navbar-nav>.open>a:hover {
		color: #9F559F;
	}
	.navibar {
		font-size: 14px;
	}
	form.navbar-form{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
.navibar-wrapper .navbar-nav>li .active {
		color: #1aa7ae;
	}

/* Slider -----------------------------------------------------------------------------------------------------*/
#slider {
	width: 100%;
	height: 600px;
}
#slider .box {
	width: 100%;
	height: 600px;
	padding-top: 30px;
	text-align: center;
}
#slider em {
	font-weight: 400;
	font-style: normal;
}
#slidebox1,
#slidebox2,
#slidebox3 {
	color: #000;
}
@media (max-width: 1200px) {
	#slidebox3 {
		text-align: center;
	}
	#slidebox3 .vert-offset-5{
		margin-top: 12em;
	}
	#slidebox1 {
		text-align: center;
	}
	#slidebox1 .vert-offset-5{
		margin-top: 12em;
	}
}

/* Web Elements -----------------------------------------------------------------------------------------------------*/
.button {
	display: inline-block;
	padding: 3px 48px;
	margin-top: 20px;
	color: #FFF;
	background-color: #1AA7AE;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	line-height: inherit;
	border-radius: 100px;
	-webkit-transition: 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-transition: 0.5s; /* Firefox < 16 */
        -ms-transition: 0.5s; /* Internet Explorer */
         -o-transition: 0.5s; /* Opera < 12.1 */
            transition: 0.5s;
}
.button:hover,
.button:focus {
	color: #1AA7AE;
	background-color: transparent;
	font-weight: 400 !important;
	-webkit-box-shadow:inset 0px 0px 0px 1px #1AA7AE;
    -moz-box-shadow:inset 0px 0px 0px 1px #1AA7AE;
    box-shadow:inset 0px 0px 0px 1px #1AA7AE;
	text-decoration:none;
	-webkit-transition: 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-transition: 0.5s; /* Firefox < 16 */
        -ms-transition: 0.5s; /* Internet Explorer */
         -o-transition: 0.5s; /* Opera < 12.1 */
            transition: 0.5s;
}
.button.tweet {
	display: inline-block;
	padding: 3px 48px;
	margin-top: 20px;
	color: #FFF;
	background-color: #55acee;
	text-align: center;
	cursor: pointer;
	line-height: inherit;
	border-radius: 100px;
	-webkit-transition: 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-transition: 0.5s; /* Firefox < 16 */
        -ms-transition: 0.5s; /* Internet Explorer */
         -o-transition: 0.5s; /* Opera < 12.1 */
            transition: 0.5s;
}
.button.tweet:hover,
.button.tweet:focus {
	color: #FFF;
	background-color: #3B78A7;
	text-decoration:none;
	-webkit-transition: 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-transition: 0.5s; /* Firefox < 16 */
        -ms-transition: 0.5s; /* Internet Explorer */
         -o-transition: 0.5s; /* Opera < 12.1 */
            transition: 0.5s;
}
.button.white {
	background-color: #FFF;
	color: #1AA7AE;
}
.button.white:hover  {
	color: #FFF;
	background-color: #cc1f3b;
	font-weight: 400 !important;
	text-decoration:none;
	border: none;
	-webkit-transition: 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-transition: 0.5s; /* Firefox < 16 */
        -ms-transition: 0.5s; /* Internet Explorer */
         -o-transition: 0.5s; /* Opera < 12.1 */
            transition: 0.5s;
}
.button.white.tweet:hover  {
	color: #FFF;
	background-color: #55acee;
	font-weight: 400 !important;
	text-decoration:none;
	border: none;
	-webkit-transition: 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-transition: 0.5s; /* Firefox < 16 */
        -ms-transition: 0.5s; /* Internet Explorer */
         -o-transition: 0.5s; /* Opera < 12.1 */
            transition: 0.5s;
}
a.button {
	color: #FFFFFF
}
#slider .button:hover,
#slider .button:focus,
#slider .button:visited {
	color: #FFF;
	background-color:rgba(0,0,0,0.25);
	-webkit-transition: 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-transition: 0.5s; /* Firefox < 16 */
        -ms-transition: 0.5s; /* Internet Explorer */
         -o-transition: 0.5s; /* Opera < 12.1 */
            transition: 0.5s;
}
#slider .button-outline {
	border: thin solid #FFF;
}
form .button {
	display: inline-block;
	padding: 6px 12px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	vertical-align: middle;
	color: #333;
	background-color: #FFF;
	text-align: center;
	cursor: pointer;
	border: 1px solid #CCC;
	border-radius: 2px;
	height: 34px;
	line-height: 20.5px;
}
form input[type="radio"] {
	display:none
}
@media (min-width: 992px) {
.button.padding-left {
	margin-left: 5%;
	}
}

/* Odometer -----------------------------------------------------------------------------------------------------*/
.odometer {
	font-size: 120px !important;
}
@media (max-width: 667px) {
	.odometer {
	font-size: 96px !important;
	}
}

/* Footer -----------------------------------------------------------------------------------------------------*/
.footer {
	background-color: #333;
	color: #EEE;
	padding: 48px 0;
	position: relative;
}
.footer p {
	font-size: 12px;
	font-weight: 300;
}
.footer a,
.footer a:visited {
	color: #EEE;
	-webkit-transition: 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-transition: 0.5s; /* Firefox < 16 */
        -ms-transition: 0.5s; /* Internet Explorer */
         -o-transition: 0.5s; /* Opera < 12.1 */
            transition: 0.5s;
}
.footer a:hover,
.footer a:focus {
	color: #1AA7AE;
	-webkit-transition: 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-transition: 0.5s; /* Firefox < 16 */
        -ms-transition: 0.5s; /* Internet Explorer */
         -o-transition: 0.5s; /* Opera < 12.1 */
            transition: 0.5s;
}
.footer .section {
	padding-top: 24px;
	padding-bottom: 24px;
}
.footer .section h5 {
	margin-bottom: 6px;
}
.social {
	display: inline-block;
	width: 56px;
	height: 56px;
	background-color: #CC1F3B;
	border-radius: 200px;
	padding: 13px;
	-webkit-transition: 0.5s; /* Safari, Chrome and Opera > 12.1 */
	   -moz-transition: 0.5s; /* Firefox < 16 */
		-ms-transition: 0.5s; /* Internet Explorer */
		 -o-transition: 0.5s; /* Opera < 12.1 */
			transition: 0.5s;

}
#facebook::before {
	content: "\f09a";
	font-family: 'FontAwesome';
	font-size: 24px;
	display: inline-block;
}
#twitter::before {
	content: "\f099";
	font-family: 'FontAwesome';
	font-size: 24px;
	display: inline-block;
}
#instagram::before {
	content: "\f16d";
	font-family: 'FontAwesome';
	font-size: 24px;
	display: inline-block;
}
#vimeo::before {
	content: "\f194";
	font-family: 'FontAwesome';
	font-size: 24px;
	display: inline-block;
}
a > .social:hover {
	background-color: #1AA7AE;
	-webkit-transition: 0.5s; /* Safari, Chrome and Opera > 12.1 */
	   -moz-transition: 0.5s; /* Firefox < 16 */
		-ms-transition: 0.5s; /* Internet Explorer */
		 -o-transition: 0.5s; /* Opera < 12.1 */
			transition: 0.5s;
}
a > .social:active {
	background-color: #12757A;
}
#facebook,
#twitter,
#instagram,
#youtube,
#facebook:hover,
#twitter:hover,
#instagram:hover,
#vimeo:hover {
		color: #FFF;
}
@media (max-width: 992px) {
	.footer .logo2 {
		width: 75px;
		height: 75px
	}
	.footer h4 {
		font-size: 20px;
	}
	.footer h5 {
		font-size: 14px;
	}
}
@media (max-width: 667px) {
	.social {
		width: 45px;
		height: 45px;
		padding: 10px
	}
	#facebook::before,
	#twitter::before,
	#instagram::before,
	#youtube::before {
		font-size: 22px;		
	}
}
@media (min-width: 1024px) {
	.footer > .col-size-8 {
		padding-left: 15%;
		padding-right: 15%;
	}
}
/* Page Contents -----------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
	#index-text {
		position: absolute;
		z-index: 9999;
		right: 20px;
		background-color: rgba(26,167,174,0.9);
		padding: 12px 12px 36px 12px;
	}
	#home {
		background-size: 100% ;
		background-repeat: no-repeat;
		background-position: center 15%;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.image#home {
		height: 450px !important;
		background-position: top;
	}
}
#home {
	background-image: url(../images/index.jpg);
	background-size: 140%;
	background-repeat: no-repeat;
	background-position: right 20%;
	height: 600px;
	color: #FFF;
}
.section {
	width: 100%;
	height:auto;
	text-align:center;
	color:#333;
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.section.gray {
	background-color: #707070;
	color: #FFF;
}
.section.black {
	background-color: #333333;
	color: #FFF;
}
.section.blue {
	background-color: #1AA7AE;
	color: #FFF;
}
.section.fullheight {
	height: 100%;
}
#home-app {
	background-image: url(../images/app/Main_iOS.png);
	background-repeat: no-repeat;
	background-position: left 62%;
	background-size: 160%;
	color: #FFF;
	min-height: 600px;
	position: relative;
}
.scrolltop-wrapper {
	width: 60px;
	height: 60px;
	border-radius: 100px;
	background-color: #FFF;
	background-image: url(../images/arrow-up.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	color: #FFF;
	padding-top: 10px;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	z-index: 9999;	
}
.transition-bottom-wrapper {
  	height: 50px;
  	width: 100%;
	position: absolute;
	z-index: 9999;
	bottom: 0;
	background-color: transparent !important;
}
.transition-top-wrapper {
  	height: 50px;
  	width: 100%;
	position: absolute;
	z-index: 9999;
	top: 0;
	background-color: transparent !important;
}
.transition { 
  	width: 100%; 
  	height: 50px; 
}
.transition-top-wrapper.white,
.transition-bottom-wrapper.white { 
	height: 25px; 
	background-color: #FFF !important;
}
@media (max-width: 992px) {
	.transition-bottom-wrapper,
	.transition-top-wrapper {
		display:none;
	}
}
.image {
	position: relative;
	z-index: 1;
}
#home-app a {
	color: #FFF;
}
#home-app-text {
	color: #FFF;
	position: absolute;
	left: 7%;
	bottom: 250px;
	width: 400px;
}
@media (max-width: 667px) {
	#home-button {
		width: 275px !important;
	}
}
@media (max-width: 1024px) {
	#home-app {
		background-position: 45% 70%;
		background-size: 250%;
	}
	#home-app-text {
		position: absolute;
		bottom: 40px;
		left: 0;
		width: 100%;
	}
}
@media (max-width: 992px) {
	#home {
		background-position: center;
		background-size: cover;
	}
}
@media (max-width: 768px) {
	#home-app {
		background-position: 45% 80%;
		background-size: 200%;
		min-height: 450px;
	}
}
#home-button {
	width: 320px;
}
span.long-title {
	display: inline
}
p.disclaimer {
	font-size: 12px;
	opacity: 0.5;
	margin-top: 36px;
}
#about-intro {
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: rgb(36, 213, 203);
	background-attachment: fixed;
}
#about-intro .row {
	margin-top: 15%;
}
@media (max-width: 1024px) {
	span.long-title {
		display: block
	}
}
@media (min-width: 320px) and (max-width: 479px) {
	.footer p,
	.footer h6 {
		font-size: 10px;
	}
	.footer div[class^="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* About Us -----------------------------------------------------------------------------------------------------*/ 
.about p {
	line-height: 2.0;
}
.team-dp {
	width: 160px;
	height: 160px;
	border-radius: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.member-masthead {
	opacity: 0.7;
	margin-top: 30px;
}
.position {
	color: #cc1f3b;
}
#heidi {
	background-image: url(../images/about/heidi.jpg);
}
#vanoha {
	background-image: url(../images/about/vanoha.jpg);
}
#kris {
	background-image: url(../images/about/kris.jpg);
}
#colin {
	background-image: url(../images/about/colin.jpg);
}
#team .col-xsize-6 {
	height: 400px;
}
#team h1 em{
	color: #1AA7AE;
	font-style: normal;
	font-weight: 400;
}
@media (max-width: 992px) {
	.team-dp {
		width: 120px;
		height: 120px;
	}
}

/* Special Classes -----------------------------------------------------------------------------------------------------*/
.img-margin {
	margin-top: 15px
}
@media (max-width: 1200px) {
	.img-margin {
		margin-bottom: 30px
	}
	.wrapper .row {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.revealOnScroll { 
   opacity: 0; 
}

/* Sleepy Heads App --------------------------------------------------------------------------------------------*/
.app {
	font-weight: 300;
	font-size: 36px !important;
}
#app-intro {
	background-image: url(../images/app/intro.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
}
#app-intro .row { 										/* Adjusted Row Margin */
	margin-top: 3em;
}
#app-logo {
	width: 192px;
	height: 192px;
	background-image: url(../images/app/logo.svg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	display: none;
}
@media (min-width: 1200px) {
	#app-intro .row { 										/* Adjusted Row Margin */
		margin-top: 8em;
	}
}
@media (min-width: 321px) and (max-width: 768px) {
	#app-intro .row { 										/* Adjusted Row Margin */
		margin-top: 12em;
	}
}
@media (max-width: 320px) {
	#app-intro .row { 										/* Adjusted Row Margin */
		margin-top: 8em;
	}
}
@media (max-width: 992px) {
	#app-logo {
		width: 160px;
		height: 160px;
		margin-left: auto;
		margin-right: auto;
	}	
	#app-intro {
		background-position: 25% center;
	}
}
#spotify-logo {
	width: 200px;
	height: 50px;
	background-image: url(../images/spotify_logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	margin-bottom: 30px;
}
#app-music {
	width: auto;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/app/Music_Player_iOS.png);
	background-repeat:no-repeat;
	background-position: top center;
	background-size: 80% auto;
	position: relative;
	z-index: 0;
}
#app-overview {
	width: auto;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/app/App_Overview_iOS.png);
	background-repeat:no-repeat;
	background-position: top center;
	background-size: contain;
	position: relative;
	z-index: 0;
}
#profile {
	background-image: url(../images/app/Sleep_Profile_iOS.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 400px;
}
#month {
	background-image: url(../images/app/Month_iOS.png);
	background-size:  contain;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 300px;
	margin-bottom: 30px;
}
#leaderboard {
	background-image: url(../images/app/Leaderboard_iOS.png);
	background-size:  contain;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 300px;
	margin-bottom: 30px;
}
#notifications {
	background-image: url(../images/app/Push_Notification_iOS.png);
	background-size:  contain;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 300px;
	margin-bottom: 30px;
}
#app h2 {
	margin-bottom: 50px;
}
.tab-navi span.tab-divider {
	content: " • ";
	font-family: inherit;
}
@media (max-width: 667px) {
	.leaderboard .rank {
		width: 10%;
	}
	.leaderboard td.sp {
		width: 1%;
	}
	.video {
		height: 300px;
	}
}
@media (max-width: 992px) {
	#spotify-logo {
		margin-left: auto;
		margin-right: auto;
		background-position: left;
	}
	#app-music {
		height: 400px;
	}
	#app-preview {
		display: none;
	}
	.video {
		height: 450px;
	}
}
@media (max-width: 480px) {
	.video {
		height: 220px;
	}
}

/* Leaderboards -----------------------------------------------------------------------------------------------------*/ 
.section#record {
	height: 1100px;
	background-image:url(../images/app/sleepbg.svg);
	background-size: 100px;
}
div.leaderboard {
	max-height: 600px;
	overflow-y: scroll;
}
table.leaderboard tr {
	height: 90px;
}
.leaderboard .rank {
	width: 10%;
	font-size: 18px;
	font-weight: 400;
}
.leaderboard .name {
	text-align: left;
}
.leaderboard h6 {
	opacity: 0.5;
}
.leaderboard td.sp {
	width: 33.3333333%;
	text-align: right;
}
.leaderboard .sp h4::after {
	content: " SP" ;
	font-size: 20px;
	font-weight: 300;
	margin-left: 6px;
	opacity: 0.5;
} 
td.sp, td.rank, td.name {
	border-bottom: 1px solid #DDD;
	padding: 12px;
}
td.rank {
	color: #cc1f3b;
	font-weight: 300;
	font-size: 16px;
}
td.name h5 {
	text-transform: none;
}
.leaderboard .profilepic {
	border-radius: 50px;
	background-color: #1AA7AE;
	width: 50px;
	height: 50px;
	margin-top: 2px;
}
.leaderboard .padding-left {
	padding-left: 10px !important;
}
#record li > a {
	color: #333;
}
#record li.active > a {
	color: #1AA7AE;
}
@media (max-width: 667px) {
	.leaderboard td.rank {
		width: 5%;
	}
	.leaderboard td.sp {
		width: 10%;
		padding-left: 0;
	}
	.leaderboard .profilepic {
		width: 40px;
		height: 40px;
		margin-top: 7px;
	}
	.leaderboard td.sp h4 {
		font-size: 22px;
	}
	.leaderboard td.name h5,
	.leaderboard td.name h6 {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.section#record {
		height: 1150px;
	}
}
@media (max-width: 368px) {
	.leaderboard .profilepic {
		width: 30px;
		height: 30px;
		margin-top: 7px;
	}
}

/* Borders -----------------------------------------------------------------------------------------------------*/ 
@media (min-width: 992px) {
	.border-left {
		border-left: 1px #EEE solid;
	}
	.border-right {
		border-right: 1px #EEE solid;
	}
	.border-top {
		border-top: 1px #EEE solid;
	}
	.border-bottom {
		border-bottom: 1px #EEE solid;
	}
	.border-topdown {
		border-top: 1px #EEE solid;
		border-bottom: 1px #EEE solid;
	}
}

/* Tips Photos -----------------------------------------------------------------------------------------------------*/ 
.section#effects-intro {
	background-image:url(../images/sleepbg.svg);
	background-size: 100px;
	padding-top: 20%;
}
.section#effects-intro h1.number{
	font-size: 240px !important;
}
@media (max-width: 992px) {
	.section#effects-intro h1.number{
		font-size: 160px !important;
	}
}
#schedule {
	background-image: url(../images/tips/schedule.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60%;
	height: 580px;
}
#nodevices {
	background-image: url(../images/tips/devices.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 580px;
}
#coffee {
	background-image: url(../images/tips/coffee.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 580px;
}
#sports {
	background-image: url(../images/tips/sports.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	height: 580px;
}
#journal {
	background-image: url(../images/tips/journal.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 40%;
	height: 580px;
}
#noise {
	background-image: url(../images/tips/white-noise.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 580px;
}
#tips {
	background-image: url(../images/tips.jpg);
	background-size: 125%;
	background-repeat: no-repeat;
	background-position: right center;
	height: 600px;
}
#redecoration {
	background-image: url(../images/tips/redecoration.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 625px;
}
#mask {
	background-image: url(../images/tips/mask.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 600px;
}

/* Impacts Photos -----------------------------------------------------------------------------------------------------*/ 
#concentration {
	background-image: url(../images/impacts/concentration.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 580px;
}
#exam {
	background-image: url(../images/impacts/exam.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 85%;
	height: 580px;
}
#class {
	background-image: url(../images/impacts/class.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 30%;
	height: 580px;
}
#yell {
	background-image: url(../images/impacts/yell.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 600px;
}
#flu {
	background-image: url(../images/impacts/flu.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 580px;
}
#bruise {
	background-image: url(../images/impacts/bruise.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 580px;
}
#dress {
	background-image: url(../images/impacts/dress.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 580px;
}
@media (min-width: 992px) and (max-width: 1024px) {
	.image {
		height: 620px !important;
	}
}
@media (max-width: 992px) {
	.image {
		height: 300px !important;
	}
	#sports {
		background-size: 150%;
		background-position: 15% 30%;
	}
    #journal {
        background-position: 40% 50%;
    }
    #bruise {
        background-size: 50%;
    }
    #dress {
        background-position: 70% center;
    }
}
