/*
Theme Name: V1
Theme URI: https://learn.dashofcolor.net/wp-content/themes/v1/
Description: Version 1 of Mastery.
Version: 1.0
Author: Danielle Kenwood
Author URI: https://www.dashofcolor.net/
*/

html, body, div {
    font-family: 'Oxygen', sans-serif;
    background: #fff;
    text-align: center;
    margin: 0;
}

#top {
    background-color: #1f1f1f;
    height: 85px;
}

.set {
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
    background-color: inherit;
    height: 85px;
    width: 800px;
}

.indent{
    margin-left: 25px;
}

.content {
    margin: auto;
    width: 800px;
    height: 100%;
    padding: 60px 10px 70px 10px;
    color: #555;
    text-align: justify;
    line-height: 28px;
    font-size: 16px;
}

.content a:link, a:visited, a:active {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #c9e4ea;
    -webkit-transition: all .2s ease-in-out;  
	-moz-transition: all .2s ease-in-out;  
	-o-transition: all .2s ease-in-out;  
	transition:  all .2s ease-in-out; 
}

.content a:hover {
    color: #75b4c3;
    text-decoration: none;
    border-bottom: 2px solid #f0f0f0;
    cursor: help;
}

.splash {
    text-align: center;
}

.footer {
	line-height: 160px;
    color: #e2e2e2;
    font-family: 'Inconsolata', sans-serif;
    background-color: #1f1f1f;
    height: 160px;
    text-transform: uppercase;
}

.footnav {
    color: #EBC87B !important;
	border-bottom: none;
    text-decoration: none;
}

.footnav:hover {
    color: #fff !important;
    cursor: help;
	border-bottom: none;
    text-decoration: none;
}

.title {
    font-weight: normal;
    text-shadow: 1px 1px 1px #bababa;
    font-family: 'Oswald', sans-serif;
    font-size: 46px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 5px;
    float: left;
    color: #f0f0f0;
    -webkit-transition: all .3s ease-in-out;  
	-moz-transition: all .3s ease-in-out;  
	-o-transition: all .3s ease-in-out;  
	transition:  all .3s ease-in-out; 
}

.title:hover {
    text-shadow: none;
	color: #b7d8e0;
}

.searchlink {
    font-size: 16px;
    color: #9fb739;
    border-radius: 200px;
    margin: 0px 25px 20px 25px;
    line-height: 2.5px;
    text-align: center;
    display: block;
	min-width: 120px;
	height: 30px; 
    padding: 20px;
    background-color: #f2f2f2;
    text-shadow: 1px 1px 1px #e8e8e8;
    font-family: 'Inconsolata', serif;
}

.searchlink :hover {
    background-color: #cfe9ed;
}

