/* import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
/*
 * Keyframes
 */
/*
* Globals
*/
html {
  scroll-behavior: smooth; }

body {
  background-image: url(../images/bg_tile2.jpg);
  background-size: cover;
  background-size: 75%;
  font-family: "Poppins", sans-serif;
  color: white; }

.site-heading:after {
  content: "";
  width: 90%;
  top: 30px;
  right: 70%;
  height: 5px;
  position: absolute;
  background: white; }

.site-heading:before {
  content: "";
  width: 90%;
  left: 70%;
  top: 30px;
  height: 5px;
  position: absolute;
  background: white; }

nav {
  font-size: 2em;
  padding: none; }

nav p {
  margin-bottom: 0px; }

nav a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 15px 20px;
  position: relative; }

nav a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0; }

nav a:hover:after {
  width: 100%;
  left: 0; }

h3 a:hover {
  color: #52528C;
  text-decoration: none; }

.container {
  max-width: 960px; }

/*
 * Custom translucent site header
 */
.site-header {
  background-color: #000000;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px); }

.site-header a {
  font-size: 80%;
  color: #7C9EB2;
  transition: ease-in-out color .15s; }

.site-header a:hover {
  color: white;
  text-decoration: none; }

.logo2 {
  background-image: url(../app/images/uvlogo2.png);
  background-size: contain; }

/*
 * Clients
 */
.box {
  background-color: white;
  border-color: black;
  opacity: .2;
  padding: 50px; }

.services-1 {
  background-image: url(../images/sheetmusic.jpg);
  background-size: cover; }

.services-2 {
  background-image: url(../images/microphone.jpg);
  background-size: cover; }

.services-3 {
  background-image: url(../images/synth.jpg);
  background-size: cover; }

.services-4 {
  background-image: url(../images/headphonekeyboard.jpg);
  background-size: cover; }

/* Globals */
a {
  color: white; }

a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden; }

.italic {
  font-style: italic; }

.strikethrough {
  text-decoration: line-through; }

.spacer-1em {
  height: 1em; }

/* Menu */
/* Main Page */
#footer {
  background-color: #000000;
  font-size: 1.7em;
  color: white;
  margin-top: 10px;
  padding-left: 10px; }

.footer-link {
  color: white; }
  .footer-link:hover {
    color: white; }
  .footer-link:visited {
    color: white; }

.footer-text {
  font-size: 0.5em;
  margin: 0px;
  vertical-align: bottom; }

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px; }

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5; }

.card-text {
  color: #231123; }

/*
 * Extra utilities
 */
.flex-equal > * {
  -ms-flex: 1;
  flex: 1; }

@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1; } }
@media (max-width: 768px) {
  .lead {
    font-size: 1rem; }

  .display-4 {
    font-size: 2.75rem; }

  .site-heading:before {
    left: 90%; }

  .site-heading:after {
    right: 90%; } }
.overflow-hidden {
  overflow: hidden; }

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