/* latin */
@font-face {
  font-family: 'Unna';
  font-style: italic;
  font-weight: 400;
  src: local('Unna Italic'), local('Unna-Italic'), url(https://fonts.gstatic.com/s/unna/v10/AYCKpXzofN0NOpo7l0nGalBixg.woff2) format('woff2');
}

/* latin */
@font-face {
  font-family: 'Unna';
  font-style: italic;
  font-weight: 700;
  src: local('Unna Bold Italic'), local('Unna-BoldItalic'), url(https://fonts.gstatic.com/s/unna/v10/AYCJpXzofN0NOpozLGzTR3Jv7PSP5A.woff2) format('woff2');
}

/* latin */
@font-face {
  font-family: 'Unna';
  font-style: normal;
  font-weight: 400;
  src: local('Unna Regular'), local('Unna-Regular'), url(https://fonts.gstatic.com/s/unna/v10/AYCEpXzofN0NOp8LlUPBSFI.woff2) format('woff2');
}

/* latin */
@font-face {
  font-family: 'Unna';
  font-style: normal;
  font-weight: 700;
  src: local('Unna Bold'), local('Unna-Bold'), url(https://fonts.gstatic.com/s/unna/v10/AYCLpXzofN0NMiQugG7jRXhozvY.woff2) format('woff2');
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 29, 2015 */
@font-face {
    font-family: 'aqua_grotesqueregular';
    src: url('fonts/aqua-webfont.eot');
    src: url('fonts/aqua-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aqua-webfont.woff2') format('woff2'),
         url('fonts/aqua-webfont.woff') format('woff'),
         url('fonts/aqua-webfont.ttf') format('truetype'),
         url('fonts/aqua-webfont.svg#aqua_grotesqueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
}
body {
    /*overflow-x: hidden;*/
    height: 100%;
    width: 100%;
    max-width: 100%;
}
a {
    text-decoration: none;
}
p {
    font-size: 1em;
    line-height: 1.4em;
}
ul {
    list-style: none;
}
main {
    position: relative;
    min-height: 100vh;
}
.submenu-list {
    padding-top: 15px;
    text-align: center;
    width: 86px;
    cursor: pointer;
    background-color: #fff;
}
.submenu-list:hover {
    color: #D80000;
}
.submenu{
    display: none;
    background-color: #fff;
    padding-top: 10px;
    z-index: 100;
}
.submenu li {
    float: none;
}
h2 {
    font-family: 'aqua_grotesqueregular';
    text-transform: uppercase;
    color: #D80000;
    font-size: 1.5em;
    border-bottom: 1px solid #e6e6e6;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h3, h4, h5, p, span {
    font-family: 'Unna', serif;
}
h5 {
    font-size: 1.3em;
}
header {
    font-family: 'aqua_grotesqueregular';
    text-transform: uppercase;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 105px;
    z-index: 200;
    border-bottom: 1px solid #f5f5f5;
}
footer {
    position: fixed;
    bottom: 0;
    background-color: #000;
    color: #fff;
    height: 30px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-size: .7em;
    z-index: 100;
}
footer img {
    vertical-align: bottom;
}
nav {
    text-transform: uppercase;
    background-color: #fff;
    margin: 0 auto;
    height: 35px;
}
#desktop-nav {
    display: none;
}
#mobile-nav {
    min-height: 423px;
    display: none;
}
#mobile-nav li {
    padding-top: 5px;
}
#mobile-nav li a {
    display: block;
    color: #000;
    background-color: #fff;
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 0.9em;
}
#hamburger {
    text-align: center; 
    width: 40px;
    padding: 8px;
    margin: 0 auto;
    display: block;
}
.hamburger {
    width: 100%;
    background-color: #D80000;
    height: 3px;
    margin: 6px 0;
}
td {
    padding-right: 10px;
    padding-bottom: 10px;
}
.blue {
    color: #0036D9;
}
.red {
    color: #D80000;
}
.black {
    color: #000;
}
.aqua {
    font-family: 'aqua_grotesqueregular';
}
.linden {
    font-family: 'Unna', serif;
}
.ramaraja {
    font-family: 'Ramaraja', serif;
}
.upper {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.strike {
    text-decoration: line-through;
}
.noshow {
    display: none;
}
.nobr {
    white-space:nowrap;
}
.big {
    font-size: 1.1em;
    line-height: 1.4em;
}
.bigger {
    font-size: 1.2em;
    line-height: 1.6em;
}
.huge {
    font-size: 1.5em;
}
.smaller {
    font-size: 0.9em;
}
.center {
    text-align: center;
}
.fullWidth {
    width: 100%;
}
.ab-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.text-left {
    text-align: left;
}
.main-container {
    margin: 115px 0;
}
#logo {
    text-align: center;
    background-color: #000;
}
#logo a {
    font-size: 1.8em;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    margin: 5px auto;
    padding: 10px 50px 5px 50px;
    line-height: 1em;
}
#logo a:hover {
    border-color: #D80000;
}
.social {
    height: 25px;
    width: 77px;
    display: inline-block;
    float: right;
    position: fixed;
    bottom: 5px;
    right: 10px;
}
#logo .social a {
    border: none;
    margin: 0;
    padding: 0;

}
/*Background Image Swap*/
.image-swap {
   width: 20px;
   height: 19px;
   background-position: 0 100%;
   background-size: cover;
   display: inline-block;
}
.image-swap:hover {
    background-position: 0 0;
}
.image-swap a {
    height: 100%;
    width: 100%;
    display: inline-block;
}
#fb {
    background-image: url(../img/facebook.png);
}
#insta {
    background-image: url(../img/instagram.png);
}
#twitter {
    background-image: url(../img/twitter.png);
}
/*#insta a , #fb a {
    border: none;
    margin: 0;
    padding: 0;
}*/
#headshot-container {
    height: 200px;
    width: 300px;
    border: 2px solid #000;
    margin: 20px auto;
    background-image: url(../img/jen-fellman-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.slideshow {
    width: 300px;
    margin: 0 auto;
    padding-top: 20px;
}
.panels {
    font-size: 1.4em;
    display: inline-block;
    text-align: center;
    width: 74px;
    overflow: hidden;
    height: 100%;
    margin: 0px 1px 0px 0px;
}
.panel {
    width: 75px;
    height: 100px;
}
#homepage main {
    text-align: center;
    margin-top: 120px;
}
#homepage div.ab-center {
    width: 100%;
}

