/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/* #myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
} */

/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    background-image: url('pic3b.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
   background-position: center; 
    background-size: cover;
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}


.top1{
  position:absolute;
  left:24%;
  top:1%;
  margin-left:2%;
  margin-top: 30px; 
  color: rgb(252, 248, 248);
  font-size: 9vw;
  background-color: rgba(230, 220, 173, 0);
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

  
.top2{
  position:absolute;
  left:30%;
  top:25%;
  margin-left:6%;
  margin-top: 7%; 
  color: rgb(230, 209, 15);
  font-size: 4vw;
  background-color: rgba(230, 220, 173, 0);
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

.bot1{
  position:absolute;
  left:22%;
  top:80%;
  margin-left:6%;
  margin-top: 1%; 
  color: rgb(193, 227, 247);
  font-size: 4.5vw;
  background-color: rgba(230, 220, 173, 0);
  font-family: "Times New Roman", Times, serif;
}
  
