html {
  height: 100%;
}

body {
  box-sizing: border-box;
  font-size: 100%;

}
.container{
  background-image: repeating-linear-gradient(
            45deg,
            #FFFFFF 10px,
            #808080 2px,
            ) fixed !important;
}

.youtube{
    color:gray;
}
*{
box-sizing: border-box;
    margin: 0;
    padding: 0;
}
video{

    margin: 0px;
    position: absolute;
    min-width: 100%;
    min-height: 50%;
    left:0;
    top: 0;
    
}
.viktor_pic{
            padding: 0;
            margin: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: aliceblue;
            font-size: 4rem;
}
.vik_pic{

    text-align: center;   
}
.tadpol_logo{

	max-width: 100%;
	height: auto;
	text-align: center; 
}
.col{

    padding-left: 5%;
}
.content{

    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,0.7);

}
.content header{

    text-align: center;
    color: azure
}
.background-wrap{

    position:fixed;
    z-index: -1000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top:0;
    left: 0;

}
.comeon{
 background-color: #f1f3f4;
  box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.17);
  border-radius: 1em;
}
h2{

    margin-top: 10px;
}
address{

    padding: 10px;
    float:right;
}


#loginbox {

    margin-top: 30px;
}

#loginbox > div:first-child {  
   
    padding-bottom: 10px;    
}

.iconmelon {

    display: block;
    margin: auto;
}

#form > div {
box-sizing: border-box;
    margin-bottom: 25px;
}

#form > div:last-child {

    margin-top: 10px;
    margin-bottom: 10px;
}

.panel {    

    background-color: #ffffff;
}

.panel-body {

    padding-top: 30px;
    background-color: rgba(2555,255,255,.3);
}

#particles {

    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;                        
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}

.iconmelon,
.im {
  position: relative;
  width: 150px;
  height: 150px;
  display: block;
  fill: #525151;
}

.iconmelon:after,
.im:after {

  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cards{
  background-color: #ffffff;
	text-align: center;
	margin:20px;
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.17);
	border-radius: 1em;
}
.cardsd{
  background-color: #C0C0C0 !important;
}
.jumbotrons{

	text-align: center;
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.17);
	border-radius: 1em;
}
.round_img {
  border-radius: 50%;
	padding:10px;
} 
.h5s{
	text-align: center;
}

.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

.btn:hover {

  background-color: RoyalBlue;
}

.img{
    max-width: 100%;
    height: auto;
    border-radius: 1em;
    padding:2px;
}
.centered{
  display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
  text-align: center;
}

.h1s {
  font: 400 40px/1.5 Helvetica, Verdana, sans-serif;
  margin: 0;
  padding: 0;

}
 
.uls {
  display:inline-table;
  list-style-type: none;
  margin: 0;
  padding: 0;


}
 
.lis {
display:inline;
  font: 100 16px/1.5 Helvetica, Verdana, sans-serif;

text-align:center;


}
 
.lis:last-child {
  border: none;

}
 
.lis a {
  text-decoration: none;
  color: #000000;
  display: block;

display:inline;
 
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
 
.lis a:hover {
display:inline;
  color: #008B8B;
}
.jumbo{
text-align:center;
background-color: #FFFFFF;
  border-radius: 1em;
  box-shadow: 1em;
   margin: 0;
  padding-top:3px ;
  padding-bottom: 3px; 
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.17);
}
.jumb{
 background: #ffffff;
}

.flip-card{
  background-color: transparent;
  max-width: auto;
  height: 200px;
  perspective: 1000px; 
  margin:20px;
  box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.17);
  border-radius: 1em;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: #FFFFFF;
  color: white;
  transform: rotateY(180deg);
} 
.flip-card-back a{
  color: black;
} 
.cards a{
  color: black;
} 


.carousel-control-prev-icon{
  background-color:silver;
  color: black;
}


.carousel-control-next-icon{
 color: black;
  background-color:silver;
}


.eventdate{
    margin-top: 20px;
  color: #676767;
  font-family: "Campton", Verdana, Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
}

.eventcards{
    background-color: #f4f4f4;
}
.eventvenue{
  font-family: "Campton",Verdana,Tahoma,Arial,sans-serif;
  font-size: 1.1rem;
  color: #000;
}
.eventhead{
  color: #f26b37;
}
.eventimage{
  box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.17);
  border-radius: 1em;
}

#navbar-div a:hover{
  background-color: #000000 !important;
}



