@import url('https://fonts.googleapis.com/css?family=Courgette|Lato');
/*-------------------------
	Simple reset
--------------------------*/
@media only screen and (max-width: 738px) and (min-width: 500px) {

*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/
hr { 
    border-style: inset;
    border-width: 1px;
    display: block;
    margin: 0.5em auto;

} 
body{
	/* Workaround for some mobile browsers */
  min-height:100%;
  color: #222;
}
div.josephinesparlour1-body1 {
	background-color: rgba(20, 20, 23, 0.7);
    border-radius: 25px;
    color: #fff;
    display: block;
    font-family: "Lato",sans-serif;
    height: auto;
    margin-top: 40px;
    padding: 20px;
	margin-bottom:10px;
    position: absolute;
    right: 5%;
    width: 85%;
}
h1 {
    font-family: "Courgette", cursive !important;
	color:#FFF;
	position:relative;
}
h1 a {
	color:#e49a04;
	text-decoration:none;
}
h1 a:hover {
	color:#fff;
}
iframe {
	width:auto; 
	height:315px;
	display:block;
    margin:auto;
}
div.lineit {
	width: 100%; 
	height: 0.5px; 
	background: #fff; 
	overflow: hidden;
	border-style:ridge;
    border-width: 1px;
	border-top-color:#000;
}
div.music h1 { 
    font-family: "Courgette", cursive !important;
	color:#e49a04;
	font-size: 20px !important;
}
h2 {
    color: #fff;
    font-family: "Courgette",cursive !important;
    font-size: 26px;
    padding-top: 25px;
    position: relative;
    text-align: center;
	display:block;
}
h2 a {
	color:#e49a04;
	text-decoration:none;
}
h2 a:hover {
	color:#fff;
}
h3 {
	color:#e49a04;
	font-size: 16px;
	font-family: 'Courgette', cursive;
	text-align:center;
}
h3 a {
	color:#e49a04;
	text-decoration:none;
}
h3 a:hover {
	color:#fff;
}
div.text{ 
    vertical-align:middle;
    display:block;
    text-align:justify;
}
div.music{ 
    vertical-align:middle;
    display:block;
	margin:0;
    text-align:justify;
    padding-top: 20px;
	padding-right:10px;
	padding-left:10px;
}
div.josephinesparlour1-body1 .img {
    display: inherit;
    padding-bottom: 20px;
    padding-left: 20%;
    vertical-align: middle;
    width: 300px; /* you can change width */
}
div.img img{ 
    width:100%;
    height:auto; /* you can change height */
    vertical-align:middle;
}

nav {
  display: block;
  margin: 15px 30px 8px 12px;
  overflow: hidden;
  width: 90%; 
  font-family: 'Courgette', cursive;
  font-weight: 300;
  font-size: 35px;
}

  nav ul {
    margin: 0;
    padding: 0;
  }

    nav ul li {
      display: inline-block;
      list-style-type: none;
      
      -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; 
    }
      
      nav > ul > li > a > .caret {
        border-top: 4px solid #aaa;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        vertical-align: middle;
  
        -webkit-transition: color 0.1s linear;
          -moz-transition: color 0.1s linear;
        -o-transition: color 0.1s linear;
          transition: color 0.1s linear; 
      }

      nav > ul > li > a {
        color: #e49a04;
        display: block;
        line-height: 56px;
        padding: 0 24px;
        text-decoration: none;
      }
	/* comment out background of rollover
        nav > ul > li:hover {
          background-color: rgb( 40, 44, 47 );
        }*/

        nav > ul > li:hover > a {
          color: rgb( 255, 255, 255 );
        }

        nav > ul > li:hover > a > .caret {
          border-top-color: rgb( 255, 255, 255 );
        }
      
      nav > ul > li > div {
        background-color: rgb( 40, 44, 47 );
        border-top: 0;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
        display: none;
        margin: 0;
        opacity: 0;
        position: absolute;
        width: 165px;
        visibility: hidden;
  
        -webkit-transiton: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -transition: opacity 0.2s;
      }

        nav > ul > li:hover > div {
          display: block;
          opacity: 1;
          visibility: visible;
        }

          nav > ul > li > div ul > li {
            display: block;
          }

            nav > ul > li > div ul > li > a {
              color: #fff;
              display: block;
              padding: 12px 24px;
              text-decoration: none;
            }

              nav > ul > li > div ul > li:hover > a {
                background-color: rgba( 255, 255, 255, 0.1);
              }

div.jpfront-facebook {
	position: absolute;
    right: 30%;
    top: 335px;
}
div.jpfront-facebook2 {
	display:none;
}
div.jpfront-fbenter {
	display:none;
}
#facebook1icon {
    display: block;
    background: url("mm_images/facebook-jp.png") no-repeat 1px 0px;
    margin-right: -2px;
    width: 36px;
    height: 35px;
}
#facebook1icon span {
    position: absolute;
    top: -999em;
}
#facebook1icon:hover {
    background-position: 1px -35px;
}
a, a:visited {
	outline:none;
}

a:hover{
	text-decoration:none;
}
div#josephinesparlour1-logo1 {
	display:block;
	margin-left:12%;
	margin-top:30px;
	margin-bottom:10px;
}
div#josephinesparlour1-logo1 img {
	max-width: 90%; 
height: auto;
}
div#josephinesparlour2-logo2 {
	display:none;
}
div#josephinesparlour2-logo2 img {
	display:none;
}
div#josephinesparlour1-logoenter {
	display:block;
	margin-left:15%;
	margin-top:20px;
	margin-bottom:10px;
}
div#josephinesparlour1-logoenter img {
	max-width: 90%; 
height: auto;
}
div#josephinesparlour1-enter1 {
	position:absolute;
	background-image: url("mm_images/josephinesparlour-enter-button1.png");
    top:70%;
	margin-right:27%;
	width: 158px;
	height: 75px;
	z-index:99;
}

div#josephinesparlour1-enter1:hover {
	background-image: url("mm_images/josephinesparlour-enter-button1_over.png");
	width: 158px;
	height: 75px;
	z-index:4;
}

div.foot1 {
    margin: 0 auto;
    padding-bottom: 32px;
    padding-top: 30px;
    position: relative;
    text-align: center;
    width: 400px;
	right:0%;
}
div.foot2 {
    margin: 0 auto;
    padding-bottom: 32px;
    padding-top: 30px;
    position: relative;
    text-align: center;
    width: 400px;
	right:0%;
}
.copyfont {
	font-size: 16px;
    font-family: 'Lato', sans-serif;
	color:#FF282E !important;
}
.hidebreak {
    display: none;
}
}

@media only screen and (max-width: 738px) and (min-width: 500px) and (max-height: 600px) {
	div#josephinesparlour1-logoenter img {
	max-width: 30%; 
height: auto;
}
div#josephinesparlour1-enter1 {
	position:absolute;
	background-image: url("mm_images/josephinesparlour-enter-button1.png");
    top:70%;
	margin-right:27%;
	width: 158px;
	height: 75px;
	z-index:99;
}
}