


.md-header {
    position: fixed; 
    top: 0;
    right: 0;
    left: 0;
    height: 7rem; 
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    background-color: rgba(50, 166, 211, 255);
    color: #fff;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
}

.md-header-nav__title {
    padding: 0 2rem;
    font-size: 1.8rem;
    line-height: 6rem;
    font-weight: 700;
	letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 600px){
	.md-header-nav__title {
    font-size: 1.5rem;
    padding: 0 1rem;
}
}

.md-header-nav__button{
	line-height: 3.6rem;
}

.md-search__inner{
	margin-top: 0.7rem;
}


.md-main__inner {
    min-height: 100%;
    padding-top: 3rem;
    padding-bottom: .1rem
}


.md-content__inner {
    margin: 0 1.6rem 2.4rem;
    padding-top: 2.4rem
}

.md-content__inner:before {
    display: block;
    height: .8rem;
    content: ""
}

.md-content__inner>:last-child {
    margin-bottom: 0
 }

 

.md-nav--primary{
	margin-top: 2rem;
}


.md-nav--secondary{
	margin-top: 2rem;
}	

@media (min-width: 990px){
.md-content{
	margin-top: 2rem;
}
}


.md-typeset h1 {
    margin: 0 0 4rem;
    color: rgba(0, 0, 0, .54);
    font-size: 3rem;
    line-height: 1.3
}

@media (max-width: 991px){
.md-typeset h1 {
    margin: 0 0 3rem;
}
}
	
.md-typeset a {
    color: rgba(229, 35, 35, 255);
}	

.md-typeset a:hover {
	color: rgba(229, 35, 35, 255);
    text-decoration: underline;
}	

.md-nav__list a:hover{
	color: rgba(50, 166, 211, 255);
}

.md-nav__link:hover{
	color: rgba(50, 166, 211, 255);
}

@media only screen and (min-width:60em){
.md-nav--secondary{
	border-left: .4rem solid rgba(229, 35, 35, 255);
}
}

.md-footer-nav {
    background-color: #555555;
    color: #999999;
}


.md-footer-meta {
	background: #333;
	color: #ccc;
}

.md-footer-nav__direction a:hover{
	rgba(229, 35, 35, 255);
}


.md-header{
	box-shadow: none;
}


@media (max-width: 700px){
.md-footer-nav__title{
	 font-size: 1.5rem;
}
}


.md-footer-nav__link:hover{
	color: rgba(50, 166, 211, 255);
}


.md-footer-meta__inner.md-grid a:hover{
	color: rgba(50, 166, 211, 255);
	text-decoration: none;
}


@media only screen and (max-width:76.1875em) {
    html .md-nav--primary .md-nav__title--site 
    {background-color: rgba(50, 166, 211, 255);
    }
}

@media (min-width: 992px){
#architect-IDE{
	margin-bottom: 8px;
}
}


.md-typeset h1 {
    margin: 0 0 4rem;
    color: rgba(0, 0, 0, .54);
    font-size: 3.125rem;
    line-height: 1.3
}

.md-typeset h1,
.md-typeset h2 {
    font-weight: 300;
    letter-spacing: -.01em
}

.md-typeset h2 {
    margin: 4rem 0 1.6rem;
    font-size: 2.5rem;
    line-height: 1.4
}

.md-typeset h3 {
    margin: 3.2rem 0 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.5
}

.md-typeset h2+h3 {
    margin-top: 1.6rem;
}
