/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

/*@media screen and (max-width: 992px) {
  #pageflip {
    display: none;
  }
}
backround {
	color: mediumslateblue;
}

@media screen and (max-width: 992px) {
  #pageflip {
    display: none;
  }
}
*/


body {
	background-color:black;
}


.btn-join {background-color:wheat!important;
}

.card-body {background-color:wheat;
	
}
.btn-signup {
	color: black !important;
	background-color: greenyellow !important;
	
}
	
.btn-members {
	color: black !important;
	background-color: greenyellow !important;
	

}

.card-header {
	
	background-color: blueviolet;
}

.h-101 {
	background-color:transparent;
	border-color: transparent;
}



.card-title{

}

a:link.title {
    color: red!important;
    background-color: transparent;
    text-decoration: none;
} 
a:visited.title {
    color: red!important;
    background-color: transparent;
    text-decoration: none;
}
a:hover.title {
    color: red!important;
    background-color: transparent;
    text-decoration: underline;
}
a:active.title {
    color: red!important;
    background-color: transparent;
    text-decoration: underline;
}


.portfolio-item {
  margin-bottom: 30px;
}

.white {
	color: white;
}

.red{
	color:red;
}

.responsive1 {
    width: 100%;
    height: auto;
}

.btn-main:hover, .btn-transparent:hover, .btn-small:hover {
  background:#ED686A!important;
  color: black!important;
}

.btn-large {
  padding: 20px 45px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-main, .btn-transparent, .btn-small {
  background: red!important;
  color: white!important;
  display: inline-block;
  font-size: 24px!important;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.2s ease;
}

.btn-main:hover, .btn-transparent:hover, .btn-small:hover {
  background:#ED686A!important;
  color: black!important;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}