#about .text-container, #upcoming .text-container, #thankyou .text-container, #reviews .text-container {
    margin: 0 auto;
    max-width: 600px;
    padding-top: 50px;
    padding-left: 5px;
    padding-right: 5px;
}
#about p {
    font-family: 'Unna', serif;
    font-size: 1.1em;
}
#upcoming .text-container {
    text-align: center;
}
#upcoming .text-container a {
    /*font-family: 'Unna', serif;*/
    color: #D80000;
}
#upcoming .text-container a:hover {
    text-decoration: underline;
}
#upcoming .text-container img {
    vertical-align: top;
}
#upcoming h4 {
    margin-top: 20px;
}
#upcoming h5{
    font-size: 1.6em;
    line-height: 2em;
}
#upcoming span.red, #upcoming span.nobr{
    font-family: 'aqua_grotesqueregular';
}
#upcoming #debut span.red, #upcoming #debut span.nobr, #upcoming #album-otw span.nobr, #upcoming #cole-hall span.red, #upcoming span.red.bold.italic {
    font-family: 'Unna', serif;
 }
 #upcoming #debut span.red.aqua {
    font-family: 'aqua_grotesqueregular';
 }

#upcoming #debut ul.contributions{
    list-style: inside;
    margin-left: 10px;
}
#upcoming .event, #upcoming .caberet {
    padding-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
}
#upcoming .event img[src="img/jen-fellman-3.jpg"] {
    max-width: 600px;
}
#upcoming .flyer {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
    display: block;
}
#upcoming .caberet {

}
#upcoming div.caberet img.flyer {
    float: none;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
#upcoming #jack-kohl {
    margin-top: 50px;
}
#upcoming #jack-kohl-bio {
    display: inline-block;
    width: 300px;
    text-align: left;
    margin: 20px 0 0 20px;
}
#upcoming #cole-hall {
    margin-top: 20px;
}
#upcoming #cole-hall .left-column,#upcoming #cole-hall .right-column {
    display: inline-block;
    width: 300px;
    margin: 10px;
    text-align: left;
}
#upcoming .album-promo-wrapper img {
    display: inline-block;
    width: 49%;
}
#reviews {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.review-slide {
    margin: 10px;
}
.review-slide p {
    margin: 5px 0;
    font-size: 0.9em;
}
#upcoming .review-slide p.quote span.nobr {
    font-family: 'Unna', serif;
}
.review-slide p.source, p.source {
    font-family: 'aqua_grotesqueregular';
    text-transform: uppercase;
}
.review-slide-content-wrapper {
    height: 200px;
    /*margin-top: 30px;*/
    position: relative;
}
/*div.long-quote {
    margin-top: 10px;
}*/
div.absolute-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*#upcoming .text-container a#caberet-link {
    font-family: 'aqua_grotesqueregular';
}*/

