body {
    background: #ecf8f8;
    margin: 50px;
    padding: 70px;
}

@media only screen and (min-width: 576px) {
    body {
        margin: 20px;
        padding: 30px;
    }

    nav {
        font-size: 10px;
        padding: 5px 5px;
        margin: 10px auto;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 15px;
    }

    h3 {
        font-size: 10px;
    }

    img {
        max-width: 100%;
    }

    a.samsombathsollink {
        font-size: 16px;
    }

    p.copyright {
        font-size: 16px;
    }
}

/* Start Nav Content */
nav {
    background: #e7d8c9;
    padding: 3px 3px;
    margin: 20px auto;
    border: 1px #b2967d solid;
    display: block;
    text-align: center;
    color: #b2967d;
    border-radius: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
}

a {
    display: inline-block;
    padding: 4px 3px;
    text-decoration: none;
    color: #b2967d;
}

a:hover {
    opacity: 0.5;
}
/* End Nav Content */

/* Start All Page Headings */
h1 {
    color: #b2967d;
    text-align: center;
    font-size: 35px;
    margin: 0 auto;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h2 {
    color: #b2967d;
    text-align: center;
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h3 {
    color: #b2967d;
    text-align: center;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
/* End All Page Headings */

/* Start Homepage Content */
p.content-homepage {
    color: #b2967d;
    margin: 20px auto;
    padding: 10px;
    background-color: #eee4e1;
    text-align: center;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 20px;
    border: 4px #e6beae dotted;
}
/* End Homepage Content */

/* Start Introduction Content */
img {
    width: 40%; 
    border: 4px #e6beae dotted;
    border-radius: 20px;
}

figure {
    text-align: center;
    margin: 0 auto;
}

figcaption {
    text-align: center;
    color: #b2967d;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

ul.content-outer, ul.content-web-eval, ul {
    color: #b2967d;
    margin: 20px auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #eee4e1;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 20px;
    border: 4px #e6beae dotted;
}

ul.content-inner {
    border: none;
}
/* End Introduction Content */

/* Start Contract Content */
p.content-contract, p.content-web-eval, p {
    color: #b2967d;
    margin: 20px auto;
    padding: 10px;
    background-color: #eee4e1;
    text-align: left;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 20px;
    border: 4px #e6beae dotted;
}
/* End Contrat Content */

/* Start Table Content */
tr.col1 {
    background-color: #9A9A9A;
    color: #b2967d;
}

tr:nth-child(even) {
    background-color: #ecf8f8;
}

tr:nth-child(odd) {
    background-color: #eee4e1;
}

td.department {
    background-color: whitesmoke;
}

th, td {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #b2967d;
    border-left: 1px solid #b2967d;
    border-right: 1px solid #b2967d;
    color: #836d5a;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

table {
    width: 80%;
    border-collapse: collapse;
    border: 4px dotted #b2967d;
    text-align: left;
    margin: 0 auto;

}

ol {
    margin: 0 auto;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #b2967d;
    border-radius: 20px;
    border: 4px #b2967d dotted;
    padding: 10px 50px;
    width: 68%;
}

figure.employee-data {
    padding-bottom: 15px;
}

figcaption.employee-data {
    padding: 4px;
}
/* End Table Content */

/* Start Form Content */
form {
    color: #b2967d;
    margin: 0 auto 20px auto;
    padding: 10px;
    background-color: #eee4e1;
    text-align: left;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 20px;
    border: 4px #e6beae dotted;
    width: 700px;
}

fieldset {
    border: none;
    margin: 0 auto;
    border-bottom: 2px dashed #e6beae;
}

input, select, textarea {
    width: 100%;
    height: 25px;
    padding: auto;
    margin-bottom: 15px;
    border: 1px solid #b2967d;
    border-radius: 4px;
    background: white;
    font-family: 'Courier New', Courier, monospace;
    color: rgb(112, 112, 112);
}

select {
    width: 100%;
    border: 1px solid #b2967d;
    margin: 0 auto;
}

fieldset input[type="checkbox"], fieldset input[type="radio"] {
    width: 17px; 
    height: 17px;
    border: 1px solid #b2967d;
    margin: 1px 30px;
    vertical-align: middle;
}

input[type="submit"], input[type="reset"], button[type="submit"] {
    margin: 10px;
    width: 100px;
    font-size: 16px;
    background-color: #b2967d;
    color: #ecf8f8;
    min-width: 30px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: none;
    border-radius: 4px;
}

input[type="submit"]:hover, input[type="reset"]:hover, button:hover, button[type="submit-fs"]:hover {
    background: rgb(121, 85, 91);
}

fieldset.submit-reset-container, div.button-container {
    display: flex;
    justify-content: center;
}
/* End Form Content */

/* Start First Script Content */
button[type="submit-fs"] {
    margin: 10px;
    width: 200px;
    font-size: 16px;
    background-color: #b2967d;
    color: #ecf8f8;
    min-width: 30px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: none;
    border-radius: 4px;
}

/* BYO Intro */
input[type='file'] {
    background: none;
    border: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color: rgb(112, 112, 112);
}

input[type="checkbox"] {
    width: 15px; 
    height: 17px;
    border: 1px solid #b2967d;
    vertical-align: top;
}

.checkbox-label {
    font-size: 18px;
}

.byo-btn-container {
    text-align: center;
}

button[type="reset"] {
    margin: 10px;
    width: 130px;
    padding: 3px;
    font-size: 16px;
    background-color: #b2967d;
    color: #ecf8f8;
    min-width: 30px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: none;
    border-radius: 4px;
}

/* Client Project */
h3.project-h3 {
    text-align: left;
}

/* Calculator */
.calculator {
    border: 1px solid black;
    width: 400px;
    background: whitesmoke;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    padding: 15px 5px 0 5px;
}

input[type="num-button"] {
    text-align: center;
    width: 70px;
    background: grey;
    color: white;
    font-weight: bold;
}

input[type="clear-button"], input[type="equal-button"] {
    text-align: center;
    width: 70px;
    background: lightpink;
    color: white;
    font-weight: bold;
}

input[type="text"] {
    width: 280px;
    background: lightgrey;
    border: 1px solid black;
}

/* Arrays */
label[for="name"], label[for="salary"] {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

input.array-name {
    background: white;
    width: 100%;
    border: 1px solid #b2967d;
}

/* Interactive Drawing */
canvas {
    border: 2px solid black;
    background: #e6beae;
}

/* Review 1 */
.spacer {
    padding-top: 10px;
}
.content-checklist {
    width: 1200px;
    margin: 0 auto;
}

p.review-checklist, ol.review-checklist, ul.review-checklist {
    background: none;
    border: none;
    font-size: 20px;
    padding: 0px 0px;
    margin: 0 auto;
}

ul.review-checklist {
    padding: 0px 30px;
}

.checkmark {
    color: green;
}

.x-mark {
    color: red;
}

/* Start Footer */
a.samsombathsollink, a.cert-links {
    color: #b2967d;
    display: inline-block;
    font-weight: bold;
    transition: opacity 0.1s;
}

a.samsombathsollink:hover {
    opacity: 0.5;
}

p.copyright {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
    background-color: none;
    color: #b2967d;
    padding-bottom: 10px;
}
/* End Footer */

.slideshow-container {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 1000px;
}

.my-slides {
    display: none;
}

.cursor {
    cursor: pointer;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 35%;
    padding: 16px;
    margin-top: -50px;
    color: #000000;
    font-weight: bold;
    font-size: 30px;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.number-text {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.slide-image {
    width: 100%;
    border: 1px solid grey;
    border-radius: 0px;
}

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 1px 1px;
    color: white;
}

p.caption {
    border: none;
    background: none;
}
  
.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 18%;
}

.demo {
    opacity: 0.3;
}

.active, .demo-hover {
    opacity: 1;
}