.edit {
    margin-left: 25px;
	font-family: 'Inconsolata', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.big {
    font-size: 50px;
    letter-spacing: -2px;
    text-shadow: 1px 1px 1px #f2f2f2;
    line-height: 55px;
    letter-spacing: 1px;
    font-family: 'Dosis', sans-serif;
}

.name {
    font-size: 50px;
    letter-spacing: -2px;
    color: #9fb739;
    line-height: 55px;
    padding: 0px 2px 0px 12px;
    text-shadow: 1px 1px 1px #e8e8e8;
    font-family: 'Satisfy', serif;
}

h1 {
    font-size: 26px;
    letter-spacing: 2px;
    color: #9fb739;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0px 2px 0px 12px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #e8e8e8;
    font-family: 'Inconsolata', serif;
}

h2 {
    font-size: 20px;
    letter-spacing: 2px;
    color: #f0774d;
    line-height: 26px;
    padding: 0px 2px 10px 25px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #e8e8e8;
    font-family: 'Inconsolata', serif;
}

.special {
    font-size: 18px;
    color: #f0774d;
    text-transform: uppercase;
    padding: 0px 3px 0px 3px;
    font-family: 'Inconsolata', serif;
}

.special2 {
    font-size: 16px;
    border-bottom: 1px dotted #d4d4d4;
    color: #73acba;
    text-transform: uppercase;
    padding: 0px 3px 3px 3px;
    font-family: 'Inconsolata', serif;
}

.special3 {
    font-size: 16px;
    color: #358fb1;
    background-color: #f2f2f2;
    padding: 5px;
    margin: 0px 2px 0px 2px;
    font-family: 'Ubuntu Mono', serif;
}

.lessons {
    margin-left: 25px;
    display: block;
}

.step {
    font-size: 16px;
    color: #fff;
    line-height: 10px;
    background-color: #4d5f79;
    float: left;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 10px;
    margin: 0px 15px 0px 25px;
    text-shadow: 1px 1px 1px #ebebeb;
    font-family: 'Inconsolata', serif;
}

.instructions {
    float: left;
}

pre {
    overflow: auto;
    margin: 0px 0px 27px 25px;
}

code {
    line-height: 20px;
    font-size: 15px;
    font-family: 'Ubuntu Mono', sans-serif;
}

.notes {
    font-size: 16px;
    color: #9fb739;
    border-radius: 200px;
    display: inline-block;
    margin: 0px 0px 20px 25px;
    line-height: 2.5px;
    text-align: center;
	min-width: 120px;
	height: 30px; 
    padding: 20px;
    background-color: #f2f2f2;
    text-shadow: 1px 1px 1px #e8e8e8;
    font-family: 'Inconsolata', serif;
}

.notes:hover {
    background-color: #cfe9ed;
}

b, strong {
    color: #262626;
}

i, em {
    color: #35bed6;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav a {
	position: relative;
	display: inline-block;
	outline: none;
    font-family: 'Raleway', sans-serif;
	color: #fff;
    float: right;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
    margin-left: 20px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 17px;
}

nav a:hover,
nav a:focus {
	outline: none;
}

.main a {
	padding: 10px 0;
	color: #939393;
	text-shadow: none;
} 

.main a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	max-width: 0;
	border-bottom: 2px solid #fff;
	color: #fff;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
}

.main a:hover::before,
.main a:focus::before {
	max-width: 100%;
}

img.pic {
    border: 3px solid #e5e5e5;
    margin: 7px 10px 10px 0px;
    padding: 5px;
    float: left;
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .3s ease-in;  
	-moz-transition: all .3s ease-in;  
	-o-transition: all .3s ease-in;  
	transition:  all .3s ease-in;  
}

img.pic:hover {
    border: 3px solid #8bba5f;
    filter: none;
    -webkit-filter: grayscale(0%);
}

input[type=text] {
    height: 30px;
    width: 200px;
    font-size: 15px;
    color: #fdfdfd;
    text-transform: none;
    border: none;
    font-family: 'Inconsolata', sans-serif;
    float: right;
    padding: 10px;
    border-radius: 20px;
    margin-left: 60px;
    margin-top: 7px;
    background-color: #a0a0a0;
    opacity: 20%;
    -webkit-transition: all .2s ease-in-out;  
	-moz-transition: all .2s ease-in-out;  
	-o-transition: all .2s ease-in-out;  
	transition:  all .2s ease-in-out; 
}

input[type=text]:hover {
    color: #333;
    background-color: #b5b5b5;
}

input[type=submit] {
    width: 69px;
    height: 42px;
	font-family: 'Inconsolata', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	font-size: 16px;
    margin-left: 5px;
    background-color: transparent;
    border: 0;
	text-transform: uppercase;
    float: right;
    text-align: center;
}

@-moz-document url-prefix() { 
input[type=text] {
    height: 30px;
    width: 200px;
    font-size: 15px;
    color: #fdfdfd;
    text-transform: none;
    border: none;
    font-family: 'Inconsolata', sans-serif;
    float: right;
    padding: 7px 10px 7px 10px;
    border-radius: 20px;
    margin-left: 60px;
    margin-top: 7px;
    background-color: #a0a0a0;
    opacity: 20%;
    -webkit-transition: all .2s ease-in-out;  
	-moz-transition: all .2s ease-in-out;  
	-o-transition: all .2s ease-in-out;  
	transition:  all .2s ease-in-out; 
}
  }
}