/* Sneaky Pizza CSS */


table.preview {
	background-color: green;
	background: rgb(215,176,124);
	background-color: rgba(33, 69, 79, 255);
	margin-left: auto;
	margin-right: auto;
	max-width: 100vw;
}
table.preview td {
	padding: 1ex;
}

div.preview-area {
	width: 100%;
	text-align: center;
	padding-top: 150px;
	margin-top: 2em;

}
/* Home Style */
header {
	/*background-image: none;*/
 	background-color: #032731;
	background-color:#032731;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}

/*
.main{
	height: 100%;
	width: 50px;
	background-image: url("../img/border-left.png");

}*/	

/* About Section */
.game-section {
	/*font-family: Righteous;*/
	padding: 80px 0;
	background-color: #032731; 
	background-color: #032731;

	color: #D6CC9B;
	margin-top: 0px;
	padding-top: 20px;
}

.game-section h4 {
	color: #81969c;
	font-size: 20px;
}
.game-section li {
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
.game-section li:before {
	content: "•";
	color: #f3ca27;
	padding-right: 5px;
}


/* Team Section */
.team-section {
	padding: 80px 0;
	/* background: rgb(204,163,107); */
	margin-top: 0px;
	padding-top: 0px;
}
.team-section .item {
	padding: 0;
	margin: 15px;
	text-align: center;
}
img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
.team-section .thumbnail {
	background: transparent;
	border: 0;
}
.team-section .thumbnail .caption {
	padding: 9px;
	color: #1c424d;
}
.team-section i.fa {
	font-size: 16px;
	color: #faeaab;
	margin-top: 10px;
}
.team-section i.fa:hover {
	color: #C8924E;
}


/* Testimonials Section */
.testimonials-section {
	padding: 80px 0;
/*	background: url(../img/testimonials-bg.jpg); */
	background-size: cover;
	background-attachment: fixed;
	color: #5b777f;
	margin-top: 0px;
	padding-top: 0px;
}
.testimonial {
	padding: 30px 0;
}
.testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
.testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}

.story-section {
	font-family: Righteous;
	background-color:#032731;
	padding: 80px 0;
    /*background-color:#032731; /* Old browsers */
	margin-top: 0px;
	padding-top: 0px;
}
.story-section i.fa {
	/*font-family: Righteous;*/
	font-size: 30px;
	padding: 5px;
	color: #f1c40f;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
.story-section hr {
	background: #F3D84C;
}


/* Services Section */
.gallery-section {
	padding: 80px 0 100px 0;
    background: #032731; /* Old browsers */
	color: #5b777f;
	margin-top: 0px;
	padding-top: 0px;
}
.gallery-section h4 {
	color: #81969c;
	text-transform: uppercase;
}
.space {
	margin-top: 40px;
}
.gallery-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #032934;
	margin-bottom: 6px;
	border-radius: 10%;
	color: #f3ca27;
	transition: all 0.5s;
}
.gallery-section .service:hover>i.fa {
	background: #0b3540;
}

/* Team Section */
.team-section {
	padding: 80px 0;
	background: #032731;  /* Old browsers */
	margin-top: 0px;
	padding-top: 0px;

}
.team-section hr {
/*	background: #a9971c;*/
}
.team-section .item {
	padding: 0;
	margin: 15px;
	text-align: center;
}
img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
.team-section .thumbnail {
	background: transparent;
	border: 0;
}
.team-section .thumbnail .caption {
	padding: 9px;
	color: #B78D40;
	text-shadow: 0px 1px 0px #000000;

}
.team-section i.fa {
	font-size: 18px;
	color: #faeaab;
	margin-top: 10px;
	margin:leaft 0px;
}
.team-section i.fa:hover {
	color: #1c424d;
}

/* Contact Section */
.contact-section {
	padding: 80px 0 20px 0;
	background: #032731;  /* Old browsers */
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}

#contactForm  .row{
	width: 100%;
}

.contact-section hr {
	background: #F3D84C;
}
.contact-section h3 {
	font-family: Righteous;
	font-size: 24px;
	font-weight: 400;
	text-align: center;	
}


.contact-section form {
	padding: 30px 0;
		text-align: center;
}
.contact-section .fa {
	color: #f8e287;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}
.contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.contact-section .social {
	margin-top: 60px;
	margin-left:0px;
	margin-right:0px;
}
.contact-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
.contact-section .social i.fa {
	font-size: 50px;
	padding: 4px 5px;
	padding-right:50px;
	color: #f8e287;
	transition: all 0.5s;
}
.contact-section .social i.fa:hover {
	color: #C8924E;
}
.contact-section .btn {
	background: transparent;
	border: 2px solid #fef9e7;
	border-radius: 4px;
	padding: 6px 14px;
	margin-top: 20px;
	color: #fef9e7;
	font-size: 16px;
	transition: all 0.5s;
}
.contact-section .btn:hover, #contact-section .btn:focus {
/* 	background: #fef9e7; */
	border: 2px solid #fef9e7;
	color: #5b777f;
}
.contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}


