

body {
    background-color: #FFFFFF;
    font-size: 18px;
}

p {
    font-size: 18px;
}

table {
    font-size: 18px;
}

.text_block
{
    background: #FFFFFF;
    padding: 0 0;
}

.text_block_column
{
    background: #FFFFFF;
    padding: 18px 18px;
}

.checkout_button
{
    background-color: #3377AA;
    border: none;
    color: #FFFFFF;
    padding: 7px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-family: BrandonGrotesqueWeb-Bold;;
    cursor:pointer;
    border-radius: 15px;
}

.checkout_button2
{
    background-color: #3377AA;
    border: none;
    color: #FFFFFF;
    padding: 7px 30px;
    horizontal-align: right;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-left:auto;
    margin-right: 50%;
    font-size: 18px;
    font-family: BrandonGrotesqueWeb-Bold;;
    cursor:pointer;
    border-radius: 15px;
}

.round_blue_button
{
    background-color: #3377AA;
    border: none;
    color: #FFFFFF;
    padding: 7px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-family: BrandonGrotesqueWeb-Bold;;
    cursor:pointer;
    border-radius: 15px;
}

.round_red_button
{
    background-color: #AA0000;
    border: none;
    color: #FFFFFF;
    padding: 7px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-family: BrandonGrotesqueWeb-Bold;;
    cursor:pointer;
    border-radius: 15px;
}

.round_green_button
{
    background-color: #009900;
    border: none;
    color: #FFFFFF;
    padding: 7px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-family: BrandonGrotesqueWeb-Bold;;
    cursor:pointer;
    border-radius: 15px;
}

.round_green_button_right
{
    background-color: #009900;
    border: none;
    color: #FFFFFF;
    padding: 7px 30px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-left:auto;
    margin-right: 50%;
    font-size: 18px;
    font-family: BrandonGrotesqueWeb-Bold;;
    cursor:pointer;
    border-radius: 15px;
}

.order_button
{
    background-color: #FF0000;
    border: none;
    color: #FFFFFF;
    padding: 7px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-family: BrandonGrotesqueWeb-Bold;;
    cursor:pointer;
    border-radius: 15px;
}

h1 {
  color: #1779BA;
  font-size: 28px;
  font-weight: bold;
}

h2 {
  color:  #1779BA;
  font-size: 22px;
  font-weight: bold;
  padding-top: 12px;
}

h3 {
  color:  #1779BA;
  font-size: 18px;
  font-weight: bold;
  padding-top: 12px;
}

h4 {
  color:  #1779BA;
  font-size: 16px;
  font-weight: bold;
  padding-top: 12px;
}

.pitch_heading {
  padding-top: 50px;
  color: #1E1E1E;
  font-size: 30px;
  font-weight: 600;
  display: block;
}

/* Note: Dont weight normal is 400. Font weight bold is 700. */

/******************************** Page Footer *********************************/

