﻿
@font-face {
font-family: 'Trebuchet';
font-style: normal;
font-weight: normal;
src: url('/Fonts/trebuc.woff') format('woff');
}


@font-face {
font-family: 'Trebuchet Italic';
font-style: normal;
font-weight: normal;
src: url('/Fonts/Trebuchet-MS-Italic.woff') format('woff');
}

body   
{
    background: linear-gradient(to bottom, #dcf1f1 0px, #b1e6c4 100%);
    font-size: 14pt;
    font-family: 'Trebuchet', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000;
}

/*a:link, a:visited
{
    color: #000;
}*/

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #5bc0de;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    /*font-size:medium;
    margin-left:40px;
    margin-right:40px;*/
}

    .img { background-size: cover; background-position: top center; height: 350px; background-color: #EEE; background-repeat: no-repeat; }
    .img span.caption { text-shadow: 0 0 3px #000; color: #FFFFFF; background-color: rgba(0, 0, 0, 0.8); padding: 10px; font-size: 16px; position: absolute; bottom: 10px; left: 10px; right: 10px; -moz-transition-duration: 200ms; -o-transition-duration: 200ms; -webkit-transition-duration: 200ms; transition-duration: 200ms; }
    .img:hover span.caption, .img:focus span.caption { padding-top: 45px; padding-bottom: 45px; }

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

h2
{
    font-size: 16pt;
    font-weight: 600;
    margin-left:40px;
    margin-right:40px;
}
.homepage h2
{
    font-size: 24pt;
}
.homepage .card-body 
{
    padding-bottom:0px;
}
.homepage .row
{
    margin-left:0px;
    margin-right:0px;
}
h3
{
    font-size: 16pt;
    margin-bottom:10px;
}
.homepage h3 
{
    font-size: 14pt;
    margin-bottom:20px;
}
.para1
{
    font-size: 18pt !important;
}
h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.topline
{
    height:63px;
    width:100%;
    background-color:white;
}
.page
{
    max-width: 1100px;
    background-color: transparent;
    margin: 0px auto 0px auto;
    margin-top:-63px;
    /*border: 1px solid #496077;*/
}

.header
{
    position: relative;
    padding: 0px;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #000;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.header .row
{
    background-color:white;
}
.main
{
    padding: 0px 0px;
    margin: 0px;
    min-height: 420px;
    overflow-x:hidden;
}

/*.row
{
    margin:0px;
}*/
.carousel 
{
    margin-top:50px;
    margin-bottom:40px;
    height: 388px;
}
.carousel h3
{
    color:#fff
}
.carousel-item
{
    height:388px;
}

.card
{
    margin-top:30px;
    margin-bottom:30px;
}
.main-products
{
    margin-bottom:10px !important;
}
.card-title
{
    margin:0px 0px 1.0rem 0px;
}
.main-products .card-title
{
    margin-bottom:0px;
}


.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    background-color: #000;
    padding: 8px 0px 0px 0px;
    margin-top:50px;
    /*margin: 0px auto 20px auto;*/
    text-align: center;
    line-height: normal;
    display:block;
    height:50px;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.logo
{
    width: 100%;
    /*width:200px;*/
    height:164px;
    background-image:url("../Images/PainswickPets_Heading.png");
    /*background-image:url("../Images/P Pets logo web_200w.png");*/
    background-repeat:no-repeat;
    background-position:center;
}

.title
{
    display: block;
    margin:0px auto 0px auto;
    text-align:center;
}

.bold
{
    font-weight: bold;
}

.ben_image
{
    float:left;
    margin:20px 0px 10px 80px;
}
.ben_text
{
    float:left;
    margin:80px 0px 0px 10px;
}

/* Product Menu listing */

.product
{
    width:600px !Important;
    height:200px;
    margin:10px auto;
}
.product_image
{
    width:200px;
    float:left;
}
/*
.product_link
{
    height:200px;
    text-align:left;
    float:left;
    margin-left:20px;
    vertical-align:middle;
}
*/
.product_link
{
    font-size:large;
}

.collar_prices
{
    margin:0 auto 0 auto; 
    border:1px solid #465c71;
    font-size:medium;
}
.collar_prices th
{
    background-color:#465c71;
    color:White;
}
.collar_prices td
{
    border-top:1px solid #465c71;
}

.collar_footer
{
    margin-top:10px;
    margin-bottom: 20px;
    margin-left:190px;
    margin-right:190px;
}

.address
{
    font-size:medium;
    margin-left:80px;
}

.login_failed
{
    font-size:x-small;
    color:Red;
}

.deco_lead_set
{
    margin-left:40px;
    margin-bottom:25px;
    float:left;
}

/*.navbar
{
    margin-top:20px !important;
}
.nav a 
{
    font-size: 14px;
}
.navbar-nav li a
{
    padding-top:10px;
}
.navbar-inverse
{
    background-image: linear-gradient(to bottom, #465c71//#3C3C3C// 0px, #465c71//#222// 100%);
}*/
.navbar-light .navbar-nav .nav-link.active
{
    color: #56c3bc;
}
.navbar-light .navbar-nav .nav-link
{
    color:rgba(0,0,0,1);
}
.nav-item
{
    font-size:12pt;
}
.navbar-nav .nav-link
{
    padding: 0px 14px;
}


.navbar-nav
{
    flex-direction:row;
}

.navbar
{
    background-color:white;
    padding:0px;
}
.navbar-brand
{
    padding:0px;
}
.product-grid
{
    margin-left:-9px;
}
.product-grid .col-md-4
{
    /*flex: 0 0 31.333%;*/
}
/*@media only screen and (max-width: 978px) 
{
    .product-grid .col-md-4
    {
        /flex: 0 0 50%;/
    }
    .product-grid .col-sm-6
    {
        /flex: 0 0 50%;/
    }
}*/
.product-grid a
{
    /*margin:10px;*/
    padding:10px;
}
.product-grid .no-click
{
    padding:10px;
}
.product-grid .img
{
    /*border:2px solid ;*/
}
.fb-page
{
    /*margin:10px;*/
    padding:10px;
}
.form-control
{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}