@import url('https://fonts.googleapis.com/css?family=Lato:100,100i|Racing+Sans+One');

:root {
  --ub-bg-trans-0: #00000000;
  --ub-bg-trans-1: #00000055;
  --ub-bg-trans-2: #34323477;
  --ub-bg-color-1: #343234;
  --ub-fg-color-1: #343234;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  font-style: normal;
}

h1, h2, h3, .ub-brand {
  font-family: 'Racing Sans One';
  font-style: normal;
}

h1 {
  font-size: 800%
}

h2 {
  font-size: 350%
}

h3 {
  font-size: 200%
}

p {
  font-size: 120%;
  line-height: 150%;
}

.ub-cite {
  font-size: 160%;
  line-height: 200%;
  font-style: italic;
}

.ub-blockquote {
  font-size: 120%;
  line-height: 150%;
}

.ub-wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 2px;
}

.ub-section {
  position: relative;
  height: 100vh;
  text-shadow: 0 0 5px #000;
}

.ub-parallax::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  transform: translateZ(-1px) scale(1.5);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.ub-bg-trans {
  background-color: var(--ub-bg-trans-2);
}

footer .ub-bg-trans {
  background-color: var(--ub-bg-trans-1);
}

.ub-card {
  border-color: var(--ub-fg-color-1);
}

.ub-spacer {
  background-color: var(--ub-bg-color-1);
  margin-bottom: 0;
}

.slide, .carousel-item {
  height: 100%;
  min-height: 500px;
}

#ub-nav {
  margin-bottom: 0;
}

#ub-header::after {
  background-image: url("../images/vinales.jpg");
  min-height: 100%;
  margin-bottom: 0;
}

/*
#ub-about {
  background-image: url("../images/gray.jpg");
  background-position: center;
  margin-bottom: 0;
}
*/

#ub-photography::after {
  background-image: url("../images/capetown.jpg");
  min-height: 100%;
  margin-bottom: 0;
}

/*
#ub-portfolio {
  background-image: url("../images/gray.jpg");
  background-position: center;
  margin-bottom: 0;
}
*/

#ub-itstuff::after {
  background-image: url("../images/cpu.jpg");
  min-height: 100%;
  margin-bottom: 0;
}

/*
#ub-wisdom {
  background-image: url("../images/gray.jpg");
  background-position: center;
  margin-bottom: 0;
}
*/

#ub-sailing::after {
  background-image: url("../images/sailing-boat.jpg");
  min-height: 100%;
  margin-bottom: 0;
}

/*
#ub-footer {
  background-image: url("../images/gray.jpg");
  background-position: center;
  margin-bottom: 0;
}
*/
