﻿body {
    padding: 0;
    margin: 0;
    font-family: myFirstFont;
    background-image: url(obr/bg.jpg);
    background-repeat: repeat-x repeat-y;
    background-color: black;
}

@font-face{
    font-family: myFirstFont;
    src:url(Quicksand-Light.ttf);
}

#wall
{

width: 100%;
height: 100%;
padding: 0;
margin: 0;
display: block;
}

#big
{
    height: 500px;


}


   #text
{
    position: relative;
    color: white;
   padding-left: 10%;
   padding-right: 10%; 

}

   #text h1
   {

       text-align: center;
       font-size: 45px;

   }


a
{
    text-decoration: none;
    color: inherit;

}

#shop
{
    background-color: #6b0606;
}

.merch
{
    box-sizing: border-box;
    width: 18%;
    height: 100%;
    display: inline-block;   
    margin-right: 0.5%; 
    margin-bottom: 0.5%;
    background-color:white;
    color: black;
    text-align:center;
    font-weight: bold;
    font-size: 19px;
    border: 2px solid black;
    
}

nav ul
{
   
    background: linear-gradient(#1c1c1c,#1c1c1c,#111111);
    font-size:0;
   border-bottom: red 7px;
    overflow:hidden;
    color: white;
    padding: 0;
    text-align: center;
    margin: 0;
    transition: max-height 0.4s;
    -webkit-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
    border-bottom: 1px #2c2c2c solid;
    font-weight: bold;

}

nav ul li
{

    
    display: inline-block;
    padding: 20px;
    font-size: 16px;
    

}

nav ul li:hover
{
    background-color: #6b0606;

}

.handle
{
    position:relative;
    width: 100%;
    height: 50px;
    background: #190906;
    text-align:left;
    box-sizing: border-box;
    padding: 15px 10px;
    cursor: pointer;
    color: white;
    display:none;


}

#logo
{
    position:relative;
    top: -10px;
    width: 100px;

}

#ham {
    width: 39px;
    position: absolute;
    left: 86%;
    top: 5px;
}


    img{
    max-width:100%;
    height:auto;
}

   

  #foot
    {

        position: relative;

        height: 80px;
        background-color: black;
        color: white;
        padding-top: 1%;
        padding-left: 13%;
   padding-right: 13%;
   

    }

    #foot p
    {

        font-size: 20px;

    }

    #follow
    {

        position: absolute;
        top: -15%;

    }

    #follow2
    {

        position: absolute;
        left: 74.7%;
        top: -15%;

    }

    #made
    {
        
        text-align: center;
        


    }

    #logo1
    {
        display: inline-block;
        opacity: 0.7;
        position: absolute;
        top: 40%;
       left: 17%;
        width: 2.5%;

    }


    #logo2
    {
        display: inline-block;
        opacity: 0.7;
        position: absolute;
        top: 40%;
        
        left: 21%;
        width: 2.5%;

    }

    #logo3
    {
        display: inline-block;
        opacity: 0.7;
        position: absolute;
        top: 40%;
        
        left: 13%;
        width: 2.4%;
    }

    #logo4
    {
        display: inline-block;
        opacity: 0.7;
        position: absolute;
        top: 40%;
        
        left: 75%;
        width: 9%;
    }

  
    #foot img:hover
    {
        opacity: 1;

    }

 @media screen and (max-width: 1540px) {

    .merch
{
    box-sizing: border-box;
    width: 18%;
    height: 100%;
    display: inline-block;   
    margin-right: 0.5%; 
    margin-bottom: 0.5%;
    background-color:white;
    color: black;
    text-align:center;
    font-weight: bold;
    font-size: 17px;
    border: 2px solid black;
    
}
 }

 @media screen and (max-width: 1400px) {

    .merch
{
    box-sizing: border-box;
    width: 18%;
    height: 100%;
    display: inline-block;   
    margin-right: 0.5%; 
    margin-bottom: 0.5%;
    background-color:white;
    color: black;
    text-align:center;
    font-weight: bold;
    font-size: 15px;
    border: 2px solid black;
    
}
 }

 @media screen and (max-width: 1200px) {

     
  .merch
{
    box-sizing: border-box;
    width: 18%;
    height: 100%;
    display: inline-block;   
    margin-right: 0.5%; 
    margin-bottom: 0.5%;
    background-color:white;
    color: black;
    text-align:center;
    font-weight: bold;
    font-size: 12px;
    border: 2px solid black;
    
}
 }


