﻿body {
    font-family:'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif';
    margin: auto;
    padding: 0;
    border: 0;
    background-color: white;
    display: flex;
    flex-direction: column;
    background: url('../media/black.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    min-height: 500px;
    color:whitesmoke;
}
a:hover {
    text-decoration: underline;
    color: #FFD700;
}
a:link{
    color:whitesmoke;
}
a:visited {
    text-decoration: underline;
    color: #FFD700;
}
a:active{
    text-decoration:double;
}

h1 {
    color: whitesmoke;
    font-family: 'Permanent Marker';
    font-size: 3em;
    text-align: center;
    border-width: 10px;
    border-color: #C0C0C0;
    border-style: groove;
    border-left: none;
    border-right: none;
    animation:pulse;
}
h2 {
    font-family: "Nothing You Could Do";
    font-size: 2em;
    color: whitesmoke;
    text-shadow: 1px 1px black;
    opacity: 0.9;
}
section {
    margin-left: 15%;
    max-width: 1000px;
}

    section a:link {
        text-decoration: none;
        font-weight: bold;
        color:whitesmoke;
    }
div {
    flex: 1;
    color:whitesmoke;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: black;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: whitesmoke;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #FFD700;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
.icon-bar {
    width: 100%;
    background: linear-gradient(whitesmoke, #C0C0C0);
    overflow: auto;
}

    .icon-bar a {
        float: left;
        text-align: center;
        width: 20%;
        padding: 12px 0;
        transition: all 0.3s ease;
        color: black;
        font-size: 36px;
    }

        .icon-bar a:hover {
            background-color: #C0C0C0;
        }
form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%; /* this is being overridden in tablet and desktop */
    float: left; /* setting defaults for everything including tablet and desktop */
    padding: 15px; /* setting defaults for everything including tablet and desktop */
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {
        width: 8.33%;
    }

    .col-m-2 {
        width: 16.66%;
    }

    .col-m-3 {
        width: 25%;
    }

    .col-m-4 {
        width: 33.33%;
    }

    .col-m-5 {
        width: 41.66%;
    }

    .col-m-6 {
        width: 50%;
    }

    .col-m-7 {
        width: 58.33%;
    }

    .col-m-8 {
        width: 66.66%;
    }

    .col-m-9 {
        width: 75%;
    }

    .col-m-10 {
        width: 83.33%;
    }

    .col-m-11 {
        width: 91.66%;
    }

    .col-m-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
}
form {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
}

legend {
    font-size: 1.5em;
    font-weight: 900;
    margin-top: 20px;
    margin-left: 10px;
    color: black;
    border-top: 3px solid #C0C0C0;
    border-bottom: 3px solid #C0C0C0;
    box-shadow: 2px 2px #C0C0C0;
    background-color: white;
    opacity: initial;
}

label {
    text-align: right;
    width: 150px;
    float: left;
    padding-right: 10px;
    color: black;
    font-weight: 900;
    vertical-align: text-top;
    font-family: "Nothing You Could Do";
}
legend {
    font-family:"Nothing You Could Do";
}

p {
    font-weight: 900;
}

fieldset {
    padding: 1%;
    flex: 1;
    width: 600px;
    background-color: white;
    opacity: .9;
    margin: 10px;
    border: 4px groove #C0C0C0;
    overflow: auto;
    height: 200px;
}

.inputButton {
    font-size: 14pt;
    width: 100px;
    height: 30px;
    font-size: 12pt;
    background-color: #C0C0C0;
    color: whitesmoke;
    font-family: 'Nixie One', cursive;
    font-weight: 900;
    margin-top: 50px;
    box-shadow: 2px 2px 2px black;
    text-align: center;
}

input {
    text-align: left;
    width: 200px;
    font-size: 14pt;
    color: black;
}

.shortinputButton {
    width: 20px;
    text-align: left;
}

.center {
    margin-left: auto;
    margin-right: auto;
}
.pulse {
    animation: pulse 5s infinite;
}

@keyframes pulse {
    0% {
        color: whitesmoke;
        text-shadow: 1px 1px #C0C0C0;
    }

    50% {
        color: #D3D3D3;
        text-shadow: 10px 10px 2px whitesmoke;
    }

    100% {
        color: whitesmoke;
        text-shadow: 1px 1px #C0C0C0;
    }
}
summary {
    font-family: "Nothing You Could Do";
    color: #D3D3D3;
    font-size: larger;
}
details{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:whitesmoke;
    width:50%;
    margin:20px;
}
.reviewbutton {
    padding: 10px;
    background-color: whitesmoke;
    color: black;
    font-family:'Permanent Marker';
}

    .reviewbutton:hover {
        background-color: #FFD700;
        color: whitesmoke;
    }
img {
    padding: 50px;
    background-color: #C0C0C0;
    width: 100%;
    height: auto;
}
