/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/* My Code */

.main-wrapper {
    margin: 0 auto;
    width: 98%;
}

a {
    text-decoration: none;
    color: #111;
}

body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: black;
}

header nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
}

header nav ul {
    float: left;
}

header nav ul li {
    float: left;
    list-style: none;
}

header nav ul li a {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #111;
    line-height: 63px;
    margin-right: 5px;
}

header .nav-login {
    float: right;
}

header .nav-login form {
    float: left;
    padding-top: 15px;
}

header .nav-login form input {
    float: left;
    width: 65px;
    height: 35px;
    padding: 0px 10px;
    margin-right: 3px; 
    margin-left: 3px;    
    text-align: center; 
    border: solid;
    border-width: 1px;
    border-color: #d1d1e0;
    background-color: #ccc;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #111;
    line-height: 30px;
}


header .nav-login form button {
    float: left;
>   /*width: 48px;
    height: 30px; */
    margin: auto;
    /*margin-left: 3px;  */
    text-align: center;
    /*border: solid;
    border-width: 1px;
    border-color: #d1d1e0;
    border-radius: 4px;
    background-color: #f3f3f3; */
    font-family: 'Oswald', sans-serif;
    font-size: 14px; 
    /* color: #111;*/
    cursor: pointer;
}

header .nav-login button:hover{
    background-color: #ccc;
} */

header .nav-login a {
    display: block;
    width: 35px;
    height: 60px;
    border: none;
    float: left;
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 63px;
    cursor: pointer;
} 

.main-container {
    padding-top: 35px;    
}

.main-container h1 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    color: #ffffff;
    text-shadow: 1px 1px 5px black;
    line-height: 40px;
    text-align: center;
}

.main-container h2 { 
    margin-left: auto;
    margin-right: auto;
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    color: #ffffff;
    text-shadow: 1px 1px 5px black;
    line-height: 40px;
    text-align: center;
}

.main-container h3 {
    margin-left: auto;
    margin-right: auto;    
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: black;
    text-shadow: 1px 1px 5px white, 0px 0px 25px grey;
    line-height: 40px;
    text-align: center;
}

.main-container h4 {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: black;
    line-height: 30px;
    text-align: left;
}

.main-container h5 {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: white;
    text-shadow: 1px 1px 5px black, 0px 0px 25px grey;
    line-height: 30px;
    text-align: center;
}

/* picks.php */

.picks-form {
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
}

.picks-form table {
    margin-left: auto;
    margin-right: auto;
    background-color: blue;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    border: none;
    border-radius: 8px;
}

.picks-form th {
    padding: 3px;
    text-align: left;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}

.picks-form td {
    padding: 3px;
    text-align: center;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}

.picks-form table table {
    text-align: center;
    border: none;
}

.picks-form table table thead tr {
    height: 23px;
    border: none;
    background-color: darkblue;
}

.picks-form table table thead tr th {
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    color: white;
    text-shadow: 2px 3px 5px black;
}

.picks-form table table tbody tr {
    padding: 2px;
    height: 40px;
    border: solid;
    border-width: 1px;
    border-color: blue;
    border-radius: 8px;
    background-color: #0A8BD8;
}

.picks-form table table td {
    text-align: left;
    vertical-align: middle;
}

.picks-form table table td p1, px, p2 ,p4, p5, p6 {
    margin-top: auto;
    margin-bottom: auto;
    padding: 5px;
    border: none;
    border-radius: 8px;
    background-color: #8D9295;
    cursor: pointer;
}

.picks-form input {
    width: 90%;
    height: 40px;
    padding: 0px 5%;
    margin-bottom: 4px;
    border: none;
    border-width: 1px;
    border-color: #d1d1e0;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 40px;
    -webkit-appearance: none;
    border-radius: 0;
}

.picks-form button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80px;
    height: 40px;
    border: none;
    border-radius: 8px;
    background-color: #ff0000;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 5px black;
    cursor: pointer;
}

.picks-form button:hover {
    background-color: #ff9999;
}

.picks-form select {
    background: darkgrey;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-shadow: 1px 1px 5px black;
    color: #fff;
    height: 35px;
    padding: 5px;
    width: 50px;
    -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 7px;
}

