/*-------------------------------

    Custom stylesheet (custom.css)

    Project: Eight Template
    Version: 1.0
    Author: By Themanoid
    Last change: 31 July 2016

    --

    This stylesheet is meant for
    your own custom styles, on
    top of The Eight Template

    Happy styling!
    - Themanoid

----------------------------*/
:root {
    --mainColor: #242424;
    --secondaryColor: #383838;
    --backgroundColor: #f3f4f4;
  
  }

h4 {
    color: var(--mainColor);
}

.vert {
    width: 100%;
    padding: 5%;
}

.horiz {
    width: 100%;
    margin-top: 32%;
    margin-bottom: 32.5%;
}
