/*
Theme Name: Olivet Forms
Theme URI: https://olivet.edu
Author: Olivet Nazarene University
Author URI: https://olivet.edu
Description: Custom theme for form site
Tags: forms
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: olivetforms
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html {
    margin: 0 !important;
}

.lp {
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
    font-size: 25px;
    letter-spacing: 10px;
    position: relative;
    opacity: 0.65;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.lp .heading {
    background-color: rgba(255, 255, 255, 0.5);
    color: #111;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}

.lp .content {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #111;
    line-height: 1.8
}