html, body{
  background-color: #000;
  color: #fff;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
/*  margin-bottom: 30px;*/
}
.footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  text-align: center;
  line-height: 30px; /* Vertically center the text there */
  background-color: #000;
}

hr{
	border-color: pink;
	border-style: solid;
}

li{
  color: pink;
}
h1,h2,h3,h4{
  color: pink;
  text-align: center;
}
h5 {
  font-size: 1em;
  text-align: center;
  margin-bottom: 30px;
}

img {
  image-orientation: from-image;
}
a{
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
a:hover{
  color: pink;
  font-weight: bold;
  text-decoration: underline;
}

/*=====NAV=====*/
.nav {
  line-height: 1.25em;
  margin-bottom: 25px;
}
.nav a {
  color: #fff;
  display: block;
  padding: 12px;
  text-decoration: none;
}
.nav a:hover {
  color: pink;
}
.nav a.active {
  color: pink;
  font-weight: bold;
  color: pink;
}

.nav-item{
  text-align: left;
}
/* make sidebar nav vertical */ 
/*@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
    text-align: left;
  }
  .sidebar-nav .navbar li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}*/

.bootstrap-vertical-nav{
  margin-bottom: 25px;
}
.btn-primary {
    color: #000;
    background-color: pink;
    border-color: pink;
}
.btn-primary:hover {
    color: pink;
    background-color: #fff;
    border-color: #fff;
  }

/*@media (min-width: 768px) {
    .bootstrap-vertical-nav {
        margin-top: 0px;
    }*/

/* Creates a vertical nav starting at 768px (sm) */
@media (min-width: 768px) {
    .bootstrap-vertical-nav .collapse {
        display: block;
    }
}            

/*=====GENERAL STYLES=====*/
.news {
  padding: 20px;
}
.news ul li {
  margin-bottom: 15px;
  text-align: left;
  line-height: 1em;
}.news img {
  /*max-height: 500px;*/
  padding-top: 10px;
}

.latinpic {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}
.latinpic_info {
  text-align: center;
  max-width: 220px;
  font-size: .6em;
}
.biopic {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.dancefilm {
  max-width: 200px;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.semina {
  max-width: 350px;
  float: right;
}
.mickeyvid {
  margin-bottom: 30px;
}
.mickeypics {
  max-width: 600px;
    margin: auto;
}
.lecture h6 {
  text-align: left;
  color: pink;
}

.note {
	padding-left:50px;
}

.space {
	padding-bottom:100px;
}

/*=====GALLERY=====*/

.gallery {
  line-height: 1em;
  text-align: center;
}
.gallery .img {
  float: left;
  max-width: 200px;
  margin-right: 30px;
  margin-bottom: 30px;
}


@media (min-width: 550px){
  .biopic{
    max-width: 500px;
  }
}

@media (min-width: 551px){
  .biopic{
    max-width: 300px;
  }
}
	
	
/*.gallery {
  margin: 0 auto -60px;
}
.gallery .img-fluid {
  margin-bottom: 0px;
}
footer, .footer-push {
  height: 65px;
  background-color: #f5f5f5;
}
.social-icons {
  margin-right: 15px;
  font-size: 40px;
  line-height: 75px;
}
.grid-custom .col-sm-6,
.grid-custom .col-xs-6,
.grid-custom .col-xs-12,
.grid-custom .col-sm-3 {
    padding:5px;
      }
.img-responsive¨
  }
.first-block{
  border-bottom: 5px #000 solid;
}*/
