@import url("https://fonts.googleapis.com/css?family=Titillium+Web");
@font-face {
  font-family: "Neo Latina";
  src: url(../fonts/neo-latina-demo-FFP.ttf);
}
body {
  background-color: black;
  margin:0;
  align-items: center;
  font-size: 16px;
  background-image: url("../images/DF-20percent.png");
  background-size: 50em;
  background-repeat: no-repeat;
  background-position: top left;
  background-attachment: fixed;
  max-width: 100%;
}

main {
  justify-content: center;
  text-align: center;
}
header {
  margin: 0px;
  position: fixed;
  top: 0;
  width: 100%;
}

h1 {
  color: #ffffff;
  font-family: "Neo Latina";
  font-size: 5em;
  text-shadow: 2px 2px #000000;
  margin-top: 50px;
  margin-right: 50px;
  margin-bottom: 0px;
  margin-left: 50px;
}
h2 {
  text-align: center;
  margin: 2%;
  color: black;
  /*text-shadow: 1px 1px white;*/
  font-family: "Neo Latina";
}
h3 {
  font-size: 1.2em;
  color: white;
  text-shadow: 2px 2px #000000af;
}
p {
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.3em;
  text-shadow: 1px 1px #000000;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
#description {
  padding: 1em;
}

ul {
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.3em;
  text-shadow: 2px 2px #000000;
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}

a {
  color: lightgrey;
  text-decoration: none;
}
#slogan {
  font-family: "Neo Latina";
  font-size: 1.5em;
  color: #62cae1;
  text-shadow: 2px 2px #000000;
}
#services {
    color: #ffffff;
  font-family: "Neo Latina";
  font-size: 3em;
  text-shadow: 2px 2px #000000;
  margin-top: 50px;
  margin-right: 50px;
  margin-bottom: 0px;
  margin-left: 50px;
}
#serviceTag {
  font-size: 1.8em;
  font-family: "Neo Latina";
  color: #fda500;
  text-shadow: 1px 1px #000000;
  float: center;
  padding: 0.5em;
}

#dF {
  color: white;
}

#tagline {
  font-size: 2.5em;
  font-family: "Neo Latina";
  color: #fda500;
  text-shadow: 1px 1px #000000;
  float: center;
  padding: 0.5em;
}

.header {
  overflow: hidden;
  background-color: #41414188;
  margin: auto;
  width: 100%;
}
.header a {
  float: left;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
  font-family: "Neo Latina";
}

.header a:hover {
  background-color: rgb(82, 82, 82);
  color: white;
}

.header a.active {
  background-color: #62cae1;
  color: white;
}
.header-right {
  float: right;
  padding-right: 20px;
  font-family: "Neo Latina";
}

input[type=text], select, textarea {
    width: 50%; /* Full width */
    padding: 1em; /* Some padding */  
    border: 1em solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 2em; /* Add a top margin */
    margin-bottom: 2em; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    /*background-color: #4CAF50;*/
    color: 62cae1;
    padding: 12px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    /*background-color: #f2f2f2;*/
    padding: 5px;
}
@media screen and (max-width: 500px) {
  header {
    float: none;
    display: block;
    text-align: center;
  }
  .header-right {
    float: left;
    width: 100%;
    text-align: center;
  }
  .logo {
    text-align: center;
    width: 100%;
    display: block;
  }
  .header a {
    float: none;
  }
  .wrapper {
      float: left;
      width: auto;
  }
}
.wrapper {
  display: table;
}

.column {
  width: 30%;
  padding:3%;
  margin: 5;
  display: table-cell;
}
#column1 {
  background-color: #62cae1ba;
}
#column2 {
  background-color: #fda500ba;
}
#column3 {
  background-color: #62cae1ba;
  clear: right;
}
#gameList {
    /*max-width: 1900px;*/
    width:99%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*text-align:center;*/
}
.imgWrap{
    width:auto;
    float: left;
    margin: 9px;
    
}

.clear {
    clear:both;
}

#contact{
  font-family: "Neo Latina";
  font-size: 2em;
}

footer {
  text-align: center;
  display: block;
  width: 100%;
  float: left;
}
