/* CASE STUDY STYLES */

* {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
}

body .image {
  background-image: url(assets/vinswitch-large.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

body .copyright {
  position: fixed;
  color: #6c7586;
  bottom: 0px;
  text-align: center;
  left: 0;
  padding: 20px 0;
  width: 100%;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 12px;
}

