@font-face {
    font-family: 'mingles';
    src: url('../fonts/mingles-handwriting.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a, a:link, a:visited {
    text-decoration: none;
    color: gray;
}

a:hover {
    text-decoration: none;
    color: black;
}

hr {
    width: 100%;
    border-width: 2px;
    margin-top: 35px;
    margin-bottom: 30px;
}

p {
    text-align: justify;
}

body {
    overflow-x: hidden;
    font-family: monospace;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background-color: white;
    font-size: 14px;
}

/*
HEADER
*/

.title-header {
    text-align: center;
    padding-top: 20px;
    font-family: mingles, monospace;
}

.title-header a, .title-header a:visited, .title-header a:link {
    font-size: 120px;
    color: #808080;
    text-decoration: none;
}

.title-header a:hover {
    color: black;

}

/*
NAV
*/

.mingles-nav {
    text-align: center;
    padding-bottom: 15px;
}

.mingles-nav a {
    margin: 0 0.8em;
    color: gray;
}

.mingles-nav a:visited, .mingles-nav a:link {
    color: gray;
    text-decoration: none;
}

.mingles-nav a:hover {
    color: black;
    text-decoration: none;
}

/*
DROPDOWN NAV
*/

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    border: 1px solid #808080;
    background-color: #ffffff;
    min-width: 110%;
    z-index: 1;
}

/* Drop-up Content (Hidden by Default) */
.drop-up-content {
    display: none;
    position: absolute;
    border: 1px solid #808080;
    bottom: 105%;
    background-color: #ffffff;
    min-width: 110%;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a, .drop-up-content a {
    padding: 0.5em 0.8em;
    margin: 0;
    color: black;
    text-align: left;
    text-decoration: none;
    display: block;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content, .dropdown:hover .drop-up-content {
    display: block;
}

.panel-mingles {
    font-size: 13px;
    border: 0;
    box-shadow: none;
}

h4 {
    font-size: 18px;
}

h6 {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.folio-subtitle {
    padding-top: 5px;
    padding-bottom: 10px;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#pdfWrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 120%;
}

#pdfWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.folio-img-main {
    width: 100%;
}

/*stops media image overflow in folios*/
.folio-body figure img {
    width: 100%;
}

.folio-title {
    padding-top: 5px;
    display: inline-block;
    float: left;
}

.folio-git-report {
    padding-top: 5px;
    display: inline-block;
    float: right;
}

.folio-git-report-icon {
    width: 25px;
}

.folio-posted-technology {
    clear: both;
}

.mingles-pagination {
    text-align: center;
}

.pagination-links a {
    margin-left: 20px;
    margin-right: 20px;
}

.mingles-footer {
    text-align: center;
}

.mingles-footer-mingles {
    height: 20px;
    margin: 15px;
}

.mingles-footer-social a i {
    padding: 0 10px;
    font-size: 25px
}

.four-oh-four {
    text-align: center;
    font-size: 120px;
    color: gray;
}

.four-oh-four-info {
    padding: 5px;
    text-align: center;
}