html {
  -webkit-overflow-scrolling: touch;
}

html, body {
    width: 100%;
    height: 100%;
}

body.foundation {
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding-bottom: 4rem !important;
}

#footer {
	position: absolute !important;
    right: 0;
    bottom: -1rem;
    left: 0;
	background-color: #273746;
	color: #fff;
    height: 5rem;
    padding-top:.75rem;
}

article#main-content header#masthead .ui.header:first-child {
    margin-top: .05rem;
}

/*main > aside#main-navigation, main > article  {
    min-height: -moz-calc(100vh - 150px); /* Firefox */
    /*min-height: -webkit-calc(100vh - 150px); /* Chrome, Safari */
    /*min-height: calc(100vh - 150px); /* IE9+ and future browsers */
    /*padding-bottom: -moz-calc( 150px + 1rem );
    padding-bottom: -webkit-calc( 150px + 1rem );
    padding-bottom: calc( 150px + 1rem );
}*/
