:root {

    --mwidth: 95%;

}

body {
    margin: 0px 0px 0px 0px;    /* do NOT change this - it impacts every page on the website */
    padding: 0px 0px 0px 0px;
}

p,h1,h2,h3,h4,h5 {
    font-family: Poppins;
}

h3,a {
    color: teal;
    text-decoration: none;
}

#game_board_container {
    width: 375px; 
    height: 375px;
}

#wedding_fairs_header_container {
    width: 100%; 
    height: 375px; 
}

#wedding_fairs_container {
    height: 410px;
    width: 100%;
}

#couple_sign_up_box {
    overflow: hidden;
    height: 0px;
    position: fixed;
    bottom: 0px;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 355px;
    transition-duration: 1s;
}

#mobile_sign_up_button{
    position: fixed;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: #0090ff;
    color: white;
}

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

.close_button_spacer {
    text-align: right;
    margin-right: 10px;
    margin-top: 5px;
}

.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: 240px; position: absolute;
      top: 60;
      left: 0; z-index: -1;
}

.bring_energy_column {
    background-color: white; width: 320px; height: 160px; margin: 0 auto; z-index: -1; position: relative; margin-top: 200px;
}

.bring_energy_background {
    width:300px; margin: 0 auto; background-color: white;

}

.bring_energy_img {
    width: 300px; margin-top: 10px;
}

#mobile_cta_footer{
    width: 100%; 
    height: 60px;
    margin-top: 0px;
    background-color: white; 
    position: fixed; 
    bottom: 0px;
    color: black;
    /* border-top: 1px solid grey; */
    margin-bottom: 20px;
}

/*

PRO DASHBOARD

*/

#supplier_profile_sticky_footer {
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: white;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 15px;
}

.supplier_profile_contact {
    position: fixed;
    width: 100%;
    height: 0;
    bottom: 0;
    z-index: 500;
}

#right_panel {
    
}

#left_panel {
    
}

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

#index_sticky_footer {
    transition-duration: 1s;
}

.slogan_animation {
    width: 250px; 
    height: 200px; 
    /*border: 1px solid black; */
    position: fixed;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 2em;
}

.indexModal {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 0px;
    z-index: +20;
    transition-duration: 2s;
}

.agency_form {
    border: 1px solid teal;
/*    padding-left: 10px;
    padding-right: 10px;*/
    /*width: 345px;*/
    margin: 0 auto;
    padding: 5px 5px 5px 5px; 
    background-color: white/*#FAF9F6*/; 
    color: grey; 
    overflow:hidden;
    font-family: poppins;
    margin-bottom: 10px; 
    border-radius: 10px 10px 10px 10px; 
    padding-left: 10px; 
    /*display: flex; 
    flex-direction: horizontal; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.universal_image {
    width: 100%;
}

.div_container {
    width: 365px;
    display: flex;
    flex-direction: column;
}

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

.text_margins {
    margin-left: 10px;
    margin-right: 10px;
}

.text-margins {
    margin-left: 10px;
    margin-right: 10px;
}

.pricing_tiers {
    display: flex;
    /*flex-direction: column;*/
}

.pricing_tier_container {
    width: 365px;
    margin: 0 auto;
    border: 1px solid teal;
    background-color: white; 
    font-family: Poppins;
}

.value_wrapper {
    width: 365px; 
    background-color: red; 
    font-family: POPPINS;
}

.basic_tier {
    order: 3;
}

.value_tier {
    order: 1;
}

.lite_tier {
    order: 2;
}

.register_box {
    position: fixed;
    bottom: 0;
    width: 365px;
    height: 0px;
    overflow-y: hidden;
    background-color: white;
    transition: 0.5s;
    border: 1px solid black;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial;

}

.register_now_button {
    width: 100%;
    background-color: teal;
    height: 40px;
    z-index: 1;
    position: fixed;
    bottom: 0;
    justify-content: center;
    display: flex;
    line-height: 10px;
    color: white;
    cursor: pointer;
    transition: 0.5s;
}

.laptop_only {
    display: none;
}

#data_panel {
    width: 305px; 
    height: 65px; 
    border: 1px solid grey; 
    display: flex; 
    margin: 0 auto;
}

/* 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: pink; /* 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 */
}

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

#long_search {
    width: 300px;
}

/* 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;
}

/* 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;
}

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

#header {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    /*padding-top:  5px;*/
    margin-bottom: 0px;
    display : inline;
}

#laptop_navbar {
    display:  none;
}

#topbar {
    width:  var(--mwidth);
    height: 40px;
    display:  none;
}

#logo {
    width:  250px;
    height: 60px;
    padding-bottom: 0px;
    /* border:  1px solid black; */
    /*margin-bottom: 20px;*/
    margin: 0 auto;
    padding-top: 1px;
}

#logo h1 {
    height: 50px;
    line-height: 50px;
}

#menu_button {
    float:  right;
    border:  1px solid lightblue;
    background-color: lightblue;
    border-radius: 5px 5px 5px 5px;
    padding:  5px 5px 5px 5px;
    width: 50px;
    margin-top:  20px;
    margin-right: 10px;
    font-size: 1.1em;
}

#navbar {
    /*width: var(--mwidth);
    border:  1px solid black;
    margin-top: 50px;*/
}

