@font-face {
    font-family: "foundation-icons";
    src: url("../fonts/foundation-icons/foundation-icons.eot");
    src: url("../fonts/foundation-icons/foundation-icons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/foundation-icons/foundation-icons.woff") format("woff"),
    url("../fonts/foundation-icons/foundation-icons.ttf") format("truetype"),
    url("../fonts/foundation-icons/foundation-icons.svg#fontcustom") format("svg");
    font-weight: normal;
    font-style: normal;
}

body{
    border-top: #F16333 solid 4.5px;

}
h1, h2, h3, h4, h5, h6, p {
    font-family: 'Raleway', serif;
}

ul{
    font-family: raleway;
    font-size: 14px;
}

.container{
    padding-top: 3rem;
    padding: 30px;
}
body > header.contain-to-grid {
    margin-bottom: 0;
}
#searchsubmit{
    background-color: #F16333;
}
html{
    margin: 0 !important;
}
.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}
.fullWidth:before, .fullWidth:after {
    content: " ";
    display: table;
}
.fullWidth:after {
    clear: both;
}
.logo{
    top: 0;
    position: absolute;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    z-index: 999;
    max-width: 100px;
}
.thumbnail{
    width: 100%;
    margin: 0;
}
.nav{
    font-size: 14px;
    display: block;
    clear: left;
    background-color: #F9F4E9;
    z-index: 999;
}

.nav ul li {
    font-weight: 700;
    text-transform: uppercase;
    padding:  8px 35px
}

.nav a {
    color: #F16333;
    text-align: center;
    font-family: 'Raleway', sans-serif;

}

.tagline{
    margin: 30px 0;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    font-family: 'Sorts Mill Goudy', serif;
}

.nav a:hover {
    color: #C25034;

}
.nav  ul{
    margin: 0;
    text-align: center;
    display: inline-block;
}
ul.menuLeft {
    float:right;
}
ul.menuLeft li {
    display: inline-block;
}
ul.menuRight{
    float: left;
}
ul.menuRight li{
    display: inline-block;
}

.block {
    padding: 0 0 50px 0;
}
.block h1{
    font-size: 1em;
    text-align: center;
    color: #FBD7AE;
}

.orgBlock{
    background: #C25034;
}
footer{
    background-color: #2d2d2d !important;

}
.footerLogo{
    max-width: 70px;
    top: 0;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
}

