 /* --- Reset Styles --- */
 * {
  list-style: none;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  width: 100%;
}

p
        {
            font-family: "Open Sans", Helvetica, sans-serif;                font-size: 30pt;
            color: #ffffff;
            padding: 2.25%; 
            /* 18px / 800px */
        }


/* --- Welcome Page Styles --- */
body {
  font-family: impact;
  font-weight: 50;
   background-image: linear-gradient(skyblue, rgb(245, 92, 117));
  color: white;
  height: 100%;
    -webkit-animation: AnimationName 51s ease infinite;
    -moz-animation: AnimationName 51s ease infinite;
    animation: AnimationName 51s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}




div.intro {
  font-family: helvetica;
  font-size: 13px;
  font-weight: 200;
   background-image: linear-gradient(rgb(192, 240, 255), rgb(73, 162, 194) );
  color: white;

}

@keyframes animation
{
  0% {
      left: 0;
  }
  10% {
      left: 50%;
  }
  100% {
      left: 10%;
  }
}


header {
  max-width: 200px;
  max-height: 350px;
  animation: 5s;
}



h1 {
  font-size: 56px;
  line-height: 54px;
}

h6 {
    font-size: 40px;
    line-height: 34px;
    padding: 10px;
  }
/*   
h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 16px;
} */

/* h3 {
  font-size: 18px;
  line-height: 36px;
} */

/* p {
  margin-bottom: 18px;
} */

.main {
  overflow: hidden;
}



.sidebar {
  background: #66ffff;
  border: 1px solid #ccc;
  float: right;
  padding: 2.08333333333%; /* 5px / 240px */
  width: 30%; /* 240px / 800px */
}

.sidebar ul {
  font-size: 14px;
}

.branding {
  clear: both;
}




@media screen and (max-width: 600px) {
.wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
}

.content, .sidebar {
  float: none;
  width: 100%;
}



h3 {
  font-size: 50px;
  line-height: 36px;
  padding: 10px;
}

h2 {
  font-size: 38px;
  line-height: 24px;
}
}

.topnav {
background-color: #223;
overflow: hidden;
}

/* Style the links inside the navigation bar */
a {
float: left;
    text-align: center;
padding: 10px 20px;
cursor: pointer;
font-size: 17px;
border-radius: 4px;

}

a.pl_photos {
cursor: pointer;

font-size: 10px;


}


/* Change the color of links on hover */


/* Add a color to the active/current link */
.topnav a.active {
background-color: #4CAF50;
color: white;
}

button#add-player {
background-color: #0033cc;
border: none;
cursor: pointer;
color: white;
padding: 5px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 10px;
border-radius: 4px;
}

/* delete button for subs */
input[type=submit] {
background-color: rgb(221, 76, 19);
color: white;
padding: 7px 24px;
margin: 8px 8px;
border: none;
font-size: 10px;
text-align: center;
border-radius: 4px;
display: inline-block;
}

li {
font-family: "Open Sans", Helvetica, sans-serif;

text-shadow: none;
width: auto;
padding: 8px 14px;
margin: 4px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 2px;
box-sizing: border-box;
}

li#player-li {
width: 20%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 2px;
box-sizing: border-box;
}


input[type=text], select {
width: 20%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 2px;
box-sizing: border-box;
}

form#create-team {
  width: 70%;
  padding: 20px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  }
  

.intro {
width: 50%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;

}



button[type=submit] {
background-color: #4CAF50;
color: white;
padding: 5px 5px;
margin: 8px 0;
border: none;
border-radius: 2px;
}

a { width: 50%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
font-size: 30px;
border-radius: 3px;
box-sizing: border-box;
font-style: oblique;
}

input[type=submit] {
background-color: hsl(112, 68%, 52%); /* Green */
cursor: pointer;
border: none;
color: white;
padding: 5px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 15px;
border-radius: 4px;
}

div {
border-radius: 5px;
padding: 10px;
}

div.intro {
position: relative;
font-size: 16px;

font-family: Impact, Haettenschweiler, 'Arial Narrow', sans-serif;
text-shadow: #e47070;

}

ul.teams {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;

}

ul.players {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}



div[class=Thx] {
margin-top: 4px;
color: white;
text-shadow: .5px .5px 1px #000000, 0 0 10px #00e1ff, 0 0 2px #34d3c3;
color: white;
padding: 2px 4px;
margin: px 0;
border: none;
font-size: 15px;
text-align: center;
border-radius: 1px;
display: inline-block;
/* font-style: italic; */
font-family: Impact, Haettenschweiler, 'Arial Narrow', sans-serif;
}
.zig-zag { border: none; width: 50%; margin: auto; margin-top: 5%; margin-bottom: 5%; height: 40px; background: linear-gradient(135deg, #ECEDDC 25%, transparent 25%) -20px 0, linear-gradient(225deg, #ECEDDC 25%, transparent 25%) -20px 0, linear-gradient(315deg, #ECEDDC 25%, transparent 25%), linear-gradient(45deg, #ECEDDC 25%, transparent 25%); background-size: 40px 40px; background-color: #EC173A;}

@keyframes example {
from {background-color: #c7b3e8;}
to {background-color:#7b98e8;}
}

/* The element to apply the animation to */
div[class=Thx] {
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;

animation-name: example;
animation-duration: 1s;
animation-iteration-count: .02;
border-radius: 8px;
max-width: 100%;
height: auto;
font-family: Impact, Haettenschweiler, 'Arial Narrow', sans-serif;

}

img {
box-shadow: 10px 10px;
border:2px solid #fff;
float: center;
-moz-box-shadow: inset 10px 10px 50px #fff;
-webkit-box-shadow: inset 10px 10px 50px #fff;
box-shadow: inset 10px 10px 50px #fff;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300,700');
body {
font-family: "Open Sans", Helvetica, sans-serif;
text-align: center;
margin: 20px;
}

img {
max-height: 100px;
margin: auto;
display: inline-block;
}
h1, h2, h3, h4, h5 {
margin: 0;
font-weight: 400;
}

body {
font-family: "Lato", sans-serif;
}


