﻿@font-face 
{
    font-family: "proxima-nova-alt-bold";
    src: url("../fonts/proxima-nova-alt-bold.otf") format("opentype"),
         url("../fonts/proxima-nova-alt-bold.ttf") format("truetype");
    
}

@font-face
{
    font-family: "proxima-nova-light";
    src: url("../fonts/ProximaNova-Light.otf") format("opentype");
}

#categories
{
   background-color: white;
   padding-top: 5px;
   text-align: center;
   margin-bottom: 16px;
   color: black;
}

#categories h1
{
    font-family: proxima-nova-alt-bold;
    font-size: xx-large;
}

#first-row
{
    display: table;
    width: 100%;
}

#first-row .category
{
    display: table-cell;
    width: 50%;
}

#second-row
{
    display: table;
    width: 100%;
}

#second-row .category
{
    display: table-cell;
    width: 50%;
}



#third-row
{
    display: table;
    width: 100%;
}

#third-row .category
{
    display: table-cell;
    width: 50%;
}

#fourth-row
{
    display: table;
    width: 100%;
}

#fourth-row .category
{
    display: table-cell;
    width: 50%;
}

#fifth-row
{
    display: table;
    width: 100%;
}

#fifth-row .category
{
    display: table-cell;
    width: 50%;
}



.category
{
    font-family: proxima-nova-light;
}

.category h2 {
    margin-top: -5px;
}

.category img
{
    width: 50%;
}


/* 
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    MAX-WIDTH 550 px 
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

*/

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

    #categories
{
   background-color: white;
   padding-top: 5px;
   text-align: center;
   margin-bottom: 16px;
   color: black;
}

#categories h1
{
    font-family: proxima-nova-alt-bold;
    font-size: xx-large;
}

#first-row
{
    width: 100%;
}

#first-row .category
{
    width: 100%;
    display: block
}

#second-row
{
    width: 100%;
}

#second-row .category
{
    display: block;
    width: 100%;
}

#third-row
{
    width: 100%;
}

#third-row .category
{
    display: block;
    width: 100%;
}

#fourth-row
{
    width: 100%;
}

#fourth-row .category
{
    display: block;
    width: 100%;
}

#fifth-row
{
    width: 100%;
}

#fifth-row .category
{
    display: block;
    width: 100%;
}

.category
{
    font-family: proxima-nova-light;
}

.category img
{
    width: 50%;
}


}