/* This is the master SCSS file 
 * from which all other SCSS files will be called.
 * Examples taken from http://sass-lang.com/guide
 */
/* 
 * Variables and optional mixins, written in SCSS.
 * Examples taken from http://sass-lang.com/guide
 *
 */
/* 
 * Main styles, written in SCSS.
 * Examples taken from http://sass-lang.com/guide
 *
 */


.message, .success, .error, .warning {
  border: 1px solid #ccc;
  padding: 10px;
  color: #333;
}

.success {
  border-color: green;
}

.error {
  border-color: red;
}

.warning {
  border-color: yellow;
}

.container {
  width: 100%;
}

article[role="main"] {
  float: left;
  width: 62.5%;
}

aside[role="complimentary"] {
  float: right;
  width: 31.25%;
}
body {
  background-image: url(assets/img/logo.png); 
  overflow-x: hidden;
}
header {
  margin-top: -2px;
}

.header {
  height: 120px;
  background-color: white;
}
.header img {
  width: 300px;
  margin-left: 75px;
  margin-top: 20px;
  display: inline-block;
}

.navbar {
  background: white;
  padding-bottom: 15px;

}
.navbar-nav {
  margin: 0 auto;
}
.nav-item {
/*  padding-right: 70px;*/
  font-size: 15px;
  display: inline;
  border-bottom: 2px solid transparent;
  margin: 0 15px;

}
.nav-item:hover {
  border-bottom: 2px solid black;
}

a:hover {
  color: inherit;
}

li  {
   display: inline;
}
#arrivalsImg {
  margin-top: -2px;
}

#loginCon {
  background: #021c3b;
  padding: 80px;
  color: white;

}
.nav-link {
  color: black;
}
.userForm {
   color: black;
   padding-left: 15px
}
.regForm {
  text-align: center;
}
#profileForm {
  margin-left: 330px;
  background: #021c3b;
  padding: 80px;
  color: white;
}
#porfileEmail {
  margin-left: 36px;
}
hr {
  padding-top: -15px;
  background-color: grey;
  border: 0 none;
  color: grey;
  height: 1px;
}
#cartHr {
  width: 98%;
}
#myProduct {
  padding-left: 40px;
}

ul{
  float:left;
  margin:0;
  padding:0;
  list-style:none;
}
#clickFont {
  color: #021c3b;
  text-decoration: none;
}
.card-title {
  text-align: center;
}
#clickFont h3:hover { 
  color: #DDD;
}
#homeImg {
  margin-top: -2px;
}
.productBan {
  text-align: center;
}
.productHeader {
  margin-left: 130px;
  margin-top: -2px;
}
.cartHeader {
  margin-top: -2px;
}
.productDisplay {
  margin-left: 100px;
}
.productText {
  text-decoration: none !important;
  margin-left: 115px;
  text-align: center;
  color: black;
}

#productHover:hover {
  text-decoration: none !important;
  color: grey;
}

.cartImgSale {
  margin-right: 300px;

}

.btn {
  padding: 14px 24px;
  border: 0 none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius:0;
  width: 200px;
  margin-left: 225px;
  background-color: #021c3b;
}
.btn1 {
  padding: 14px 24px;
  border: 0 none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius:0;
  width: 200px;
  margin-left: 260px;
  background-color: white;
}
.btn2 {
  padding: 14px 24px;
  border: 0 none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius:0;
  width: 200px;
  margin-left: 0px;
  background-color: #021c3b;
  margin-top: 30px;
}
.btn3 {
  padding: 14px 24px;
  border: 0 none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius:0;
  width: 200px;
  margin-left: 330px;
  background-color: #b8b8b8;
}
.btn4 {
  padding: 14px 24px;
  border: 0 none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius:0;
  width: 200px;
  margin-left: 220px;
  background-color: #b8b8b8;
}
.btn5 {
  margin-left: 530px;
}


.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
}

.btn-primary {
  background: #0099cc;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background: #33a6cc;
}

.btn-primary:active, .btn-primary.active {
  background: #007299;
  box-shadow: none;
}

.carousel {
  margin-bottom: 0;
  padding: -20 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
  left: -12px;
}
.carousel-control.right {
  right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
  text-align: center;
  top: auto;
  bottom: 0px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
  background: #c0c0c0;
}
.carousel-indicators .active {
  background: #white;
}

input , select {
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 400px;
  font-size: 18px;
  color: grey;
}
#shopBag {
  margin-top: 20px;
}
h3 {
  text-align: justify;
  padding-top: 20px;
  font-size: 20px;
}
h4 {
  display: inline-block;
}
#userTag{
  margin-left: 120px;
}
#firstTag{
  margin-left: 123px;
}
#lastTag{
  margin-left: 128px;
}
#compTag{
  margin-left: 124px;
}
#passTag{
  margin-left: 122px;
}
#passConTag{
  margin-left: 14px;
}
#emailTag{
  margin-left: 159px;
}
#userBtn{
  margin-left: 242px;
}
#catLabel {
  margin-left: -43px;
}
#regBtn {
  margin-left: 75px;
}
#myForm {
  margin: 40px 40px 40px 40px;
}
.itemImg {
  text-align: center;
}
.cartImg {
  width: 80px;
}
#log1 {
  margin-left: 230px;
}
#proForm {
  background-color: #021c3b; 
  padding: 15px;
}
#hatImage {
  margin-top: 20px;
}
.form-control2 {
  width: 155%;
}
#cashOut {
  background: #021c3b; 
  height: 220px;

}
#orderTag h4 {
  text-align: center;
}

#orderHat {
  margin-left: 0px;
  margin-bottom: 40px;
}

ul {
  list-style-type: none;
  text-align: center;
}
#homePg h3 {
  text-align: center;
}
.grow img{
transition: 1s ease;
}

.grow img:hover{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: 1s ease;
}

footer {
  background-color: #021c3b;
  font-size: 14px;

}
footer img {
  width: 150px;
  float: right;
}

