/* Custom CSS classes etc can go here and will not get overwritten */
/* <div style="display:none;" /> */
/* <div>Before-After</div> */
/* <a>Phone-Email</a> */
/* <link>favicon</link> */
/* JS: <div id="menu"><button class="selected"></button></div> */

.navlabel
{
    font-weight: bold;
}

body
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background-color: #222222;
    color: #990000;
}
#main
{
    overflow: hidden;
}
#main img
{
    text-align: center;
    border: none;
    margin: 0 30px 20px 50px;
    display: inline-block;
}

@font-face
{
    font-family: "ScriptyFont";
    src: url(fonts/astigmatic-one-eye-typographic-institute_jim-nightshade/JimNightshade-Regular.ttf) format("truetype");
}
label
{
    font-family: ScriptyFont;
    font-size: 16pt;
}
button
{
    display: inline-block;
    line-height: 1.5em;
    color: #900;
    text-decoration: none;
    border: none;
    background-color: #000000;
    cursor: pointer;
}
button:link {color:#797979;}
button:visited {color:#990000;}
button:hover {color:#ffffff;}
a:link {color:#797979;}
a:visited {color:#990000;}
a:hover {color:#ffffff;}
#_1698_8, #_1698_13, #_1698_18
{
    padding-left: 23px;
    padding-right: 23px;
}
#_1698_1, #_1698_2, #_1698_3, #_1698_4
{
    vertical-align: top;
}

#menu
{
    text-align: center;
    background-color: #000000;
}

#menu button
{
    font-size: 14pt;
    font-weight: bold;
    font-family: "Comic Sans MS", cursive;
    border: 1px solid #ffffff;
    width: 150px;
    margin: 2px;
    padding: 2px;
}

#phototypes_nav button
{
    font-family: "Comic Sans MS", cursive;
    width: 140px;
    margin-bottom: 20px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

#services_nav button
{
    font-family: "Comic Sans MS", cursive;
    width: 140px;
    margin-bottom: 20px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}


#welcome_page { padding-top: 20px; padding-left: 55px; width: 850px; }
#gallery
{
    padding-top: 0px;
    padding-right: 40px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    overflow-y: scroll;
    height: 60%;
}
#services { padding-top: 20px; padding-left: 55px; width: 850px; }
#aboutus
{
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 40px;
    width: 200%;
    text-align: center;
    color: #FFFFFF;
    overflow-y: scroll;
    height: 60%;
}
#phototypes { padding-top: 20px; padding-left: 55px; width: 850px; }

#aboutus div
{
    width: 900px;
    margin: 0px;
    vertical-align: middle;
}
#personal_history_c
{
    height: 390px;
}
#experience_all_for_you_c
{
    height: 300px;
    padding-top: 30px;
}
#assistants_c
{
    height: 190px;
    width: 320px;
    padding-left: 0px;
    padding-right: 0px;
}

#personal_history
{
    width: 320px;
    float: right;
    padding-right: 90px;
    padding-top: 90px;
}
#assistants
{
    width: 500px;
    float: left;
    padding-left: 200px;
/*    padding-right: 200px;*/
/*    padding-top: 90px;*/
}
#experience_all_for_you
{
    width: 320px;
    float: right;
    margin-top: -20px;
    padding-right: 90px;
}
#contact_blurb
{
    width: 320px;
    float: left;
    padding-left: 280px;
    padding-top: 10px;
}

#wide_range
{
    text-align: center;
    display: block;
    padding-bottom: 20px;
    text-weight: bold;
    color: #00CC00;
}

#fun_options
{
    text-align: center;
    display: block;
    padding-bottom: 20px;
    text-weight: bold;
    color: #00CC00;
}

#phototypes_nav
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

#phototypes_view
{
    width: 800px;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
}

#phototypes_view img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#phototypes_view div > label
{
    display: block;
}
#phototypes_view div > img
{
    display: inline-block;
    margin: 16px;
    vertical-align: middle;
}

#services_nav
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

#services_view
{
    width: 800px;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
}
#services_view img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#services_view div > label
{
    display: block;
}
#services_view div > img
{
    display: inline-block;
    margin: 16px;
    vertical-align: middle;
}

#footer
{
    clear:both;
    text-align: center;
    font-family: ScriptyFont;
    color:#fff;
    font-size: .8em;
    font-weight:bold;
    line-height: 2em;
    background-color: #000;
    text-align: center;
    margin-top: 20px;
}

#large_img_view
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
}

#large_img_view button
{
    color: #FFFFFF;
    margin: 10px;
    padding: 10px 50px 10px 50px;
    border: 2px solid;
}

.selected
{
    background-color: #222222;
}

.scroll_arrow
{
    background-color: #000000;
    width: 100px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.6;
    -webkit-user-select: none;
}

.scroll_arrow:hover
{
    opacity: 1.0;
}

.scroll_arrow_up
{
    margin-top: 10px;
    margin-bottom: 5px;
    background-image: url('images/scrollup.png');
    background-color: #000000;
}
.scroll_arrow_down
{
    margin-top: 5px;
    background-image: url('images/scrolldown.png');
    background-color: #000000;
}


