html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
    margin-top:0px;
    width:90%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

a {
    color: #000;
}

a:hover {
    color: #000;
    text-decoration: none;
}

b,
strong {
    font-weight: 600;
}

samp {
    display: none;
}

ul > li {
    list-style: none;
}

.btn-primary:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

header {
    padding: 30px 0;
    color: #000000;
    background-color: #ffffff;
}

header h6 {
    font-size: 14px;
    letter-spacing: 4px;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success.focus,
.btn-success:focus {
    box-shadow: none;
}

nav {
    background-color: #ffffff !important;
    border-top: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1607843137254902);
    -moz-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1607843137254902);
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1607843137254902);
}

header .fa {
    font-size: 20px;
    margin-left: 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,

.navbar-dark .navbar-nav .active > .nav-link {
    font-weight: 600;
    color:white;
    background-color: black;
    height: 55px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #6d6d6d;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 20px;
}

.navbar-nav {
    justify-content: center;
    width: 100%;
    height: 55px;
}

.navbar {
    padding: 0;
}

.navbar-nav .nav-item {
    border-right: 1px solid #ccc;
}

.navbar-nav .nav-item:last-child {
    border-right: 0;
}

.sticky-top {
    transition: all 0.25s ease-in;
}

/* style for when sitcky is applied */

.stuck .sticky-top {
    background-color: #ffffff !important;
}

.jumbotron {
    width: 100%;
    height: 495px;
    position: relative;
    background-image: url(../img/index.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.jumbotron-no-background {
    width: 100%;
    padding: 5px;
    
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h4 {
    color: #ffffff;
    text-transform: uppercase;
}

.jumbotron h4 {
    font-size: 16px;
    background: #000;
    display: inline;
    letter-spacing: 5px;
    padding: 15px 40px;
}

.jumbotron h2 {
    font-size: 22px;
    margin-top: 0;
    font-weight: 500;
    padding-bottom: 30px;
}

.jumbotron h1 {
    font-size: 51px;
    font-weight: 700;
    text-transform: uppercase;
}

.content {
    position: relative;
    text-align: center;
}

.gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000', GradientType=1);
}

.thumbnail {
    background-color: whitesmoke;
    height: 320px;
    border: none;
    border-radius: 0px;
    text-align: center;
}

.header-footer-hr{
    border-width:1px;border-color:purple;
}
.title-menu1:after {
    content: 'PEP Supplier Introduction';
}
.title-menu2:after {
    content: 'Photography & Copy Guidelines';
}
.title-menu3:after {
    content: 'Product Enrichment Resources';
}
.title-menu4:after {
    content: 'Reporting';
}
.title-menu7:after {
    content: 'MYER Marketplace';
}
.title-menu6:after {
    content: 'BULLETINS';
    color:rgb(241, 97, 45);
}
.title-main:after {
    font-size: 40px;
    content: 'Supplier Toolbox';
}
.title-email:after {
    content: 'onlineenrichment@myer.com.au';
}
.title-email_2:after {
    content: 'b2bsupplierportal@myer.com.au';
}
.title-main-hr {
    border-width:5px;
    border-color:purple;
}
.content-row {
    margin-top:10px;
    padding: 20px;
    outline: 0.1px solid #ccc;
    outline-offset: -10px;
}

.left-column{
    text-align:left;
    height:550px;
}
.body-column{
    text-align:justify;padding: 40px;
}

.list-group-item.active, .list-group-item.active:hover {
    background-color: rgb(128, 85, 128);
    border-color: #e9cdec;
    color: #fff;
}
.sub-title{
    padding:2px 2px 10px 2px;
}
.list-style-1{
    list-style: square;
}
.list-style-2{
    list-style: square;margin-left: 35px;
}
.video-card{width: 400px;margin-left: 60px;margin-bottom: 10px;}
.link-style{
    color:#EC5800;
    text-decoration: underline;
}

.dropdown-menu{
    font-size: 11px;
}

.dropdown{
    background-color:cornsilk;
    color:coral;
}
