@charset "utf-8";
/* CSS Document */

/* EvilHive's color pallet */
/* Sunglow Yellow  #FBC75E */
/* Burnt Sienna Orange #E36F4E */
/* Cardinal Red #BF1E3C */
/* Chocolate Cosmos Brown #461C24 */
/* Lapis Lazuli Blue #2D6084 */

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
body {
    font-family: "roboto","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #2D6084;
    margin: 0;
    padding: 0;
}
.wrap {
    background-color: #2D6084;
}
.content {
    padding: 0px 0;
}
.logo {
    top: 0;
    width: 25%;
    height: auto;
	max-width:120px;
	min-width:80px;
}
.image_logosmaller {
	width: 60%;
	max-width: 600px;
	
}

.orangebutton {
  background-color: #E36F4E;
  color: #461C24;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 5px;
  border: 3px solid;
}

.orangebutton:hover {
  background-color: #FBC75E;
  color: #BF1E3C;
  border: 3px solid white;
  transform: scale(1.1);
}

.redbutton {
  background-color: #BF1E3C;
  color: #FBC75E;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 5px;
  border: 3px solid;
}

.redbutton:hover {
  background-color: #461C24;
  color: #E36F4E;
  border: 3px solid white;
  transform: scale(1.1);	
}




.header {
    background-color: #2D6084;
	display: block;
    align-items: center;
	text-align: center;
}
.brownbox {
	background-color:#461C24;
	color: #FFFFFF;
	padding: 2% 5% 2% 5%;
    width: inherit;
    height: auto;
	text-align:center;
	font-size: 1.15em;
}
.yellowbox {
	background-color:#FBC75E;
	color: #000000;
	padding: 2% 5% 2% 5%;
    width: inherit;
    height: auto;
	text-align:center;
	font-size: 1.15em;
}
.yellowbox p {
	color: #000000;
}
.yellowbox a {
color: #BF1E3C;
font-weight: bold;
transition: .5s;
}

.yellowbox a:hover {
color: #461C24;
}
.brownbox a {
color: #E36F4E;
font-weight: bold;
transition: .5s;
}

.brownbox a:hover {
color: #FBC75E;
}

.brownbox_inside {
	background-color:#461C24;
	color: #FFFFFF;
	padding: 2% 4% 2% 4%;
	border-radius: 25px;
    width: inherit;
    height: auto;
	text-align:center;
	font-size: 1.15em;
	box-shadow: 5px 5px 8px black;
}

.brownbox_inside p {
color: #FFFFFF;
}

.brownbox_inside a {
color: #E36F4E;
font-weight: bold;
transition: .5s;
}

.brownbox_inside a:hover {
color: #FBC75E;
}

.yellowbox_inside {
	background-color:#FBC75E;
	color: #000000;
	padding: 2% 4% 2% 4%;
	border-radius: 25px;
    width: inherit;
    height: auto;
	text-align:center;
	font-size: 1.15em;
	box-shadow: 5px 5px 8px black;
}
.yellowbox_inside p {
	color: #000000;
}
.yellowbox_inside a {
color: #BF1E3C;
font-weight: bold;
transition: .5s;
}

.yellowbox_inside a:hover {
color: #461C24;
}




.bluetitletext {
	color: #2D6084;
	font-weight: 800;
	font-size: 2em;
}

.menulist {
  list-style-type: none;
  font-weight: 800;
  margin: auto;
  text-align: center;
  background-color: #E36F4E;
  display: flex;
  justify-content: center;
  padding-inline-start: 0px;
}

.menulist li a {
  display: block;
  color: black;
  padding: 14px 16px;
  transition: 0.5s;
  text-decoration: none;
}

.menulist li a:hover {
  background-color: #461C24;
    color: white;
}
@media only screen and (max-width: 600px) {
  .menulist {
    display:inherit;
	  padding: 0px 0px;
  }
	.menulist li {
	      border-bottom: 2px solid #2D6084;
	}
  	
}


.parallax {
  /* The image used */
  background-image: url("../images/svg/pattern.svg");

  /* Set a specific height */
  min-height: 200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat:repeat-x;
  background-size:contain;
	padding: 20px;
	justify-content: center;
    align-items: center;
	text-align: center;
}

