@charset "UTF-8";
/*
Theme Name: Rick Mack Theme 0.1
Author: Macdonald Design LLC
Author URI: https://www.macdonalddesign.com
Description: Rick Mack theme
Version: 1.0.0
Tags: custom-theme, silver theme, custom "case" post type, Custom Words post type
Plugins: 

/* Silver Theme 1.0*/

/* Color References
Link silver:           rgb(50,50,50)    , #323232;
Very Dark Silver:      rgb(94,94,94)    , #5E5E5E;
Even Darker Silvers:   rgb(100,100,100) , #646464;
Darker Silver:         rgb(150,150,150) , #969696;
Silver:                rgb(175,175,175) , #AFAFAF;
Light Silver:          rgb(236,236,236) , #ECECEC;
Orange:				   rgb(233,130,38)  , #E98226;
Gold: rgb(148,110,47) , #946E2F;
H1 Color: rgb(162, 110, 37);
Red: rgb(228,4,3) , #E40403;
Yellow: rgb(255,253,3) , #FFFD03;
Text Silver: rgb(169, 169, 169) , #;
*/

/* new box-sizing modied*/
html, body {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

html, body {
	position: relative;
	padding: 0 !important;
	margin: 0 !important;

    background-color: #000;
}

/* Wallpaper */
wallpaper {
	display: none;
    position: fixed;
	top: 0;
	left: 0;
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 0;
    opacity: 0.25;
}


#container {
	display: flex;
	flex-direction: row;
	flex-flow: nowrap;
	max-width: calc(100%);
	margin-left: 0;
	margin-right: 0;
	z-index: 5;
}

main {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

section {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1232px;
	margin: 2rem auto 1rem auto;
	padding: 1.5rem;
}

aside {
	display: none;
	width: 30%;
	z-index: 40;
}

/* styling */

body {
	font-family: Raleway, "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	color: rgb(169, 169, 169);
}

a {
	color: rgb(233,130,38);
}

a.md-anchor {
	position: absolute;
	margin-top: -50px;
	visibility: hidden;
}

.md-post-meta {
	font-size: 0.75em;
}

h1 {
	font-family: Righteous, serif;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: center;
	padding: 0;
	margin: 0 0 1em 0;
	color: rgb(162, 110, 37);
}

section h1 {
	font-family: Righteous, "Lucida Grande", Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 2.625em;
	line-height: 1.5em;
	text-align: center;
	padding: 0;
	margin: 0 0 1em 0;
	color: rgb(162, 110, 37);
}

h2 {
	font-family: Righteous, "Lucida Grande", Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 2.25em;
	text-align: center;
	padding: 0;
	margin: 0 0 1.5em 0;
	color: rgb(162, 110, 37);
}

h3 {
	font-family: Raleway, "Lucida Grande", Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
	color: rgb(162, 110, 37);
}

p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 1em 0;
}

.md-centered {
	text-align: center;
}

/* Other */

.grecaptcha-badge { 
    visibility: hidden !important;
}
