@charset "utf-8";
/* CSS Document */

#bg-video {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
	top: 0;
  left: 0;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
	 background-size: cover;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

header img {
  max-width: 300px;
}

header h1 {
  color: #ff0;
  font-size: 36px;
  margin: 0;
  text-transform: uppercase;
}


.countdown-container {
  position: relative;
  top: 10px;
  left: 30px;
	
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 35px;
  background-color: #ccc;
  color: #fff;
	font-family: 'Roboto', sans-serif;
	 font-size: 10px;
  text-align: center;
}
.container {
  display: flex;
	justify-content: center;
	
}

.left-column {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
	margin-top: 185px;
}

.right-column {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
	margin-top: 185px;
}
.column-title {
  text-align: center;
  font-size: 30px;
	font-weight: bold;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
	margin-top: 100px;
	margin-left: 30px;
	width: 600px;
	background-color: black;
	
}

.left-column .column-title {
  color: #ffa500;
}

.right-column .column-title {
  color: #ffa500;
}

.countdown-container img {
  border-radius: 10px;
}


.action-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.donate-container {
    margin-top: 20px;  /* Adjust this value to control the vertical spacing between the two divs */
    width: 300px;
    height: 80px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ffa500;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

#donate-button {
  margin-top: 5px;
}


.button-container {
  /*position: absolute;*/
  top: 100%;
  right: 20px;
}

.button {
  background-color: #ffa500; 
  border: none;
  border-radius: 8px;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
	font-weight: bold;
}


.button1 {
  background-color: black; 
  border: none;
  border-radius: 8px;
  color: #ffa500;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
	font-weight: bold;
}


/*
.button {
  display: inline-block;
  background-color: #4CAF50; 
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 200px;
  height: 50px;
	border-radius: 8px;
  background-repeat: no-repeat;
  transition-duration: 0.4s;
}
*/

.button:hover {
  background-color: black; 
  color: white;
}

.button1:hover {
  background-color: black; 
  color: white;
}

.info-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  z-index: 2;
}

.info-container p {
  margin-bottom: 20px;
}

.info-container ul {
  list-style: none;
  padding: 0;
}

.info-container li {
  margin-bottom: 10px;
}