#resume .main-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%; 
}
#resume .text-container {
    margin:  10px auto;
    width: 170px;
}
#resume span {
    font-family: 'Unna', serif;
}
#resume h4 {
    color: #D80000;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
}
#resume .text-container a {
    color: #000;
}
#resume a:hover {
}
#resume a.donate-button {
    text-align: center;
    width: 140px;
}
#resume-headshot {
    display: block;
    width: 300px;
    height: 200px;
    background-image: url(../img/jen-polkadot.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px auto 0 auto;
}
.resume-section {
    margin-top: 20px;
    margin-left: 5px;
}
.mobile-table {
    display: none;
}

#gallery-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
#gallery-wrapper .jgallery {
    height: 450px;
}
#original-work .main-container {
    text-align: center;
    padding-top: 40px
}
#original-work .text-container {
    vertical-align: top;
    /*border-top: 1px solid #ccc;*/
    padding: 10px 5px 0 5px;
    font-family: 'Unna', serif;
}
#original-work h3, h4 {
    font-family: 'aqua_grotesqueregular';
    text-transform: uppercase;
    font-size: 1.2em;
}
#original-work h4 {
    font-size: 1.3em;
}
img#umbrella {
    display: block;
    margin: 5px auto;
    width: 100%;
    height: auto;
}
#original-work #frenchy-og {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
#frenchy-og h3 {
    margin-bottom: 10px;
}
#original-work #frenchy-og img {
    margin-top: 20px;
    margin-left: 30px;
}
#stars img {
    width: 150px;
    height: 250px;
}
#stars, #circus {
    margin-top: 50px;
}
#stars-desktop-img {
    display: none;
}
#circus img {
    width: 300px;
    height: 188px;
}
#circus a {
    font-family: 'Ramaraja', serif;
}
#circus a:hover {
    text-decoration: underline;
}
#regional-theater {
}
#contact p {
    font-family: 'Unna', serif;
}
#contact .main-container {
    width: 100%;
    vertical-align: top;
    margin: 0 auto;

}
#contact .text-container {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.bookings-text {
    vertical-align: top;
    background: rgba(255,255,255, 0.7);
    border: 1px solid #fff;
    padding: 5px;
}
.bookings-text a {
    color: #D80000;
    text-decoration: none;
}
.bookings-text a:hover {
    text-decoration: underline;
}

.bookings-text h2 {
    color: #000;
    margin-top: 10px;
}
#contact-headshot {
    background-image: url(../img/jen-fellman-3.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    margin-top: 115px;
    display: block;
}
#bob {
    font-size: 0.9em;
}
form {
    padding-top: 60px;
    font-family: 'Unna', serif;
    width: 300px;
    margin: 0 auto 50px auto;
}
form h2 {
    border-bottom: none;
    text-align: center;
}

input, textarea {
    outline: none;
    border: 1px solid #000;
    margin: 2px 0;
    width: 290px;
    padding: 5px;
    background: rgba(255,255,255, 0.1);
    text-align: center;
    color: #000;
}
input:focus, textarea:focus {
    border-color: #D80000;
    color: #000;
}
input[type="submit"]{
    width: 302px;
    color: #D80000;
}
input[type="submit"]:hover {
    background-color: #D80000;
    color: #fff;
}

#music h2 {
    padding-top: 50px;
    border: none;
    text-align: center;
}
#music-heading-wrapper {
    margin-top: 130px;
    text-align: center;
}
#music .text-container {
    margin-top: 50px;
}
#music .main-container {
    margin-top: 0;
}
#music-headshot {
    background-image: url(../img/Peniche-lImproviste.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    margin-top: 50px;

}
a.music-logo {
    display: inline-block;
    margin: 10px;
}
#videos .text-container {
    width: 310px;
    margin: 0 auto;
}

