/*
Theme Name: Escapium
Theme URI: http://bit.ly/escapium
Author: Dan Fisher
Author URI: http://bit.ly/dan_fisher
Description: Escape Room Game WordPress Theme
Version: 2.0.0
Tested up to: 6.7
Requires PHP: 7.4
License: Themeforest Split Licence
License URI: -
Text Domain: escapium
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

nav.seo-nav {
    position: relative;
    z-index: 999;
    width: 100%;
    text-align: center;
}

nav.seo-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav.seo-nav ul li {
    display: inline-block;
    border: 1px solid #717171;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

nav.seo-nav ul li a {
    font-size: 14px;
    color: #717171;
}

nav.seo-nav ul li a:hover {
    color: #c7aa5b;
}