body {
  width: 100%;
  margin: 0 auto;
  font-family: 'Roboto Condensed', sans-serif; }

#container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto auto auto auto auto auto; }

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px; }

.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #b2b2b2;
  background: rgba(178, 178, 178, 0.7);
  padding: 20px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; }

.scroll:hover {
  background: #b2b2b2;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; }

.scroll:hover .fa {
  padding-top: -10px; }

.scroll .fa {
  font-size: 30px;
  margin-top: -5px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; }

.nav {
  background-color: white;
  border-bottom: 1px solid pink;
  height: 70px;
  line-height: 60px;
  margin: 0;
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%; }
  .nav img {
    float: left;
    width: 150px;
    height: 50px; }

.menu {
  margin: 0 30px 0 0; }

.menu a {
  z-index: 1;
  font-size: 20px;
  text-decoration: none;
  clear: right;
  color: pink;
  margin: 0 10px;
  line-height: 60px; }

.menu a:hover {
  color: purple; }

label {
  width: 26px;
  margin: 0 20px 0 0;
  font-size: 26px;
  line-height: 60px;
  display: none;
  float: right;
  color: #56bdbf; }

#toggle {
  display: none; }

.search-container {
  float: right; }
  .search-container input[type=text] {
    margin-top: 10%;
    font-size: 15px;
    border: none;
    float: right; }

.search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8%;
  margin-right: 16px;
  background: pink;
  font-size: 15px;
  border: none;
  cursor: pointer; }

.search-container button:hover {
  background: pink; }

.mySlides {
  display: none; }

.slideshow_container {
  max-width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden; }
  .slideshow_container img {
    width: 100%; }

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0; }

.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 1% 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; }

.dot:hover {
  background-color: #717171;
  /* Fading animation */ }
  .dot:hover .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 12s;
    animation-name: fade;
    animation-duration: 2s; }
@-webkit-keyframes fade {
  from {
    opacity: .2; }
  to {
    opacity: 1; } }
@keyframes fade {
  from {
    opacity: .2; }
  to {
    opacity: 1; } }
.first_background {
  background: url("../images/Code4CT-homepage.jpg") center, linear-gradient(180deg, #2b3946, #384a5b);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 9em 26%;
  color: white; }
  .first_background button {
    width: 150px;
    border: solid 2px white;
    color: white;
    padding: 10px;
    margin: 0 auto;
    background-color: transparent; }
    .first_background button a {
      text-decoration: none;
      color: white; }
  .first_background button:hover {
    background-color: grey;
    opacity: 0.5;
    transition: all 0.2s; }

.second_background {
  background: url("../images/background2.png") center, linear-gradient(180deg, #2b3946, #384a5b);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 9em 26%;
  color: white; }
  .second_background button {
    width: 150px;
    border: solid 2px white;
    color: white;
    padding: 10px;
    margin: 0 auto;
    background-color: transparent; }
    .second_background button a {
      text-decoration: none;
      color: white; }
  .second_background button:hover {
    background-color: grey;
    opacity: 0.5;
    transition: all 0.2s; }

.third_background {
  background: url("../images/background3.jpg") center, linear-gradient(180deg, #2b3946, #384a5b);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 9em 26%;
  color: white; }
  .third_background button {
    width: 150px;
    border: solid 2px white;
    color: white;
    padding: 10px;
    margin: 0 auto;
    background-color: transparent; }
    .third_background button a {
      text-decoration: none;
      color: white; }
  .third_background button:hover {
    background-color: grey;
    opacity: 0.5;
    transition: all 0.2s; }

.buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  margin: 0 20%; }

article {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  background-color: rgba(255, 120, 187, 0.5);
  padding: 20px; }
  article h1 {
    margin: 0;
    text-align: center;
    font-size: 40px;
    opacity: 1; }
  article p {
    margin: 0;
    text-align: center;
    font-size: 20px;
    opacity: 1;
    color: #fff; }

.second_section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  padding-top: 2%;
  padding-bottom: 5%;
  text-align: center;
  background-color: white;
  margin-left: 10%;
  margin-right: 10%; }
  .second_section h2 {
    color: black;
    text-align: left;
    margin-left: 10%; }
  .second_section .four_images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr; }
    .second_section .four_images img {
      width: 300px;
      height: 230px;
      margin: 0 auto; }
  .second_section p {
    color: black;
    text-align: left;
    margin-left: 10%;
    font-size: 20px; }
  .second_section button {
    width: 150px;
    border: solid 2px white;
    color: white;
    padding: 10px;
    margin: 0 auto;
    margin-top: 5%;
    background-color: transparent; }
  .second_section button:hover {
    background-color: grey;
    opacity: 0.5;
    transition: all 0.2s; }

.four_icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  background-color: black;
  text-align: center;
  padding-top: 50px; }
  .four_icons h2 {
    color: pink; }
  .four_icons img {
    width: 100px;
    height: 100px; }
  .four_icons p {
    color: pink;
    font-size: 15px; }