#videos iframe {
    width: 300px;
    height: 200px;
    margin: 20px auto 0 auto;
}
#credits {
    background-color: #000;
    text-align: center;
    padding-bottom: 50px;
}
#credits a {
    font-family: 'aqua_grotesqueregular';
    color: #fff;
    text-transform: uppercase;
    font-size: 0.7em;
}
#credits a:hover {
    color: #D80000;
}
a.donate-button[href="http://www.broadwayrecords.com/cds/jen-fellman-forbidden-drive"]{
    text-transform: none;
}
a.donate-button {
    display: block;
    border: 3px solid #D80000;
    color: #000;
    font-family: 'Unna', serif;
    text-transform: uppercase;
    width: 320px;
    padding: 10px;
    margin: 5px auto;
    font-weight: bold;
    font-size: 0.96em;

}
a.donate-button:hover, #upcoming .text-container a.donate-button:hover {
    text-decoration: none;
    background-color: #D80000;
    color: #fff;
}
#debut-album h2 span.bigger.italic.bold {
    font-size: 1.4em;
}
#debut-album #main-container {
    margin-top: 150px;
}
/*#debut-album img, #debut img {
    width: 100%;
}*/
#debut-album ul.contributions, #debut ul.contributions  {
    list-style: inside;
    margin-left: 18px;
}
#debut-album ul.contributions li, #debut ul.contributions li {
    font-family: 'Unna', serif;
}
#debut-album .text-container {
    margin: 0 auto;
    max-width: 700px;
    padding-top: 50px;
    padding-left: 5px;
    padding-right: 5px;
}
#debut-album .text-container p, #debut p {
    margin: 20px auto;
    line-height: 1.4em;
}
#debut-album .text-container span, #debut span {
    line-height: 1.4em;

}
#debut-album .text-container p a, #debut p a  {
    color: blue;
    text-decoration: underline;
}
#reviews .text-container {
    text-align: center;
}
#reviews p.quote {
    font-size: 1.2em;
    line-height: 1.2em;
}
#reviews p.source {
    font-size: 1em;
    margin-top: 5px;
}
#reviews a.fancy-link {
    text-align: center;
    border-bottom: 2px solid #D80000;
    margin: 20px auto;
    display: block;
}
#reviews a.donate-button {
    text-align: center;
    border-top: none;
    border-right: none;
    border-left: none;
    margin: 20px auto;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-height: 700px) {
    #homepage p.quote {
        margin-top: 150px;
    }
    #homepage div.ab-center {
        padding-bottom: 60px;
    }

}
@media only screen and (min-width: 360px) {
    #videos .text-container {
        width: 350px;
        margin: 0 auto;
    }
    #videos iframe {
        width: 100%;
        height: 250px;
        margin: 20px auto 0 auto;
    }

}
@media only screen and (min-width: 410px) {
    #headshot-container {
        width: 400px;
        height: 267px;
    }
    .slideshow {
        width: 410px;        
    }
    .panels {
        width: 100px;
    }
    .panel {
        width: 100px;
        height: 150px;
    }
    #resume-headshot {
        width: 400px;
        height: 333px;
    }
}
@media only screen and (min-width: 510px) {
    #music-headshot {
        height: 380px;
    }
    .review-slide-content-wrapper {
        height: 170px;
    }
}
@media only screen and (min-width: 610px) {
    #headshot-container {
        width: 600px;
        height: 400px;
    }

    #circus img {
        width: 400px;
        height: 251px;
    }
    #resume .main-container {
        width: 600px;
    }
    #resume-headshot {
        width: 600px;
        height: 400px;
    }
    #contact-headshot, #music-headshot {
        height: 450px;
    }
    form, input[type="submit"] {
        width: 360px;
    }
    input, textarea {
        width: 350px;
    }
    #videos iframe {
        /*width: 600px;*/
        height: 315px;
    }
    #videos .text-container {
        width: 600px;
        padding-top: 50px;
    }
    #original-work h3, h4 {
        font-size: 1.4em;
    }
    #forbidden-drive-youtube {
        height: 400px;
    }


}
@media only screen and (min-width: 760px) {
    
    
    .slideshow {
        width: 610px;  
    }
    .panels {
        width: 150px;
    }
    .panel {
        width: 150px;
        height: 225px;
    }
    #original-work .text-container {
        width: 300px;
        display: inline-block;
    }
    #original-work #circus .text-container {
        display: block;
        width: 600px;
        margin: 0 auto;
    }
    #stars-desktop-img {
        display: inline;
    }
    #stars-mobile-img {
        display: none;
    }
    #music-headshot {
        height: 500px;
    }
    #resume-headshot {
        margin-top: 0;
    }
    .social {
        top: 20px;
        right: 80px;
    }
    #frenchy h4 {
        /*text-align: left;*/
        width: 660px;
        margin: 20px auto 0 auto;
    }
    #frenchy-og .text-container {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 810px) {
    #logo a {
        font-size: 2em;
    }
    #about .text-container, #upcoming .text-container {
        max-width: 800px;
    }

    .slideshow {
        width: 810px;
    }
    .panels {
        width: 200px;
    }
    .panel {
        width: 200px;
        height: 280px;
    }
    
    #resume .main-container {
        width: 800px;
    }
    #resume-headshot {
        display: inline-block;
    }
    #resume .text-container {
        margin: 50px 0 0 20px;
        display: inline-block;
        vertical-align: top;
    }
    td {
        padding-right: 25px;
    }
    .mobile-table {
        display: inline;
    }
    #contact-headshot {
        height: 500px;
    }
    #contact .main-container {
        vertical-align: top;
    }
    #contact .text-container {
        width: 870px;
    }
    .bookings-text {
        display: inline-block;
        width: 400px;
        padding: 15px;
        margin-bottom: 50px;
    }
    /*#headshot-container {
        width: 800px;
    }*/
    #music-headshot {
        height: 580px;
    }
    
}
@media only screen and (min-width: 880px) {
    #hamburger {
        display: none;
    }
    #desktop-nav {
        display: block;
        width: 860px;
    }

    #desktop-nav li {
        float: left;
        font-size: .8em;
    }

    #desktop-nav li a {
        display: inline-block;
        margin: 5px;
        padding: 10px;
        color: #000;
    }
    #desktop-nav li a:hover {
        color: #D80000;
    }
    #desktop-nav li a.current, #mobile-nav li a {
        color: #D80000;
    }
    #mobile-nav {
        display: none;
    }
    #upcoming .text-container {
        max-width: 870px;
    }
    #upcoming .flyer {
        width: 100%;
        margin: 10px;
        display: inline-block;
    }
    #upcoming .event {
        padding-bottom: 100px;
    }
    #homepage main {
        /*padding-top: 200px;*/
    }
    #homepage p.quote {
        margin-top: 70px;
    }
    #headshot-container {
        margin: 10px auto;
    }
    img#umbrella {
        width: 80%;
        max-width: 600px;
    }
}
@media only screen and (min-width: 1000px) {
 
    #headshot-container {
    }
 
    #resume-headshot {
        width: 800px;
        height: 550px;
    }
    #resume .main-container {
        width: 1000px; 
    }
    #contact-headshot {
        width: 1000px;
        height: 600px;
        margin-right: auto;
        margin-left: auto;
    }
    #music-headshot {
        width: 960px;
        height: 640px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media only screen and (min-width: 1128px) {
    #original-work .text-container {
        width: 400px;
    }
    #stars img {
        width: 300px;
        height: 450px;
    }
    #stars-img2 {
        display: inline;
    }
    #headshot-container {
        /*background-attachment: fixed;*/
    }
}
@media only screen and (min-width: 1200px) {
    .slideshow {
        width: 1210px;
    }
    .panels {
        width: 300px;
        height: 100%;
    }
    .panel {
        width: 300px;
        height: 420px;
    }
    #original-work .text-container {
       /* width: 32%;*/
       width: 300px;
    }
    #original-work #circus .text-container {
        margin-top: 40px;
        display: inline-block;
        width: 300px;
    }

    #circus img {
        width: 800px;
        height: 600px;
        margin-right: 20px;
    }
    #stars img {
        width: 400px;
        height: 600px;
    }
    #original-work #frenchy-og img {
        width: auto;
        height: 600px;
    }
    #original-work #frenchy-og .text-container {
        margin-right: 30px;
        margin-top: 60px;
    }
    
}
@media only screen and (min-width: 1300px) {
    #headshot-container {
        width: 750px;
         height: 500px;
    }
}

@media only screen and (min-width: 1500px) {
    #contact-headshot {
        height: 600px;
    }

}
@media only screen and (min-height: 900px) and (min-width: 1300px) {
    #headshot-container {
        width: 1200px;
        height: 800px;
    }
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}