@font-face {
    font-family: 'PT Sans';
    src: url('https://www.landwsandandstone.com/Content/fonts/PTSans-Regular.eot');
    src: url('https://www.landwsandandstone.com/Content/fonts/PTSans-Regular.eot#iefix') format('embedded-opentype'), url('https://www.landwsandandstone.com/Content/fonts/PTSans-Regular.woff') format('woff'), url('https://www.landwsandandstone.com/Content/fonts/PTSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans Narrow';
    src: url('https://www.landwsandandstone.com/Content/fonts/PTSans-NarrowBold.eot');
    src: url('https://www.landwsandandstone.com/Content/fonts/PTSans-NarrowBold.eot#iefix') format('embedded-opentype'), url('https://www.landwsandandstone.com/Content/fonts/PTSans-NarrowBold.woff') format('woff'), url('https://www.landwsandandstone.com/Content/fonts/PTSans-NarrowBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('https://www.landwsandandstone.com/Content/fonts/PTSans-Italic.eot');
    src: url('https://www.landwsandandstone.com/Content/fonts/PTSans-Italic.eot#iefix') format('embedded-opentype'), url('https://www.landwsandandstone.com/Content/fonts/PTSans-Italic.woff') format('woff'), url('https://www.landwsandandstone.com/Content/fonts/PTSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('https://www.landwsandandstone.com/Content/fonts/PTSans-Bold.eot');
    src: url('https://www.landwsandandstone.com/Content/fonts/PTSans-Bold.eot#iefix') format('embedded-opentype'), url('https://www.landwsandandstone.com/Content/fonts/PTSans-Bold.woff') format('woff'), url('https://www.landwsandandstone.com/Content/fonts/PTSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('https://www.landwsandandstone.com/Content/fonts/PTSans-BoldItalic.eot');
    src: url('https://www.landwsandandstone.com/Content/fonts/PTSans-BoldItalic.eot#iefix') format('embedded-opentype'), url('https://www.landwsandandstone.com/Content/fonts/PTSans-BoldItalic.woff') format('woff'), url('https://www.landwsandandstone.com/Content/fonts/PTSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans Narrow';
    src: url('https://www.landwsandandstone.com/Content/fonts/PTSans-Narrow.eot');
    src: url('https://www.landwsandandstone.com/Content/fonts/PTSans-Narrow.eot#iefix') format('embedded-opentype'), url('https://www.landwsandandstone.com/Content/fonts/PTSans-Narrow.woff') format('woff'), url('https://www.landwsandandstone.com/Content/fonts/PTSans-Narrow.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family:'PT Sans';
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: inherit;
    font-weight: 500;
    line-height: 22px;
    color: inherit;
    font-size:16pt;
    margin-top: 20px;
    margin-bottom: 10px;
}
.template-header {
    width: 100%;
    background: white;
}
p
{
    font-family:'PT Sans';
    font-size:15px;
}
/*start navigation*/
@media (max-width: 415px) {
    .navbar-header {
        float: none;
    }
   .navbar-toggle {
        display: block;
        color:white;
        background-color:white;
    }
    .navbar-default .navbar-brand
    {
        color:white;
    }
    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-default .navbar-toggle
    {
        background-color:white !important;
        border-radius:0px;
    }
    .navbar-nav {
        float: none!important;
        margin: -1px -15px;
        color:white;
        border:0px;
    }
    .navbar-nav>li {
        float: none;
         border:0px !important;
         margin-top:-1px !important;       

    }
    /*.nav-bar,.navbar-header,.navbar-nav>li,.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,.navbar-nav>li>a:focus,.navbar-nav>li>a:visited,.navbar-default .navbar-nav>li>a:hover,.navbar-nav>li>a*/
    .navbar,.navbar-nav>li>a,.navbar-nav>li
    {
        /* background-color: deepskyblue !important;*/
         color:white !important;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;        
        border:0px;
    }

    .navbar-text {
        float: none;
        margin: 0px 0;      
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/*end navigation*/
.template-header .title h1 {
    font-size: 16pt;
    margin: 0;
    padding: 0;
    font-family:'PT Sans';
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight:700;
}

.template-header .mini-info {
    text-align: right;
    margin-right: -10px;
}

.template-header .mini-info .col-12 {
    padding-right: 0px !important;
}

.template-header .mini-info .number {
    padding-top: 20px;
}

.template-header .mini-info .number a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.template-header .mini-info .address a {
    color: black;
    text-decoration: none;
    font-size: 15px;
}

.template-header .mini-info .social {
    text-align: right;
}

.template-header .mini-info .social .social-circle {
    /*background: #9e9e9e;*/
    border-radius: 100%;
    width: 25px;
    height: 20px;
    color: white;
    display: block;
    float: right;
    font-size: 24px;
    color: #7f9ff4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}


/*.banner {
  position: relative;
  height:400px;
}*/
.banner:before {
  display: block;
  content: "";
  width: 100%;
}
.banner > .content {
  
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-position: inherit;*/
  background-size: cover;
  height: 400px;
   /* width:1024px;*/
       /*position: absolute;*/
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    background-size: cover;
    background-position: center;

    /*transform: scale(1.0, 1.0);
-ms-transform: scale(1.0, 1.0);
-webkit-transform: scale(1.0, 1.0);*/
}
}
.banner img.resize
{
    /*height:400px;
    width:1024px;
      position: relative;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    background-size:contain;*/
}


.navigation {
    background: #7f9ff4;
    box-sizing: border-box;
    padding: 18px 20px;
    margin-bottom: 10px !important;
    display: flex;
    justify-content: center;
}

.navigation a {
    display: inline-block;
    color: white;
    text-decoration: none;
    margin-left: 30px;
    font-size: 18px;
    font-weight: 300;
}

.navigation a .active{
    font-weight:bold;
}

.navigation a:first-child {
    margin-left: 0px;
}

.navigation a.active {
    font-weight: bold;
}

.template-footer {
    background: #7f9ff4;
    color: white;
    text-align: center;
}

.template-footer .links {
    /*padding-top: 20px;*/
}

.template-footer .links ul {

    margin-left:-43px;
    margin-bottom:0px;
}

.template-footer .links ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 10px;
    font-size: 13px;
    font-family: 'PT Sans';
    padding-bottom: 4px;
}

.template-footer .number a {
    color: white;
    font-size: 22px;
    text-decoration: none;
    font-family: 'PT Sans';
}
.template-footer .address a {
    color: white;
    text-decoration: none;
}
.template-footer {}
.template-footer {}

@media screen and (max-width: 450px){
     .template-footer .links ul
    {
        margin-left:unset !important;
    }
    .footer-links-list{
        padding-left: unset !important; 
        padding-right: unset !important;
    }
}
@media screen and (min-width: 414px) and (max-width:415px) {
   .centeralign{text-align:center;}
        .banner {
  /*position: relative;
  height:200px;*/
}
.banner:before {
  display: block;
  content: "";
  width: 100%;
}
.banner > .content {
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: contain !important;*/
    top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-position: inherit;*/
  background-size: cover;
  height: 224px;
   /* width:1024px;*/
       /*position: absolute;*/
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    background-size: cover;
    background-position: center;

    /*transform: scale(1.0, 1.0);
-ms-transform: scale(1.0, 1.0);
-webkit-transform: scale(1.0, 1.0);*/
}
.banner img
{
    height:200px;
    width:414px;
}
    .navigation {
        background: #7f9ff4;
        box-sizing: border-box;
        padding: 0px 20px;
        padding-bottom: 20px;
        margin-bottom: 10px !important;
        display: block;
        justify-content: center;
        width: 100%;
        overflow: hidden;
        height: auto;
        text-align: center;
    }

    .navigation a {
        display: inline-block;
        color: white;
        text-decoration: none;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 20px;
        font-size: 14px;
        font-weight: 300;
    }

    .navigation a:first-child {
        margin-left: 15px;
    }

    .template-header {
        box-sizing: border-box;
       /* padding: 40px;
        padding-bottom: 20px;*/
       padding-top:4px;
    }

    .template-header .title h1 {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 10px;
        font-weight:700;
    }

    .template-header .mini-info {
        text-align: center;
    }

    .template-header .mini-info .social {
        text-align: center;
    }
.template-header .mini-info .number {
    padding-top: 0px;
}
    .template-header .mini-info .social .social-circle {
        float: initial;
        font-size: 24px;
        color: #7f9ff4;
        display: inline-block;
        margin-left: 10px;
        flex-direction: row;
    }

    .template-header .mini-info .number a {
        text-decoration: none;
        color: black;
        font-weight: bold;
        font-size: 18px;
    }

    .template-header .mini-info .address a {
        font-size: 14px;
    } 

    footer {
        padding-bottom: 50px;
    }
    .template-footer .links ul
    {
        margin-left:0px !important;
    }
    .footer-links-list{
        padding-left: unset !important; 
        padding-right: unset !important;
    }
}
@media screen and (min-width: 375px) and  (max-width: 375px){
.banner img
{
    height:200px;
    width:375px;
}
}
@media screen and (min-width: 360px) and  (max-width: 360px){
.banner img
{
    height:200px;
    width:360px;
}
}
@media screen and (max-width: 700px) {
    .centeralign{text-align:center;}
    .banner {
  /*position: relative;
  height:200px;*/
}
.banner:before {
  display: block;
  content: "";
  width: 100%;
}
.banner > .content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-position: inherit;*/
  background-size: cover;
  height: 214px;
   /* width:1024px;*/
       /*position: absolute;*/
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    background-size: cover;
    background-position: center;

    /*transform: scale(1.0, 1.0);
-ms-transform: scale(1.0, 1.0);
-webkit-transform: scale(1.0, 1.0);*/
}

    .navigation {
        background: #7f9ff4;
        box-sizing: border-box;
        padding: 0px 20px;
        padding-bottom: 20px;
        margin-bottom: 10px !important;
        display: block;
        justify-content: center;
        /*width: 100%;*/
        overflow: hidden;
        height: auto;
        text-align: center;
    }

    .navigation a {
        display: inline-block;
        color: white;
        text-decoration: none;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 20px;
        font-size: 14px;
        font-weight: 300;
    }

    .navigation a:first-child {
        margin-left: 15px;
    }

    .template-header {
        box-sizing: border-box;
        /* padding: 40px;
        padding-bottom: 20px;*/
       padding-top:10px;
    }

    .template-header .title h1 {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 10px;
        font-weight:700;
    }

    .template-header .mini-info {
        text-align: center;
    }
    .template-header .mini-info .number {
    padding-top: 0px;
}
    .template-header .mini-info .social {
        text-align: center;
    }

    .template-header .mini-info .social .social-circle {
        float: initial;
        font-size: 24px;
        color: #7f9ff4;
        display: inline-block;
        margin-left: 10px;
        flex-direction: row;
    }

    .template-header .mini-info .number a {
        text-decoration: none;
        color: black;
        font-weight: bold;
        font-size: 18px;
    }

    .template-header .mini-info .address a {
        font-size: 14px;
    } 
    .template-footer .links ul
    {
        margin-left:0px;
    }
    footer {
        padding-bottom: 50px;
    }
    .footer-links-list{
        padding-left: unset !important; 
        padding-right: unset !important;
    }
}

li.footer-links img {
    width: 40px !important;
    height: 40px !important;
    margin-left: 11px;
}

.footer-links-list{
    line-height:10px; 
    padding-left: 150px; 
    padding-right: 92px;
}