* {
  font-size: 16px;
  color: white;
  font-family: sans-serif;
  transition: 250ms;
  text-decoration: none;
}

h1 {
  font-size: 3em;
}

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


.container {
  max-width: 100%;
}

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: 0px 5px 10px 0px;
  background-color: #282828;
  border-radius: 5px;
}

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

.link:hover a {
  color: #b50000;
}

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

.dropbtn {
  background-color: #282828;
  color: white;
  padding: 10px 10px 10px 10px;
  margin: 0px 2px 10px 2px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 5px 6px #542929;
  /*#363636;*/
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: white;
  color: #b50000;
}


.button {
  background-color: #282828;
  color: white;
  padding: 10px 10px 10px 10px;
  margin: 0px 2px 10px 2px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 5px 6px #542929;
  text-align: center;
  /*#363636;*/
}

.button:hover {
  background-color: white;
  color: #b50000;
}


.icons {
  display: flex;
  align-items: flex-end;
  margin: 0px 1px 10px 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;
}

.bus {
  background-image: url(../images/skoolie.png);
  height: 200px;
}

.bday0 {
  background-image: url(../images/skoolie.png);
  height: 200px;
}
.bday1 {
  background-image: url(../images/skoolie.png);
  height: 200px;
}
.bday2 {
  background-image: url(../images/skoolie.png);
  height: 200px;
}
.bday3 {
  background-image: url(../images/skoolie.png);
  height: 200px;
}
.bday4 {
  background-image: url(../images/skoolie.png);
  height: 200px;
}
.bday5 {
  background-image: url(../images/skoolie.png);
  height: 200px;
}
.bday6 {
  background-image: url(../images/skoolie.png);
  height: 200px;
}


#learnhow {
  padding: 10px 25px 15px 25px;
  font-size: 2.5em;
  background-color: #b50000;
  text-shadow: 2px 2px 4px #2e2e2e;
  box-shadow: 2px 1px 3px #2e2e2e;
}

#learnhow:hover {
  padding: 10px 26px 16px 26px;
  font-size: 2.6em;
  cursor: pointer;
  box-shadow: 15px 5px 15px #2e2e2e;
}

.body {
  background-color: #565656;
  padding: 5px 10px 5px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

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

.card h2 {
  font-size: 2em;
  text-align: center;
  margin: 0em .5em 0em 1em;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #33314d;
}

.side {
  width: 40%;
  padding: 10px 25px 15px 25px;
  display: flex;
  flex-direction: column;
}

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;
}

.head {
  margin: 0px;
  padding: 15px 10px 5px 1  0px;
}

.head h1 {
  font-size: 3em;
  text-align: center;
  margin: 0em .5em 0em 1em;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #33314d;
}

.head h2 {
  font-size: 2em;
  margin: 0em .5em 0em 0em;
  font-weight: bold;
}

.topics h2 {
  font-size: 2em;
  text-align: center;
  margin: 1em .5em .6em 1em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  text-shadow: 2px 2px 4px #33314d;
}

.topics {
  display: flex;
  text-align: center;
}

.topic {
  position: relative;
  flex-basis: 33.33334%;
  margin: 0px;
}

.topic:hover img {
  filter: blur(1px);
  opacity: 0.4;
}

.img {
  width: 100%;
  margin: 0px;
}

.topictext {
  /*margin: -55px -5px -5px -5px;*/
  font-size: 1.9em;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 4px #33314d;
}

.section {
  display: block;
}


.skoolie {
  background-color: #47473f;
  width: 40%;
  padding: 10px 25px 15px 25px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: .5px .5px 5px #262626;
}

.skoolie:hover {
  background-color: #2e2e2d;
  box-shadow: .5px .5px 8px #262626;
  cursor: pointer;
}


#skoolie {
  width: 90%;
  align-self: center;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}

#skooliebuild {
  font-size: 1.6em;
}

.titles {
  display: flex;
  margin: 5px 25px 5px 25px;
  justify-content: center;

}

.title {
  display: flex;
  padding: 5px 25px 5px 25px;
  margin: 5px 25px 5px 25px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #b50000;

}

.stories {
  background-color: #47473f;
  margin: 10px 0px 10px 0px;
  padding: 10px 25px 15px 25px;
  display: flex;
  border-radius: 5px;
  box-shadow: .5px .5px 5px #262626;
  width: 90%;
}

.stories:hover {
  background-color: #2e2e2d;
  box-shadow: .5px .5px 8px #262626;
}

#storyimg {
  width: 30%;
  align-self: center;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
  padding: 10px 25px 15px 0px;
}



.expand {
  display: block;
}

.expand:hover {
  display: block;
}


.storyimg1 {
  background-image: url(../images/skoolie.png);
  height: auto;
  width: 30%;
  padding: 0px 1px 0px 0px;
}

.storiesdesc {
  width: 30%;
  align-self: center;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
  padding: 10px 25px 15px 0px;.
  margin: 10px 25px 15px 0px;
}



/* ACADEMY */
/* all together */
.acedemycont {
  display: flex;
  flex-direction: column;
  width: 90%;
  flex-wrap: nowrap;
  border-style: solid;
  border-color: black;
  background-color: white;
}

.coursenav {
  display: flex;
  justify-content: center;
  padding: 10px 0px 0px 0px;
}

.courseall {
  width: 300px;
}

.acedemy {
  display: flex;
  align-items: stretch;
  /* border-color: black; */
}

.courseicons {
  display: none;
  flex-direction: column;
  width: 30%;
  flex-grow: 0;
  margin: 10px 0px 0px 10px;
  padding: 0px 0px 10px 10px;
}

.coursetiles {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  height: 500px;
  overflow: scroll;
  margin: auto;
}