.portfolio {
  background-color: white;
  margin-left: 8%;
  margin-right: 5%; }
  .portfolio article {
    background-color: white; }
    .portfolio article h1 {
      color: black; }
    .portfolio article p {
      color: black;
      font-size: 20px;
      text-align: left; }
    .portfolio article li {
      font-size: 20px; }
  .portfolio .images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto; }
    .portfolio .images .queen {
      width: 700px; }
  .portfolio .four_images {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    margin-left: 5%; }
    .portfolio .four_images img {
      width: 250px;
      height: 210px;
      margin: 0 auto;
      margin-top: 3%; }

.our_team {
  margin-left: 10%;
  margin-right: 10%; }
  .our_team h1 {
    font-size: 40px;
    text-align: center; }
  .our_team .team {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr 1fr;
    text-align: center; }
    .our_team .team article {
      text-align: left;
      margin-left: 5%;
      background-color: white; }
      .our_team .team article p {
        color: black;
        text-align: left;
        margin: 0;
        font-size: 15px; }
    .our_team .team .emma {
      display: grid;
      grid-template-columns: 1fr 2fr;
      grid-template-rows: auto; }
    .our_team .team .andrea {
      display: grid;
      grid-template-columns: 1fr 2fr;
      grid-template-rows: auto; }
    .our_team .team .tegan {
      display: grid;
      grid-template-columns: 1fr 2fr;
      grid-template-rows: auto; }
    .our_team .team .tracy {
      display: grid;
      grid-template-columns: 1fr 2fr;
      grid-template-rows: auto; }
    .our_team .team hr {
      display: none; }
    .our_team .team h3 {
      margin: 0; }
    .our_team .team h2 {
      margin: 0; }
    .our_team .team img {
      float: left;
      width: 250px; }
    .our_team .team div {
      padding: 10px; }

.container {
  position: static;
  height: 200px;
  border: 1px solid black;
  width: 99%;
  overflow: hidden;
  background-color: black; }
  .container .customer_logos {
    height: 120px;
    width: 250%;
    background-color: black;
    animation-name: thing;
    animation-duration: 15s;
    animation-timing-function: ease-in;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: relative;
    left: 100%; }
@keyframes thing {
  100% {
    position: relative;
    left: -3880px; } }
  .container img {
    width: 180px;
    height: 180px;
    margin-right: 50px; }

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  background-color: black; }
  .stats div {
    margin-top: 10px; }
  .stats .line {
    margin-top: 10%;
    width: 50px;
    height: 10px;
    background-color: pink;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px; }
  .stats h1 {
    margin: 0;
    text-align: center;
    font-size: 50px;
    color: pink; }
  .stats p {
    font-size: 20px;
    text-align: center;
    color: pink; }

.subsribe_section {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  text-align: center; }
  .subsribe_section i {
    color: pink; }
  .subsribe_section input {
    margin: 0 auto;
    width: 200px;
    height: 30px; }
  .subsribe_section button {
    width: 150px;
    height: 40px;
    background-color: pink;
    color: white;
    font-size: 17px;
    border-radius: 5px; }
  .subsribe_section button:hover {
    background-color: purple; }

footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  margin-right: 10%;
  margin-left: 10%; }
  footer .column1 {
    margin-top: 5%;
    margin-left: 20%; }
    footer .column1 h1 {
      font-size: 20px; }
  footer .column2 {
    font-size: 25px;
    margin-top: 10%;
    margin-left: 20%; }
    footer .column2 a {
      text-decoration: none;
      color: black; }
  footer .column3 {
    margin-top: 5%;
    margin-left: 20%; }
    footer .column3 p {
      font-size: 17px; }

