/* @import url(http://fonts.googleapis.com/css?family=Audiowide|Permanent+Marker); */
@import url(http://fonts.googleapis.com/css?family=Voltaire);
@import "http://fonts.googleapis.com/css?family=Jura:300,400,500";

html{ 
  background: url(../img/bg_sun_nine.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1,h2 ,h3 {
   font-family: 'Voltaire', sans-serif;
   font-weight: 400;
   color: #FFDEAD;
}
p {
font-family: 'Voltaire', sans-serif;
padding-top: 10px;
font-size: 16px;
}

li, ul {
font-family: 'Voltaire', sans-serif;
font-size: 16px;
}
a {
  text-decoration: none;
  color: #000a8d;
}
a:hover, a:focus {
  text-decoration: none;
  color: #000a8d;
  }
.footer-space {
min-height:40px;
}
.navbar-default {
  background-color:#ffa500;
  border-color:#ffa500; 
}
  .navbar {
  min-height:20px;
  }
.box-wrapper {
    display: table;
    position: absolute;
    height: 80%;
    width: 90%;
}

.box-middle{
display:table-cell;
vertical-align:middle;
}
.box {
    margin-left: auto;
    margin-right: auto;
	min-width: 620px;
    max-width: 620px;
    /* width: calc(80% - 20px); */
	width: 620px;
	min-height: 270px;
}
  
.GamerPics img {
	margin-left:-74px;
}
.OrangeBox{
/* background-color:#ffa500; */
}
.OrangeBox h1{
	font-family: 'Voltaire', sans-serif;
	font-weight: 400;
	font-size: 72px;
	color:#D2691E;
	margin-left:-15px;
}
.OrangeBox p{
    font-family: "Jura","Century Gothic",CenturyGothic,Geneva,AppleGothic,sans-serif;
    font-weight: 400;
	color:#FFDEAD; /* #FF8C00; */
	font-size: 32px;
	margin-left:-15px;
	margin-top:-20px;
}
.myFooter{
float: right;
}
.ButtonBorder{
	border-bottom: 1px solid #D18109;
	margin-bottom: 5px;
}
.CenterIMG {
	vertical-align: middle;
	margin-top: 10px;
}
.BrownBox{
/* background-color:#F4A460; */
}
.BrownBox h1{
font-family: 'Voltaire', sans-serif;
font-weight: 400;
font-size: 48px;
color:#8B4513;
margin-left:-15px;
}
.BrownBox p{
font-family: 'Voltaire', sans-serif;
font-weight: 400;
color:#FFDEAD;
font-size: 32px;
margin-left:-15px;
}
.breadcrumb{
background: transparent;
}
.myNav{
background: url(../img/bg-nav.png) repeat-x;
background-color: #FFFFFF;
height:40px;
}
@media (max-width: 700px) {
img{
	max-height: 200px;
	margin-left: 0px;
}
.GamerPics img {
	margin-left:-54px;
}
}
@media (max-width: 400px) {
img{
	max-height: 150px;
	margin-left:0px;
}
.GamerPics img {
	margin-left:-44px;
}

.OrangeBox h1{
font-family: 'Voltaire', sans-serif;
font-size: 32px;
color:#8B4513;
margin-left:-5px;
}
.OrangeBox p{
font-family: 'Voltaire', sans-serif;
color:#FFDEAD;
font-size: 22px;
margin-left:-5px;
}
}