* {
  font-size: 16px;
  color: white;
  font-family: sans-serif;
  transition-timing-function: ease;
  text-decoration: none;
}

html {
  background-color: #232323;
  /* background-color: #565656;*/
}

/*
.container {
  max-width: 90%;
  margin: auto;
  box-shadow: 2px 2px 4px #33314d;
}*/

header {
  background-color: black;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#logomd {
  display: block;
}

#logolg {
 display: none;
}

.links {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.link {
  padding: 5px;
  margin: 2px;
  background-color: #282828;
  border-radius: 5px;
}

.link:hover {
  background-color: #FFF;
}

.link:hover a {
  color: #4d4dff;
}

.links a {
  text-decoration: none;
  font-size: 1em;
  align-items: center;
}

.icons {
  display: flex;
  align-items: flex-end;
}

.icon {
  padding: 0px 1px 0px 0px;
}

#cart {
  background-image: url(../img/cart.png);
  height: 35px;
  width: 35px;
  padding: 0px 1px 0px 0px;
  /*display: block;*/
}

#cart:hover {
  background-image: url(../img/carth.png);
}

#search {
  background-image: url(../img/search.png);
  height: 35px;
  width: 35px;
  padding: 0px 1px 0px 0px;
  /*display: block;*/
}

#search:hover {
  background-image: url(../img/searchh.png);
}

#profile {
  background-image: url(../img/profile.png);
  height: 35px;
  width: 35px;
  padding: 0px 1px 0px 0px;
  /*display: block;*/
}

#profile:hover {
  background-image: url(../img/profileh.png);
}

/*
#iconh:hover {
  display: block;
}*/

.hero {
  background-image: url(../img/hero.jpg);
  height: 300px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.heroh1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heroh1 h1{
  margin: 0;
  font-size: 3em;
  text-shadow: 2px 2px 4px #33314d;
  text-align: center;
}

#learnhow {
  padding: 10px 25px 15px 25px;
  font-size: 2.5em;
  background-color: #4d4dff;
}

#learnhow:hover {
  padding: 10px 26px 16px 26px;
  font-size: 2.6em;
  cursor: pointer;
  box-shadow: 2px 2px 4px #33314d;
}

.body {
  background-color: #565656;
  padding: 10px 25px 15px 25px;
  display: flex;
}

.card {
  width: 60%;
  padding: 10px 25px 15px 25px;
}

.card1 {
  width: 50%;
  padding: 10px 25px 15px 25px;
}

.side {
  width: 40%;
  padding: 10px 25px 15px 25px;
}

footer {

}

#footer {
  background-color: #282828;
  display: flex;
  justify-content: center;
}

footer a {
  font-size: .7em;
}

footer a:hover {
  font-size: .9em;
}

footer h4 {
  font-size: 1.1em;
  margin: 15px 0px 0px 0px;
  padding: 0px;
}

.unstyled-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.left {
  padding: 0px 30px 11px 30px;
}

.center {
  padding: 0px 30px 11px 30px;
}

.right {
  padding: 0px 30px 11px 30px;
}

#copy {
  background-color: #282828;
  align-self: center;
  padding-bottom: 5px;
}

@media (min-width: 650px) {
.link {
  font-size: 1.5em;
}
.cart {
  padding: 0px 30px 0px 0px;
}
.search {
  padding: 0px 30px 0px 0px;
}
.profile {
  padding: 0px 30px 0px 0px;
}
.container {
  max-width: 90%;
  margin: auto;
  box-shadow: 2px 2px 4px #383838;
}
}
@media (min-width: 992px) {
  #logolg {
    display: block;
  }
  #logomd {
    display: none;
  }

}


/*.link {
  display: inline-block;
  padding: 0px 15px 5px 0px;
  margin: 2px;
  border-width: 5px;
  border-radius: 2px;
  border-color: #33314d;
  box-shadow: 0 9px #999;
  cursor: pointer;
  background-color: #565656;
  border: none;
  border-radius: 7px;
  box-shadow: 0 2px 5px #FFF;
  justify-content: center;

}*/
