/* //////////////// GENERAL INFO ////////////////

Site: igre.nogomet.net
Version: 1
Author: E-KODA minerva s.p.

//////////////// //////////////// //////////////// */


/* //////////////// STRUCTURE ELEMENTS //////////////// */

* { margin: 0; padding: 0; outline: none; }

#header { width:100%; background:#fea93a; height:100px; line-height:100px; font-family: "Bungee", sans-serif; }
#header.topIgre { height:150px; line-height:150px; } 
#headline { float:left; font-size:44px; font-weight:bold; padding-left:50px; }
#header.topIgre #headline { font-family: 'Dosis', sans-serif; font-size:64px; }
#banner { float:left; margin-left:50px; }
#header.topIgre #reklama_desktop { display:block; margin-top:35px; }
#reklama_mobile { display:none; }

#menu { width:100%; height:45px; line-height:45px; background:#282828; }
.wrapper { width:1100px; margin:0 auto; }

/* ///////////////////// LOGIN FORM ////////////////////////// */
#login-logo { text-align: center; }
#loginForm { width: 380px; margin: 0 auto; padding: 2em 2em 2em 2em; background: #fafafa; border:1px solid #e0e2e6; border-bottom:2px solid #e0e2e6; border-top:3px solid #fea93a; border-radius:3px;  }
.remember-me { float:left; width:50%; }
.login-button { float:right; text-align:right; }
.login-error { color:#ff0000; font-weight:bold; text-align:center; margin-top:20px; margin-bottom:20px; }

/* ///////////////////// MENU ///////////////////////////////// */
#menu { padding-left:50px; }
.menu-item { margin-right:25px; color:#fea93a; }
.menu-item:hover { color:#fea93a; text-decoration:underline; }
#mobile-toggle { display:none; }

/* ///////////////////// GENERAL ////////////////////////////// */
body { background:#eee; font-family: 'Dosis', sans-serif; font-size:18px; line-height:22px; color:#282828; }
h1 { font-size:40px; font-weight:bold; color:#282828; }
h2 { font-size:28px; font-weight:bold; color:#282828; }
.bungee { font-family: "Bungee", sans-serif; font-weight: 400; font-style: normal; }
.selectTekma { width:25rem; margin-bottom:15px; }


/* MOBILE */

@media (max-width: 1000px) {
  .wrapper { width:96%; margin:0 auto; }	
  #headline { font-size:34px; padding-left:20px; }
  #header { height:300px; }
  #header.topIgre { height:350px; }
  .wrapper .row { max-width:100%; }
  .selectIgra { margin-bottom:15px; }
  .selectTekma { margin: 0 auto; margin-bottom:15px; width:80vw; }

  #menu { display:none; padding-left:50px; background:#282828; height:auto; }
  .menu-item { display:block; }
  #mobile-toggle { display:block; width:100%; height:45px; line-height:45px; background:#282828; color:#fea93a; font-size:1.5em; padding-left:20px; }

  #banner { margin-left:10px; }
  #reklama_desktop { display:none !important; }
  #reklama_mobile { display:block; }
	
}