﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Tahoma,'Segoe UI',Arial;
    background-color: #383838;
    color: white;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Custom Styles*/
h1 {
    margin:0;
    display:inline-block;
}

a {
    color:white;
}

.collapsible {
    color: white;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border: solid 1px #6F6F6F;
    text-align: left;
    outline: none;
    font-size: 14px;
    margin: auto;
    border-radius: 20px;
}

.active, .collapsible:hover {
    background-color: #555;
}

.content {
    padding: 10px 0 10px 10px;
    display: none;
    overflow: hidden;
    background-color: #383838;
    /* font-style: italic; */
    font-size: 15px;
    width: auto;
}

h3 {
    font-size: 12px;
    font-style: italic;
}

.linkbutton {
    border: solid 1px white;
    padding: 6px;
    border-radius: 10px;
    background-color: dimgray;
    color: white;
    text-decoration: none;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
