﻿@import "../vars.less";

@media (min-width: 992px) 
{
    .logo
    {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .logo img
    {
        height: @logoHeight;
        padding: 10px 0;
    }
    .banner, .banner .banner-left
    {
        height: 300px;
    }
    .site-logo img
    {
        max-width: 200px;
        height: auto;
    }
    .navbar
    {
        padding: 0.5rem 0;
    }
    nav .navbar-nav
    {
        margin-left: auto;
        margin-right: auto;
    }
    nav .navbar-nav li
    {
        padding-right: 1rem;
    }
    .fixed-top
    {
        padding: 0;
    }
    .jumbotron2 .column:first-child div
    {
        width: 75%;
        text-align: center;
        margin: auto;
        font-size: 1.6rem;
    }  
    .tiles .card
    {
        max-width: 208px;
        height: 208px;
        font-size: 1rem;
    }
    .tiles .card img
    {
        max-height: 164px;
    }
    .profiles .card
    {
        width: 220px;
    }
    .profiles .card-body
    {
        height: 145px;
    }
    .profile-tile
    {
        width: 220px;
        height: 220px;
        padding: 6rem 1rem;
    }
    .resources .column .col-md-3 .resource-image, .partners .carousel-item.col-md-3
    {
        width: 210px;
        height: 100px;
    }
    .resources .column .col-md-3 .resource-image img
    {
        max-width: 210px;
        max-height: 100px;
        margin: auto;
    }
    .resources .column .col-md-4 .resource-image, .partners .carousel-item.col-md-4
    {
        width: 290px;
        height: 145px;
    }
    .resources .column .col-md-4 .resource-image img, .partners .carousel-item.col-md-4 img
    {
        max-width: 290px;
        max-height: 145px;
    }
}