/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */

body {
  /* background: url('../riz2.jpg') no-repeat center center fixed; */
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../riz.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  padding-top: 50%;
  height: 100vh;
}

.main1 {
  position: relative;
}

.main2 {
  position: relative;
  padding-top: 3.5em;
  text-align: right;
}