﻿#menu_bar
{
    background-color:#000;
    top:0;
    height:100px;
}

.menu-icon
{
    display:inline-block;
}

.site-logo {
    width: 120px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 90;
}

.site-logo img {
    width:100%;
}

.padding-tb-200 {
    padding-top:200px;
    padding-bottom:200px;
}

.tile
{
    height:214px;
}

.float-25
{
    width:23%;
    margin:1%;
}


@media (max-width:994px) {
    .site-logo {
        top: 31% !important;
    }
}

@media (max-width:650px)
{
    .float-25 {
        width: 31.33%;
    }
}

@media (max-width:560px) {
    .float-25 {
        width: 48%;
    }
}

@media (max-width:430px) {
    .float-25 {
        width: 98%;
    }
}