/*
  Name: McGee Technology copyright 2018-2020
  Date: JUN 2020
  Description: Overrides from main.css for pages other than front page - shorter masthead, less padding etc
  Version: 3.0
  Author: Andrew McGee
*/

/*****************
  Global Overrides
*****************/

    .masthead.segment {
      min-height: 350px;
      padding: 1em 0em;
    }
    .masthead h1.ui.header {
      margin-top: 1em;
      margin-bottom: 0em;
      font-size: 4em;
      font-weight: normal;
    }

    .ui.vertical.stripe {
      padding: 4em 0em;
    }

    .ui.vertical.stripe .horizontal.divider {
      margin: 3em 0em;
    }

    .small.text {
       font-size: 0.75rem;
    }

    @media only screen and (max-width: 700px) {
      .masthead.segment {
        min-height: 350px;
      }
      .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1em;
      }
      .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
      }
    }