.copyright {
  background-color: pink;
  height: 40px;
  line-height: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto; }
  .copyright p {
    color: black;
    line-height: 40px;
    margin: 0;
    margin-left: 3%; }
  .copyright .icons {
    background-color: pink;
    margin-right: 2%; }
    .copyright .icons i {
      font-size: 20px;
      line-height: 40px;
      float: right;
      padding-left: 3%; }

@media screen and (max-width: 960px) {
  body {
    width: 100%; }

  .second_section {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding-top: 2%;
    padding-bottom: 5%;
    text-align: center;
    background-color: white;
    margin-left: 10%;
    margin-right: 10%; }

  .four_icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    background-color: black;
    text-align: center;
    padding-top: 50px; }
    .four_icons img {
      width: 100px;
      height: 100px; }

  .container {
    position: static;
    height: 200px;
    border: 1px solid black;
    width: 99%;
    overflow: hidden;
    background-color: black; }
    .container .customer_logos {
      width: 450%; }

  .portfolio {
    background-color: white;
    margin-left: 8%;
    margin-right: 5%;
    text-align: center; }
    .portfolio article {
      background-color: white; }
      .portfolio article h1 {
        color: black; }
      .portfolio article p {
        color: black;
        font-size: 20px;
        text-align: left; }
      .portfolio article li {
        font-size: 20px; }
    .portfolio .images {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto auto; }
    .portfolio .four_images {
      display: grid;
      grid-template-columns: auto auto;
      grid-template-rows: auto auto; }
      .portfolio .four_images img {
        width: 250px;
        height: 210px;
        margin: 0 auto;
        margin-top: 3%; }

  .our_team .team {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    text-align: center; }
    .our_team .team img {
      width: 80%;
      float: none; } }
