/*Styles.css*/
@charset "UTF-8";
@import url('fonts.css');
*   {
    box-sizing: border-box;
}
body  {
    opacity: 0;
    transition: 1s opacity;
    -webkit-transition: 1s opacity;
    margin: 0;
    padding: 0;
    background-color: rgb(30, 30, 30);
}
p, h1, h2, h3, h4, h5, h6   {
    margin: 2% 0 2% 0;
    padding: 0 10px 0 10px;
}
#background_container   {
    left: 0px;
    top: 0px;
    height: 1vh;
    width: 1vw;
    max-width: 100%;
    overflow: hidden;
    z-index: -1;
    padding: 0px;
    margin: 0px;
}
#background_container   {
    background-image: url('/assets/pictures/backgrounds/7.JPG');
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    max-width: 100%;
    z-index: -1;
    position: fixed;
}
#background_container #video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
#header {
    opacity: 0;
    transition: 1s opacity;
    -webkit-transition: 1s opacity;
    height: 10%;
    width: 100%;
    font-family: caveat;
    text-align: center;
    color: #ffffff;
    z-index: 1;
}
#container  {
    opacity: .5;
    transition: 1s opacity;
    -webkit-transition: 1s opacity;
}
.heading    {
    margin-top: 1%;
    margin-bottom: 1%;
    text-align: center;
}
#social_media   {
    width: 95%;
    margin: 0 auto;
}
.social_media_icon  {
    width: 25%;
    float: left;
}
.social_media_icon img  {
    width: 75%;
    height: auto;
}
a:link  {
    color: rgb(211, 25, 25);
    text-decoration: none;
}
a:hover {
    color: rgb(104, 104, 104);
    text-decoration: underline;
}
a:active    {
    color: rgb(104, 104, 104);
}
a:visited   {
    color: rgb(211, 25, 25);
    text-decoration: underline;
}
/*1401px <*/
@media only screen and (min-width: 1401px)  {
    #background_container   {
        filter: blur(10px);
        -webkit-filter: blur(10px);
    }
    #header_container   {
        position: fixed;
        top: 45%;
        left: 0;
        width: 65%;
    }
    .heading    {
        font-size: 5em;
        font-family: caveat;
    }
    .subheading    {
        font-size: 5em;
    }
    #container  {
        background: linear-gradient(to bottom left,rgba(255,255,255, .9), 80%, rgba(255,255,255,.25));
        position: absolute;
        right: 0px;
        top: 0px;
        width: 35%;
        min-height: 100%;
        height: 100%;
        overflow: auto;
    }
    p   {
        text-align: center;
    }
    img {
        width: 50%;
        max-width: 350px;
        height: auto;
        margin: 0 auto;
        border-radius: 50%;
    }
}
/*951px - 1400px*/
@media only screen and (min-width: 1001px) and (max-width: 1400px) and (orientation: landscape)  {
    #background_container   {
        filter: blur(10px);
        -webkit-filter: blur(10px);
    }
    #header_container   {
        position: relative;
        width: 100%;
        height: 80vh;
    }
    .heading    {
        margin: 0 auto;
        width: 100%;
        font-size: 3.5em;
        font-family: caveat;
    }
    .subheading    {
        padding-top: 35vh;
        font-size: 4.5em;
    }
    #container  {
        background: linear-gradient(to bottom left,rgba(255,255,255, .75), 95%, rgba(255,255,255,.25));
        width: 100%;
        min-height: 100%;
        overflow: auto;
    }
    #person {
        width: 50%;
        float: left;
    }
    #bio    {
        width: 40%;
        float: right;
        margin-right: 10%;
        padding-top: 85px;
    }
    p   {
        font-size: 1.5em;
        max-width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    h3 {
        font-size: 1.5em;
    }
    h2  {
        border-top: black solid 1px;
    }
    #portrait   {
        padding-top: 15px;
        width: 50%;
        margin: 0 auto;
    }
    img {
        width: 50%;
        max-width: 350px;
        height: auto;
        margin: 0 auto;
        border-radius: 50%;
    }
}
/*Portrait orientation*/
@media only screen and (max-width: 1000px), (orientation: portrait)  {
    #background_container   {
        filter: blur(10px);
        -webkit-filter: blur(10px);
    }
    #header_container   {
        position: relative;
        width: 100%;
        height: 10vh;
        padding-top: 25vh;
        padding-bottom: 35vh;
    }
    .heading    {
        font-size: 4em;
        font-family: caveat;
    }
    .subheading    {
        font-size: 4em;
    }
    #container  {
        background: linear-gradient(to bottom left,rgba(255,255,255, .75), 95%, rgba(255,255,255,.25));
        width: 100%;
        padding: 5px;
        bottom: 0px;
        overflow: auto;
    }
    h1, h2, h3, h4, h5, h6  {
        font-size: 3rem;
    }
    #name   {
        width: 100%;
        float: left;
    }
    #name h1    {
        width: 100%;
    }
    #portrait   {
        padding-top: 15px;
        width: 50%;
        margin: 0 auto;
    }
    p   {
        max-width: 90%;
        margin: 0 auto;
        font-size: 2.5rem;
        text-align: center;
    }
    img {
        width: 50%;
        max-width: 300px;
        height: auto;
        margin: 0 auto;
        border-radius: 50%;
    }
}
@media only screen and (max-width: 500px)   {
    #name   {
        width: 100%;
        float: none;
    }
    #name h1    {
        padding-top: 5px;
    }
    #portrait   {
        width: 100%;
        float: none;
    }
    img {
        width: 70%;
        max-width: 200px;
        height: auto;
        margin: 0 auto;
        border-radius: 50%;
    }
    p   {
        font-size: 2.5rem;
        text-align: center;
    }
}
/*Targets IE browsers (versions 6-9)*/
@media screen and (min-width:0\0), \0screen\,screen\9 {
    #container  {
        background-color: #ffffff;
    }
    #header, .heading, .subheading   {
        font-family: cursive;
    }
}





#info {
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    position: fixed;
    visibility: hidden;
}
#T9AMM, #mySite, #roxysevensalon    {
    visibility: hidden;
}
button  {
    width: 32%;
    float: left;
    margin-left: 0.5%;
    margin-right: 0.5%;
    background: none;
    border: none;
    border-radius: 10%;
    font-family: caveat;
    color: rgb(211, 25, 25);
    font-size: 2em;
}