@media screen and (max-width: 1085px) {

  
 #foot
    {

        position: relative;

        height: 80px;
        background-color: black;
        color: white;
        padding-top: 1.5%;
        padding-left: 13%;
   padding-right: 13%;
   

    }

    #logo1 {
        display: inline-block;
        opacity: 0.7;
        position: absolute;
        top: 40%;
        left: 19%;
        width: 3.6%;
    }






    #logo2 {
        display: inline-block;
        opacity: 0.7;
        position: absolute;
        top: 40%;
        left: 25%;
        width: 3.6%;
    }

    #logo3 {
        display: inline-block;
        opacity: 0.7;
        position: absolute;
        top: 40%;
        left: 13%;
        width: 3.6%;
    }

    #logo4 {
        display: inline-block;
        opacity: 0.7;
        position: absolute;
        top: 40%;
        left: 75%;
        width: 12%;
    }

     .merch
{
    box-sizing: border-box;
    width: 23%;
    height: 100%;
    display: inline-block;   
    margin-right: 0.5%; 
    margin-bottom: 0.5%;
    background-color:white;
    color: black;
    text-align:center;
    font-weight: bold;
    font-size: 12px;
    border: 2px solid black;
    
}
 }

    
  


@media screen and (max-width: 800px) {

   body {

margin: 0;
padding: 0;
 font-family: myFirstFont;
 
 
 
 background-repeat: repeat-x repeat-y;

      background-image: url(obr/bg.jpg);
      

}



 
   

    nav ul {
        max-height: 0em;
        font-size: 16px;
    }

    .showing {
        max-height: 20em;
    }

    nav ul li {
        box-sizing: border-box;
        width: 100%;
        text-align: left;
        padding: 15px;
        
    }

    .handle {
        display: block;
    }


  #foot p
    {
             padding-top: 1%;
        font-size: 14px;

    }

           #foot
    {

        position: relative;

        height: 80px;
        background-color: black;
        color: white;
        padding-top: 1%;
        padding-left: 13%;
   padding-right: 13%;
   

    }

    #logo1
    {
        display: inline-block;
        opacity: 0.7;
        position: absolute;
        top: 40%;
       left: 19%;
        width: 5%;

    }


    #logo2
    {
        display: inline-block;
        opacity: 0.7;
        position: absolute;
        top: 40%;
        
        left: 25%;
        width: 5%;

    }

    #logo3
    {
        display: inline-block;
        opacity: 0.7;
        position: absolute;
        top: 40%;
        
        left: 13%;
        width: 5%;
    }

    #logo4
    {
        display: inline-block;
        opacity: 0.7;
        position: absolute;
        top: 40%;
        
        left: 75%;
        width: 15%;
    }
  
          .merch
{
    box-sizing: border-box;
    width: 32%;
    height: 100%;
    display: inline-block;   
    margin-right: 0.5%; 
    margin-bottom: 0.5%;
    background-color:white;
    color: black;
    text-align:center;
    font-weight: bold;
    font-size: 12px;
    border: 2px solid black;
    
}
}

  @media screen and (max-width: 700px) {

              .merch
{
    box-sizing: border-box;
    width: 48%;
    height: 100%;
    display: inline-block;   
    margin-right: 0.5%; 
    margin-bottom: 0.5%;
    background-color:white;
    color: black;
    text-align:center;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid black;
    
}


    }

    @media screen and (max-width: 480px) {

  


        #uvod {
            position: absolute;
            top: -10px;
            left: 20px;
            color: white;
        }



        #big {
            position: absolute;
            width: 150px;
            left: 0px;
            top: 20px;
        }

        #about {
            position: relative;
            font-size: 11px;
            left: 0px;
            top: 80px;
        }

    



        

        #text {
            color: white;
            padding: 10px 30px;
            
        }


       #foot p
    {
             padding-top: 4%;
        font-size: 10px;

    }

           #foot
    {

        position: relative;

        height: 80px;
        background-color: black;
        color: white;
        padding-top: 1%;
        padding-left: 10%;
   padding-right: 10%;
   

    }

           #follow
    {

        position: absolute;
        top: -15%;

    }

    #follow2
    {

        position: absolute;
        left: 77.3%;
        top: -15%;

    }

    #logo1
    {
        display: inline-block;
        opacity: 0.7;
        position: absolute;
        top: 40%;
       left: 16%;
        width: 5%;

    }

 




    #logo2
    {
        display: inline-block;
        opacity: 0.7;
        position: absolute;
        top: 40%;
        
        left: 22%;
        width: 5%;

    }

    #logo3
    {
        display: inline-block;
        opacity: 0.7;
        position: absolute;
        top: 40%;
        
        left: 10%;
        width: 5%;
    }

    #logo4
    {
        display: inline-block;
        opacity: 0.7;
        position: absolute;
        top: 40%;
        
        left: 78%;
        width: 15%;
    }

   
}