body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Arial;
}

a {
    font-family: Arial;
}

#game_board_container {
    width: 600px; 
    height: 600px; 
/*    border: 1px solid blue;*/
}

#wedding_fairs_header_container {
    width: 100%; 
    height: 600px; 
    /* border: 1px solid black; */
/*    background-image: url('https://www.weddingsupermarket.co.uk/images/annie_spratt.jpg');*/
/*    background-attachment: fixed;*/
}

#wedding_fairs_container {
    width: 992px; margin: 0 auto; display: flex; flex-direction: row; justify-content: space-between;
}

    #couple_sign_up_box {
                width: 300px;
/*              border: 1px solid black;*/
            }

    

#sign_up_form_bg {
    border: 1px solid teal;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.game-board {
              display: grid;
              grid-template-rows: 200px 200px 200px;
              grid-template-columns: 200px 200px 200px;
            }

body a {color:  teal; font-family: Poppins;}

p {font-family:  Poppins;}

h2, h3 {
    font-family: Poppins;
}

span {font-family:  Poppins;}

.billboard_background {
    width: 100%; background-image: url('/images/ai_laughing_bride.jpeg'); background-size: 100%; background-position: center top; /* or 'contain' or custom values */
  background-repeat: no-repeat; /* prevent image from repeating */ height: 90%; position: absolute;
      top: 60;
      left: 0; z-index: -1;
}

.bring_energy_column {
}

.bring_energy_background {
    width: 350px;
}

.bring_energy_img {
    width: 350px;
}

#find_a_magician {
    width: 350px;
    height: 270px;
    background-color: white;
}

#call_agency {
    width: 350px;
    height: 270px;
    background-color: white;
}

.boxes_holder {
    display: flex;
    flex-direction: horizontal;
    justify-content: space-around;
    margin-top: 250px;
}

.mobile_only {
    display: none;
}

/*

PRO DASHBOARD

*/

#right_panel {
    width: 750px; 
    float: right;
}

#left_panel {
    width: 200px; float: left; border: 1px solid red;
}

.account_warning {
    width: 500px; height: auto; margin: 0 auto; background-color: pink;
}

/*.autoComplete_wrapper>input {
    width: 290px;
}*/

.sneaky_signup_form {
   /* border: 1px solid black; */
    height: 450px;
    font-family: Arial;
    /*border: 1px solid red;*/
    display: flex;
    flex-direction: horizontal;
}

.checkbox_container {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Two equal columns */
        gap: 10px; /* Gap between checkboxes */
    }

#divider {
    width: 22px;
    border-right: 1px solid teal;
    margin-right: 22px;
}

.biginput {
    font-size: 1.5em;
}

.tidy_box {
    width: 365px;
    /*border: 1px solid black;*/
}

.tidy_box input {
    display: block;
}

label {
    display: block;
    /*font-weight: bold;*/
    margin-bottom: 5px;
}

.not {
    visibility: hidden;
}

/*.tidy_box input {
    float: right;
}*/

.div_container {
    width: 992px;
    display: flex;
    flex-direction: row;
}

#data_panel {
    width: 305px; 
    height: 65px; 
    border: 1px solid grey; 
    display: flex; 
    float: right;
}

.cta_button_wide {
    background-color:#39DC00; border: 0px; height: 40px; width: 100%; color: white; font-weight: bold;
}

.cta_button_container {
    width: 200px;
    height: 40px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: grey;
   /* border: 1px solid black;*/
}

.cta_button {
    background-color:#39DC00; border: 0px; height: 40px; width: 200px; color: white; font-weight: bold;
}

.pricing_tiers {
    border: 1px solid red;
    display:flex; 
    flex-direction:row; 
    justify-content: space-between;
}

.pricing_tier_container {
    width: 300px; 
    border: 1px solid teal; 
    font-family: Poppins;
}

.pricing_tier_features {
    width: 240px; 
    height: 200px;
}

.cookie-consent {
    width: 100%;
    background-color: pink;
    height: 60px;
}

.cookie-consent-text {

}

.cooke-consent-button {
    border: 1px solid black;
}

.cookie-consent-holder {
    display: flex;
    flex-direction: horizontal;
    justify-content: space-between;
    /*border: 1px solid black;*/
    line-height: 0px;
    margin-top: 10px;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: white; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

#in_page_search_box {
    width: 280px;
    border: 1px solid teal;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: white;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color:  white;
}

