/*! 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;
}

/**Start CSS styling code for page*/

html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }

  :root {
    --blue-color: rgb(0, 255, 255);
    --light-blue-color: rgba(0, 191, 255, 0.629);
    --gray-blue-color: rgba(0, 97, 129, 0.556);
    --black-color: #454545;
    --envy-color-1:rgba(126,232,185,.7);
    --envy-color-2: #fbfaf9;
    --veerle-color-1: #9283AB;
    --veerle-color-2: #fff;
    --fcpac-color-1: #007bff;
    --fcpac-color-2: #f8f8f8;
    --fcpac-color-3: #085fae;
  }

body.envy {
    background-color: var(--envy-color-2);
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body.veerle {
    background-color: var(--veerle-color-1);
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body.fcpac {
  background-color: var(--fcpac-color-3);
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body.website-reviews {
    background-color: var(--blue-color);
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body.envy header {
    background-image: url(../images/envy-screenshot-2.webp);
    background-size: contain;
    margin: auto;
}

body.veerle header {
    background-image: url(../images/veerle-screenshot-2.webp);
    background-size: contain;
    margin: auto;
}

body.fcpac header {
  background-image: url(../images/fcpac-screenshot-2.webp);
  background-size: contain;
  margin: auto;
}

body.veerle h1 span{
    background-color: pink;
    padding: 15px;
}

body.veerle a span{
    background-color: pink;
    padding: 5px;
}

body.fcpac h1 span{
  color: var(--fcpac-color-2);
}

body.fcpac a span{
  color: var(--fcpac-color-2);
}

header {
    position: relative;
    height: 200px;
    margin-left: 10px;
    margin-right: 10px;
}
header h1 {
    font-size: 2.75em;
    align-self: flex-end;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

header h1.center {
    text-align: center;
    padding-top: 50px;
    margin-top: 0px;
}

header a {
    position: absolute;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    line-height: 10px;
    float: left;
    text-decoration: none;
}

nav ul {
    display: flex;
    list-style: none;
    line-height: 3;
    justify-content: space-evenly;
    margin: 0px;
    padding: 0px;
}

nav ul a {
  text-decoration: none;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}


.envy nav ul {
  background-color: var(--envy-color-2);
}

.envy nav ul a:hover {
  background-color: var(--envy-color-1);
  padding: 10px;
}

.veerle nav ul {
  background-color: pink;
}

.veerle nav ul a:hover {
  background-color: var(--veerle-color-2);
  padding: 10px;
}

.fcpac nav ul {
  background-color: var(--fcpac-color-3);
}

.fcpac nav ul a:hover {
  background-color: var(--fcpac-color-1);
  padding: 10px;
}

.envy nav ul a {
  color: var(--black-color);
}

.veerle nav ul a {
  color: black;
}

.fcpac nav ul a {
  color: var(--fcpac-color-2);
}

main h2 {
  clear: both;
  margin: 24px 0 6px;
  position: relative;
  overflow: hidden;
}

[class*=stars]:before {
  position: relative;
  z-index: 1;
  display: block;
  float: left;
  animation-name: fadeInSlideInLeft;
  animation-duration: 2000ms;
}

[class*=stars]:after {
  content: '✪✪✪✪✪';
  color: rgba(167, 167, 167, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}

.stars-5:before {
  content: '✪✪✪✪✪';
  padding-right: 10px;
}

.veerle .stars-5:before {
  color: var(--veerle-color-1);
}

.fcpac .stars-5:before {
  color: var(--fcpac-color-3);
}

.stars-4:before {
  content: '✪✪✪✪';
  padding-right: 32px;
}

.veerle .stars-4:before {
  color: var(--veerle-color-1);
}

.fcpac .stars-4:before {
  color: var(--fcpac-color-3);
}

.stars-3:before {
  content: '✪✪✪';
  padding-right: 54px;
}

.veerle .stars-3:before {
  color: var(--veerle-color-1);
}

.fcpac .stars-3:before {
  color: var(--fcpac-color-3);
}

.stars-2:before {
  content: '✪✪';
  padding-right: 76px;
}

main {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 25px;
}

main.envy img {
    float: left;
    padding: 1px;
    border-style: solid;
    margin-right: 30px;
    margin-bottom: 10px;
    background-color: var(--black-color);
}

main.veerle img {
    float: left;
    padding: 1px;
    border-style: solid;
    margin-right: 30px;
    margin-bottom: 10px;
    background-color: var(--black-color);
}

main p {
    margin-top: 25px;
    margin-bottom: 25px;
}

main h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    clear: both;
}

img {
    background-color: var(--light-blue-color);
    border-color: var(--black-color);
    border-style: solid;
    width: 100%;
}

main.website-reviews.wrapper {
    margin: 0 auto;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    background-color: var(--gray-blue-color);
}

div.envy.wrapper {
    background-color: var(--envy-color-1);
}

div.veerle.wrapper {
    background-color: var(--veerle-color-2);
}

div.fcpac.wrapper {
  background-color: var(--fcpac-color-2);
}

 .cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    flex-direction: row;
    justify-content: center;
}

.cards .card {
    display: flex;
    margin: 10px;
    background: lightblue;
    justify-content: center;
}

.cards .card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
}

.cards .card-figure {
    position: relative;
    margin: 0;
    line-height: 0;
    overflow: hidden;
}

.cards .card-figure-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transform-origin: 80% 12%;
    transform: rotate(0) scale(1);
    transition: all 2s;
}

.cards .card-figure-caption {
    padding: 0 10px;
}

.cards .card-link:hover .card-figure-image {
    transform: scale(1.5);
    filter: grayscale(0);
}

.cards .card-figure-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    background: hsla(228, 3%, 34%, 0.5);
    color: hsla(0, 0%, 100%, 1);
    line-height: 2;
    font-style: italic;
}

.cards .card-section {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: rgb(20, 0, 133);
    color: white;
}

.cards .card-section-title {
    margin-bottom: 0;
    border-bottom: 1px solid;
}

.cards .card-section-excerpt {
    flex-grow: 1;
}

.cards .card-section-button {
    align-self: flex-end;
    margin: 10px;
    padding: 0 1em;
    border-radius: .5em;
    border: 1px solid;
    line-height: 2;
}

.cards .card-link:hover .card-section-button {
    background-color: rgb(0, 200, 255);
    color: black;
}

footer {
    margin-left: 10px;
    margin-right: 10px;
    height: 40px;
    padding-top: 25px;
    margin-bottom: 25px;
}

footer a {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

footer a.fcpac {
    color: var(--fcpac-color-2);
}

footer a[href^=javascript] {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}

 @keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

.scale-up-center {
	animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@media (min-width: 768px) {

    header h1 {
        line-height: 2;
        font-size: 2.75em;
        align-self: flex-end;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
    }

    .cards {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        flex-direction: row;
    }
   
    .cards .card {
        width: 600px;
    }

    main.envy {
        margin-left: auto;
        margin-right: auto;
        max-width: 1024px;
    }

    main.veerle {
        margin-left: auto;
        margin-right: auto;
        max-width: 1024px;
    }

    main.fcpac {
      margin-left: auto;
      margin-right: auto;
      max-width: 1024px;
  }

    main.envy img {
        float: right;
        padding: 1px;
        border-style: solid;
        margin-left: 30px;
        margin-bottom: 10px;
        background-color: var(--black-color);
    }
    
    main.veerle img {
        float: right;
        padding: 1px;
        border-style: solid;
        margin-left: 30px;
        margin-bottom: 10px;
        background-color: var(--black-color);
    }

    main.fcpac img {
      float: right;
      padding: 1px;
      border-style: solid;
      margin-left: 30px;
      margin-bottom: 10px;
      background-color: var(--black-color);
  }

  nav ul {
    display: flex;
    list-style: none;
    line-height: 3;
    justify-content: space-evenly;
    margin: 0px;
    padding: 0px;
}

  nav ul a {
    padding: 10px;
}

img {
  width: auto;
  float: right;
  margin: 0px;
}
}