#navbar ul li {
    list-style: none;
    display: inline;
    padding-left: 20px;
    font-family: Poppins;
}

#navbar a {
    text-decoration: none;
    color: black;
}

.breadcrumb {
    font-family:  Arial;
    font-size: 0.8em;
    padding-left:  10px;
}

#breadcrumb{
    width: 370px;
}

#featured_index { 
            background-image:url('https://www.weddingsupermarket.co.uk/images/nathan-dumlao-H_cZqryUuok-unsplash.jpg'); 
            background-position-y: -70px;
            /*background-position-x: +30px;*/
            background-repeat: no-repeat;
            background-size:  cover; 
            background-attachment: bottom; 
            float: left; 
            width: 100%; 
            height: 530px; 
            /*border: 1px solid pink;*/
        }

#big_day_planner_banner {
    display:  none;
}

#featured h4 {
    text-align: center;
    font-size: 1.3em;
}

.central_column {
    margin-left: 5px;
    margin-right: 5px;
}

.looking {
    font-size: 1.3em;
    text-algin:  center;
}

#first_fold {
    width: 375px;
    height: auto; 
    margin: 0 auto;  
    background-size: cover; 
    background-attachment: fixed;
   /* border: 1px solid blue;*/
}

#first_fold h2 {
    /*text-align: center;*/
    /*font-size: 2em;*/
}

.win_local_work {
    font-size: 2em;
    /*border: 1px solid black;*/
    /*line-height: 30px;*/
}

.grow_your_business {
    background-color: red;
    color: white;
}

#first_fold h3 {
    /*text-align: center;*/
}

#second_fold {
    width:  100%;
    height: auto;
    margin:  0 auto;
    /*padding-left: 5px;*/
}

#second_fold h4{
    font-size: 1.3em;
    padding-left: 10px;
}

#second_fold a:visited{
    color:  blue;
}

#search_form{
    width: 240px;
   /* border: 1px solid red;*/
    margin: 0 auto;
}

#search_form h4 {
    font-size: 1.2em;
    text-align: center;
}

.big_search {
    font-size: 1.5em;
    border-radius: 5px;
    margin-bottom: 10px;
/*    width:  240px;*/
}

.search_button{
    width: 250px; 
    height: 30px; 
    border: 0px;
    font-size: 1.3em;
    /*margin-top: 20px;*/
    /*margin: 0 auto;*/
    background-color: teal;
    border-radius: 10px 10px 10px 10px;
    color: white;
}

.search_button_container {
    width:  250px;
    margin: 0 auto;
    border: 1px solid black;
}

#global_footer {
    font-size: 1.3em;
    line-height: 2em;
    overflow: hidden;
    height: 0px;
}


#results {
    width:  var(--mwidth);
    margin: 0 auto;
}

#search_result_tile {
    border:  1px solid grey;
    margin: 0 auto;
    width: 98%;
    padding: 5px 5px 5px 5px; 
    background-color: white/*#FAF9F6*/; 
    border: 1px solid grey; 
    color: grey; 
    height: 400px;
    overflow:hidden;

}

.thumbnail_image {
    width: 100%;
}

#thumbnail {
    width: 350px;
   /* border: 1px solid blue;*/
    height:  200px;
    margin:  0 auto;
}

#avatar {
    width:  100px;
    height:  100px;
    border:  1px solid blue;
}

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

#supplier_profile_media_gallery {
    width: 365px;
    height:  200px;
   /* border:  1px solid pink;*/
    margin: 0 auto;
}

#supplier_profile_media_gallery img {
    width: 365px;
    height:  200px;
}

#bookmark_button {
    width: 40px;
    height: 40px;
    border:  1px solid green;
    float: right;
    line-height: 5px;
}

.supplier_profile_info_box {
    font-family: Arial;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.heading {
    text-align: center;
    font-size: 1.1em;
    font-family: Poppins;
}

#select_supplier_type_box {
    background-color: white;
    height: 100%;
    padding: 0px 5px 5px 5px;
}

.description_field {
    width: 300px;
    height: 150px;
}

.tidy_box {
    width: 365px;
    margin: 0 auto;
    /*border: 1px solid blue;*/
}

.tidy_box input {
    margin-bottom: 20px;
}

.cta_button_container {
    width: 250px; 
    margin: 0 auto;
    margin-top: 20px;
    /* border: 1px solid black; */
}

.cta_button {
    background-color:#39DC00; 
    border: 0px; 
    height: 40px; 
    width: 250px; 
    color: white; 
    font-weight: bold;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 10px;
}

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

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

#right_side {
   /* padding-left: -5px;*/
   /* border: 1px solid teal;*/
    width: 373px;
}

.message_form_container {
    width: 250px;
    margin: 0 auto;
}

#i_am_looking_for{
    width: 215px;
}

#right_column {
    width: 100%;
   /* border: 1px solid black;*/
    margin: 0 auto;
    background-color: white;
    transition-duration: 1s;
}

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

#in_page_search_box h3 {
    text-align: center;
}

#footer_text {
    width: 365px;
}

#left_side {
    width: 375px;
}

#left_left {

}

#left_left h2 {
    text-align: center;
}

#form_container {
    width: 250px;
    border: 1px solid black;
    margin: 0 auto;
}

.centralise {
    text-align: center;
}

#mobile_controls {

}
