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

*{
	margin:0;
	padding:0;
}


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

} 
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;
    font-family: 'Lato', sans-serif;
	color:#FFF;
	position:absolute;
	display:block;
	width:55%;
	right:5%;
	margin-top:-290px;
	padding: 20px;
	height:auto;
}
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.text { 
    vertical-align:middle;
    display:table-cell;
    text-align:justify;
	padding-left: 20px;
}
div.music{ 
    vertical-align:middle;
    display:table-cell;
    text-align:justify;
	padding-left: 20px;
}
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: left;
	display:table-cell;
}
h2 a {
	color:#e49a04;
	text-decoration:none;
}
h2 a:hover {
	color:#fff;
}
h3 {
	color:#e49a04;
	font-size: 16px;
	font-family: 'Courgette', cursive;
	text-align:left;
}
h3 a {
	color:#e49a04;
	text-decoration:none;
}
h3 a:hover {
	color:#fff;
}
div.josephinesparlour1-body1 .img{
    vertical-align:middle;
    display:table-cell;
    padding-right:15px;
    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: 42px;
}

  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;
    left: 20%;
    top: 395px;
}
div.jpfront-facebook2 {
	display:none;
}
div.jpfront-fbenter {
	left: 25%;
    position: fixed;
    top: 315px;
}
#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;
}

section, footer, header{
	display: block;
}

div#josephinesparlour1-logo1 {
	display:block;
	margin-left:5%;
	margin-top:50px;
}
div#josephinesparlour1-logo1 img {
	max-width: 100%; 
height: auto;
}
div#josephinesparlour2-logo2 {
	display:none;
}
div#josephinesparlour2-logo2 img {
	display:none;
}
div#josephinesparlour1-logoenter {
	display:block;
	margin-left:5%;
	margin-top:50px;
}
div#josephinesparlour1-logoenter img {
	max-width: 100%; 
height: auto;
}
div#josephinesparlour1-enter1 {
	position:fixed;
	background-image: url("mm_images/josephinesparlour-enter-button1.png");
	right:6%;
    top:100px;
	width: 158px;
	height: 75px;
}

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

div.foot1 {
    padding-top: 30px;
    position: absolute;
    right: 1%;
	padding-bottom:10px;
}
div.foot2 {
    padding-top: 30px;
    position: absolute;
    right: 1%;
}
.copyfont {
	font-size: 16px;
    font-family: 'Lato', sans-serif;
	color:#C00 !important;
}
.hidebreak {
    display: none;
}

/*----------------------------
	The Footer
-----------------------------


footer{
	background-color: #111111;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
	height: 45px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

footer h2{
	color: #EEEEEE;
	font-size: 14px;
	font-weight: normal;
	left: 50%;
	margin-left: -400px;
	padding: 13px 0 0;
	position: absolute;
	width: 540px;
}

footer h2 i{
	font-style:normal;
	color:#888;
}

footer a.tzine,a.tzine:visited{
	color: #999999;
	font-size: 12px;
	left: 50%;
	margin: 16px 0 0 110px;
	position: absolute;
	text-decoration: none;
	top: 0;
}

footer a i{
	color:#ccc;
	font-style: normal;
}

footer a i b{
	color:#c92020;
	font-weight: normal;
}*/
}