.parallaxtexttitle h2 {
	display:block;
	text-align:center;
	font-size:32px;
	text-shadow:2px 2px 5px #000000, 2px 2px 5px #000000;
	color:#ffffff;
    margin-top: 30px;
}

/* parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
	  font-size:14px;
  }
  

}

img {
  max-width: 100%;
  height: auto;
}
div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

div.gallery-item {
  margin: 5px;
  border: 4px solid #000;
  width: calc(25% - 20px);
	  transition: 0.5s;
}

div.gallery-item:hover {
  border: 4px solid #BF1E3C;
}

div.gallery-item img {
  width: 100%;
  height: auto;
}

div.gallery-item div.gallery-desc {
  padding: 15px;
  text-align: center;
	background-color:#FBC75E; 
}

@media only screen and (max-width: 768px) {
  div.gallery-item {
    width: calc(50% - 20px);
  }
    .parallaxtexttitle h2 {
	  font-size:22px;
  }
}

@media only screen and (max-width: 480px) {
  div.gallery-item {
    width: calc(100% - 20px);
  }
    .parallaxtexttitle h2 {
	  font-size:18px;
  }
}

.parallax h3,p {
	color:white;
}

.parallax a {
	color:#E36F4E;
	font-weight: bold;
}
.parallax a:hover {
	color:#FBC75E;
}
/* table style */

.gametable {
  border-collapse: collapse;
  width: 100%;
}

.gametable th {
  padding: 8px;
  text-align: left;
  border-bottom: 2px solid #461C24;
}

.gametable td {
  padding: 8px;
  text-align: left;
  border-bottom: 2px solid #461C24;
}
.gametable a {
color: #BF1E3C;
font-weight: bold;
transition: .5s;
}

.gametable a:hover {
color: #461C24;
}

