/*** general ***/

body, input {
    color: rgb(85, 85, 85);
}

/*** header ***/


.md-header[data-md-state=shadow] {
    box-shadow: none;
}

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

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

.md-header-nav__title {
    padding: 0 2rem;
    font-size: 1.75rem;
    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;
}
}


/*** search bar ***/

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

/*** content ***/

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


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

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

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


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

.md-search__input {
	background-color: rgba(0, 0, 0, .18);
}

/*** titles ***/


@media (max-width: 991px){
.md-typeset h1 {
    margin: 0 0 3rem;
}
}

.md-typeset h1 {
    margin: 0 0 4rem;
    color: rgb(51, 51, 51);
    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;
    color: rgb(51, 51, 51);
}

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

.md-typeset h2+h3 {
    margin-top: 1.6rem;
}
	
/*** navigation and links ***/	

.md-nav__link, .md-nav__title {
	color: rgb(51, 51, 51);
}

.md-nav__link[data-md-state=blur] {
    color: rgb(153, 153, 153);
}

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

.md-nav--secondary{
	margin-top: 2rem;
}
	
.md-typeset a {
    color: rgb(229, 35, 35);
}	

.md-typeset a:hover, .md-typeset a:focus, .md-typeset a:active {
	color: rgb(229, 35, 35);
    text-decoration: underline;
}	

.md-nav__list a:hover, .md-nav__list a:focus, .md-nav__list a:active{
	color: rgb(50, 166, 211);
}

.md-nav__link:hover, .md-nav__link:focus, .md-nav__link:active{
	color: rgb(50, 166, 211);
}

.md-nav__link--active{
	color: rgb(50, 166, 211);
}

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

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

.md-sidebar__scrollwrap::-webkit-scrollbar-thumb {
      background-color: rgb(230, 230, 230); }

.md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover {
background-color: rgb(229, 35, 35); }

/*** footer ***/

.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);
}


@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;
}





