body {
	margin: 0;
}
}
.mdl-layout__content {
	background-color: black;
}
.mdl-navigation a{
	font-size: 20px !important;
	color: #16324F !important;
}
.mdl-navigation a:hover{
	   color: #b7e8fe;
   text-decoration: none;
   transition: color 0.2s linear;
   -webkit-transition: color 0.2s linear;
   -moz-transition: color 0.2s linear;
}
.sec-content {
	width: 1000px;
	padding-left: 800px;
}
.demo-card-square.mdl-card {
  width: 320px;
  height: 320px;
}
.demo-card-square > .mdl-card__title {
  color: #fff;
  background:
    url('../assets/demos/dog.png') bottom right 15% no-repeat #46B6AC;
}
.home-content p{
	padding-left: 900px !important;
}
.main-container {
	padding-left: 10px;
	padding-left: 10px;
}
.card-container {
	z-index: +10 !important;
	position: absolute !important;
	padding-bottom: 1000px;

}
.mdl-grid {
	width: 1500px;
}
.hero {
	background-image: url("heroimg.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 900px;
	padding-bottom: 10px;
	text-align: center !important;
}
.scroll3::-webkit-scrollbar {
  width: 5px;
}
 
.scroll3::-webkit-scrollbar-thumb {
  background: #ddd; 
}

.scroll3::-webkit-scrollbar-track {
  background: #666; 
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.next-content {
	  align-items: center;
  justify-content: center;
}

* {
	font-family: 'Roboto', sans-serif;
}

em {
	font-size: 12px;
	font-weight: 900;
}

/**
 * Menu overview.
 */
.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #ef5350 !important;
  transition: transform 0.3s;
}

.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Close button resets.
 */
.c-menu__close{
  color: #fff;
  background-color: #ef5350 !important;
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

/**
 * Close button resets.
 */
.c-menu__close:focus{
  outline: none;
}

/**
 * Body states.
 *
 * When a menu is active, we want to hide the overflows on the body to prevent
 * awkward document scrolling.
 */
body.has-active-menu{
  overflow: hidden;
}

/**
 * Mask component
 */

.c-mask{
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active{
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

@media all and (min-width: 320px) {
  .c-menu--slide-left,
  .c-menu--slide-right,
  .c-menu--push-left,
  .c-menu--push-right {
    width: 400px;
  }
}

.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item,
.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1;
}

.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child,
.c-menu--push-left .c-menu__item:first-child,
.c-menu--push-right .c-menu__item:first-child {
  border-top: none;
}

.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child,
.c-menu--push-left .c-menu__item:last-child,
.c-menu--push-right .c-menu__item:last-child {
  border-bottom: none;
}

.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link,
.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link{
  display: block;
  padding: 12px 24px;
  color: #fff;
}

.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close,
.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%;
}

.c-menu--slide-left ,
.c-menu--push-left {
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

@media all and (min-width: 320px) {
  .c-menu--slide-left ,
  .c-menu--push-left {
    transform: translateX(-400px);
  }
}

.c-menu--slide-left.is-active ,
.c-menu--push-left.is-active {
  transform: translateX(0);
  overflow: scroll;
  padding-right: 15px;
}
.o-wrapper.has-push-left {
  transform: translateX(100%);
}

@media all and (min-width: 320px) {
  .o-wrapper.has-push-left {
    transform: translateX(300px);
  }
}

.o-wrapper.has-push-right {
  transform: translateX(-100%);
}

@media all and (min-width: 320px) {
  .o-wrapper.has-push-right {
    transform: translateX(-300px);
  }
}

button#c-button--slide-left {
    background-color: #ef5350 !important;
    border: none;
    color: white;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.2s;
    position: fixed;
    top: 75px;
    left: 0;
    z-index: 2;
}



button:hover#c-button--slide-left {
  background-color: #ef5350 !important; 
  color: white;
}  

#aside {
	text-align: left;
    background-color: white;
    width: 400px !important;
}

#asidetext {
	line-height: 2.5;
    padding-left: 5px;
}

a {
  text-decoration: none;
}

@media (max-width: 1300px) {
  .responsive-stuff {
    display: none;
  }
  .mdl-grid {
    width: 100%;
    padding: 0px;
  }
  .responsive-stuff3 {
    width: 100% !important;
    margin: 0px;
  }
  .responsive-stuff2 {
    width: 85%;
    padding: 0px;
  }

  button#c-button--slide-left {
    border: none;
    color: transparent;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    -webkit-transition-duration: 0.2s;
    position: fixed;
    left: 0;
    height: 44%;
    width: 5px;
    top: 50%;
  }
}

.demo-ribbon {
  width: 100%;
  height: 40vh;
  background-color: #3F51B5;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.demo-main {
  margin-top: -35vh;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.demo-header .mdl-layout__header-row {
  padding-left: 40px;
}

.demo-container {
  max-width: 1600px;
  width: calc(100% - 16px);
  margin: 0 auto;
}

.demo-content {
  border-radius: 2px;
  padding: 80px 56px;
  margin-bottom: 80px;
}

.demo-layout.is-small-screen .demo-content {
  padding: 40px 28px;
}

.demo-content h3 {
  margin-top: 48px;
}

.demo-footer {
  padding-left: 40px;
}

.demo-footer .mdl-mini-footer--link-list a {
  font-size: 13px;
}

blockquote:after {  
    content: "";  
}  

blockquote:before {  
    content: "";  
}

.mdl-navigation__link:hover {
  background-color: rgba(25, 17, 17, 0.25) !important;
}
.mdl-navigation {
  height: 74px !important;
}