@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
  html, body {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}



#container {
    min-height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 100px;
}
    
.header {
  overflow: hidden;
  background-color: #491000;
  padding: 10px 10px;
  position: relative;
    width: 100%;
}

.header a {
  float: left;
  color: #DFD9AB;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 24px;
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 10px;
  font-weight: bold;
  float: left;
}

/*.header a:hover {
  background-color: #DFD9AB;
  color: black;
}*/

.header a.active {
  background-color: #491000;
  color: white;
}


.header-right {
  float: right;
  font-size: 24px;
}

.header-right .icon {
    display: none;
}
.header-right a:hover {
  background-color: #DFD9AB;
  color: black;
}

p {
  padding: 35px;
  font-size: 16px;
}

.header-container {
    width: 100%;
    height: 700px;
    border-left: none;
    border-right: none;
    position: relative;
    padding: 50px; 
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

video {
    position: absolute;
    z-index: -1;
    opacity: 0.78;
    width: 100%;
    height: 100vh;
}

h3 {
   color: cornsilk;
    z-index: 1;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15%;
    border: 3px solid #DFD9AB;
    padding: 10px;
    border-radius: 15px;
    width: 1200px;
    letter-spacing: 3px;
    font-size: 3vw;
    font-family: sans-serif;
}


form {
    padding-left: 35px;
}

img {
  max-width: 100%;
  height: auto;
  padding-right: 10px;
}

img-fluid{
    max-width: 100%;
}
h1 {
    padding-left: 35px;
}


div#contact img{
	float: right;
	padding-left: 20px;
}

div#events img{
	float: left;
	padding-left: 20px;
}

div#menu img{
	float: left;
	padding-left: 20px;
}

div#about img{
	float: left;
	padding-left: 20px;
}


.column {
  float: left;
  width: 33%;
  padding: 20px 10px;
}

.column-card {
    float: left;
    width: 25%;
    padding: 0px 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* Remove extra left and right margins, due to padding in columns */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}

#footer {
  background-color: #491000;
  position: relative;
  height: 100px;
  margin-top: -100px;
  clear: both;
  color: white;
  text-align: center;
}
#footer row {
  float: none;
  padding-top: 25px;
}
#footer row a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}  

/* media queries  */

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
.column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
    
.header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right a:not(:first-child) {display: none;}
  .header-right a.icon {
    float: right;
    display: block;
  }
    
.header-right.responsive {position: relative;}
  .header-right.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header-right.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.header-container {
    width: 100%;
    height: 700px;
    border-left: none;
    border-right: none;
    position: relative;
    padding: 50px; 
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
