/* Iphone landscape screen orientation */
@media screen and (orientation: landscape) and (max-width : 667px) {
  .background-image {
    width: 200px;
  }
}

.mySlides {
	display: none;
}

.TextWrap {
	float: right;
	margin: 20px;
}

.myForm {
    z-index: 9;
}

.form-text {
    min-width: 180px;
    max-width: 980px;
    position: relative;
    width: 100%;
	z-index: 9;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
}

.news {
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  font-family: verdana, arial, helvetica, sans-serif;
}

.news-white {
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  font-family: verdana, arial, helvetica, sans-serif;
}

.news-emphasis {
  font-size: 16px;
  font-face: bold;
  color: #000000;
  line-height: 18px;
  font-family: verdana, arial, helvetica, sans-serif;
}

.title {
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  font-weight: bold;
  font-family: verdana, arial, helvetica, sans-serif;
}

.title-white {
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  font-weight: bold;
  font-family: verdana, arial, helvetica, sans-serif;
}

.description {
  font-size: 16px;
  color: #ffffff;
  line-height: 18px;
  font-family: verdana, arial, helvetica, sans-serif;
}

.menu-items {
  font-size: 14px;
  font-face: bold;
  color: #000000;
  line-height: 16px;
  font-family: verdana, arial, helvetica, sans-serif;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000000;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-family: verdana, arial, helvetica, sans-serif;
  border-top: 4px double white !important;
  z-index: 999;
}

.menu-bar {
	z-index: 1;
	border-bottom: 4px double white !important;
	border-top: 4px double white !important;
}

.background-image {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.content-area {
	z-index: 11;
}

.dropbtn {
  background-color: #000000;
  color: white;
  padding: 0px;
  border: none;
  font-size: 14px;
  line-height: 16px;
  font-family: verdana, arial, helvetica, sans-serif;
  text-decoration: none;
}

.dropdown a {
  position: relative;
  display: inline-block;
  color: #ffffff;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 11;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #000000;
  color: #c2c2c2;
}

.dropdown:hover .dropdown-content {
  display: block;
  text-align: center;
}

.dropdown a:hover {
  background-color: #c2c2c2;
  color: #000000;
}

.dropdown:hover .dropbtn {
  background-color: #000000;
  color: #c2c2c2;
}

.dropdown a:hover span {
  background-color: #000000;
  color: #c2c2c2;
}

.parent {
  width: 100%;
  margin: 0px;
  height: 400px;
  border: 1px solid black;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
}

.child {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

/* Several different images */
.bg-one {
  background-image: url(../images/categories/Image_001.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-two {
  background-image: url(../images/categories/Image_002.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-three {
  background-image: url(../images/categories/Image_003.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}


.bg-four {
  background-image: url(../images/categories/Image_004.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-five {
  background-image: url(../images/categories/Image_005.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-six {
  background-image: url(../images/categories/Image_006.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-eight {
  background-image: url(../images/categories/Image_008.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-nine {
  background-image: url(../images/categories/Image_009.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-ten {
  background-image: url(../images/categories/Image_010.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-eleven {
  background-image: url(../images/categories/Image_011.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-twelve {
  background-image: url(../images/categories/Image_012.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-13 {
  background-image: url(../images/categories/Image_013.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}
/* These are non-sorted image covers that are used for links */

.bg-tech {
  background-image: url(../images/categories/Image_007.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-create {
  background-image: url(../images/categories/Image_006.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-gamelink {
  background-image: url(../images/GameEntrance.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-0X3 {
  background-image: url(../images/categories/Image_0X3.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-3D {
  background-image: url(../images/categories/Image_3Dart.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-UI {
  background-image: url(../images/categories/Image_UI.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-XR {
  background-image: url(../images/categories/Image_XR.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-abel {
  background-image: url(../images/Appletin.png);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.bg-cube {
  background-image: url(../images/categories/Image_014.jpg);
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}

.child a {
  display: none;
  font-size: 24px;
  color: #ffffff !important;
  font-family: sans-serif;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  cursor: pointer;
  text-decoration: none;
}

.parent:hover .child, .parent:focus .child {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.parent:hover .child:before, .parent:focus .child:before {
  display: block;
}

.parent:hover a, .parent:focus a {
  display: block;
}

.child:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52,73,94,0.75);
}

/* For Image Collums */

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 100%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}