.coursetiles1 {
  display: flex;
  flex-wrap: wrap;
}
/* all together */

/* .asearch {
  background-image: url(../img/search.png);
  height: 30px;
  width: 30px;
  filter: invert(100%);
  margin-left: 50px;
  align-self: center;
  background-repeat: no-repeat;

} */

.coursecard {
  /* display: flex; */
  background-position: center;
  background-size: cover;
  width: 325px;
  height: 200px;
  padding: 7px 7px 7px 7px;
  margin: 20px 20px 20px 20px;
  box-shadow: .5px .5px 6px #262626;
  text-align: center;
  /* align-items: flex-end;
  justify-content: center; */
}

.coursecard h2 {
  font-size: 2.5em;
  text-shadow: 2px 2px 4px #33314d;
  text-transform: uppercase;
}
.chabits {
   background-image: url(../images/habits.jpg);
}

.cphilosophy {
  background-image: url(../images/philos.jpg);
}

.cetiquette {
  background-image: url(../images/etiquette.jpg);
}

.cpersona {
  background-image: url(../images/persona.jpg);
}

.cbusiness {
  background-image: url(../images/business.jpg);
}

.ctechnology {
  background-image: url(../images/technology.jpg);
}
.cautomotive {
  background-image: url(../images/automotive.jpg);
}
.cmetal {
  background-image: url(../images/metal.jpg);
}
.cwood {
  background-image: url(../images/wood.jpg);
}
/* ACADEMY */


/* login screen */
.profilepage {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0px 50px 0px;
}

.profilebox {
  display: flex;
  justify-content: center;
  border-style: solid;
  border-color: black;
  width: 400px;
  height: 400px;
  padding: 30px 20px 7px 20px;
  margin: 137px 7px 3  7px 7px;
  background-color: #47473f;
  color: black;
}

.email {
  margin: 7px 7px -2px 7px;
  background-color: pink;
}

#email {
  border-style: solid;
  border-color: black;
  width: 340px;
  height: 25px;
  padding: 5px 5px 5px 5px;
  margin: 1.5px 7px 7px 0px;
  background-color: white;
  color: black;
  font-size: 1.2em;
  border-radius: 5px;
}

.enteremail {
  border-style: solid;
  border-color: black;
  width: 350px;
  height: 25px;
  padding: 7px 7px 7px 7px;
  margin: 1.5px 7px 7px 7px;
}

.password {
  margin: 7px 7px -2px 7px;
  background-color: green;
}

.enterpassword {
  border-style: solid;
  border-color: black;
  width: 350px;
  height: 25px;
  padding: 7px 7px 7px 7px;
  margin: 1.5px 7px 7px 7px;
}

#password {
  border-style: solid;
  border-color: black;
  width: 340px;
  height: 25px;
  padding: 5px 5px 5px 5px;
  margin: 1.5px 7px 7px 0px;
  background-color: white;
  color: black;
  font-size: 1.2em;
  border-radius: 5px;
}

.remember {
  padding: 7px 7px 7px 7px;
  margin: 0px 7px 0px 7px;
}

.forgot {
  padding: 7px 7px 7px 7px;
  margin: 0px 7px 0px 7px;
}

.login {
  border-style: solid;
  border-color: black;
  padding: 7px 7px 7px 7px;
  margin: 7px 7px 20px 7px;
  text-align: center;
}

.signup {
  margin: 7px 7px 0px 7px;
  text-align: center;
}

/* login screen */



/*CARS PAGE*/
.carpage {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.carpagerow {
  display: flex;
  flex-wrap: wrap;
}

.carcard {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 10px 25px 15px 25px;
  margin: 5px 5px 5px 5px;
  width: 200px;
  background-color: #47473f;
  border-radius: 5px;
  box-shadow: .5px .5px 5px #262626;
}

#carimg {
  padding: 0px;
  margin: 0px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.carcard h2 {
  font-size: 1.5em;
  margin: 0px;
  padding: 0px;
}
.carcard p {
  margin: 0px;
  padding: 5px 0px 5px 0px;
}


/*CARS PAGE*/















/*SHOP CSS*//*SHOP CSS*//*SHOP CSS*/
.shoppage {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.shopitems {
  display: flex;
  flex-wrap: wrap;
}


.itemcard {
  background-color: #47473f;
  padding: 15px 15px 15px 15px;
  margin: 5px 5px 5px 5px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: .5px .5px 5px #262626;
}

.itemimg {
  width: 210px;

}



/*SHOP CSS*//*SHOP CSS*//*SHOP CSS*//*SHOP CSS*/








/*MEDIA*/

@media (min-width: 600px) {
.links {
  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: 97%;
  margin: auto;
  box-shadow: 2px 2px 4px #383838;
}
.dropbtn {
  padding: 9px 9px 9px 9px;
  margin: 0px 1px 10px 1px;
  font-size: 1.2em;
  border-radius: 5px;
  box-shadow: 0 5px 6px #542929;
  /*#363636;*/
}
.section {
  display: flex;
}
.body {
  background-color: #565656;
  padding: 10px 25px 15px 25px;

}


@media (min-width: 992px) {
  .container {
    max-width: 90%;
  }
  #logolg {
    display: block;
  }
  #logomd {
    display: none;
  }
  .dropbtn {
    padding: 10px 10px 10px 10px;
    margin: 0px 2px 10px 2px;
    font-size: 1.5em;
    border-radius: 5px;
    box-shadow: 0 5px 6px #542929;
    /*#363636;*/
  }
  .coursenav {
    display: none;
  }
  .courseicons {
    display: flex;
  }
  .itemimg {
    width: 300px;

  }

}


/*.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;

}*/