.footer_navigation
{
    background: #333333;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer_navigation_row
{
     background: #333333;
     padding-top: 30px;
     padding-bottom: 30px;
     margin-top: 0px;
     margin-bottom: 0px;
}

.footer_navigation_row_for_image
{
     background: #333333;
     background-image: url("/img/banner_strata.jpg");
     background-size: cover;
     padding-top: 30px;
     padding-bottom: 30px;
     margin-top: 0px;
     margin-bottom: 0px;
}

.footer_info_row
{
     background: #333333;
     padding-bottom: 30px;
     text-align: center;
}

.footer_nav_column {
     background: #333333;
}

.footer_content_column {
    text-align: center;
}

.footer_nav_heading
{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.footer_nav_item
{
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 0;
    display: block;
}

.footer_copyright_notice
{
    display: block;
    //text-align: center;
    color: #FFFFFF;
    font-size: 16px;
}

.footer_gigantic_ad
{
    display: block;
    //text-align: center;
    color: #000000;
    font-size: 16px;
}

.footer_social
{
    display: inline-block;
    text-align: center;
}

.footer_social_item
{
    color: #000000;
    font-size: 24px;
}

.footer_sign_in_status
{
    // display: block;
    text-align: center;
}

.sign_in_status
{
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}


.shop_header_navigation
{
    background: #333333;
    padding-top: 0px;
    padding-bottom: 0px;
}

.shop_header_navigation_row
{
     background: #333333;
     background-image: url("/img/banner_strata.jpg");
     background-size: cover;
     padding-top: 30px;
     padding-bottom: 30px;
}

.shop_header_navigation_row2
{
     background: #333333;
     padding-top: 10px;
     padding-bottom: 0px;
     margin-top: 0px;
     margin-bottom: 0px;
}

.shop_title
{
    color: #FFFFFF;
    font-size: 28px;
    text-transform: uppercase;
    font-family: BrandonGrotesqueWeb-Bold;
    vertical-align: middle;
 }

.nav_button
{
    background-color: #3377AA;
    border: none;
    color: #FFFFFF;
    padding: 3px 15px;
    margin: 4px 4px;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: BrandonGrotesqueWeb-Bold;;
    cursor:pointer;
}

.nav_button_green
{
    background-color: #00CC00;
    border: none;
    color: #FFFFFF;
    padding: 3px 15px;
    margin: 4px 4px;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: BrandonGrotesqueWeb-Bold;;
    cursor:pointer;
}

.nav_button_yellow
{
    background-color: #EEEE00;
    border: none;
    color: #FFFFFF;
    padding: 3px 15px;
    margin: 4px 4px;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: BrandonGrotesqueWeb-Bold;;
    cursor:pointer;
}

.nav_button a:link {
    color: white;
}

.nav_button a:visited {
    color: white;
}

.nav_button a:hover {
    color: red;
}

.nav_button a:active {
    color: red;
}

.shop_title a:link {
    color: white;
}

.shop_title a:visited {
    color: white;
}

.shop_title a:hover {
    color: red;
}

.shop_title a:active {
    color: red;
}

/******************************** Choice Icons ********************************/

.choice_block
{
    display: block;
    width: 246px;
    height: 200px;
    padding: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    float: left;
}

.choice_block_centered
{
    display: block;
    width: 246px;
    height: 200px;
    padding: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.choiceblockcentered
{
    display: flex;
    justify-content: center;
}

.choice_block_icon
{
    font-size: 48pt;
    color: #1779BA;
    padding-bottom: 5px;
    cursor:pointer;
}

.title_cart_icon
{
    font-size: 20pt;
    color: #1779BA;
    padding-bottom: 0px;
    cursor:pointer;
}

.title_cart_num
{
    font-size: 16pt;
    color: #1779BA;
    padding-bottom: 0px;
    cursor:pointer;
}

.choice_block_icon_giant
{
    font-size: 72pt;
    color: #1779BA;
    padding-bottom: 5px;
    cursor:pointer;
}

.choice_block_icon_no_hyperlink
{
    font-size: 48pt;
    color: #1779BA;
    padding-bottom: 5px;
}

.choice_block_title
{
    display: block;
    color: #1779BA;
    font-size: 14pt;
    font-weight: bold;
    cursor:pointer;
}

.choice_block_title_no_hyperlink
{
    display: block;
    color: #1779BA;
    font-size: 14pt;
    font-weight: bold;
}

.choice_block_text
{
    color: #000000;
    display: block;
    font-size: 14pt;
}

/******************************** Choice Icons ********************************/


.before_after_arrow_icon
{
    font-size: 24pt;
    color: #1779BA;
    padding-bottom: 5px;
    cursor:pointer;
}

.comment_time
{
   color: #000000;
    font-size: 14px;
    margin: 0 0;
    display: block;
}

.comment_person
{
   color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0;
    display: block;
}

.comment_comment
{
    color: #000000;
    font-size: 18px;
    margin: 0 0;
    display: block;
}

.comment_delete
{
   color: #000000;
    font-size: 18px;
    margin: 0 0;
    display: block;
}

.project_description
{
   color: #000000;
    font-size: 18px;
    margin: 0 0;
    display: block;
}

.project_requirements
{
   color: #000000;
    font-size: 18px;
    margin: 0 0;
    display: block;
}

.big_tick
{
    font-size: 60pt;
    color: #00CC00;
    padding-bottom: 5px;
}

.big_cross
{
    font-size: 60pt;
    color: #CC0000;
    padding-bottom: 5px;
}

.palette_screenshot
{
    display: inline-block;
    margin: 5px;
}

.gigantic_inline
{
    background-color: #3377AA;
    border: none;
    color: #FFFFFF;
    padding: 0px 0px;
    margin: 0px 0px;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: BrandonGrotesqueWeb-Bold;;
    cursor:pointer;
}

/********************************** End CSS ***********************************/

