/*
Theme Name: Fight Project Landing Page
Theme URI: https://thefightproject.com/
Author: WebTegrity
Author URI: https://webtegrity.com/
Description: A temporary landing page for The Fight Project
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fightproject

This theme, like WordPress, is licensed under the GPL.
*/

html {
    margin-top: 0 !important;
}

body {
  background: url('/wp-content/uploads/2018/09/black-leather-1652717_1920.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  text-align: center;
  height: 100vh;
  position: relative;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.content {
  text-align: center;
  background-color: #fff;
  max-width: 740px;
  padding: 80px 40px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

h1, p {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

p {
  font-size: 22px;
}

h1 {
  letter-spacing: 10px;
  margin-bottom: 40px;
}

 @media screen and (min-width: 1024px) {
}

/* Email Signup */
#field_1_1 > label {
	display: none;
}

#input_1_1 {
	width: 55%;
	padding: 8px;
	font-size: 17px;
	text-transform: uppercase;
}

#input_1_1:focus {
	outline: none;
	border: 2px solid black;
}

#gform_submit_button_1 {
	padding: 10px 25px !important;
	font-size: 15px;
	text-transform: uppercase;
	color: white;
	background-color: black;
	border: 1px solid black;
}

#gform_submit_button_1:hover {
	cursor: pointer;
	background-color: white;
	color: black;
}

ul {
	padding: 0px !important;
}

li {
    list-style-type: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: lightgray;
}
::-moz-placeholder { /* Firefox 19+ */
  color: lightgray;
}
:-ms-input-placeholder { /* IE 10+ */
  color: lightgray;
}
:-moz-placeholder { /* Firefox 18- */
  color: lightgray;
}

.black {
	color: black !important;
}

a > i {
	font-size: 30px;
	text-decoration: none;
	padding: 0px 70px;
}

a.black {
	text-decoration: none;
}