/* CSS Document - Copyright 2015 - nanoputian */
.homepage {
	background-repeat: no-repeat;
	background-position: center top fixed;
	background-image: url(../images/FW_cover.jpg);
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	color: white;
	}
	
.otherpage {
	background-color: #000000;
	color: white;
	}
.nano_marg_tb {
    margin: 50px 0;
}

h1 {
	font-weight: 600;
	font-family: source-sans-pro;
	font-style: normal;
	font-size: 4rem;
	font-size: 7.5vw;
	line-height: 90%;
} 
h2 {
      font-weight: 600;
	  font-family: source-sans-pro;
	  font-style: normal;
	  font-size: 1.8rem;
	  line-height: 10%;
} 


.transparent {
	background: none;
	background-color: transparent;
	border-width: 0px;
}
.centrewhitetext {
	text-align: center;
	color: #FFFFFF;
}
.centernav {
	text-align: center;
}
.navbar-brand {
	font-size: small;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #FFFFFF;
	font-weight: bold;
	}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #FFFFFF;
	font-weight: bold;
  }
.navbar-default .navbar-brand {
	color: #DAD9D9;
}

.navbar-default .navbar-nav > li > a {
	color: #DAD9D9;
	text-shadow: 1px 1px 0px #000000;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: blueViolet;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #DAD9D9;
}

.footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
}
.dark {
	background-color: #000000;
}

.active {
	font-weight: bold;
}

li {
	list-style-type: none;
	}
	
.music_pic {
	max-height: 575px;
}

.max_gallery {
	max-height: 464px;
}

.ablack {
	color: #000000;
	}
@media (max-width: 320px){
/*iPhone 4 320x480px	
  iPhone 5 320x568px*/
  .covertext {
	position: fixed;
	width: 90%;
	padding-top: 250px;
	text-shadow: 1px -1px 0px #000000;
}

.mob_hide {
	display: none;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: collapse;
}

}

@media (min-width: 321px) and (max-width: 375px){
/*iPhone 6 375x667px*/
.covertext {
	position: fixed;
	width: 90%;
	padding-top: 260px;
	text-shadow: 1px -1px 0px #000000;
}
}

@media (min-width: 376px) and (max-width: 414px){
	/*iPhone 6plus 414x736px*/
.covertext {
	position: fixed;
	width: 90%;
	padding-top: 260px;
	text-shadow: 1px -1px 0px #000000;
}
}

@media (min-width: 415px) and (max-width: 767px){
	/*iPhone 6plus 414x736px*/
.covertext {
	position: fixed;
	width: 90%;
	padding-top: 260px;
	text-shadow: 1px -1px 0px #000000;
}
}

@media (min-width: 768px){
	/*iPhone 6plus 414x736px*/
.covertext {
	position: fixed;
	width: 100%;
	padding-top: 350px;
	text-shadow: 1px -1px 0px #000000;
}
}
