body
{
  background-color: #069;
}

a{
  text-decoration: none;
  color: white;
}

a:hover{
    color: orange;
    text-decoration: none;
}

.mid-text
{
  color: #CCC;
  text-align: center;
  padding-top: 280px;
}

.navbar-default
{
  background-color: #336;
  border: none;
  color: white;
}

.navbar-default .navbar-nav>li>a
{
  background-color: #336;
  border: none;
  color: white;
}
.navbar-default .navbar-nav>li>a:hover
{
  background-color: #336;
  border: none;
  color: orange;
}

.navbar-default .navbar-nav>li>a:active
{
  background-color: #336;
  border: none;
  color: white;
}

.navbar-default .navbar-nav>li>a:focus
{
  background-color: #336;
  border: none;
  color: white;
}

.navbar-default .navbar-brand
{
  background-color: #336;
  border: none;
  color: white;
}

.navbar-default .navbar-brand:hover
{
  background-color: #336;
  border: none;
  color: orange;
}

.navbar-default .navbar-brand:active
{
  background-color: #336;
  border: none;
  color: white;
}

.navbar-default .navbar-brand:focus
{
  background-color: #336;
  border: none;
  color: white;
}

.modalbg {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 99999;
    -moz-transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -transition-delay: 0.2s;
    display: block;
    pointer-events: none;
    overflow: scroll;
}
.modalbg .dialog {
    max-width: 800px;
    position: relative;
    top: -2000px;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #ccc);
    background: -webkit-linear-gradient(#fff, #ccc);
    background: -o-linear-gradient(#fff, #ccc);
    box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}
.modalbg .dialog .ie7 {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=3);
}
.modalbg:target {
    display: block;
    pointer-events: auto;
    background: rgba(4, 10, 30, 0.9);
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.modalbg:target .dialog {
    top: 40px;
    -moz-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -transition-delay: 0.4s;
}
.close {
    background: #069;
    color: white;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -transition-delay: 0.2s;
    opacity: 1 !important;
}

#close{

}


.close:hover {
    background: orange;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

footer
{

    position: fixed;
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    border: 1px solid black;
    margin-top: 20px;
    padding-top: 20px;
    background: #336;

}

.email-link
{
  color: black;
}
