/* 
   #ee711e - pomarańcz
   #363d42 - szary
 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  background-color: #fff;
  color: #363d42;

  font-weight: 300;
  font-size: 20px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.clearfix { zoom: 1; }
.clearfix:after {
  content: '.';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/* ------------------------------ */
/* REUSABLE COMPONENTS */
/* ------------------------------ */

.row {
  max-width: 1140px;
  margin: 0 auto;
}

section {
  padding: 80px 0;
  width: 80%;
  margin: 0 auto;
}

.box {
  padding: 1%;
}

.box img {
  width: 60%;
  height: auto;
  margin-bottom: 15px;
}

/* HEADERS */

h1, h2, h3 {
  font-weight: 300;
  text-transform: uppercase;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #363d42;
  font-size: 240%;
  word-spacing: 4px;
  letter-spacing: 1px;
}

h2 {
  font-size: 180%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

h3 {
  font-size: 110%;
  margin-bottom: 15px;    
}

h2:after {
  display: block;
  height: 2px;
  background-color: #ee711e;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: 30px;
}

/* PARAGRAPHS */

.long-copy {
  line-height: 145%;
  width: 70%;
  margin-left: 15%;
}

.box p {
  font-size: 90%;
  line-height: 145%;
  
}


/* ICONS */

.icon-big {
  font-size: 350%;
  display: block;
  color: #ee711e;
  margin-bottom: 10px;
}

.icon-small {
  display: inline-block;
  width: 30px;
  text-align: center;
  font-size: 120%;
  color: #ee711e;
  margin-right: 10px;
  
  line-height: 120%;
  vertical-align: middle;
  margin-top: -5px;
}

/* LINKS */

a:link,
a:visited {
  color: #ee711e;
  text-decoration: none;
  // border-bottom: 1px solid #ee711e;
  transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
  color: #555;
  border-bottom: 1px solid transparent;
}

/* Buttons */

.btn:link,
.btn:visited,
input[type=submit] {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 200px;
  color: #363d42;
  transition: background-color 0.2s, border 0.2s, color 0.2s; 
}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
  background-color: #ee711e;
  border: 1px solid #ee711e;
  margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
  border: 1px solid #ee711e;
  color: #ee711e;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
  background-color: #ee711e;

}

.btn-full:hover,
.btn-full:active {
  border: 1px solid #ee711e;
}

.btn-ghost:hover,
.btn-ghost:active {
  border: 1px solid #ee711e;
  color: #363d42;
}

/* ------------------------------ */
/* HEADER */
/* ------------------------------ */

header {
  /* border-bottom: 2px solid #363d42; */
  padding-bottom: 15px;
  /* box-shadow: 0 4px 4px #363d42; */
  height: 180px;
  background-color: #12e3db;
}

.hero-text-box {
  position: absolute;
  width: 1140px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo {
  height: 70px;
  width: auto;
  /* float: left; */
  margin-top: 30px;
}

.main-nav {
  float: right;
  list-style: none;
  /* margin-top: 60px; */
}

.main-nav li {
  display: inline-block;
  margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
  padding: 8px 0px;
  color: #363d42;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: bold;
  border-bottom: 4px solid transparent;
  transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
  border-bottom: 4px solid #ee711e;
}


.games, .apps, .programs, .www, .graphics, .contact, .about {
  background-color: #363d42;
  color: #fff;
  width: 100%;
}

.games h1, .www h1, .apps h1, .programs h1, .graphics h1, .contact h1, .about h1 {
  color: #fff;
}

.games h2, .www h2, .apps h2, .programs h2, .graphics h2, .contact h2, about h2 {
  color: #fff;
}

/* ------------------------------ */
/* SLIDER                         */
/* ------------------------------ */

.slider {    
}

.bx-wrapper {
    border: 0px;
}

/* ------------------------------ */
/* CONTACT */
/* ------------------------------ */


.contact-form {
  width: 60%;
  margin: 0 auto;
}

input[type=text],
input[type=email],
select,
textarea {
  width: 100%;
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

textarea {
  height: 100px;
}

input[type=checkbox] {
  margin: 10px 5px 10px 0;
}

*:focus { outline: none; }

/* ------------------------------ */
/* FOOTER                         */
/* ------------------------------ */

footer {
  background-color: #fff;
  padding: 40px;
  font-size: 80%;
}

.footer-nav {
  list-style: none;
  float: left;
  padding-bottom: 10px;
}

.social-links {
  list-style: none;
  float: right;
}

.footer-nav li,
.social-links li {
  display: inline-block;
  margin-right: 20px;
}

.social-links li:last-child {
  margin-right: 0px;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
  border-bottom: 1px solid transparent;
  color: #444;
  transition: color 0.2s;
}

.footer-nav li a:active,
.footer-nav li a:hover {
  color: #888;
}

.social-links li a:link,
.social-links li a:visited {
  font-size: 160%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram {
  transition: color 0.2s;
}

.ion-social-facebook:hover {
  color: #3b5998;    
}

.ion-social-twitter:hover {
  color: #00aced;    
}

.ion-social-googleplus:hover {
  color: #dd4b39;    
}

.ion-social-instagram:hover {
  color: #517fa4;    
}

.lang-button {
    font-size: 80%;
    font-weight: bold;
    padding-top: 3px;
    padding-right: 10px;
    float: right;
}

footer p {
  color: #888;
  text-align: center;
  margin-top: 20px;
}

.city-feature {
    padding-left: 20%;
    margin-bottom: 5px;
    text-align: left;
}

.city-feature A:link {
    border-bottom: 1px solid transparent;
 }

.portrait {
    border-radius: 10px;
    border: 1px solid gray;
 }

.preview-image {
    margin: 0px auto;
    align: center;
    text-align: right;
}

.preview-image IMG {
    border-radius: 5px;
    border: 1px solid gray;
}

.project img {
    height: 240px;
    max-width: 100%;
    border-radius: 5px;
    border: 1px solid gray;
    object-fit: cover;
}
