<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Globals
 */

/* Links */






a,
a:link{
    text-decoration:none;
    color: white;
}
a:focus,
a:hover {
  background-color:black;
}

/* Custom default button */



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




  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */


html,
body {
  height: 100%;
  /*background-color: #333;*/
 background: url(imgs/ufo.jpg)no-repeat center center fixed;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*text-align: center;*/
    color: white;
    font: "book antiqua";
    
}




/* Extra markup and styles for table-esque vertical and horizontal centering */



  /* 
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/












/* Padding for spacing */






/*
 * Header
 */
/* NO NEED FOR THIS.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}*/

.navigation{
    text-align: center;
}

.masthead-nav &gt; li {
  color: white;
  display: inline-block;
    font-family: "Roboto";
    font-size: 20px;
  text-decoration: none;
    padding-right: 50px;
}

.activated &gt; a{
    
    color: mediumpurple;
    background-color: black;
}
/*.masthead-nav &gt; li + li {
  margin-left: 20px;*/
.social{
    text-align:center;
}
.social &gt; li {
    text-align: center;
    display: inline-block;
    padding: 30px 50px 0px 10px;
    font-family: 'Roboto';
    text-decoration: none;
}

}
.masthead-nav &gt; li &gt; a {
  padding-right: 0;
  padding-left: 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "Roboto";
    font-size: 20px;
  text-decoration-line: none;
  /*color: blue; /* IE8 proofing */
   
  /*color: rgba(255,255,255,.75);*/
  /*border-bottom: 2px solid transparent;*/


}


.masthead-nav &gt; li &gt; a:hover,
.masthead-nav &gt; li &gt; a:focus {
  background-color: black;
  color: mediumpurple;
  /*border-bottom-color: #a9a9a9;*/
  /*border-bottom-color: rgba(255,255,255,.25);*/


}
.masthead-nav &gt; .active &gt; a,
.masthead-nav &gt; .active &gt; a:hover,
.masthead-nav &gt; .active &gt; a:focus {
  /*color: #fff;
  border-bottom-color: #fff;*/


}

.social&gt; li &gt; a {
  padding-right: 5;
  padding-left: 5;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Century Gothic';
  
   
  /*color: rgba(255,255,255,.75);*/
  /*border-bottom: 2px solid transparent;*/


}


.social &gt; li &gt; a:hover,
.social &gt; li &gt; a:focus {
  background-color: black;
  /*border-bottom-color: #a9a9a9;*/
  /*border-bottom-color: rgba(255,255,255,.25);*/


}
.social &gt; .active &gt; a,
.social &gt; .active &gt; a:hover,
.social &gt; .active &gt; a:focus {
  color: #fff;
  border-bottom-color: #fff;


}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: center;
  }
}

.content{
   
    text-align: center;
    
}

.spacerone{
    height: 40px;
}


.spacer{
    height: 50px;
    
}
/*
 * Cover
 */



.cover {
  padding: 0 20px;
  
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */


/*-to be deleted
.mastfoot {
  color: brown; /* IE8 proofing */

/*-to be deleted
  color: blue;
}

*/
/*
 * Affix and center
 */



@media (min-width: 768px) {
  /* Pull out the header and footer */





  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */





  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */




  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */




  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}


*/ </pre></body></html>