/*
 * 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/splash.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;
    
}




/* 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 > li {
  color: white;
  display: inline-block;
  text-decoration: none;
    font-family: "Roboto";
    font-size: 20px;
    padding-right: 50px;
}

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

}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 100px;
  font-weight: bold;
  font-family: 'Arial';
  text-decoration-line: none;
   /* IE8 proofing */
   
  /*color: rgba(255,255,255,.75);*/
  /*border-bottom: 2px solid transparent;*/


}


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


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


}

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


}


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


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


}

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

.logo{
    height: 500px;
    font-family: 'Roboto';
    
    box-sizing: border-box;
    font-size: 90px;
    letter-spacing: 0.1em;
    text-align: center;
    
}

.boy{
    padding-left: 10px;
}

.spacer{
    height: 85%;
    
}

.flyer{
    padding-top: 60px;
    padding-right: 300px;
}
/*
 * 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;
  }
}


*/ 