@media screen and (max-width: 600px) {
  body {
    width: 100%; }

  .nav {
    width: 100%; }

  .search-container {
    display: none; }

  label {
    display: block;
    cursor: pointer;
    position: sticky;
    top: 2%;
    right: 2%; }

  .menu {
    text-align: center;
    width: 100%;
    display: none; }

  .menu a {
    background-color: white;
    display: block;
    border: 1px solid pink;
    margin: 0; }

  #toggle:checked + .menu {
    display: block; }

  .prev, .next, .text {
    font-size: 11px;
    display: none; }

  .dot {
    display: none; }

  .slideshow_container {
    max-width: 100%;
    position: relative;
    margin: auto; }
    .slideshow_container img {
      width: 100%; }

  .first_background {
    background: linear-gradient(180deg, #2b3946, #384a5b);
    margin: 0;
    padding: 2em 0;
    color: white; }
    .first_background button {
      width: 150px;
      border: solid 2px white;
      color: white;
      padding: 10px;
      margin: 0 auto;
      background-color: transparent; }
    .first_background button:hover {
      background-color: grey;
      opacity: 0.5;
      transition: all 0.2s; }
    .first_background article {
      display: grid;
      grid-template-columns: auto;
      grid-template-rows: auto auto;
      padding: 5px;
      margin-left: 5%;
      margin-right: 5%;
      width: 85%; }
      .first_background article h1 {
        font-size: 30px; }
      .first_background article p {
        font-size: 20px; }

  .second_background {
    background: linear-gradient(180deg, #2b3946, #384a5b);
    background-repeat: no-repeat;
    margin: 0;
    padding: 2em 0;
    color: white; }
    .second_background button {
      width: 150px;
      border: solid 2px white;
      color: white;
      padding: 10px;
      margin: 0 auto;
      background-color: transparent; }
    .second_background button:hover {
      background-color: grey;
      opacity: 0.5;
      transition: all 0.2s; }
    .second_background article {
      display: grid;
      grid-template-columns: auto;
      grid-template-rows: auto auto;
      padding: 5px;
      margin-left: 5%;
      margin-right: 5%;
      width: 85%; }
      .second_background article h1 {
        font-size: 30px; }
      .second_background article p {
        font-size: 20px; }

  .third_background {
    background: linear-gradient(180deg, #2b3946, #384a5b);
    background-repeat: no-repeat;
    margin: 0;
    padding: 2em 0;
    color: white; }
    .third_background button {
      width: 150px;
      border: solid 2px white;
      color: white;
      padding: 10px;
      margin: 0 auto;
      background-color: transparent; }
    .third_background button:hover {
      background-color: grey;
      opacity: 0.5;
      transition: all 0.2s; }
    .third_background article {
      display: grid;
      grid-template-columns: auto;
      grid-template-rows: auto auto;
      padding: 5px;
      margin-left: 5%;
      margin-right: 5%;
      width: 85%; }
      .third_background article h1 {
        font-size: 30px; }
      .third_background article p {
        font-size: 20px; }

  .buttons {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    margin: 0 auto; }

  .four_icons {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(4, auto);
    background-color: black;
    text-align: center;
    padding-top: 50px; }
    .four_icons img {
      width: 120px;
      height: 120px;
      margin: 0 auto; }
    .four_icons p {
      color: pink;
      font-size: 18px;
      margin-right: 0;
      margin-left: 0; }

  .second_section {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto; }
    .second_section p {
      color: black;
      margin: 0;
      font-size: 17px; }
    .second_section .four_images {
      display: grid;
      grid-template-columns: auto;
      grid-template-rows: auto auto auto auto; }
      .second_section .four_images img {
        padding: 10px;
        width: 250px;
        height: 200px;
        margin: 0 auto; }
    .second_section h2 {
      margin: 2%; }
    .second_section button {
      width: 150px;
      border: solid 2px white;
      color: white;
      padding: 10px;
      margin: 0 auto;
      margin-top: 5%;
      margin-bottom: 2%;
      background-color: transparent; }

  .portfolio {
    background-color: white;
    margin: 0; }
    .portfolio article {
      background-color: white; }
      .portfolio article h1 {
        color: black; }
      .portfolio article p {
        color: black;
        font-size: 20px;
        text-align: left;
        margin-left: 2%; }
      .portfolio article li {
        font-size: 20px; }
    .portfolio .images {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto; }
      .portfolio .images .queen {
        width: 270px; }
    .portfolio .four_images {
      display: grid;
      grid-template-columns: auto;
      grid-template-rows: auto auto auto auto;
      padding: 0; }
    .portfolio img {
      width: 270px;
      height: 200px;
      margin: 0 auto;
      margin-top: 3%; }
    .portfolio .queen_image {
      width: 270px;
      height: 200px;
      margin: 0 auto;
      margin-top: 3%; }

  .our_team .team {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto;
    text-align: center; }
    .our_team .team img {
      width: 80%;
      float: none; }

  .container {
    position: static;
    height: 200px;
    border: 1px solid black;
    width: 99%;
    overflow: hidden;
    background-color: black; }
    .container .customer_logos {
      height: 120px;
      width: 1050%;
      background-color: black;
      animation-name: thing;
      animation-duration: 15s;
      animation-timing-function: ease-in;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      position: relative;
      left: 100%; }
  @keyframes thing {
    100% {
      position: relative;
      left: -3880px; } }
    .container img {
      width: 180px;
      height: 180px;
      margin-right: 50px; }

  .stats {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto; }

  .subsribe_section {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    text-align: center; }
    .subsribe_section .subscribe {
      display: grid;
      grid-template-columns: auto;
      grid-template-rows: auto auto;
      display: inline h1;
        display-text-align: left; }
      .subsribe_section .subscribe input {
        text-align: center;
        display: block; }
      .subsribe_section .subscribe button {
        width: 100px;
        height: 30px;
        margin: 0 auto; }

  footer {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    margin-right: 10%;
    margin-left: 10%;
    text-align: center;
    margin: 0; }

  footer {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    margin-right: 10%;
    margin-left: 10%;
    text-align: center;
    margin: 0; }
    footer .column1 {
      margin: 0; }
    footer .column2 {
      font-size: 25px;
      margin-top: 10%;
      margin: 0; }
      footer .column2 a {
        text-decoration: none;
        color: black; }
    footer .column3 {
      margin-top: 5%;
      margin: 0; }
      footer .column3 p {
        font-size: 17px; }

  .copyright {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto; }
    .copyright p {
      text-align: center; }
    .copyright i {
      margin: 0 auto; } }

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