.top_bit {
    display: inline-block;
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
    background-color: #FAF9F6;
    width: 952px;
    margin: 0 auto;
    color:  grey;
    margin-top: 20px;
}

.central_992 {
    width: 992px; margin: 0 auto;
}

#left_left h2 {
    font-family: Poppins;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

#menu_button {
	display:  none;
}

#header {
    width: 992px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* border: 1px solid red; */
}

#topbar {
    width:  500px;
    height: 40px;
    float:  right;
    /* border:  1px solid black; */
    margin-right: 10px;
}

#logo {
    width:  250px;
    /*margin:  0 auto;*/
    /* padding-bottom: 0px; */
    margin-left: 10px;
    /* border: 1px solid blue; */
}

#laptop_navbar {
    width: 700px;
    height: 40px;
    margin-top: 20px; 
font-family:  Poppins;
visibility: hidden;
}

#laptop_navbar li {
    list-style:  none;
    color:  white;
    display:  inline;
    padding-right: 10px;
}

#laptop_navbar a {
    text-decoration: none;
    color: teal;
}

#featured_index { 
            /*float: left; */
            width: 992px; 
            height: 300px;
            margin: 0 auto;
            /*border: 1px solid pink;*/
            padding-top: 150px;
        }

#big_day_planner_banner {
    width:  550px;
    float: left;
   /* border: 1px solid red;*/
    margin-left: 40px;
    margin-top:  60px;
}

#mission_statement {
    background-color: white; 
    opacity: 0.7;
}


#big_day_planner_banner h2 {
    text-align:  center;
    font-size: 1.2em;
    color: teal;
}

.looking {
    font-size: 1.2em;
    width: 150px;
}

.heading {
    padding-left: 18px; 
    font-family: Poppins;
}

#top_toolbar {
    width: 100%; height: 40px; background-color: pink;
}

#toolbar_content {
    width: 992px; margin: 0 auto;
}

#select_supplier_type_box {
    width: 375px; 
    margin: 0 auto; 
    background-color: white; 
    border-radius: 5px 5px 5px 5px; 
    padding: 10px 10px 10px 10px; 
    margin-top: 200px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#pro_registration_step_1 {
    width: 100%; 
    height: 150px; 
    border: 1px solid black;
}

.confirm_email_address_text_panel {
    max-width: 992px; 
    background-color: white; 
    margin: 0 auto; 
    border-radius: 20px; 
    height: auto; 
    padding: 5px 5px 5px 5px; 
}

.big_search {
    font-size: 1.2em;
    width: 170px;
}

/*.search_button {
    width: 250px;
    height: 40px;
    font-size: 1.4em;
    background-color: pink;
    color:  white;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
}*/

#search_button_container {
    width:  250px;
    margin: 0 auto;
    /*border: 1px solid black;*/
}

#right_column{
    width: 300px;
    float:  right;
}

.right_justify {
    float: right;
}

#left_column{
    /*border: 1px solid teal;*/
    width: 630px;
    float:  left;
}

#left_column img {
    width: 630px;
}

#breadcrumb{
    width: 992px;
    margin: 0 auto;
}

#search_form {
	width: 250px;
	float:  right;
    background-color: white;
    /*border-radius: 10px 10px 10px 10px;*/
    border: 1px solid teal;
    padding-left: 20px;
    padding-right:  20px;
   /* opacity: 0.8;*/
}

#search_form h4 {
    color: teal;
    font-size: 1.3em;
    text-align: center;
}

#search_form_horizontal {
    width: 992px;
}

#first_fold_index {
    width: 100%;
    height: 600px; 
    /*margin: 0 auto;  */
  /*  background-size: cover; 
    background-attachment: fixed;*/
    font-family:  Poppins;
    background-image:url('/media/jfapl7brl6u.jpg'); 
    /* https://smartandslick.com/blog/wp-content/uploads/2021/08/p_hrpypftna.jpg */
    background-size: cover;
    background-position-y: center;
    /*background-position-x: -100px;*/
    opacity: 1;
    /*margin-bottom: 200px;*/
}

.background-picture {
  /*  background-image:url('https://www.weddingsupermarket.co.uk/blog/wp-content/uploads/2022/05/jfapl7brl6u.jpg'); */
}

