body {
    background-color: #000;
    padding: 0;
    margin: 0;
    overflow: scroll;
}

.center {
  margin: auto;
  width: 60%;
  border: 1px solid #ffa31a;
  padding: 10px;
  text-align: center;
}

.column {
  background-color:rgba(255, 255, 255, 0.5);
  margin: auto;
  width: 60%;
  font-size: 24px;
  padding: 10px;
  text-align: center;
}

.footer {
  
  margin: auto;
  width: 60%;
  font-size: 24px;
  padding: 10px;
  text-align: center;
}


#overlay_container {
    margin: auto;
    padding: 1px;
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: center;
    background-color:rgba(51, 31, 0, 0.4);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #ffa31a;
}

.button {
    background-color: #003300;
    border: none;
    color: #ffa31a;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

#logo{
    position: absolute;
   top: 50%;
   left: 50%;
   width: 513px;
   height: 248px;
   margin-top: -124px;
   margin-left: -256px;
    
    
    opacity: 0.5;
}


.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.bg { 
  
  background-image: url("img/fall.jpg");
  height: 100%; 
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('images/bg.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }

    #logo{
    position: absolute;
   top: 50%;
   left: 50%;
   width: 250px;
   height: 124px;
   margin-top: -62px;
   margin-left: -125px;
    
    
    opacity: 0.5;
}

.column {
  background-color:rgba(255, 255, 255, 0.5);
  margin: auto;
  width: 100%;
  font-size: 24px;
  padding: 1px;
  text-align: center;
}

.footer {
  
  margin: auto;
  width: 100%;
  font-size: 24px;
  padding: 1px;
  text-align: center;
}