/* 
    Created on : 4 May 2025, 16:33:22
    Author     : steve
*/
/*
93827F // BROWN
F3F9D2 // LIGHT YELLOW
BDC4A7 // DARK YELLOW/LIGHT GREEN
2F2F2F // HEAVY BLACK
92B4A7 // TURQUOISE
*/
html, body { 
    font-family: "Noto Sans", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
    font-size:16px;
    font-weight:normal;
    color:#999;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
BODY {margin:0; padding:0;}
H1 {font-size:20px; color:#686868; font-weight:normal; text-transform:capitalize;}
H2 {font-size:18px; color:#999; font-weight:normal;}
P  {}
.header {
    background-color: #2F2F2F;
    height:90px;
    background-image:url('https://hobbyphotohost.com/images/headers/hph_header_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.menu_bar {
    /*background-color:#5a97c9;*/
    background-color:#fff;
    padding:8px;
    color:#fff;
    border-bottom:1px solid #ccc;
    border-top:6px solid #5a97c9;
    text-align:center;
}
.menu_bar A {
    padding:8px;
    color:#999;
    text-decoration: none;
    font-size:16px;
    margin:4px;
    display:inline-block;
    /*border-radius:4px;*/
    /*border-bottom:1px solid #ccc;*/
    border-bottom:1px solid #fff;
}
.menu_bar A:HOVER {
    /*background-color:#90b2ce;*/
    border-bottom:1px solid #fff;
    color:#000;
}
.footer {
    margin-top:40px;
    border-top:1px solid #ccc;
    font-size:16px;
}
INPUT, SELECT, OPTION {
    padding:8px;
    font-size:16px;
}

#blackout {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display:none;
}
.footer P {display:inline-block; margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px; padding:0px; text-align:center;}
.logo { 
    display:inline-block;
    position:relative; top:2px; 
    margin:14px 0px 0px 0px;
    background-image:url('https://hobbyphotohost.com/_v2/images/hobbyphotohost-logo.png');
    width:345px;
    height:44px;
    cursor: pointer;
}
.go_left {float:left;}
.go_right {float:right;}
.center {text-align:center;}
.align_left {text-align:left;}
.initial_caps {text-transform:capitalize;}
.remove_margin_top {margin-top:0px !important;}
.remove_margin_bottom {margin-bottom:0px !important;}
.double_space P {margin-bottom:15px !important;}

.head_content_container, .content_container, page_container_full {
    margin:auto; 
    max-width:96%; 
    border:0px solid #ccc;
    text-align:left; 
    padding:8px;
}
.content_container {
    margin-top:35px;
    vertical-align: top;
}
.content_container_reduced_margin {
    margin-top:0px;
}
.center_text {text-align:center;}
.standard_button_a, .priority_button_a, .header_button, .splash_button {
    padding:6px;
    text-decoration:none;
    border:1px solid #ccc;
    border-radius:4px;
    cursor:pointer;
    display:inline-block;
}
.splash_button {
    background-color:#93827F;
    color:#fff;
    margin:15px;
    margin-bottom:25px;
    font-size:18px;
    padding:12px;
}
.splash_button SPAN {
    font-size:12px; 
    font-weight:bold;
    position:relative;
    top:-1px;
    display:inline-block;
    margin-left:4px;
}
.standard_button_a {
    background-color:#fbf7f7;
    color:#686868;
}
.standard_button_a:Hover {
    background-color:#fbf7f7;
    color:#686868;
}
.priority_button_a {
    background-color:#93827F;
    color:#fff;
}
.priority_button_a:Hover {
    background-color:#93827F;
    color:#fff;
}
.header_button {
    background-color:#767575;
    color:#fff;
    border:0;
    margin-left:15px !important;
    position:relative; top:7px; 
    margin:14px 0px 0px 0px;
}

.header_button:Hover {
    background-color:#767575;
    color:#fff;
}
.header_button_settings {
    display:inline-block;
    width:32px !important;
    position:relative;
    margin-left:15px !important;
    position:relative; 
    top:22px; 
}

.sub_container_quarter_width {
    vertical-align: top;
    display:inline-block;
    border:1px solid #ccc !important;
    border-radius:12px;
    width:20%;
    min-width:300px;
    padding:10px;
    margin:auto;
    margin-top:15px;
    text-align:left;
}

.sub_container_third_width {
    vertical-align: top;
    display:inline-block;
    /*border:1px solid #ccc;*/
    border-radius:12px;
    width:33%;
    padding:10px;
    margin:auto;
    margin-bottom:15px;
}
.sub_container_two_thirds_width {
    vertical-align: top;
    display:inline-block;
    width:66%;
    padding:10px;
    margin:auto;
    margin-bottom:15px;
    
}
.sub_container_half_width {
    vertical-align: top;
    display:inline-block;
    /*border:1px solid #ccc;*/
    border-radius:12px;
    width:49%;
    padding:10px;
    margin:auto;
    margin-bottom:15px;
}
.sub_container_full_width {
    width:50%;
    margin:auto;
}
.sub_container_full_width H2 {
    text-align:left;
    font-size: x-large;
}
.sub_container_full_width P {
    max-width:80%;
}
.sub_container_third_width H2, .sub_container_half_width H2 {
    text-align:center;
    font-size: x-large;
}
.sub_container_third_width P, .sub_container_half_width P {
    max-width:80%;
    margin:auto;
    /*text-align:left;*/
}
.sub_container_third_width SPAN, .sub_container_half_width SPAN, .sub_container_full_width SPAN {
    font-weight:bold;
}

.subscription_info H2 {
    text-align:center;
    font-size:26px;
}
.subscription_info DIV {
    border-bottom:1px solid #ccc;
    height:60px;
}
.subscription_info P {
    display:inline-block;
    text-align:left;
    vertical-align: middle;
}
.subscription_info SPAN {
    display:inline-block;
    width:150px;
    text-align:right;
    margin-right:8px;
    vertical-align: middle;
}
.subscription_info_current {
    height:160px !important;
    text-align:center;
    padding-top:18px;
    border:none !important;
}
.subscription_info_current P {
    display:block;
    text-align:center;
}
.current_membership {
    background-color:#009900;
    color:#fff;
    padding:12px;
    border-radius: 4px;
    border:none;
    width:80%;
    margin:auto;
}
.tick {
    background-image:url('https://hobbyphotohost.com/images/icons/tick-48.png');
    background-repeat: no-repeat;
    background-size: contain;
    width:24px;
    height:24px;
    vertical-align: middle;
}

/*A, A:VISITED {
  color:#93827F;  
}
A:HOVER {
  color:#93827F;  
}*/
A {
    color:#93827F;
}
.A_current { color:#2F2F2F !important; cursor:default !important; }
/*
#93827F // BROWN
#F3F9D2 // LIGHT YELLOW
#BDC4A7 // DARK YELLOW/LIGHT GREEN
#2F2F2F // HEAVY BLACK
#92B4A7 // TURQUOISE
*/
.big_splash_container {
     background-color:#a9a5a4;
    background-position: center; /*  Center the image */
    background-repeat: no-repeat; /*  Do not repeat the image */
    background-size: cover;  /* Resize the background image to cover the entire container */
}
.big_splash {
    padding:20px;
}
.big_splash H1 {
    font-family: "Noto Sans", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
    /*"DejaVu Sans"*/
    /*font-family: "DejaVu Sans", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;*/
    font-size:48px;
    font-weight:bold;
    padding:10px; 
    margin:0px; 
    /*text-shadow: 2px 5px 8px #000;*/
    color:#92b4a7;
    
    background-color: rgba(0, 0, 0, 0.4);
    display:inline-block;
    border-radius:12px;
    margin-top:10px;
    margin-bottom:10px;
}
.big_splash H2 {
    font-family: "Brush Script MT","Noto Sans", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
    font-size:38px;
    font-weight:bold;
    padding:10px; margin:0px; 
    /*text-shadow: 2px 3px 8px #000;*/
    color:#BDC4A7;
    
    background-color: rgba(0, 0, 0, 0.4);
    display:inline-block;
    border-radius:12px;
    margin-bottom:10px;
}
.small_splash IMG {
/*    max-width:60px;*/
    max-height:60px;
}
.splash_icon {
    /*margin-top:40px;*/
    width:60px;
}
.splash_big_text {
    font-size:120px;
    font-weight:bold;
    color:#92b4a7;
}

.splash_buttons {margin-top:30px; margin-bottom:20px; padding-bottom:10px; border-top:0px solid #ccc; border-bottom:1px solid #ccc;}
/*.splash_buttons {margin-top:20px; border-top:0px solid #ccc; border-bottom:1px solid #ccc;}*/
.splash_buttons H3 {margin-bottom:0px; text-transform: uppercase; }
.splash_highlight {border:0px solid #ccc; border-radius:12px; padding-bottom:25px;}
.splash_go_high {position:relative; top:-30px;}
.splash_go_low {position:relative; top:40px;}

.no-scroll {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none; /* Allow interaction with elements underneath */
    z-index: 1000; /* Ensure the overlay is above the content */
}

.scroll-container {
    height: 100vh;
    overflow-y: auto;
    position: relative;
    z-index: 1; /* Ensure the content is above the overlay */
}

.clipboard_notice {
    color:#ccc;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#ccc;
/*    height: 40px; */
    position: fixed; 
    bottom:0%;
    width:100%; 
    background-color: #393838; 
    opacity: 0;
    display:none;
    border-top:2px solid #000;
}
.clipboard_notice IMG { display:inline-block; float:left; margin:5px; padding:0px; vertical-align:top; border-radius: 6px; border:0px solid #fff; border:none; }
.clipboard_notice P { 
    display:inline-block; float:left; vertical-align:top; padding:2px 0px 0px 0px; margin:0px;
    margin-left:15px;
    max-width:600px !important;
    color:#999;
    
}
.clipboard_notice STRONG { font-size:18px !important; color:#fff; }

/*750px*/
@media only screen and (max-width: 750px) {
    .logo { 
        background-image:url('https://hobbyphotohost.com/_v2/images/hobbyphotohost-logo-short.png');
        width:128px;
    }
}

@media only screen and (max-width: 770px) {
/*    .logo { 
        background-image:url('https://hobbyphotohost.com/_v2/images/hobbyphotohost-logo-short.png');
        width:128px;
    }*/
    
    .hidden_on_mobile {
        display:none !important;
    }
}

@media only screen and (max-width: 1050px) {
    .content_container, page_container_full {
       
        max-width:96%; 
        padding:0px;
    }

   .sub_container_third_width, .sub_container_half_width, .sub_container_full_width {
        display:block;
        margin:auto;
        margin-bottom:15px;
        min-width:90%;
        
        border:0px solid #ccc !important;
    } 
    
    .big_splash H1 {
        font-size:42px;
        font-weight:bold;
    }
    .big_splash H2 {
        font-size:28px;
        font-weight:bold;
    }
    
    .splash_go_high {position:relative; top:0px;}
    .splash_go_low {position:relative; top:0px;}
    .splash_buttons A {margin:0px; margin-top:20px; margin-bottom:25px;}
    
    
    .menu_bar {
        text-align:center;
    }
}
