/****Stylesheet for Loxx Hair Salon Thorpe Willoughby****/


html 
{
  scroll-padding-top: 80px; /* height of sticky header */
}

html,body
{
   width: 100%;
   height: 100%;
   margin: 0;
}

body
{
   width: 100%;
   height: 100%;
   margin: 0;
   
}

.row
{
    text-align:center;
    
}

.no-gutter
{
    padding-right: 0 !important;
    padding-left: 0 !important;
    --bs-gutter-x: -0.5rem;
}

.navbar-expand-lg
{
    background-color:red;
}

.nav-link
{
color:white;
}


.navigation-bar 
{
    width:1920px;
    max-width: 100%; 
    height: 80px; 
    background-color:#000000;
    
}


.navigation-bar ul 
{
  list-style-type: none;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  text-align: center;
  float: right;
  background-color: black;
  color:white;
}

.home_banner
{
margin-top:80px
    max-width:100%;
}

img 
{
    max-width: 100%;
    display: block;
}

.home
{
    background-image:url("images/loxx_thorpe_willoughby_bkg.jpg");
    background-size: cover;
    text-align:center;
}

.home_text
{
    padding:40px 40px 40px 40px;
    color:black;
    font-size:1.2em;
    text-align:center;
}

.service_bkg
{
    background-image:url("images/hair_and_makeup.jpeg");
    max-width:100%;
}

.col
{
    display: flex;
    justify-content: center;
}

.red
{
    background-color:red;
}


.green
{
    background-color:green;
}

.services_text
{
    padding:40px 40px 40px 40px;
    color:white;
    font-size:1.2em;
    text-align:center;
}



table
{
    color:white;
    padding:0px;
}

th
{
    width:250px;
    text-align:left;
}

td
{
    width:250px;
    text-align:left;
}

.row>* {
    padding-right:  calc(var(--bs-gutter-x) * 0) !important;
}

.row {
   margin-right: 0px;
}



