# Front Matter


// __ _ __ _ _ _ __ __ __ __ _

// |\ __|___ _\ __ |___ _\ |\ |\ __|\ __ |\ __ |\ __|\ _ \

// \ \ ___||_ \ _\ \ |\ |_ \ _\ \ \\ \ \ ___|\ \ |\ \ \ |\ \ \ ___|\ \ __/|

// \ ___ \ \ \ \ \ \ __ \ \ \ \ \ \ \\ \ ___ \ \ __\ \ __ \ \ \ __\ \ _|/__

// |__|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \\ |__|\ \ \ ___|\ \ \ \ \ \ |\ \ \ _|\ \ // _\ \ \ __\ \ __\ __\ \ __\ \ ____\ \ __\ \ __\ __\ ___\ ___\ // |___\ |__| |__||__| |__| |__|__|__| |__||__||_||_| // |_| |_|

// // // FORGENST - JEKYLL STATUSPAGE // A Simple Statuspage template for Jekyll - github.com/forgenst/jekyll-statuspage // © 2020 - Ed Mason // //

.push {

margin: 25px;

}

.social-icons {

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}
li {
    font-size: 20px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 10px;
}
a {
  white-space: nowrap;
  font-weight: bold;
}

}