.credittable {
  border-collapse: collapse;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.credittable th {
  padding: 8px;
  text-align: left;
  border-bottom: 2px solid #461C24;
}

.credittable td {
  padding: 8px;
  text-align: left;
  border-bottom: 2px solid #461C24;
}

.credittable a {
color: #BF1E3C;
font-weight: bold;
transition: .5s;
}

.credittable a:hover {
color: #461C24;
}

.gametable_b {
  border-collapse: collapse;
  width: 100%;
}

.gametable_b th {
  padding: 8px;
  text-align: left;
  border-bottom: 2px solid #FBC75E;
}

.gametable_b td {
  padding: 8px;
  text-align: left;
  border-bottom: 2px solid #FBC75E;
}
.gametable_b a {
color: #E36F4E;
font-weight: bold;
transition: .5s;
}

.gametable_b a:hover {
color: #FBC75E;
}

.credittable_b {
  border-collapse: collapse;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.credittable_b th {
  padding: 8px;
  text-align: left;
  border-bottom: 2px solid #FBC75E;
}

.credittable_b td {
  padding: 8px;
  text-align: left;
  border-bottom: 2px solid #FBC75E;
}

.credittable_b a {
color: #E36F4E;
font-weight: bold;
transition: .5s;
}

.credittable_b a:hover {
color: #FBC75E;
}

@media only screen and (max-width: 768px) {
  .gametable {
    font-size: .75em;
  }
  .credittable {
    font-size: .75em;
  }
  .gametable_b {
    font-size: .75em;
  }
  .credittable_b {
    font-size: .75em;
  }
	.yellowbox {
	font-size: .85em;
	}
	.brownbox {
	font-size: .85em;
	}
	.brownbox_inside p {
	font-size: .85em;
	}	
	.yellowbox_inside p {
	font-size: .85em;
	}	
}
/*end of table style */
.liststyleyellow {
	padding: 2%;
    text-align: left;
    list-style-position: inside;
	list-style-image: none;
	border-style: solid;
    border-color: #461C24;
	border-radius: 25px;
}
.liststylebrown {
	padding: 2%;
    text-align: left;
    list-style-position: inside;
	list-style-image: none;
	border-style: solid;
    border-color: #FBC75E;
	border-radius: 25px;
}

hr.solidyellow {
  border-top: 3px solid #FBC75E; 
  margin: 20px 0; 
}

.webpimageblock {
	float: right;
	padding: 0px 15px 0px 15px;
}
@media screen and (max-width: 600px) {
	.webpimageblock {
		float: left;
		width: 100%;
		padding: 0px 5px 15px 5px;
	}
}


.webpimageblock2 {
	float: left;
	padding: 0px 10px 0px 0px;
	max-width: 200px;
}

.errorblock {
	float: left;
	padding: 10px;
	max-width: 200px;
}



/*form style*/
.evil-matter {
    padding: 10px 10px;
    border: none;
	  border-bottom: none;
	color:#FFF;
	text-align:left !important;
}
.evil-matter h1 {
    padding: 0 0 10px 40px;
    display: block;
    border-bottom: 1px solid #444;
    margin: -10px -30px 30px;
}
.evil-matter h1>span {
    display: block;
    font-size: 1em;
}
.evil-matter label {
    display: block;
    margin: 0 0 5px;
	text-align: left;
}
.evil-matter input[type="text"],.evil-matter input[type="email"],.evil-matter textarea,.evil-matter select {
	border: none;
	color: #000;
	height: 25px;
	line-height: 15px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 5px 0 5px 5px;
	width: 70%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	background: #DFDFDF;
}
.evil-matter select {
    text-indent: .01px;
    width: 70%;
    color: #525252;
    line-height: 25px;
}
.evil-matter textarea {
    height: 100px;
    padding: 5px 0 0 5px;
    width: 85%;
	text-align: left;
}

.evil-matter .formbtnyellow.disabled {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  background: #FFF;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border-style: hidden;
  cursor: not-allowed;
}

.formbtnyellow {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #000;
  font-size: 14px;
  background: #FBC75E;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border-style: hidden;
  cursor:pointer;
}
.formbtnyellow:hover {
  background: #E36F4E;
	color: #FFF;
  background-image: -webkit-linear-gradient(top, #E36F4E, #c05132);
  background-image: -moz-linear-gradient(top, #E36F4E, #c05132);
  background-image: -ms-linear-gradient(top, #E36F4E, #c05132);
  background-image: -o-linear-gradient(top, #E36F4E, #c05132);
  background-image: linear-gradient(to bottom, #E36F4E, #c05132);
  text-decoration: none;
}


/* End of form style */


/*video wrapper */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 0% 10% 0% 10%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 600px) {
	.videoWrapper {
	position: relative;
	height: 0;
	margin: 0% 5% 0% 5%;
}
	
}


/*video wrapper end */

/*Footer style */
.footer-distributed {
    background-color: #BF1E3C;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 35px 30px;
    margin-top: 10px;
}
.footer-distributed .footer-left,.footer-distributed .footer-center,.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}
/* Footer left */
.footer-distributed .footer-left {
    width: 40%;
}
/* The company logo */
.footer-distributed h3 {
    color: #fff;
    margin: 0;
}
.footer-distributed h3 span {
    color: #5383d3;
}
/* Footer links */
.footer-distributed .footer-links {
    color: #FBC75E;
    margin: 20px 0 12px;
    padding: 0;
	text-decoration:none;
}
.footer-distributed .footer-links a:hover {
	text-decoration:underline;
}
.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}
.footer-distributed .footer-logo-name {
    color: #FFF;
    font-size: .9em;
    font-weight: 400;
    margin: 0;
}
/* Footer Center */
.footer-distributed .footer-center {
    width: 35%;
}
.footer-distributed .footer-center p {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    margin: 0;
}
.footer-distributed .footer-center p span {
    display: block;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 2;
}
.footer-distributed .footer-center p a {
    color: #FBC75E;
    text-decoration: none;
}

.footer-distributed .minorfooter {
	font-size: 0.8em;
}
/* Footer Right */
.footer-distributed .footer-right {
    width: 20%;
}
.footer-distributed .footer-logo-about {
    line-height: 20px;
    color: #FFF;
    font-size: .9em;
    font-weight: 400;
    margin: 0;
}
.footer-distributed .footer-logo-about span {
    display: block;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-distributed .footer-icons {
    margin-top: 25px;
}
.footer-distributed .footer-icons a {
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color: #FFF;
    border-radius: 2px;
    font-size: 1.8em;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}
@media (max-width: 880px) {
    .footer-distributed {
        font-size: 14px;
    }
    .footer-distributed .footer-left,.footer-distributed .footer-center,.footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}
