/*Edge*/
@supports ( -ms-accelerator:true ) 
{
    html{
        overflow: hidden;
        height: 100%;    
    }
    body{
        overflow: auto;
        height: 100%;
    }
}
/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
    html{
        overflow: hidden;
        height: 100%;    
    }
    body{
        overflow: auto;
        height: 100%;
    }
}
@font-face {
  font-family: 'Raphael-Std';
  src: url('raphael-std.eot');
  src: url('raphael-std.eot?#iefix') format('embedded-opentype'),
  	url('raphael-std.woff') format('woff'),
  	url('raphael-std.ttf') format('truetype'),
  	url('raphael-std.svg#raphael-std') format('svg');
}
*{margin:0}
html {
    font-family: 'Raphael-Std', 'Georgia', serif;
    font-size: 90%;
    color: #6e2394;
}

body {
    font-size: 22px;
    color:#6e228f;
}
a, a:visited {
    color: #6e228f;
    text-decoration: none;
}
a1, a1:visited {
    font-family: 'Raphael-Std', 'Georgia', serif;
    color: #6e2394;
    font-size: 1.2em;
    text-decoration: none;
    line-height: 16px;
    transition: font-size 0.3s;
}
a1:hover {
    font-size: 1.4em;
    line-height: 16px;
}
hr { 
    background: url('../images/hr.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 30px;
    border: 0;
    position: relative;
    max-width: 60%;
    margin:auto;
}
hr.btm { 
    background: url('../images/hr_btm.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 100px;
    border: 0;
    position: relative;
}
h1, h2, h3 { 
    font-family: 'Raphael-Std', 'Georgia', serif;
    font-weight: normal;
    margin: 0;
    color: #000;
}
.purple {
    color: #7f3f94;
}

.body {
    background: url('../images/man.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom left;
}
.body1 {
    background: url('../images/man.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right;
}
.wrapper {
    background: #fff;
    background-position: top left;
    background-repeat: repeat-y;
    background-size: 105px;
    width: 80vw;
    max-width: 1350px;
    margin: auto;
    margin-bottom: -16px;
}
.wrapper1 {
    background: url('../images/hr_right.png');
    background-position: top right;
    background-repeat: repeat-y;
    background-size: 105px;
}
.he2ader {
    width: 100%;
    margin: auto;
    height: 300px;
    background: #b7c9d9 url('../images/hr_btm.png') no-repeat bottom center;
    background-size: 0px auto;
    transition: height 1s;
    border-bottom: #000 2px solid;
}
.hea2der img {
    width: 650px;
    height: auto;
    -webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
}
.hea2der img.hr {
    width: auto;
    height: 0px;
    -webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
}
h1, h2 {
    margin: 0;
}
h2.top-header {
    font-size:2vw;
}
.header, .homepage, .content {
    max-width: 1350px;
    margin: auto;
}
.header, .homepage {
    text-align: center;
    font-weight: bold;
}
.header {
    display: flex;
    justify-content: center;
}
.header .left, .header .right {
    max-width: 15%;
    height: 10vh;
}
.header .mid {
    max-width: 70%;
    height: 10vh;
}
.header img {
    max-width: 100%;
    max-height: 100%;
}
nav {
    text-align: center;
    padding: 10px;
}

button {
    border-radius: 50px;
    font-size: 18px;
    margin: 0 5px;
    font-weight: bold;
    border: none;
    background-color: #551c44;
    color: #fff;
    border-image: url(../images/button.png) 50 70 50 70 stretch stretch;
    border-style: inset;
    border-width: 25px 35px;
    margin: 0 auto 10px;
}

button a, button a:visited {
    color: #fff;
}
.conte2nt {
    width: 80%;
    max-width: 1000px;
    margin: auto;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    height: 125px;
    z-index: 1;
}
.sticky img {
    width: 400px;
}
.sticky img.hr {
    height: 20px;
    margin-top: -5px;
}
.sticky img.img1 {
    width: 0;
}
.sticky + .wrapper {
  padding-top: 300px;
}
img {
    max-width: 100%;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.work img {
    height: 100px;
}

footer {
    width: 80%;
    font-family: 'Raphael-Std', 'Georgia', serif;
    font-size: 1.2em;
    text-align: center;
    margin: auto;
}
.footer_inner {
    max-width: 800px;
    margin: auto;
}
footer img {
    width: 17%;
}
.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.gold-frame {
    display: inline-block;
    border: 2px solid #d0a900;
}
.pink-bg {
    background: #cf00c2;
    color: #fff;
    font-weight: 600;
    height: 275px;
    overflow: hidden;
}
@media only screen and (min-width: 800px) {
    button.menu-toggle {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
    h2.top-header {
        font-size:2.8vw;
    }

}

@media only screen and (min-width: 800px) and (max-width: 900px) {

    .pink-bg {
        font-size: 1.5vw;
    }
    .pink-bg.horizontal {
        height: 200px;
    }
    .pink-bg.vertical {
        height: 275px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1000px) {

    .pink-bg {
        font-size: 1.5vw;
    }
    .pink-bg.horizontal {
        height: 235px;
    }
    .pink-bg.vertical {
        height: 325px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1150px) {

    .pink-bg {
        font-size: 1.5vw;
    }
    .pink-bg.horizontal {
        height: 265px;
    }
    .pink-bg.vertical {
        height: 355px;
    }
}

@media only screen and (min-width: 1150px) and (max-width: 1250px) {

    .pink-bg {
        font-size: 1.5vw;
    }
    .pink-bg.horizontal {
        height: 285px;
    }
    .pink-bg.vertical {
        height: 375px;
    }
}

@media only screen and (min-width: 1250px) and (max-width: 1450px) {

    .pink-bg {
        font-size: 1.2vw;
    }
    .pink-bg.horizontal {
        height: 285px;
    }
    .pink-bg.vertical {
        height: 375px;
    }
}

@media only screen and (min-width: 1450px) and (max-width: 1650px) {

    .pink-bg {
        font-size: 1vw;
    }
}


@media only screen and (min-width: 800px) and (max-width: 1040px) {

    button {
        border-width: 15px 10px;
        margin: 2px;
        font-size: 12px;
        border-image: url(../images/button.png) 30 20 30 20 stretch stretch;
    }
    .content .thickframe h3{
        font-size: 2vw;
    }
    .pink-bg {
        font-size: 1.5vw;
    }
    .pink-bg.horizontal {
        height: 200px;
    }
    .pink-bg.vertical {
        height: 275px;
    }
}
@media only screen and (min-width: 1040px) and (max-width: 1390px) {

    button {
        border-width: 25px 25px;
        margin: 2px;
        font-size: 12px;
        border-image: url(../images/button.png) 50 35 50 35 stretch stretch;
    }
}
@media only screen and (max-width: 800px) {

    nav {
        padding: 0;
    }
    nav .main-menu {
        display: none;
    }
    button {
        padding: 10px;
        margin: 0;
        width: 100%;
        border-radius: 0;
        border-bottom: 1px solid #fdcc00;
        border-image: none;
        border-style: none;
    }
    button.menu-toggle svg {
        filter: brightness(0) invert(1);
    }
    .pink-bg {
        font-size: 1.5vw;
    }
    .pink-bg.horizontal {
        height: 175px;
    }
    .pink-bg.vertical {
        height: 250px;
    }
}