.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #131924;
	background-image:url("Artboard 1.png");
	  background-attachment: fixed;
	background-position:center center;
border-radius:0;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.thumb{
	
	overflow:hidden;

}
.album{
	background-color:#1c2536!important;
	color:white;
}

.thumb img{
	transition:all 1s;
	transform:scale(1);
}
.thumb:hover img{
	transform:scale(1.2);
}

.thumb:hover .card-body{
	background-color:#FF9800;
}

.card{
	overflow:hidden;
		background-color:black;
	border-radius:.25em;
	border:none;
	color:white;
	text-align:center;
	cursor:pointer;
	
}
.card-body{
	z-index:0;
	display:relative;
	background-color:#263248;
	
	width:100%;
		bottom:0;
transition:background-color 1s;
	
}

.card-body p{
	overflow: hidden;
white-space: nowrap;
	text-overflow:ellipsis;
}

.btn-secondary {
    color: #fff;
    background-color: #263248;
	border:none;

}
.btn-secondary:hover {
    color: #fff;
    background-color: #7E8AA2;
	
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #FF9800;
   
	
}

h1{
	font-size:5em;
}
a {
	text-decoration:none!important;
}

iframe{
	border-radius:10px;
}

.navbar.bg-dark{
	background-color:#7E8AA2!important;
}

.fullwidth{
	max-width:1024px;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.alert-light{
	border-color:#7E8AA2;
}


footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.container-fluid{
	max-width:1200px;
}





