/*
	==================================================
		Standards
	==================================================
*/ 
h1{
  font-weight: 400;
  font-size: 2rem;
}


.indexhtml,
.indexbody {
  height: 100%;
  background-color: #1a171b;
  background-image: url("../images/background_sm.jpg");
}

.html,
.body {
  height: 100%;
  background-color: #1a171b;
  padding: 10px;
  color: #fff;  
}

header{
    margin-bottom: 2rem;
}

main{
    display:block;
}

.container-small{
    max-width:60em;
    color:#fff;
}

a{
    color:#fff;
}

a:hover{
    color:#ccc;
}


/*
	==================================================
		custom.css      Collapsed Nav Responsive
	==================================================
*/ 

@media (max-width: 767px) and 
(orientation : landscape) { 

}


/** Small devices (landscape phones, 576px and up) **/
@media (min-width: 575px) {

}

/** Medium devices (tablets, 768px and up) **/
@media (min-width: 767px) {
    .indexhtml,
    .indexbody {
      background-image: url("../images/background_xl.jpg");
    }
    .html,
    .body {
      padding: 40px;  
    }    
}

/** Large devices (desktops, 992px and up) **/
@media (min-width: 991px) {

}

/** Extra large devices (large desktops, 1200px and up) **/
@media (min-width: 1199px) {

}

@media (min-width: 1600px){

}


/**
*------------------------------------------------------------------------------
*------------------------------------------------------------------------------
**/