/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #FFFFFF;
}
.soa-logo {
	margin: 0 auto;
	font-size: 36px;
	display: block;
	color: #ffffff;
}
.site-title {
	letter-spacing: 2px;
}

.logo-container {
	letter-spacing: 2px;
}
.brand-logo-by {
	font-size: 14px;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.page-container {
	max-width: 1480px; 
	margin: 0 auto;
}

.parallax-container {
  min-height: 380px;
	max-width: 1480px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
.parallax-container .section {
	width: 100%;
}
.subscribe-container {
	max-width: 600px;
	margin: 0 auto;
}
.subscribe-container h5 {
	text-shadow: .5px .5px .25px #000000;
}

.subscribe-container .program-block {
	background-color: #000000;
	opacity: 0.9;
}
.subscribe-container .program-block h1 {
	font-size: 1.64rem;
	line-height: 1.804rem;
	color: #FFFFFF;
}
.subscribe-container .program-block .artwork {

/*	display: inline-block; */
}
	
/*
@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}
*/

.icon-block {
  padding: 0 15px;
}

footer.page-footer {
  margin: 0;
}

#logo-title {
	font-family: 'Muli', Arial, Verdana,sans-serif;
	font-style: normal;
    font-weight: bolder;
	font-size: 30px;
}

@media only screen and (max-width : 600px) {
  #logo-title {
    font-size: 24px;
  }
}

.aapp {
	margin: 10px 0;
}
.aapp h3 {
	font-size: 16px;
	margin: 10px 10px 0 10px;
	padding: 0;
	line-height: 1.2rem;
}
.aapp p {
	font-size: 12px;
	margin: 0 10px 10px 10px;
	padding: 0;
}
#podcast-artwork {
	width: 90px;
	height: auto;
}
#failed-row  {
	display: none;
}
#failed-row p {
	 text-align: center;
}
code {
	margin-left: 50px;
}
.unordered-list {
	
}
.unordered-list li {
	padding-left: 50px;
}
input[type="text"].embed-box {
	border: 1px solid;
	padding: 0 10px;
	width: 90%;
}
input[type="text"].feed-url,
input[type="email"].email {
	border: 1px solid;
	width: 80%;
	padding: 0 10px;
}

ul.html-list {
	list-style-type: disc;
	padding: 0 0 0 40px;
}
ul.html-list li {
	list-style-type: disc;
}

.btn {
	padding: 0 1.2rem;
}

@media only screen and (max-width : 399px) {
  .btn {
		padding: 0 0.8rem;
		font-size: 11px;
	}
}
.app-box {
	padding-bottom: 10px;
}
.app-cost {
	color: #990000;
	padding: 0;
	margin: 0 10px;
}
.truncate-ellipsis {
    display: table;
    table-layout: fixed;
    width: 94%;
    white-space: nowrap;
}
 
.truncate-ellipsis > * {
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-capitalize {
  text-transform: capitalize;
}

#logo-container {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip " ";
}

td, th{
	padding: 5px 0 0 0;
}
