@charset "UTF-8";
/* CSS Document */

/* SIGN IN */

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
  text-align: center;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* END SIGN IN */

/* HALF SLIDER */

/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

/*.carousel {
    height: 60%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}
#myCarousel {
	margin-top: 90px;
}*/

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}

/* END HALF SLIDER */

/* LANDING PAGE */

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

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Noto Serif', serif;
    font-weight: 700;
}

.navbar-default {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.navbar {
    -webkit-box-shadow: 0 0px 5px -2px #000;
    -moz-box-shadow: 0 0px 5px -2px #000;
    box-shadow: 0 0px 5px -2px #000;

    /* the rest of your styling */
}

.topnav {
    font-size: 14px; 
}


@media screen and (min-width: 0px) and (max-width: 767px) {
	
	.navbar img {height: 50px;}
	
	.navbar-brand {
    float: left;
    height: 50px;
    padding: 1px 15px;
    font-size: 18px;
    line-height: 20px;
}
	
.navbar-brand>img {height: 45px;}	
}

@media screen and (min-width: 768px) {
    .navbar-nav>li>a {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #722447 !important;
}
.navbar-nav>li>a:hover {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #254B58 !important;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand img {height: 65px;}

}





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

.intro-header {
    padding-top: 50px; /* 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(../img/texture04.jpg) no-repeat center center;
    background-size: cover;
	background-attachment: fixed;
}

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

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

.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);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

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

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

    .intro-divider {
        width: 100%;
    }
}

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

.content-section-a {
    padding: 75px 0;
	text-align: center;
	background-color: #DED6CB;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
	text-align:center;
}

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

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

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

.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;
}

#memberLogin {
	padding: 100px 0px;
	background-image:url(assets/img/wallpaper4.jpg);
	background-size: cover;
	background-attachment: fixed;
}

#contact {
	padding: 100px 0px;
	background-color: #D4D1BF;
	background-image:url(assets/img/wallpaper3.jpg);
	background-size: cover;
	background-attachment: fixed;
}

#contactus {
	color: #E7E5DC;
}

#contactlinda {
	margin-top: 0px;
}

#footer {
	padding: 25px 0px;
	text-align:center;
	background-color: #DED6CB;
}

/* LANDING PAGE */

#newCarousel {
	margin-top: 125px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 843px;
	max-height: 413px;
	border: thick solid white;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 7px 15px;
  font-size: 18px;
  line-height: 20px;
}

#ftp {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  background-color: #FFFFFF;
}


/* Boot-Trial */

.jumbotron {
	background-image: url(assets/img/wallpaper3.jpg);
	background-attachment: fixed;
	background-size:cover;
	color: #FFFFFF;
	padding-top: 75px;
}

.bt-mainContent{margin: 100px 0px;}

.artistList {font-family: Century Gothic; font-weight: normal; font-size: 10pt;}
.artistList a {color: #000000;}
.categoriesList {font-family: Century Gothic; font-weight: normal; font-size: 10pt;}
