
@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i');

body{
  padding-top: 10px;
    font-size: 1.0em;
     font-family: 'Open Sans', sans-serif;
}




.page {
font-size: 1.2em;
}




.test {
margin: 0px;
}

video{
max-height: 400px;
margin-top: 50px;
}
.carousel-item {
margin-top: 50px;

}

figcaption {
  font-size: 1.0em !important;
   font-family: 'Open Sans', sans-serif;
   color:black !important;
   margin-left: 15px;
}


img {
	position: relative;
    left: auto;
    right: auto;

    max-height: 800px;


}

.navbar {
    border-radius: 0;
    border: 0;
}

@media only screen
and (min-width: 800px){


.slide{
    margin:0 10%;
transition: all 0.25s ease;

  }
}

footer .navbar-default {
    background: transparent;
}
.navbar-brand {
    background-color: transparent;
    display:block;
    position: fixed;
    padding-left: 15px;
}

header {
    background-color: transparent;
}

h1{
    font-size: 1em;
    color: black;
}

#Walter {


}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    color:black;
    text-align: left;
}
.carousel-indicators {
    position: absolute;
    top: 20px;
}



.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  color: black !important;
  background-image: none;
  margin-left: 200px;


}
.carousel-control-prev-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  color: black !important;
  background-image: none;
  margin-right: 200px;
}

.carousel-indicators li {
  text-indent: 0;
  margin: 0 2px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 100%;
  line-height: 20px;
  background-color: white;
  transition: all 0.25s ease;
  text-align: center;
  color: black !important;

}
.carousel-indicators li.active, .carousel-indicators li:hover {
  margin: 0 2px;
  width: 20px;
  height: 30px;
    line-height: 30px;
color: black !important;
  background-color: white ;
    text-align: center;
}

.noselect {
  user-select: none;-moz-user-select: none; -webkit-user-select: none;-ms-user-select: none;
}
