﻿/*

    PLEASE NEVER DO ANY CSS THAT ISN'T TIED TO A CLASS.
    IF YOU DECIDE TO DO CSS THAT ISN'T TIED TO A CLASS, DO INLINE STYLING.

    CURRENT SETUP:
    THIS IS THE DESKTOP ONE, THEREFORE BASICALLY AN EXTENSION OF THE MOBILE.
    ALL STYLING IS CONTAINED INSIDE THEIR RESPECTIVE ROWS WITH THE EXCEPTION OF A FEW REUSABLE CLASS.
    LOOK AT THE HTML, DECIPHER WHAT CLASSES ARE CONTROLLING WHAT AND FIND THEIR CSS CODE HERE.
    I RECOMMEND LOOKING AT GLOBALS THEN THEIR ROW CLASS.

*/



@media (min-width: 1280px) {

    /*#############################################################*/
    /*#############################################################*/
    /* LOCAL REUSABLES ###################################################
    ############################################################*/
    /*#############################################################*/

    .historyContainer {
    }

    .historyCol {
        padding-top: calc(2.95 / 100 * 1280px);
    }

    .historyRow {
    }

    .historyYearContainer {
    }

    .yearLabel {
        margin-top: calc(.15 / 100 * 1280px);
    }

    .historyInfoContainer {
        padding-bottom: calc(2.95 / 100 * 1280px);
    }

    .historyInfo {
    }

    .historyInfoText {
    }

    .historyLeftContainer {
        padding-right: calc(1.475 / 100 * 1280px);
        padding-top: calc(2.95 / 100 * 1280px);
    }

    .historyRightContainer {
        padding-left: calc(1.475 / 100 * 1280px);
        padding-top: calc(2.95 / 100 * 1280px);
    }

    .historyLeftContent {
        height: calc(20 / 100 * 1280px);
    }

    .historyRightContent {
        height: calc(20 / 100 * 1280px);
    }

    /*#############################################################*/
    /* ROW ONE ###################################################
    ############################################################*/

    .rowOne {
        height: calc(25.6 / 100 * 1280px);
    }

    .r1ColumnTwo {
        padding-top: calc(1.36 / 100 * 1280px);
        padding-bottom: calc(1.36 / 100 * 1280px);
        padding-left: calc(((100% - 1280px) / 2) + (0.0295 * 1280px));
        padding-right: calc(((100% - 1280px) / 2) + (0.0295 * 1280px));
    }

    /*#############################################################*/
    /* ROW TWO ###################################################
    ############################################################*/

    .r2ColumnOne {
        height: calc(36.8 / 100 * 1280px);
        padding-top: calc(5.9 / 100 * 1280px);
        padding-bottom: calc(5.9 / 100 * 1280px);
    }

        .r2ColumnOne > img {
        }

    .r2ColumnTwo {
        height: calc(36.8 / 100 * 1280px);
        padding-top: calc(5.9 / 100 * 1280px);
        padding-bottom: calc(5.9 / 100 * 1280px);
    }

    .r2ColumnTwoData {
    }

    /*#############################################################*/
    /* ROW THREE ###################################################
    ############################################################*/



    /*#############################################################*/
    /* ROW NINE ###################################################
    ############################################################*/

    .r9LinkContainer {
        height: calc(5.9 / 100 * 1280px);
        margin-top: calc(5.9 / 100 * 1280px);
        margin-bottom: calc(5.9 / 100 * 1280px);
    }

        .r9LinkContainer > a {
        }

    /*#############################################################*/
    /*PANEL STYLING*/
    /*#############################################################*/

    .panelContainer {
        padding-top: calc(2.95 / 100 * 1280px);
    }
}
