﻿@import "../vars.less";

@media (min-width: 1600px) 
{
    .carousel-intro-caption h5
    {
        font-size: 3.5rem;
    }
}
@media (min-width: 1200px) 
{
    .site-logo img
    {
        max-width: 400px;
        height: auto;
    }
    nav .navbar-nav li
    {
        padding-right: 3rem;
    }
    .contact-us #mc_embed_signup_scroll input[type="email"] 
    {
        width: 990px;
    }
    .footer-right ul li
    {
        list-style-type: none;
        display: inline-block;
    }
    .footer-right ul li
    {
        border-right: 1px solid @fontColor;
        padding-right: 0.9rem;
        margin-right: 0.9rem;
    }
    .footer-right ul li:last-child
    {
        border: none;
        padding: 0;
        margin: 0;
    } 
    .facts
    {
        background-position: 80% center;
        background-size: 600px;
    }
    .tiles .card
    {
        max-width: 255px;
        height: 255px;
    }
    .profiles .card
    {
        width: 255px;
    }
    .profiles .card-body
    {
        height: 145px;
    }
    .profile-tile
    {
        width: 255px;
        height: 255px;
        padding: 7rem 1rem;
    }
    .partners p
    {
        padding: 0 5rem;
    }
    .resources .column .col-md-3 .resource-image, .partners .carousel-item.col-md-3
    {
        width: 265px;
        height: 150px;
    }
    .resources .column .col-md-3 .resource-image img
    {
        max-width: 265px;
        max-height: 150px;
    }
    .partners .carousel-item.col-md-3 img
    {
        max-width: 210px;
        max-height: 150px;
    }
    .resources .column .col-md-4 .resource-image, .partners .carousel-item.col-md-4
    {
        width: 360px;
        height: 200px;
    }
    .resources .column .col-md-4 .resource-image img, .partners .carousel-item.col-md-4 img
    {
        max-width: 360px;
        max-height: 200px;
    }
}