@charset "utf-8";
/* CSS Document */

.jumbotron{
	background:url(../images/jumbotron.jpg) no-repeat center center;
	min-height:998px;
	margin-bottom:0;
	background-size: cover;
}



.navbar{
	padding-bottom:0;
	margin-bottom:0;
	border-radius:0;
	text-align:center;
}

h1, h2, h3, p, ul, li{
	font-family: 'Amiri', serif;	
}

.navbar li{
	font-size:16px;
}

.icon{
	margin-top:100px;
}

.icon img{
	margin:0 auto 0 auto;
}

.buttonlink{
	display:block;
	background: rgba(255,175,75,1);
background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );
	text-align:center;
	text-decoration:none;
	font-weight:900;
	border-radius:4px;
	margin-top:20px;
	margin-bottom:40px;
}
.buttonlink:hover{
	background: rgba(255,146,10,1);
background: -moz-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,146,10,1)), color-stop(100%, rgba(255,175,75,1)));
background: -webkit-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
background: -o-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
background: -ms-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
background: linear-gradient(to bottom, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#ffaf4b', GradientType=0 );
	color:#fff;
	text-decoration:none;
}

.black{
	background-color:#221e1f;
	padding:50px 0 0 50px;
}

.black p, .black h1{
	text-align:center;
	color:#fff;
}

.black h3{
	color:#bbbbbb;
	text-align:left;
}

.black p{
	font-size:18px;
}

.black .bills{
	margin-bottom:100px;
}

.black img{
	margin:0 auto 0 auto;
}

.pixel{
	background:url(../images/pixelbg.png) repeat;
	padding:50px 0 0 50px;
}

.pixel img{
	margin:0 auto 0 auto;
}

.pixel .row{
	margin-bottom:100px;
}

.pixel .row:first-child{
	margin-top:100px;
}

.pixel p{
	font-size:15px;
}

.purple{
	background:url(../images/symphony.png) repeat;
	padding:100px 0 0 50px;
}

.purple p, .purple h3{	
	margin-left:30px;
	margin-right:30px;
}

.purple h2, .purple h3, .purple p{
	color:#fff;
}

.purple img{
	margin:0 auto 50px auto;
}

.purple h3{
	font-size:20px;
	font-weight:bold;
}

.purple h2{
	text-align:center;
	margin-bottom:30px;
}

.purple .row{
	margin-bottom:100px;
}

.foot{
	margin-bottom:50px;
}

.foot p{
	text-align:right;
}

.footer{
	background-color:#000;
	padding:50px 0 0 50px;
}

.footer p {
	color:#58585b;
	margin-top:30px;
	font-weight:bold;
}

a.white:link, a.white:visited, a.white:active{
	color:#fff;
}

a.white:hover{
	color:#bbbbbb;
}

a.white2:link, a.white2:visited, a.white2:active{
	color:#fff;
}

a.white2:hover{
	color:#000;
}

a.purp:link, a.purp:visited, a.purp:active{
	color:#49256e;
}

a.purp:hover{
	color:#bbbbbb;
}

a:link, a:visited, a:active{
	color:#58585b;
}

a:hover{
	color:#fff;
}

