/**********************************************************************************/
/*                                                                                */
/*  Standard HTML tag classes and selectors.                                      */
/*                                                                                */
/**********************************************************************************/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section 
{
  display: block;
}

audio,
canvas,
video 
{
  display: inline-block;
}

audio:not([controls]) 
{
  display: none;
}

html
{
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

sub,
sup 
{
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup 
{
  top: -0.5em;
}

sub 
{
  bottom: -0.25em;
}

img 
{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.google-maps img 
{
  max-width: none;
}

button,
input,
select,
textarea 
{
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input 
{
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner 
{
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] 
{
  -webkit-appearance: button;
  cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] 
{
  cursor: pointer;
}

input[type="search"] 
{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button 
{
  -webkit-appearance: none;
}

textarea 
{
  overflow: auto;
  vertical-align: top;
}

body 
{
  margin: 0;
  font-family: "Arial", Arial, serif;
  font-size: 14px;
  line-height: 16px;
  color: black;
  background-color: white;
}

a
{
  color: #153364;
  cursor: pointer;
  text-decoration: none;
}

a:focus 
{
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active 
{
  outline: 0;
}

a:hover,
a:focus 
{
  color: #283d0c;
  text-decoration: none;
}

[class*="span"] 
{
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

p 
{
  margin: 0 0 10px;
}

small 
{
  font-size: 85%;
}

strong 
{
  font-weight: bold;
}

em 
{
  font-style: italic;
}

cite 
{
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6
{
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: #153364;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small 
{
  font-weight: normal;
  color: #153364;
}

h1,
h2,
h3 
{
  line-height: 32px;
}

h1 
{
  font-size: 28px;
}

h2 
{
  font-size: 24.5px;
}

h3 
{
  font-size: 21px;
}

h4 
{
  font-size: 17.5px;
}

h5 
{
  font-size: 14px;
}

h6 
{
  font-size: 11.9px;
}

h1 small 
{
  font-size: 20px;
  line-height: 22px;
}

h2 small 
{
  font-size: 18px;
  line-height: 20px;
}

h3 small 
{
  font-size: 16px;
  line-height: 18px;
}

h4 small 
{
  font-size: 14px;
  line-height: 16px;
}

h5 small 
{
  font-size: 12px;
  line-height: 14px;
}

h6 small 
{
  font-size: 10px;
  line-height: 12px;
}

ul,
ol 
{
  padding: 0;
  margin: 0 0 10px 0;
}

ul ul,
ul ol,
ol ol,
ol ul 
{
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul
{
  list-style-type: none;  
  overflow: hidden;  
}

dl 
{
  margin-bottom: 20px;
}

dt,
dd 
{
  line-height: 20px;
}

dt 
{
  font-weight: bold;
}

dd 
{
  margin-left: 10px;
}

hr 
{
  color: #153364;
}

abbr[title],
abbr[data-original-title] 
{
  cursor: help;
  border-bottom: 1px dotted #888888;
}

blockquote 
{
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p 
{
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small 
{
  display: block;
  line-height: 20px;
  color: #888888;
}

blockquote small:before {
  content: '\2014 \00A0';
}

q:before,
q:after,
blockquote:before,
blockquote:after 
{
  content: "";
}

address 
{
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre 
{
  padding: 0 3px 2px;
  font-family: "Courier New", monospace;
  font-size: 12px;
  color: #444444;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code 
{
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

pre 
{
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

pre code 
{
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

form 
{
  margin: 0 0 20px;
}

fieldset 
{
  padding: 0;
  margin: 0;
  border: 0;
}

legend 
{
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #444444;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small 
{
  font-size: 15px;
  color: #888888;
}

label,
input,
button,
select,
textarea 
{
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea 
{
  font-family: inherit;
}

label 
{
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
{
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

input,
textarea
{
/*	
  width: 206px;
*/  
}

textarea 
{
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
{
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus
{
  border-color: rgba(21, 51, 100, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(21, 51, 100, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(21, 51, 100, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(21, 51, 100, 0.6);
}

input[type="radio"],
input[type="checkbox"] 
{
  margin: 4px 0 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] 
{
  width: auto;
}

select,
input[type="file"] 
{
  height: 30px;
  line-height: 30px;
}

select 
{
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

select[multiple],
select[size] 
{
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus 
{
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input:-moz-placeholder,
textarea:-moz-placeholder 
{
  color: #888888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder 
{
  color: #888888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder 
{
  color: #888888;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"]
{
  float: none;
  margin-left: 0;
}

input,
textarea
{
  margin-left: 0;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] 
{
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] 
{
  background-color: transparent;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid 
{
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus 
{
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

table 
{
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/**********************************************************************************/
/*                                                                                */
/*  Standard PattyJacksonMusic classes and selectors.                             */
/*                                                                                */
/**********************************************************************************/

*
{
  box-sizing: border-box;
}

.banner
{
  left: 0;
  position: fixed; 
  right: 0;
  top: 41px;
}

.button
{
  background-color: white;
  border: 1px solid #153364;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #153364;
  font-size: 20px; 
  height: 36px;
  margin: 2px;
  width: 300px;
}

.button:hover
{
  background-color: #153364;
  border: 1px solid white;
  color: white; 
}

.col-1
{
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.col-2
{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.col-3
{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.col-4
{
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.col-1,
.col-2,
.col-3,
.col-4
{
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-rule: none;
  -moz-column-rule: none;
  column-rule: none;
}

.content
{
  background-color: white;
  bottom: 0;
  float: left;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  margin: 4px;
}

.content-2up
{
  bottom: 0;
  left: 0;
  position: fixed;
  width: 70%;
}

.content-2up:after
{
  clear: both;
  display: table;
}

.copyright
{
  color: #153364;
  font: normal normal normal small Arial, serif;
  float: left;
}

.credit
{
  color: #153364;
  font: normal normal normal small Arial, serif;
  float: right;
}

.footer
{
  background-color: transparent;
  color: black;
  left: 0;
  right: 0;
  vertical-align: middle;
}

.footer-navbar
{
  background-color: transparent;
  display: inline;
  left: 0;
  list-style: none;
  top: 0;
  vertical-align: middle;
  z-index: 1;
}

.footer-navbar a
{
  font-size: 20px; 
}

.footer-navbar a:hover
{
  background-color: #153364;
  color: white; 
}

.footer-iconbar
{
  background-color: transparent;
  display: inline;
  left: 0;
  top: 0;
  z-index: 1;
}

.home
{
  background-color: white;
  bottom: 0;
  float: left;
  left: 0;
  position: fixed;
  right: 0;
  top: 41px;
}

.iconbar
{
  background-color: transparent;
  display: inline;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.icon
{
  cursor: pointer;
  padding: 2px;
  width: 36px;
}

.more
{
  color: #153364;
  float: right;
  font-size: 20px; 
  font-weight: normal;
  line-height: 24px;
}

.more:hover
{
  background-color: #153364; 
  color: white; 
}

.nav 
{
  color: #153364;
  margin-left: 0;
  list-style: none;
}

.nav a
{
  font-size: 18px; 
  line-height: 40px;
}

.nav a:hover
{
  background-color: #153364;
  color: white; 
}

.navbar
{
  background-color: white; 
  border: 1px solid #153364;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
  height: 40px; 
  left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  overflow: visible;
  position: fixed;
  right: 0;
  text-align: right;
  top: 0;
  z-index: 1942;
}

.about,
.album,
.audio,
.contact,
.event,
.gallery,
.news,
.legend,
.scheme,
.song,
.subscribe,
.video
{
  display: inline-block;
  width: 768px;
}

.about-banner
{
  color: red;
  margin: 0;
  padding: 0;
  text-align: center;
}

.about-title
{
  color: #153364;
  margin: 0;
  padding: 0;
  text-align: center;
}

.album-track
{
  display: block;
  width: 560px;
}

.album-track-banner
{
  color: red;
  margin: 0;
  text-align: center;
}

.album-track-title
{
  color: #153364;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin: 0;
  text-align: left;
}

.album-track-dsc
{
  font-size: 12px;
  line-height: 14px;
}

.album-track-logo
{
  background-color: transparent;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.audio-control
{
  display: inline-block;
  width: 100%;
}

.audio-credit
{
  color: black;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
}

.audio-title
{
  color: #153364;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
}

.calendar
{
  color: #153364;
  display: inline-block;
  margin: 4px;
  width: 768px;
}

.calendar_body
{
  align-items: center;
  background-color: #f4f6f9;
  display: flex;
  font-family: Arial, sans-serif;
  justify-content: center;
  height: 100vh;  
}

.calendar_dsc
{
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px;  
}

.calendar_dsc button
{
  background-color: transparent;
  border: none;
  cursor: pointer;  
  font-size: 1.5em;
}

#month_year
{
  font-size: 1.2em;
  font-wight: bold;
}

.calendar_dow
{
  background-color: #eaeef3;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.calendar_dow div
{
  cursor: pointer;  
  border-bottom: 1px solid #eaeef3;  
}

.calendar_dd
{
  background-color: #eaeef3;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.calendar_dd div
{
  font-weight: bold;
  padding: 10px;  
  text-align: center;
}

.calendar_dd div:hover
{
  background-color: #f1f1f1;
}

.current-date {
  background-color: #007bff;
  color: #fff;
  border-radius: 50%;
}

.class
{
  display: inline-block;
  margin: 4px;
  width: 768px;
}

.class-title
{
  color: red;
  text-align: center;
}

.class-dsc
{
  color: red;
  text-align: center;
}

.class-venue
{
  color: red;
  text-align: center;
}

.class-location
{
  color: black;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-align: left;
}

.class-date
{
  font-size: 12px;
  line-height: 14px;
}

.class-time
{
  background-color: transparent;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.contact-type
{
  color: inherit;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin: 20px 0px 0px 0px;
}

.contact-name
{
  color: inherit;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin: 20px 0px 0px 0px;
}

.contact-title
{
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  margin: 0px 0px 0px 0px;
}

.contact-dsc
{
  color: inherit;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin: 20px 0px 0px 0px;
}

.contact-dsc a:hover
{
  background-color: #153364;
  color: white; 
}

.contact-company
{
  color: inherit;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin: 20px 0px 0px 0px;
}

.contact-company a:hover
{
  text-decoration: underline;
}

.contact-address
{
  color: inherit;
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  line-height: 14px;
  margin: 0px 0px 0px 0px;
}

.contact-note
{
  color: inherit;
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  line-height: 14px;
  margin: 0px 0px 0px 0px;
}

.contact-phone
{
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  margin: 10px 0px 0px 0px;
}

.contact-email
{
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  margin: 10px 0px 0px 0px;
}

.contact-website
{
  color: inherit;
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  line-height: 14px;
  margin: 10px 0px 0px 0px;
}

.contact-website a:hover
{
  text-decoration: underline;
}

.contact-button
{
  float: right;
  font-size: 18px;
  height: 40px;
  line-height: 18px;
  width: 120px;
}

.contact-qrcode
{
  float: right;
  height: 120px;
  width: 120px;
}

.event-button
{
  float: right;
  font-size: 18px;
  height: 40px;
  line-height: 18px;
  width: 120px;
}

.event-date,
.event-location,
.event-time,
.event-dsc
{
  font-size: 14px;
  line-height: 14px;
}

.event-title,
.event-venue
{
  font-size: 18px;
  line-height: 18px;
}

.event-title
{
  display: block;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}

.event-dsc
{
  color: inherit;
  display: block;
  font-weight: normal;
  margin: 10px 0px 0px 0px;
}

.event-venue
{
  color: #153364;
  display: block;
  font-weight: normal;
  margin: 10px 0px 0px 0px;
}

.event-venue a:hover
{
  text-decoration: underline;
}

.event-location
{
  display: block;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  font-style: italic;
}

.event-date
{
  color: red;
  display: block;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
}

.event-time
{
  color: red;
  display: block;
  font-weight: normal;
  margin: 10px 0px 0px 0px;
}

.gallery img
{
  border: 4px solid white;
  height: 350px;
  margin: 4px 0px 0px 4px;
  position: relative;
  width: 350px;
}

.gallery img:hover
{
  border-color: #153364; 
}

.news-banner
{
  color: red;
  margin: 0;
  padding: 0;
  text-align: center;
}

.news-title
{
  color: #153364;
  margin: 0;
  padding: 0;
  text-align: center;
}

.news-dsc
{
  font-size: 20px;
  line-height: 24px;
}

.news-logo
{
  background-color: transparent;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.photo
{
  margin: 5px;
  position: relative;
  max-width: 100%;
  height: auto;
}

.photo button
{
  background-color: white; 
  color: #613314; 
  font-weight: bold;
  font-size: 18px;
  height: 40px;
  line-height: 18px;
  margin: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}

.photo button:hover
{
  background-color: #613314; 
  color: white; 
}

.photo h1
{
  color: white; 
  font-weight: bold;
  font-size: 18px;
  height: 40px;
  line-height: 18px;
  margin: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.song-credit
{
  color: black;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
}

.song-title
{
  color: #153364;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
}

.mc_embed_signup
{
  background: #fff; 
  false;clear: left; 
  font: normal normal normal 14px arial, serif;
  width: 768px;
}

.subscribe
{
  display: inline-block;
  margin: 0;
  width: 768px;
}

.subscribe-banner
{
  color: red;
  text-align: center;
}

.subscribe-form
{
  bottom: 0;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 1;
}

.subscribe-input
{
  height: 40px;
  position: relative;
  vertical-align: middle;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  width: 628px;
}

input[type="text"]
{
  font-size: 20px;
  height: 40px;
  line-height: 20px;
  margin: 4px;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

.subscribe-button
{
  float: right;
  font-size: 18px;
  height: 40px;
  line-height: 18px;
  margin: 4px;
  width: 120px;
}

.subscribe-title
{
  color: #153364;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin: 20px 0px 0px 0px;
}

.video-control
{
  display: inline-block;
  height: 432px;
  width: 768px;
}

/**********************************************************************************/
/*                                                                                */
/*  Standard screen classes.                                                      */
/*                                                                                */
/**********************************************************************************/
/*  6 - extra small devices (phones, 767px and down)                              */
/**********************************************************************************/
@media (max-width: 767px)
{
body
{
  font-size: 18px;
  line-height: 20px;
}
.nav a
{
  font-size: 16px; 
}
.audio-title,
.song-title
{
  font-size: 16px; 
  line-height: 16px;
}
.audio-credit,
.song-credit
{
  font-size: 14px; 
  line-height: 16px;
}
.banner
{
  background: url(../image/PattyJacksonMusic_Banner_50.png) no-repeat white;
  height: 50px;
}
.banner-bg
{
  display: block;
  height: 50px;
  width: 283px;
}
.content
{
  top: 92px;
}
.button
{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.about,
.album,
.audio,
.contact,
.event,
.gallery,
.news,
.legend,
.scheme,
.song,
.subscribe,
.video,
.video-control
{
  width: 100%;
}
.video-control
{
  height: auto;
  width: 100%;
}
}

/**********************************************************************************/
/*  5 - small devices (portrait tablets and large phones, 768px and up)           */
/**********************************************************************************/
@media (min-width: 768px) and (max-width: 1024px)
{
body
{
  font-size: 18px;
  line-height: 20px;
}
.banner
{
  background: url(../image/PattyJacksonMusic_Banner_50.png) no-repeat white;
  height: 50px;
}
.banner-bg
{
  display: block;
  height: 50px;
  width: 283px;
}
.content
{
  top: 92px;
}
.about,
.album,
.audio,
.contact,
.event,
.gallery,
.news,
.legend,
.scheme,
.song,
.subscribe,
.video
{
  width: 768px;
}
}

/**********************************************************************************/
/*  4 - medium devices (landscape tablets, 992px and up)                          */
/**********************************************************************************/
@media (min-width: 992px) and (max-width: 1199px)
{
body
{
  font-size: 22px;
  line-height: 24px;
}
.nav a
{
  font-size: 20px; 
}
.audio-title,
.song-title
{
  font-size: 20px; 
  line-height: 20px;
}
.audio-credit,
.song-credit
{
  font-size: 18px; 
  line-height: 20px;
}
.banner
{
  background: url(../image/PattyJacksonMusic_Banner_60.png) no-repeat white;
  height: 60px;
}
.banner-bg
{
  display: block;
  height: 60px;
  width: 339px;
}
.content
{
  top: 102px;
}
.about,
.album,
.audio,
.contact,
.event,
.gallery,
.news,
.legend,
.scheme,
.song,
.subscribe,
.video
{
  width: 992px;
}
} 

/**********************************************************************************/
/*  3 - large devices (standard high definition, 1280 x 720px and up)             */
/**********************************************************************************/
@media (min-width: 1200px) and (max-width: 1919px)
{
body
{
  font-size: 24px;
  line-height: 26px;
}
.nav a
{
  font-size: 22px; 
}
.audio-title,
.song-title
{
  font-size: 22px; 
  line-height: 22px;
}
.audio-credit,
.song-credit
{
  font-size: 20px; 
  line-height: 22px;
}
.banner
{
  background: url(../image/PattyJacksonMusic_Banner_70.png) no-repeat white;
  height: 70px;
}
.banner-bg
{
  display: block;
  height: 70px;
  width: 395px;
}
.content
{
  top: 112px;
}
.about,
.album,
.audio,
.contact,
.event,
.gallery,
.news,
.legend,
.scheme,
.song,
.subscribe,
.video
{
  width: 1200px;
}
} 

/**********************************************************************************/
/*  2 - extra large devices (full high definition, 1920px x 1080 and up)          */
/**********************************************************************************/
@media (min-width: 1920px) and (max-width: 3839px)
{
body
{
  font-size: 26px;
  line-height: 28px;
}
.nav a
{
  font-size: 24px; 
}
.audio-title,
.song-title
{
  font-size: 24px; 
  line-height: 24px;
}
.audio-credit,
.song-credit
{
  font-size: 22px; 
  line-height: 24px;
}
.banner
{
  background: url(../image/PattyJacksonMusic_Banner_80.png) no-repeat white;
  height: 80px;
}
.banner-bg
{
  display: block;
  height: 80px;
  width: 451px;
}
.content
{
  top: 122px;
}
.about,
.album,
.audio,
.contact,
.event,
.gallery,
.news,
.legend,
.scheme,
.song,
.subscribe,
.video
{
  width: 1920px;
}
}

/**********************************************************************************/
/*  1 - extra large devices (ultra high definition/4k, 3840 x 2160px and up)      */
/**********************************************************************************/
@media (min-width: 3840px)
{
body
{
  font-size: 28px;
  line-height: 30px;
}
.nav a
{
  font-size: 26px; 
}
.audio-title,
.song-title
{
  font-size: 26px; 
  line-height: 26px;
}
.audio-credit,
.song-credit
{
  font-size: 24px; 
  line-height: 26px;
}
.banner
{
  background: url(../image/PattyJacksonMusic_Banner_90.png) no-repeat white;
  height: 90px;
}
.banner-bg
{
  display: block;
  height: 90px;
  width: 507px;
}
.content
{
  top: 132px;
}
.about,
.album,
.audio,
.contact,
.event,
.gallery,
.news,
.legend,
.scheme,
.song,
.subscribe,
.video
{
  width: 3840px;
}
}
