.HeaderC {
width: 100%; 
z-index: 1000000; 
position: fixed; 
right: 0px; 
top: 0px; 
height: 140px;
background-color: rgb(36,36,36); 
}

.cbuff {
  height: 140px;
}

@media (max-width: 1300px) {
  .HeaderC {height: 290px;}
  .cbuff {height: 290px;}
}




.Header {
  background-color: rgb(36,36,36); 
  height: 110px;
}

  




.Header input {
  margin-top: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  opacity: 0.53;
  margin: 7px 0 0;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  border: 1px solid white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 20px/normal "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: black;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255,255,255,0.85);
  width: 200px;
  outline-color: rgb(233, 6, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.Header input:hover {
  box-shadow: inset 0 1px 2px rgba(233,0,0,0.39);
  width: 210px;
}

.Header button {
    border: 1px solid rgba(233, 6, 0, 0.85);
    color: white;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    font-size: 19px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: rgba(255,255,255,0.0);
}

.Header button:hover {
    color: rgb(233, 6, 0);
    border: 2px solid rgba(255,255,255, 0.85);
}



.Header nav {
    float: right;
    padding-top: 20px;
    padding-right: 10%
}

.Header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Header li {
    float: left;
}

.Header nav a {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    color: white;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.Header nav a:hover {
    border-color: white;
         -webkit-transition: all 0.1s ease-in-out;
     -moz-transition: all 0.1s ease-in-out;
     -o-transition: all 0.1s ease-in-out;
     -ms-transition: all 0.1s ease-in-out;
     transition: all 0.1s ease-in-out;
    
    }
.Header nav a:hover span {
  font-size: 25px;
       -webkit-transition: all 0.1s ease-in-out;
     -moz-transition: all 0.1s ease-in-out;
     -o-transition: all 0.1s ease-in-out;
     -ms-transition: all 0.1s ease-in-out;
     transition: all 0.1s ease-in-out;
    
    }
.Header span {
     color: rgb(255, 255, 255);
     font-size: 22px;
}


.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* modal2 Content */
.modal2-content {
    position: relative;
    background-color: rgb(36, 36, 36);
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 34%;
    height: 65%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s

}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The close2 Button */
.close2 {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal2-header {
    padding: 2px 16px;
    background-color: rgb(36, 36, 36);
    border-bottom: 1px solid black;
   
}

.modal2-header h2 {
  margin-top: 10px;
  color: white;
}


.modal2-body {
  padding: 2px 16px;
  height: 300px;
  width: 100%;
}
.modal2-body form {
  text-align: center;
  width: 100%;
  padding-top: 40px;
}

.modal2-body form a {

}

.modal2-body div {
  width: 100%;
}

.modal2-body ul {
  padding-left: 0px;
}


.modal2-footer {
    padding: 2px 16px;
    padding-top: 2%;
    height: 70px;
    background-color: rgb(36, 36, 36);
}

.modal2-footer marquee {
  color: white;
  font-size: 16pt;
}

.errMsg p {
  color: white;
}



.modal2-body input {
  margin-top: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  opacity: 0.53;
  margin: 7px 0 0;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  border: 1px solid white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 20px/normal "Times New Roman", Times, serif;

  color: black;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255,255,255,0.85);
  width: 400px;
  outline-color: rgb(233, 6, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.modal2-body input:hover {
  box-shadow: inset 0 1px 2px rgba(233,0,0,0.39);
  width: 410px;
}

.modal2-body p {
  color: white;
}


.modal2-body nav ul {
  list-style: none;
}

.modal2-body button,
.modal2-body a {
    border: 2px solid black;
    color: white;
    padding: 6px 9px;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    font-size: 19px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: rgba(255,255,255,0.0);
    font-size: 16pt;
}

.modal2-body button:hover,
.modal2-body a:hover {
    color: black;
    background-color:  white;
}