div.border {
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0px;
	bottom: 0xp;
    z-index: 5;
}
@media (min-width: 1200px) {
div.leftborder {
	position: absolute;
	left: -30px;
    width: 200px;
	top: 0px;
	bottom: 0px;	
	height: 6300px;
	background-image: url("../img/border-left.png");
	/* background-color: transparent;*/
	background-repeat: repeat-y;
	background-position: top left;
    z-index: 5;
}

div.rightborder {
	position: absolute;
	right: -40px;
	width: 200px;
	top: 0px;
	bottom: 0px;
	height: 6300px;
	background-image: url("../img/border-right.png");
	/* background-color: transparent;*/
	background-repeat: repeat-y;
	background-position: top right;
    z-index: 5;
}
}


/*@media (max-width: 767px) {
div.leftborder {
	position: absolute;
	left: -30px;
    width: 200px;
	top: 0px;
	bottom: 0px;	
	height: 5200px;
	background-image: url("../img/border-left.png");
	/* background-color: transparent;*//*
	background-repeat: repeat-y;
	background-position: top left;
    z-index: 5;
}

div.rightborder {
	position: absolute;
	right: -40px;
	width: 200px;
	top: 0px;
	bottom: 0px;
	height: 5200px;
	background-image: url("../img/border-right.png");
	/* background-color: transparent;*//*
	background-repeat: repeat-y;
	background-position: top right;
    z-index: 5;
}
}*/

body {
	/*background-image:  url("../img/background-gray-large.jpg");*/
	background-color:#032731;
	height: 100%;
    width: 100%;
}

html {
	height: 100%;
}

#story {
	padding: 2em;
	background-color: #777799;
	background-color: rgba(3, 39, 49, 255);
}

div.container {
    /* background-color: red;
    background-color: #777799;
	background-color: rgba(3, 39, 49, 255); */
	z-index: 15;
	margin-bottom:auto;
	margin-bottom:auto;
}

div.computerscreen {
    background-color:   #032731;
    background-color:   #032731;
    color:              #002b80;
    color:              #00dd00;
    max-width:          80ex;
    margin-left:        auto;
    margin-right:       auto;
    font-family:        monospace, Consolas, Monaco, Lucida Console, Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono, Courier New;
    padding:            2em;
    text-align:         left;
}
div.center {
    text-align: center;
}

hr.sectiondivider {
    width: 100%;
    height: 2ex;
}

.bg-red {
    background-color: #F3D84C;
}

.bg-green {
    background-color: #F3D84C;
}

.bg-blue {
    background-color: #F3D84C;
}

.bg-orange {
    background-color: #F3D84C;
}

.bg-yellow {
    background-color: #F3D84C;
}

img.sneaky-logo {
    max-width: 25vw;
	margin-left:30px;
	margin-top:-10px;
	
}

@media all and (max-width: 900px) {
    div.borders{
        display:none;
    }
}

.FeaturesList{
    margin-right:50px;
    margin-top:0;
	margin-bottom:10px;
	text-align: left;	
}

div.container2 {
	margin-left: -20px;
}
.ContenTex{
	font-size:18px;
}
.facebookLoGoup{
	height:25ez;
	margin-top:-4px;
	font-size:0px;
}
.Troylogo{
	margin: 20px;	
}
.Storytext{
	padding-left:0px;
	max-width:80em;
	text-align: left;
}

div {
	/*text-align: left;*/
}

.text-top {
	vertical-align: top;
}

.text-top p {
	text-align: left;
}

li {
	list-style-position: -1ex;
}

ul {
	padding-left: 1em;
}
.fa {
	z-index: 20;

}

div.preview-area{
	height: 100%;
}
div.preview-window {
	height: 10%;
	background-color: #084064;
	width: 762px;
	max-width: 80vw;
	margin: 0 auto;
}
div.preview-window div span{
	/*background-color: pink;*/
}

div.preview-thumbnails span {
	/*background-color: transparent;*/
	border: 6px solid #084064;	
	float: left;
	margin: 0px;
}
div.preview-mainimage img {
	margin: 6px;
	max-width: 80vw;
}

div.preview-area{
	background-color: transparent;
}
