.nav{
	background: #47ADC6; 
	height: 25px;
	z-index:200; 
	font-size: 1.2em;
	padding-top:2px;
	text-align:center;font-weight:bold;	
}

.nav-item{
	margin-left: 45px;	
}

.logo{
	float:left;
	margin-top:5px;
	margin-right:10px;
	width: 180px;
}

.gallery{
border:solid 2px #47ADC6;
width:150px;
}

.video{
	position:relative;
	top:-96px;
	left:0px;	
}

iframe {

height: 140px;
width: auto; /*IE8 bug fix*/
}

a {
	color: #f0f0f0;
}

.clickable-row{
	cursor: pointer;
}

.footer{
height: 90px;	
max-width:100%
}

/*****Colors*****/
.background-music{
	background: #5d225d;
	color: #fafafa;
}

.modal-header{
	background: #5d225d;
	color: #fafafa;	
}


.text-music{
	color: #5d225d;
}

.medium-grey{
	color: #666;
}

.dark-grey{
	background-color: #3a3a3a;
	color: #f0f0f0;
}

.navbar-default .navbar-nav>li>a{
	 color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #c3c3e5;
    background-color: #5d225d;
}

.table-hover>tbody>tr:hover{background-color:#f0f0f0}

.delete{
	
}

/*****Widths*****/
.width300{
	width:300px;	
}

label {
	margin-top: 10px;
}

/*****Buttons*****/
.form-control:focus{border-color:#BC78BC;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(128,0,128,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(128,0,128,.6)}


/*****Login Form*****/

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 0px;
	margin: 0 auto;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 0px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 300px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

/*****Pagination*****/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #f0f0f0;
    cursor: default;
    background-color: #5d225d;
    border-color: #5d225d;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #5d225d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
	.nav{
	background: #47ADC6; 
	height: 25px;
	z-index:200; 
	font-size: 1.2em;
	padding-top:3px;
	text-align:center;font-weight:bold;	
}

	.nav-item{
	margin-left: 20px;	
}
	
	.logo{
	float:left;
	margin-top:5px;
	margin-right:10px;
	width: 120px;
}
	.rightnavs{
		display:none;	
	}
	
	.gallery{
border:solid 1px #47ADC6;
width:90px;
}
	
	.footer{
		width:100%;	
	}
	
	.video{
		position:relative;
		top: -110px;
		right:0px;	
		float:right;
		margin-right: 150px;
	}
	
		iframe {
		height: 120px;
		width: auto; /*IE8 bug fix*/
	}
	
	.headerimage{
		width: 100%;	
	}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
	.nav{
	background: #47ADC6; 
	height: 25px;
	z-index:200; 
	font-size: 1.2em;
	padding-top:3px;
	text-align:center;font-weight:bold;	
}

	.nav-item{
	margin-left: 15px;	
}
	.rightnavs{
		display:none;	
	}

	.gallery{
border:solid 1px #47ADC6;
width:90px;
}
	
	.logo{
		float:left;
		margin-top:5px;
		margin-right:10px;
		width: 120px;
	}
	.video{
		position:relative;
		top: 110px;
		left:0px;	
	}
	
	iframe {
		height: 120px;
		width: auto; /*IE8 bug fix*/
	}
	
	.headerimage{
		width: 100%;	
	}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 
		.nav{
	background: #47ADC6; 
	height: 25px;
	z-index:200; 
	font-size: 1em;
	padding-top:3px;
	text-align:center;font-weight:bold;	
}

	.nav-item{
	margin-left: 10px;	
}
	
	.logo{
	float:left;
	margin-top:5px;
	margin-right:10px;
	width: 120px;
}
	.rightnavs{
		display:none;	
	}
	
	.gallery{
border:solid 1px #47ADC6;
width:90px;
}
	
	.footer{
		width:100%;	
	}
	
	.video{
		position:relative;
		top: -110px;
		right:0px;	
		float:right;
		margin-right: 150px;
	}
	
		iframe {
		height: 120px;
		width: auto; /*IE8 bug fix*/
	}
	
	.headerimage{
		width: 100%;	
	}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
	.nav{
	background: #47ADC6; 
	height: 25px;
	z-index:200; 
	font-size: 1em;
	padding-top:3px;
	text-align:center;font-weight:bold;	
}

	.nav-item{
	margin-left: 10px;	
}
	.rightnavs{
		display:none;	
	}

	.gallery{
border:solid 1px #47ADC6;
width:90px;
}
	
	.logo{
		float:left;
		margin-top:5px;
		margin-right:10px;
		width: 120px;
	}
	.video{
		position:relative;
		top: 0px;
		left:0px;	
	}
	
	iframe {
		height: 120px;
		width: auto; /*IE8 bug fix*/
	}
	
	.headerimage{
		width: 130%;	
	}
}