:root {
    color-scheme: light dark;
}

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    /* font-weight: 700; */
}

.nobr {
	white-space: nowrap;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.text-lighter {
    font-weight: 400;
}

.extra-margin-bottom {
    margin-bottom: 20px;
}

.intro-header {
    padding-top: 80px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../images/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 18%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.intro-image {
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
}

.intro-icon {
    margin-top: 75px;
    border-radius: 19px;
    width: 120px;
	height: 120px;
}

.intro-qrcode {
    margin-top: 0px;
    width: 400px;
	max-width: 100%;
	padding: 100px;
	background:#000000;
	border-radius:100%;
	box-shadow: 0px 0px 30px #ffffff;
    animation: whirling 30s linear infinite;
}

@keyframes whirling {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.about-icon {
    margin-right: 15px;
    border-radius: 12px;
    width: 76px;
    height: 76px;
}

.subpage-header {
    padding-top: 68px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 28px;
    color: #f8f8f8;
    background: url(../images/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.subpage-message > h1 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

@media(max-width:991px) {
    .intro-divider {
        width: 100%;
    }
}

@media(max-width:767px) {
	.intro-header {
		padding-top: 80px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	}

    .intro-message {
        padding-top: 0%;
        padding-bottom: 10%;
    }

    .intro-divider {
        width: 100%;
    }

	.intro-icon {
		margin-top: 0px;
		border-radius: 19px;
		width: 120px;
		height: 120px;
	}

	.intro-message > h1 {
		font-size: 3em;
	}
	
	.intro-message > h3 {
		margin-top: 10px
	}

	.intro-image {
		padding-top: 20%;
	}
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.ct-sec-a {
    padding: 70px 0;
    background-color: #f8f8f8;
}

.ct-sec-b {
    padding: 70px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
    font-weight: bold;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.section-heading-light {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 30px;
}

.section-heading-number {
    font-size: 1.25em;
    padding-right: 0.25em;
    color: #2e6da4;
}

.section-heading-em {
    font-size: 1.05em;
    color: #003c80;
}

.section-heading-light-notes {
    font-size: 0.5em;
    font-weight: 400;
    padding-left: 0.5em;
    color: #8A8A8E;
}

.section-toc {
	font-size: 24px;
    font-weight: 700;
    color: #2e6da4;
    margin:0 0 40px 10px;
}

.subsection-heading {
    font-size: 150%;
    font-weight: 700;
    color: #003c80;
}

.img-iphone-content {
	margin: 0 auto;
	width: 345px;
}

.img-add-border {
    padding: 1px;
    border: 1px solid #bfbfbf;
}

.img-ipad-content {
	margin: 0 auto;
}

#img_ipad_iphone_app {
	margin: 0 auto;
}

#img_iphone_help {
	margin: 36px auto 0;
	width: 345px;
}

#img_iphone_help_2 {
	margin: 96px auto 0;
	width: 345px;
}

#img_iphone_help_tw {
	margin: 0 auto;
	width: 345px;
}

#img_iphone_help_2_tw {
	margin: 24px auto 0;
	width: 345px;
}

#img_pitch_graph {
	margin: 0 auto;
}

#img_iphone_addon {
	margin: 30px auto 0;
	width: 345px;
}

#img_iphone_addon_tw {
	margin: 0 auto;
	width: 345px;
}

#img_iphone_settings {
	margin: 30px auto 0;
	width: 345px;
}

#img_iphone_settings_tw {
	margin: 0 auto;
	width: 345px;
}

#img_iphone_musicurve {
	margin: 50px auto 0;
	width: 345px;
}

#img_iphone_musicurve_tw {
	margin: 0 auto;
	width: 345px;
}

@media (min-width:768px) and (max-width:991px) {
	#img_ipad_iphone_app {
		margin: 120px auto 0;
	}

	#img_iphone_help {
		margin: 140px auto 0;
	}

	#img_iphone_help_2 {
		margin: 140px auto 0;
	}

	#img_iphone_help_tw {
		margin: 96px auto 0;
	}

	#img_iphone_help_2_tw {
		margin: 96px auto 0;
	}

	#img_pitch_graph {
		margin: 56px auto 0;
	}

	#img_iphone_addon {
		margin: 78px auto 0;
	}

	#img_iphone_addon_tw {
		margin: 28px auto 0;
	}

	#img_iphone_settings {
		margin: 140px auto 0;
	}

	#img_iphone_settings_tw {
		margin: 100px auto 0;
	}

	#img_iphone_musicurve {
		margin: 100px auto 0;
	}

	#img_iphone_musicurve_tw {
		margin: 40px auto 0;
	}
}

@media(max-width:767px) {
	#img_ipad_iphone_app {
		margin: 30px auto 0;
	}

	#img_iphone_help {
		margin: 0 auto;
	}

	#img_iphone_help_2 {
		margin: 36px auto 0;
	}

	#img_iphone_help_2_tw {
		margin: 36px auto 0;
	}

	#img_iphone_addon {
		margin: 36px auto 0;
	}

	#img_iphone_addon_tw {
		margin: 36px auto 0;
	}

	#img_iphone_settings {
		margin: 0 auto;
	}

	#img_iphone_musicurve {
		margin: 0 auto;
	}
}

.banner {
    padding: 50px 0;
    color: #f8f8f8;
    background: url(../images/banner-bg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}

.banner h3 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 2.2em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

.navbar.transparent.navbar-default {
    background-color: rgba(248,248,248,0.96);
}

.key-box {
    background: #EEE;
    border-color: #CCC #AAA #888 #BBB;
    border-style: solid;
    border-width: 1px 3px 2px 2px;
    color: #000;
    font-family: "Courier New", Courier, monospace;
    font-weight: 700;
    padding: 2px 4px 0;
    font-size: 100%;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.hl-red
{
    color: #d94d40;
}

.hl-blue
{
    color: #007aff;
}

.em-blue
{
    color: #005abf;
}

.hl-orange
{
    color: #896d3c;
}

@media(prefers-color-scheme: dark) {
    body {
    	color: #CCC;
    	background-color: #000;
    }

    a {
        color: #1d7bcd;
    }

    a:hover, a:focus {
        color: #2b93ee;
    }

    .ct-sec-a {
        background-color: #181818;
    }

    .ct-sec-b {
        border-top-color: #444;
        border-bottom-color: #444;
    }

    .hl-red
    {
        color: #EF5445;
    }

    .hl-blue
    {
        color: #3495FE;
    }

    .em-blue
    {
        color: #67AFFF;
    }

    .hl-orange
    {
        color: #E4C080;
    }

    .section-heading-em {
        color: #67AFFF;
    }

    .section-heading-number {
        color: #67AFFF;
    }
    
    .subsection-heading {
        color: #67AFFF;
    }

    .section-heading-light-notes {
        color: #A6A6A9;
    }

    .section-toc {
        color: #67AFFF;
    }
    
    .toc-item-color {
        color: #67AFFF;
    }
    
    .toc-item-color:hover, .toc-item-color:focus {
        color: #81BCFF;
    }

    p.text-muted {
        color: #888;
    }

    footer {
		background-color: #181818;
	}

    .key-box {
        background: #484848;
        border-color: #7A7A7A #666 #515151 #707070;
        color: #EEE;
    }

    .img-fill-bkgnd
    {
        background: #FFF;
    }
}
