.course-create-main, .course-details-main, header {
  padding: 0 1rem;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
}

header {
  height: 80px;
  background-color: #140625;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header a {
  color: #e9e9e9;
  text-decoration: none;
  font-size: 1.4rem;
}
header a:hover {
  color: white;
}
@media (min-width: 768px) {
  header a {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  header a {
    font-size: 2rem;
  }
}

.signin-main {
  width: 70%;
  margin: 2rem auto;
}
.signin-main h1 {
  text-align: center;
}
.signin-main p {
  font-size: 1.2rem;
  padding: 0.5rem 0;
}
.signin-main input {
  color: black;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  width: 100%;
  border: 2px solid grey;
  font-size: 1.1rem;
}
.signin-main input:focus {
  outline: none;
  border-color: #250946;
}
@media (min-width: 768px) {
  .signin-main {
    width: 60%;
  }
  .signin-main h1 {
    font-size: 2.2rem;
  }
  .signin-main p {
    font-size: 1.4rem;
  }
  .signin-main input {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .signin-main {
    width: 40%;
  }
  .signin-main h1 {
    font-size: 2.3rem;
  }
  .signin-main p {
    font-size: 1.5rem;
  }
  .signin-main input {
    font-size: 1.4rem;
  }
}

.signup-main {
  width: 70%;
  margin: 2rem auto;
}
.signup-main h1 {
  text-align: center;
}
.signup-main p {
  font-size: 1.2rem;
  padding: 0.5rem 0;
}
.signup-main input {
  color: black;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  width: 100%;
  border: 2px solid grey;
  font-size: 1.1rem;
}
.signup-main input:focus {
  outline: none;
  border-color: #250946;
}
.signup-main .erors p {
  text-align: center;
  color: red;
}
.signup-main .erors p:first-of-type {
  color: #0da30d;
}
.signup-main .erors {
  display: none;
}
@media (min-width: 768px) {
  .signup-main {
    width: 60%;
  }
  .signup-main h1 {
    font-size: 2.2rem;
  }
  .signup-main p {
    font-size: 1.4rem;
  }
  .signup-main input {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .signup-main {
    width: 40%;
  }
  .signup-main h1 {
    font-size: 2.3rem;
  }
  .signup-main p {
    font-size: 1.5rem;
  }
  .signup-main input {
    font-size: 1.4rem;
  }
}

.course-details-main {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "h1" "course-details" "course-time";
}
.course-details-main h1 {
  grid-area: h1;
  text-align: center;
}
@media (min-width: 768px) {
  .course-details-main {
    grid-template-columns: 60% 32%;
    grid-template-areas: "h1 h1" "course-details course-time";
    grid-row-gap: 2rem;
    grid-column-gap: 4rem;
  }
  .course-details-main h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .course-details-main {
    grid-template-columns: 70% 25%;
  }
}

.course-create-main {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}
.course-create-main h1 {
  margin: 2rem;
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .course-create-main h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .course-create-main h1 {
    font-size: 2.2rem;
  }
}

.home-main {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .home-main {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .home-main {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.logsection a:first-of-type {
  margin-right: 0.5rem;
}
.logsection a {
  color: rgba(230, 230, 230, 0.849);
  font-size: 1rem;
}
.logsection a:hover {
  transition: 0.2s all;
  color: white;
}
.logsection p {
  display: inline-block;
  color: white;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .logsection p {
    font-size: 1.4rem;
  }
  .logsection a {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .logsection p {
    font-size: 1.5rem;
  }
  .logsection a {
    font-size: 1.3rem;
  }
}

.signin-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signin-buttons a {
  font-weight: bold;
  text-align: center;
  width: 47%;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-top: 1rem;
  border: 2px solid #250946;
  background-color: #250946;
  color: white;
  padding: 0.4rem 1rem;
  transition: 0.2s all;
}
.signin-buttons a:hover {
  background-color: #140625;
}
.signin-buttons a:last-of-type {
  border: 2px solid #250946;
  background-color: white;
  color: #250946;
}
.signin-buttons a:last-of-type:hover {
  background-color: #250946;
  color: white;
}
@media (min-width: 768px) {
  .signin-buttons a {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .signin-buttons a {
    font-size: 1.4rem;
  }
}

.signup-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signup-buttons a {
  font-weight: bold;
  text-align: center;
  width: 47%;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-top: 1rem;
  border: 2px solid #250946;
  background-color: #250946;
  color: white;
  padding: 0.4rem 1rem;
  transition: 0.2s all;
}
.signup-buttons a:hover {
  background-color: #140625;
}
.signup-buttons a:last-of-type {
  border: 2px solid #250946;
  background-color: white;
  color: #250946;
}
.signup-buttons a:last-of-type:hover {
  background-color: #250946;
  color: white;
}
@media (min-width: 768px) {
  .signup-buttons a {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .signup-buttons a {
    font-size: 1.4rem;
  }
}

.course-actions {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  background-color: rgba(42, 20, 68, 0.192);
  padding-bottom: 1rem;
}
.course-actions a {
  margin-right: 1rem;
  font-weight: bold;
  text-align: center;
  width: 60%;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-top: 1rem;
  border: 2px solid #250946;
  background-color: #250946;
  color: white;
  padding: 0.4rem 1rem;
  transition: 0.2s all;
}
.course-actions a:hover {
  background-color: #140625;
}
.course-actions a:last-of-type {
  border: 2px solid #250946;
  background-color: white;
  color: #250946;
}
.course-actions a:last-of-type:hover {
  background-color: #250946;
  color: white;
}
@media (min-width: 768px) {
  .course-actions {
    height: 130px;
    grid-template-columns: 1fr 1fr;
  }
  .course-actions a {
    width: 80%;
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .course-actions {
    height: 100px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.course-details {
  grid-area: course-details;
}
.course-details h3 {
  font-size: 1rem;
  font-weight: 400;
  padding: 0.3rem 0;
}
.course-details h5 {
  margin: 1rem 0;
  font-size: 1rem;
}
.course-details h1 {
  text-align: start;
  font-weight: 700;
  font-size: 1.4rem;
}
.course-details p {
  margin-bottom: 1.5rem;
  text-align: justify;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .course-details h3 {
    font-size: 1.4rem;
  }
  .course-details h5 {
    font-size: 1.2rem;
  }
  .course-details h1 {
    font-size: 1.8rem;
  }
  .course-details p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .course-details h5 {
    font-size: 1.4rem;
  }
  .course-details h1 {
    font-size: 2rem;
  }
  .course-details p {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

.course-time-materials {
  grid-area: course-time;
}
.course-time-materials h3 {
  font-size: 1rem;
  font-weight: 400;
  padding: 0.3rem 0;
}
.course-time-materials h1 {
  text-align: start;
  font-weight: 700;
  font-size: 1.5rem;
}
.course-time-materials p {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.course-time-materials ul {
  margin-top: 0.5rem;
  margin-left: 1rem;
}
.course-time-materials ul li {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .course-time-materials h3 {
    font-size: 1.4rem;
  }
  .course-time-materials h1 {
    font-size: 1.8rem;
  }
  .course-time-materials p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .course-time-materials ul li {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .course-time-materials ul li {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .course-time-materials h1 {
    font-size: 2rem;
  }
  .course-time-materials p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.course-create-errors {
  background-color: rgba(42, 20, 68, 0.192);
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 2rem;
}
.course-create-errors p {
  font-weight: bold;
  color: #9c0f0f;
  padding-bottom: 0.5rem;
}
.course-create-errors ul {
  margin-left: 1rem;
}
.course-create-errors ul li {
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .course-create-errors p {
    font-size: 1.5rem;
  }
  .course-create-errors ul li {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .course-create-errors p {
    font-size: 1.6rem;
  }
  .course-create-errors ul li {
    font-size: 1.4rem;
  }
}

.course-create-grid {
  display: grid;
  grid-template-areas: 1fr;
  grid-template-areas: "course-create-details" "course-create-time" "course-create-buttons";
}
@media (min-width: 768px) {
  .course-create-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "course-create-details course-create-time" "course-create-buttons course-create-buttons";
    grid-column-gap: 2rem;
  }
  .course-create-grid a {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .course-create-grid {
    grid-template-columns: 70% 28%;
  }
  .course-create-grid a {
    font-size: 2rem;
  }
}

.course-create-details {
  grid: course-create-details;
}
.course-create-details p {
  font-size: 1.1rem;
  padding: 0.5rem 0;
}
.course-create-details h5 {
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}
.course-create-details input {
  padding: 0.4rem 0;
  border-radius: 5px;
  width: 100%;
  border: 1px solid grey;
}
.course-create-details textarea {
  padding: 0.4rem;
  border-radius: 5px;
  width: 100%;
  border: 1px solid grey;
}
@media (min-width: 768px) {
  .course-create-details p {
    font-size: 1.3rem;
  }
  .course-create-details h5 {
    font-size: 1.3rem;
  }
  .course-create-details input {
    padding: 0.6rem;
  }
  .course-create-details textarea {
    padding: 0.6rem;
  }
}
@media (min-width: 1024px) {
  .course-create-details p {
    font-size: 1.4rem;
  }
  .course-create-details h5 {
    font-size: 1.4rem;
  }
}

.course-create-time-materials {
  grid: course-create-time;
}
.course-create-time-materials p {
  font-size: 1.1rem;
  padding: 1rem 0;
}
.course-create-time-materials input {
  padding: 0.4rem 0;
  border-radius: 5px;
  width: 100%;
  border: 1px solid grey;
}
.course-create-time-materials textarea {
  padding: 0.4rem 0;
  border-radius: 5px;
  width: 100%;
  border: 1px solid grey;
}
@media (min-width: 768px) {
  .course-create-time-materials p {
    padding: 0.5rem 0;
    font-size: 1.3rem;
  }
  .course-create-time-materials p:last-of-type {
    margin-top: 2.4rem;
    margin-bottom: 0.4rem;
  }
  .course-create-time-materials input {
    padding: 0.6rem;
  }
  .course-create-time-materials textarea {
    padding: 0.6rem;
  }
}
@media (min-width: 1024px) {
  .course-create-time-materials p {
    font-size: 1.4rem;
  }
}

.course-create-buttons {
  grid: course-create-buttons;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-create-buttons a {
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  width: 48%;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-top: 1rem;
  border: 2px solid #250946;
  background-color: #250946;
  color: white;
  padding: 0.5rem 1rem;
  transition: 0.2s all;
}
.course-create-buttons a:hover {
  background-color: #140625;
}
.course-create-buttons a:last-of-type {
  border: 2px solid #250946;
  background-color: white;
  color: #250946;
}
.course-create-buttons a:last-of-type:hover {
  background-color: #250946;
  color: white;
}
@media (min-width: 768px) {
  .course-create-buttons a {
    font-size: 1.1rem;
    padding: 0.6rem 1rem;
  }
}
@media (min-width: 1024px) {
  .course-create-buttons {
    justify-content: flex-start;
  }
  .course-create-buttons a {
    width: 30%;
    margin-right: 1.5rem;
  }
}

.home-card {
  cursor: pointer;
  background-color: #250946;
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 1rem;
  padding-left: 1.5rem;
  color: white;
}
.home-card p {
  font-weight: 300;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}
.home-card h3 {
  display: inline;
  font-size: 1.3rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .home-card p {
    font-size: 1.3rem;
  }
  .home-card h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .home-card p {
    font-size: 1.4rem;
  }
  .home-card h3 {
    font-size: 1.6rem;
  }
}

.home-card:hover {
  background-color: #140625;
}

.home-card-add {
  cursor: pointer;
  background-color: rgba(214, 214, 214, 0.739);
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 1rem;
  padding-left: 1.5rem;
  color: black;
  height: 55px;
  display: flex;
  align-items: center;
}
.home-card-add p {
  margin-left: 0.4rem;
  display: inline-block;
  font-weight: 300;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .home-card-add p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .home-card-add p {
    font-size: 1.4rem;
  }
}

.home-card-add:hover {
  color: white;
  background-color: #250946;
}

/*# sourceMappingURL=style.css.map */