#result {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-shadow: 1px 1px 5px black;
    color: #DEFAA4;
    text-align: center;
}

/* week.php */

.week-form {
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
}

.week-form table {
    margin-left: auto;
    margin-right: auto;
    background-color: lightgrey;
    border: 1px solid black;
    margin-bottom: 20px
}

.week-form th {
    padding: 3px;
    text-align: left;
}

.week-form td {
    padding: 3px;
    text-align: left;
}

.week-form input {
    width: 90%;
    height: 40px;
    padding: 0px 5%;
    margin-bottom: 4px;
    border: solid;
    border-width: 1px;
    border-color: #d1d1e0;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 40px;
}

.week-form button {
    display: block;
    width: 80px;
    height: 40px;
    border: none;
    border-radius: 8px;
    background-color: #ff0000;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 5px black;
    cursor: pointer;
}

.week-form button:hover {
    background-color: #ff9999;
}

.week-form select {
    background: darkgrey;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-shadow: 1px 1px 5px black;
    color: #fff;
    height: 35px;
    padding: 5px;
    width: 50px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 7px;
}

/* Signup.php */

.signup-form {
    width: 350px;
    margin: 0 auto;
    padding-top: 30px;
}

.signup-form input {
    width: 90%;
    height: 40px;
    padding: 0px 5%;
    margin-bottom: 4px;
    border: solid;
    border-width: 1px;
    border-color: #d1d1e0;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 40px;
}

.signup-form button {
    display: block;
    margin: 0 auto;
    width: 30%;
    height: 40px;
    border: none;
    border-radius: 8px;
    background-color: #ff0000;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.signup-form button:hover {
    background-color: #ff9999;
}

/* diradm.php */

.diradm-form {
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
}

.diradm-form input {
    width: 90%;
    height: 40px;
    padding: 0px 5%;
    margin-bottom: 4px;
    border: solid;
    border-width: 1px;
    border-color: #d1d1e0;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 40px;
}

.diradm-form button {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 40px;
    border: none;
    border-radius: 8px;
    background-color: #ff0000;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-shadow: 1px 1px 5px black;
    color: #fff;
    cursor: pointer;
}

.diradm-form button:hover {
    background-color: #ff9999;
}

.diradm-form table {
    margin-left: auto;
    margin-right: auto;
}

.return-center {
    text-align: center;
}

.styled-select select:not(:checked) {
    background: grey;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-shadow: 1px 1px 5px black;
    color: #fff;
    padding: 5px;
    width: 268px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 7px;
}

.styled-select select option {
    background: darkgrey;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-shadow: 1px 1px 5px grey;
    color: black;
    padding: 5px;
    width: 268px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 7px;
}

.plain-text h1 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;  
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: #ffffff;
    text-shadow: 1px 1px 5px black;
    line-height: 25px;
    text-align: center;
}

.plain-text h2 { 
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px; 
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #ffffff;
    text-shadow: 1px 1px 5px black;
    line-height: 18px;
    text-align: center;
}

.plain-text h3 {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: darkgreen;
    line-height: 30px;
    text-align: center;
}

.plain-text h4 {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: red;
    line-height: 30px;
    text-align: center;
}

.plain-text a:link {
    color: #ffffff;
    background-color: transparent; 
    text-decoration: none;
}

.plain-text a:visited {
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
}

.plain-text a:hover {
    color: red;
    background-color: transparent;
    text-decoration: none;
}

.plain-text a:active {
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
}

.center {
    margin-left: auto;
    margin-right: auto;    
}

/* stilling.php */

.stilling-form {
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
}

.stilling-form table {
    margin-left: auto;
    margin-right: auto;
    background-color: lightgrey;
    border: 1px solid black;
    margin-bottom: 20px
}

.stilling-form th {
    padding: 3px;
    text-align: left;
    color: darkblue;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    border: 1px solid black;
}

.stilling-form td {
    padding: 3px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    border: 1px solid black;
}

.sl .parent {
    height: auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}

.sl .card {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    justify-content: space-between;
}

#myDiv {
    transform:rotate(90deg); 
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
}