/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}


.container-fluid.col-xl-8 {
    background-color: rgba(235,58,217,.6);
    background-image: -webkit-repeating-linear-gradient(330deg,rgba(236,12,16,0.69) 0%,rgba(255,255,255,0.60) 22.63%);
    background-image: -moz-repeating-linear-gradient(330deg,rgba(236,12,16,0.69) 0%,rgba(255,255,255,0.60) 22.63%);
    background-image: -o-repeating-linear-gradient(330deg,rgba(236,12,16,0.69) 0%,rgba(255,255,255,0.60) 22.63%);
    background-image: repeating-linear-gradient(120deg,rgba(236,12,16,0.69) 0%,rgba(255,255,255,0.60) 22.63%);
    border-radius: 5%;
    margin-top: 3%;

} 

.content {
    background-color: rgba(190,241,105,0.80);
    padding: 5%;
    margin: 2%;
    border-radius: 2%;
}

.padded{	padding-right:5%;
		padding-left:5%;
}

.title{text-align: right;}

h5{  font-family: "Special Gothic Expanded One", sans-serif;}

p {
    text-align: right;
  font-family: "Special Gothic Expanded One", sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-size: medium;
    color: rgba(255,255,255,1.00);
}

.content a {
  font-family: "Special Gothic Expanded One", sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-size: medium;
    font-weight: bold;
    color: rgba(255,255,255,1.00); 
}

.content a:hover{color:brown;}

.right h5, .right h6{
    text-align: right;
}

