h2 {
  vertical-align: center;
  text-align: center;
}

html, body {
  margin: 0;
  height: 100%;
  background-color: #000000;
}

* {
  font-family: "Raleway";
  box-sizing: border-box;
}

div.frame {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

div.logo {
  width: 1164px;
  margin-left: calc(50% - 582px);
  position: fixed;
  top: 120px;
}

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #00BAF0;
  background: linear-gradient(to left, #f46b45, #eea849);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

a:link {
  font-family: "Raleway";
  text-decoration: none;
  color: #22f;
}
a:visited {
  font-family: "Raleway";
  text-decoration: none;
  color: #22f;
}
a:hover {
  font-family: "Raleway";
  text-decoration: underline;
  color: #22f;
}
a:active {
  font-family: "Raleway";
  text-decoration: underline;
  color: #22f;
}


a:link.header-menu {
  font-family: "Raleway";
  text-decoration: none;
  color: #fff;
}
a:visited.header-menu {
  font-family: "Raleway";
  text-decoration: none;
  color: #fff;
}
a:hover.header-menu {
  font-family: "Raleway";
  text-decoration: underline;
  color: #fff;
}
a:active.header-menu {
  font-family: "Raleway";
  text-decoration: underline;
  color: #fff;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
  margin: 8px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}


input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}
.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-family: Raleway;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}

.wrap-login100 {
  width: 500px;
  background: #eee;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.login-error {
  font-family: Raleway;
  font-size: 18px;
  color: #f46b45;
  line-height: 2;
  padding-left: 7px;
}

.label-input100 {
  font-family: Raleway;
  font-size: 18px;
  color: #333333;
  line-height: 2;
  padding-left: 7px;
}

.input100 {
  font-family: Raleway;
  font-size: 18px;
  color: #333333;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 55px;
  background: transparent;
  padding: 0 7px 0 43px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::after {
  content: attr(data-symbol);
  font-family: Material-Design-Iconic-Font;
  color: #adadad;
  font-size: 22px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 20px);
  bottom: 0;
  left: 0;
  padding-left: 13px;
  padding-top: 3px;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #7f7f7f;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.input100:focus + .focus-input100::after {
  color: #a64bf4;
}

.has-val.input100 + .focus-input100::after {
  color: #a64bf4;
}


.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrap-login100-form-small-btn {
  width: calc(40% - 7px);
  max-width: calc(40% - 7px);
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
  margin-left: 7px;
  margin-right: 7px;
  box-shadow: 0 5px 30px 0px rgba(238, 168, 73, 0.2);
  -moz-box-shadow: 0 5px 30px 0px rgba(238, 168, 73, 0.2);
  -webkit-box-shadow: 0 5px 30px 0px rgba(238, 168, 73, 0.2);
  -o-box-shadow: 0 5px 30px 0px rgba(238, 168, 73, 0.2);
  -ms-box-shadow: 0 5px 30px 0px rgba(238, 168, 73, 0.2);
}

.wrap-login100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 5px 30px 0px rgba(238, 168, 73, 0.2);
  -moz-box-shadow: 0 5px 30px 0px rgba(238, 168, 73, 0.2);
  -webkit-box-shadow: 0 5px 30px 0px rgba(238, 168, 73, 0.2);
  -o-box-shadow: 0 5px 30px 0px rgba(238, 168, 73, 0.2);
  -ms-box-shadow: 0 5px 30px 0px rgba(238, 168, 73, 0.2);
}

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #a64bf4;
  background: -webkit-linear-gradient(right, #eea849, #f46b45, #eea849, #f46b45);
  background: -o-linear-gradient(right, #eea849, #f46b45, #eea849, #f46b45);
  background: -moz-linear-gradient(right, #eea849, #f46b45, #eea849, #f46b45);
  background: linear-gradient(right, #eea849, #f46b45, #eea849, #f46b45);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-smbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #a64bf4;
  background: -webkit-linear-gradient(right, #eea849, #f46b45, #eea849, #f46b45);
  background: -o-linear-gradient(right, #eea849, #f46b45, #eea849, #f46b45);
  background: -moz-linear-gradient(right, #eea849, #f46b45, #eea849, #f46b45);
  background: linear-gradient(right, #eea849, #f46b45, #eea849, #f46b45);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn {
  font-family: Raleway;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  left: 0;
}

.wrap-login100-form-small-btn:hover .login100-form-smbtn {
  left: 0;
}

.preview {
  font-family: Raleway;
  font-size: 18px;
  color: #000000;
  line-height: 2;
  padding-left: 7px;
}
.notes {
  font-family: Raleway;
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 7px;
  padding-right: 7px;
}

hr {
  border: 1px solid #adadad;
}

.scoreboard {
  display: block;
  padding: 10px;
}
.sb_row {
  display: block;
}
.sb_team {
  display: inline-block;
  width: 140px;
  padding-left: 7px;
  padding-right: 7px;
}
.sb_count {
  display: inline-block;
  width: 60px;
  padding-left: 7px;
  padding-right: 7px;
}
.sb_points {
  display: inline-block;
  width: 60px;
  padding-left: 7px;
  padding-right: 7px;
}
.sb_average {
  display: inline-block;
  width: 60px;
  padding-left: 7px;
  padding-right: 7px;
}