ul.mobile-nav{
    width: 100%;
    display: none;
    margin-top: 40px;
}
ul.mobile-nav li {
    text-align: center;
    padding: 10px 0;
    border-bottom: solid 1px #4C4C4C;
}
.menuBtn{
    text-transform: uppercase;
    display: block;
    text-align: right !important;
    right: 0;
    margin: 5px 0 23px 0;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.box-shadow-menu {
    position: relative;
    padding-left: 1.25em;
}
.box-shadow-menu:before {
    content: "";
    position: absolute;
    right: 53px;
    top: 4px;
    width: 16px;
    height: 3px;
    background: #DE5B30;
    box-shadow: 0 5px 0 0 #DE5B30, 0 10px 0 0 #DE5B30;
}


.active{

    background-color: #DE5B30;
}

.header{
    padding: 70px 0 ;
    background-color: #C25034;
    text-align: center;
    color: #F3E5CC;
    font-family: 'Raleway', sans-serif;
}
.header h1{
    font-family: 'Pacifico', cursive;
    color: #F3E5CC;

}


/*media queries*/
@media (max-width: 1305px) {
    .nav ul li {
        padding: 6px 35px;
        display: block !important;
        font-size: 12px;
    }
}

@media screen and (min-width: 40em){


    h1 {
        font-size: 4.5rem;
    }
}


.portitems img{
    width: 100%;
}

.hp-cta .caption{
    display: block !important;
    font-weight: 400;

}

.game-content{
    padding: 80px 0;
    color: #4E8891;
}
.hp-cta .portitems a{
    margin: 5px;
}
.hp-cta .portitems a .caption::before {
  content: "";
  background-image: url('../img/texture.jpg');
  opacity: 0.45;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.portitems a:hover .caption {
    display: block;
    animation: pulse  0.5s;
    cursor: pointer;
    overflow: hidden;
    border: white double 7px;
}
.portitems a {
    position: relative;
    overflow: hidden;
    display: block;
}

.portitems a:hover .caption::before {
  content: "";
  background-image: url('../img/texture.jpg');
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.caption p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.caption {
    color: #fff;
    margin: 0;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
	z-index: 999;
    font-weight: 700;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    font-size: 24px;
    text-align: center;
    height: 100%;
    width: inherit;
	font-family: 'Raleway', sans-serif;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
.hdImg{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: none !important;
}
.bodyContent{
    padding-left: 30px ;
    padding-right: 30px;
}
.bodyContent h2{
    font-family: 'Raleway', serif;
    border-bottom: 3px solid deepskyblue;
    color: deepskyblue;
    margin: 0 0 30px 0;
    font-weight: 800;
}

.hpHeader ul{
    list-style: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.hpHeader ul a {
    color: white;
}

.hpButtons ul{
    list-style: none;
}
.hpButtons  li{
    display: inline-block;
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: 100%;
/*    background-color: rgba(241,99,51,.8);*/
    text-align: center;
    margin: 0 15px;
    padding: 20px 0px;
    list-style: none;
    font-weight: 800;
}
.hpButtons  li:hover{
    background-color: white;
}
.hpHeader ul li:hover a {
    color: #F16333;
}


/*.paddingTopBottom{
    padding: 40px 0;
}*/
.gamebg{
	
}

.social-media{
    padding-top: 30px;
}
.social-media a {
    color: #C25034;

}
.social-media li{
    list-style: none;
    display: inline-block;
}
.social-media li a:before{
    width: 35px;
    font-size: 35px;
        color: #C25034;

}
.social-media li a:hover:before{
        color: white;
    animation: fadeIn .5;
}

/*updates*/

/*
.row {
    padding: 0px 11px 0px;
}
*/

.footer {
    background-color: #424242;
}
.footer-links{
    padding-top: 30px;
}
.footer-links li{
    display: block;
    list-style: none;
    
}
.footer-links li a{
    color: #C25034;
    font-weight: 800;
    font-size: 12px;
}
.footer-links li a:hover{
    color: #fff;
}

.resume h2 {
    border-bottom: none !important;
    border-right: 3px solid #C25034;
    color: #C25034;
}

@media screen and (min-width: 40em){
    h2 {
        font-size: 2rem;
    }
}

.img-container {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    text-align:center; /* Align center inline elements */
    font: 0/0 a;
}

.img-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img-container div {
    vertical-align: middle;
    display: inline-block;
}

.hdImg{
    max-width: 70px;
    margin: 0 auto;
    display: block;
}

.cta{
    position: relative;
}

.cta p{
    position: absolute;
}
.cta img{
    width: 100%;
	border: 2px solid white;
}
.hpHeader{
    background-image: url("../img/bg5-3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: auto;
    min-height: 100%;

}
.gamebg{
    background-image: url('../img/gamewallpaper.png');
	 background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: auto;
    min-height: 100%;
}
.hpContent{
    position: absolute;
    top: 38%;
    width: 100%;
    left: 0;
    padding: 0px 40px;
    text-align: center;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.hpContent p {
    font-family: 'Pacifico', cursive;
    text-align: center;
    color: #D5C7A5;
    text-shadow: 2px 3px 4px #1D1C12;
    font-size: 35px;
    margin: 0;
}
.orgText-bold{
    color: #C25034 !important;
    font-weight: 800;
}
.paddingTopBottom{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
.animate-flicker {
    -webkit-animation: flickerAnimation 3s infinite;
    -moz-animation: flickerAnimation 3s infinite;
    -o-animation: flickerAnimation 3s infinite;
    animation: flickerAnimation 3s infinite;
}

.nav {
    font-size: 14px;
    display: block;
    clear: left;
    background-color: #424242;
    z-index: 99999;
}

.nav a {
    color: #F3E5CC;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
.copyright{
    background-color: #212121 ;
    color: #fff;
    text-align: center;
}
.copyright p{
    margin: 0;
    padding: 15px;
    font-size: 12px;
}


.bodyContent h2{
    font-family: 'Raleway', serif;
    border-bottom: 3px solid #424242;
    color: #424242;
    margin: 0 0 30px 0;
    font-weight: 600;
    text-transform: uppercase;
}

div[ui-view] {
    -webkit-animation: fadeInRight 0.5s;
    animation: fadeInRight 0.5s;
}

.centerText{
    text-align: center;
}


/* ##############
WORDPRESS STYLES
#################
*/

.post a {
    color: #F16333;

}
figure{
    max-width: 300px;
}
figure img {
    -moz-border-radius: 0;
     -webkit-border-radius: 0; 
    border-radius: 0;
}
article {
    border: 1px solid #F16333;
    background-color: #fff;
    padding: 15px

}

#sidebar .panel, .footer-widget .panel {
    background-color: #EFE9D3;
}

.entry-title{
    font-family: 'Raleway', serif;
}