#first_fold {
    width: 992px;
    margin: 0 auto;
    /*border: 1px solid green;*/
}

#second_fold {
    width:  992px;
    height: auto;
    margin:  0 auto;
}

#results_panel{
	display:  flex;
    width: 960px;
    /*border:  1px solid grey;*/
    margin:  0 auto;
}

#result_tile{
	flex: 1;
	font-size:  1em;
}

.result_tile_image {
    border: 1px solid grey;
    width: 200px;
    height:  150px;
    margin-top:  10px;
    margin-bottom: 10px;
}

.result_tile_everything_else {
    /*border: 1px solid grey;*/
    width: 330px;
    margin-left: 10px;
}

/*============== SEARCH RESULTS CSS ================== */

#search_result_tile {
    border:  1px solid black;
}

#thumbnail {
    width: 250px;
    float: left;
}

#result_description {
   /* border: 1px solid blue;*/
    width: 450px;
    float: left;
}

#result_data {
    width: 660px;
   /* border: 1px solid red;*/
    float: right;
}

#result_stats {
    width: 195px;
    background-color: teal;
    float: right;

}


/*===================================================== */

#supplier_in_location_result_tile {
    padding-left: 5px;
    padding-right: 5px;
    border:  1px solid grey;
    width: 980px;
    height: 275px;
    margin-bottom: 50px;
}

#supplier_in_location_result_tile_image {
    /*border: 1px solid red;*/
   width: 300px;
    float: left;
}

#supplier_in_location_result_tile_image img {

    width: 300px;

}

#supplier_dropdown {
    /*width: 100%;*/
}

#location_input {
    width: 100%;
}

#supplier_in_location_right {
    width: 650px;
    float:  right;
}

#supplier_in_location_result_tile_text {
    /*border: 1px solid green;*/
    width: 435px;
    float:  left;
}

#supplier_in_location_result_tile_buttons {

    width: 200px;
    border: 1px solid black;
    text-align: center;
    float: right;

}

#featured_suppliers_panel{
	display:  flex;
}

#supplier_display_tile {
	flex: 1;
	width: 200px; 
	/*border: 1px solid blue;*/
}

#footer_column_left {
    width:  300px;
    float: left;
}

#footer_column_holder {
    width: 630px;
    float: right;
}

#footer_column_center{
    width: 300px;
    float: left;
}

#global_footer {
    width: 992px;
    margin: 0 auto;
}

#vendor_dashboard_sidebar {
    width: 200px;
    float:  left;
}

#vendor_dashboard_main_panel{
    width: 780px;
    float: right;
}

#right_side {
    width: 300px; float: right; background-color: #FAF9F6;
}

#left_side {
    width: 575px; float: left;
    /*border: 1px solid red;*/
}

#left_left {
    float: left; width: 550px;
}

#mobile_controls {
    display: none;
}

.thumbnail_image {
    width: 300px;
}

.register_box {
    min-width: 300px;
    max-width: 350px;
    float: right; 
    min-height: 300px;
   /* border: 1px solid black;*/
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
} 

#confirm_email_address_text_panel {
    max-width: 880px; 
    padding: 10px; 
    margin: 0 auto;
}

.login_box {
    width: 300px;
    float: right;
    border: 1px solid teal;
    margin-right: 150px;
}

.dropdown-content {
          visibility: hidden;
          position: absolute;
          background-color: #f6f6f6;
          min-width: 248px;
          overflow: auto;
          border: 1px solid #ddd;
          border-bottom-right-radius: 10px;
          border-bottom-left-radius: 10px;
          z-index: 1;
    }

    .dropdown-content ul {
        padding-left: 0px;
    }

    .dropdown-content li {
        list-style:  none;
        cursor: pointer;
        font-size: 18px;
        padding-left: 5px;
        line-height: 20px;
        border-bottom: 1px solid darkslategrey;
    }

    .dropdown-content li:hover {
        background-color: white;
    }

    .search_box {
        width: 300px;
        font-size: 18px;
    }

    .search_button {
        width: 250px;
        height: 30px;
        color: white;
        font-size: 18px;
        background-color: teal;
        border-radius: 5px 5px 5px 5px;
        border: none;
    }

    .central_column {
        width: 650px;
        margin: 0 auto;
    }

    .agency_form {
        width: 300px;
        /*border: 1px solid grey;*/
    }

    .left_justify {
        float: left;
    }