html,
body {
    font-family: 'Questrial', sans-serif !important;
}

body {
    border: 0px solid transparent;
    background-color: #ffffff;
}


/* Change the white to any color ;) */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: black !important;
}

@media screen and (min-width: 480px) {
    /* Let's get this party started */
     ::-webkit-scrollbar {
        width: 8px;
    }
    /* Track */
     ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
    /* Handle */
     ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background: rgba(0, 104, 160, 0.8);
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
    }
     ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0, 104, 160, 0.4);
    }
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: rgba(0, 104, 160, 0.8);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}

 ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 104, 160, 0.4);
}


/* 	.top-bg{
background: url('images/head.jpg') center / cover; 
padding: 0px auto;
z-index: -1;
} */

.headlink,
.material-icons {
    padding-top: 0px;
    color: #0068a0;
}

.mdl-layout__drawer {
    width: 300px;
    left: -150px;
}

.mdl-layout__drawer.is-visible {
    left: 0;
}

.headlink.scrolled {
    color: white!important;
}

.mdl-layout--fixed-header .mdl-layout__header,
.demo-layout-transparent .mdl-layout__drawer-button {
    /* This background is dark, so we set text to white. Use 87% black instead if
your background is light. */
    background-color: white;
    color: white;
    position: fixed;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.shadow {
    -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
    -moz-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
    box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
}

.shadow2 {
    display: none;
}

.shadow2.scrolled {
    display: block;
    -webkit-box-shadow: 0px 3px 20px rgba(100, 100, 100, 0.49);
    -moz-box-shadow: 0px 3px 20px rgba(100, 100, 100, 0.49);
    box-shadow: 0px 3px 20px rgba(100, 100, 100, 0.49);
}

.mdl-layout--fixed-header .mdl-layout__header.scrolled {
    background: #ffffff;
}

.headt {
    font-weight: bold;
    font-family: CoolFont;
}

.headimg {
    background-image: url(images/pen.jpeg);
    background-size: contain;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40vh;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: 96px;
}

.headimgblur {
    background-image: url(images/pen.jpeg);
    filter: blur(8px);
    background-size: contain;
    position: absolute;
    height: 40vh;
    width: 100%;
    filter: blur(9px);
    -webkit-filter: blur(9px);
    -ms-filter: blur(9px);
}

@font-face {
    font-family: CoolFont;
    src: url(fonts/kozgopro-light-opentype.otf);
}

@font-face {
    font-family: CoolFont2;
    src: url(fonts/DINLightAlternate.ttf);
}

@font-face {
    font-family: CoolFont3;
    src: url(fonts/bitwise.ttf);
}

.dinfont {
    font-family: 'Questrial', sans-serif;
    font-weight: 200;
}

.dinfont_alt {
    font-family: CoolFont2;
}

.axndxdiv {
    text-align: center;
    margin-top: 10px;
}

.axndxlogo {
    height: 25px;
    margin-bottom: 2px;
}

.demo-card-wide.mdl-card {
    width: 812px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    background: url('images/bg.jpg');
}

.demo-card-wide.mdl-card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.mission {
    background-image: url(images/mission-vision.jpg);
    box-shadow: inset 0 0 100px #000;
    transition: background 0.5s linear;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax-1 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 1px;
}

.presws {
    white-space: pre-line;
}

.whitet {
    color: white !important;
}

.hmr_icon {
    max-height: 80px;
    display: inline-block;
    height: 80px;
    width: 115.7px;
    padding: 7px 40px;
}


/* 
.hmr_icon:hover {
    -webkit-filter: drop-shadow(2px 4px 7px #222);
    filter: drop-shadow(2px 4px 7px #222);
} */

.flipAnim {
    transition: transform .5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.flipAnim:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    /* text-shadow: 2px 2px 6px #252525; */
}

.flipper {
    transition: transform 1s;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
}

@media screen and (max-width: 480px) {
    .hmr_icon {
        height: 50px;
        width: 68px;
    }
}

.mision_text {
    margin: 10px 240px 119px;
    color: #757575;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    transition-property(all);
    transition-duration(0.2s);
    transition-timing-function(ease-in);
}


/* FOR INDEX2 */


/* The Overlay (background) */

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}


/* Position the content inside the overlay */

.overlay-content {
    position: relative;
    top: 25%;
    /* 25% from the top */
    width: 197px;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 30px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
    margin: auto;
}


/* The navigation links inside the overlay */

.overlay a {
    padding: 3vh;
    display: inline-block;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    /* Transition effects on hover (color) */
    position: relative;
}


/* When you mouse over the navigation links, change their color */

.overlay a:hover {
    color: #f1f1f1;
}

.overlay a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.overlay a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


/* Position the close button (top right corner) */

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
    #map {
        height: 250px;
    }
}


/* ENDS HERE */

.healthsafety {
    background-image: url(images/health_safety.jpg);
    box-shadow: inset 0 0 100px #000;
    transition: background 0.5s linear;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bluegrid {
    background-color: #0068a0!important;
}

.clients {
    background-color: white;
    padding-bottom: 120px;
}

.primcol {
    color: #0083ca;
}

.text_header {
    padding: 120px 120px 60px 120px;
    margin-top: 0px;
}

.services {
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
    background-color: white;
    background-image: url(images/download2.png);
    background-size: cover;
    float: auto;
    padding-bottom: 100px;
}

.sv_icons {
    width: 100px;
    filter: invert(1) grayscale(1) brightness(1) contrast(31);
    -webkit-filter: invert(1) grayscale(1) brightness(1) contrast(31);
}


/* Index card */

.container_card {
    margin: 20px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.front,
.back {
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 380px;
    height: auto;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
}

.back {
    background: #0068a0;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #0068a0, #004065);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #0068a0, #004065);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: 1;
    background-color: #0068a0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}

.container_card:hover .front,
.container_card:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.container_card .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container_card .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container_card:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container_card:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front .inner p {
    font-size: 2.1rem;
    margin-bottom: 2rem;
    position: relative;
}

.front .inner p:after {
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}

.back .inner p {
    font-size: 1.2rem;
}

.more_txt {
    font-size: 2.1rem!important;
    margin-bottom: 2rem;
    position: relative;
}

.more_txt:after {
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}


/* SERVICES Styles */

.services_text_header {
    padding: 120px 120px 120px;
    color: #757575;
    margin: 0px;
}

.services_img {
    box-shadow: inset 0 0 100px #000;
    transition: background 0.5s linear;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service_title {
    padding-top: 50px;
    background-color: white;
    background-image: url(images/download.png);
    background-size: cover;
    position: relative;
}

.service_desc {
    margin: 0px auto;
    display: table;
    overflow: hidden;
    min-height: 440px;
    background-color: white;
    background-image: url(images/download.png);
    background-size: cover;
}


/* SERVICES Styles */

.card-1 {
    transition: all 0.4s ease-out;
    box-shadow: 0px 35px 136px -17px rgba(0, 0, 0, 0.44);
    overflow: hidden;
    margin: 30px auto 0px auto;
    width: 100%;
    align-items: space-around;
    max-width: 1200px;
}

.card-1:hover {
    /*   background-color:#99aeff; */
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.05);
}

.flexdiv {
    display: flex;
}

.labelc {
    color: rgba(0, 0, 0, 0.5)!important;
    font-size: 18px!important;
}

.contact_text {
    color: #2d2d2d;
    font-size: 20px;
    line-height: 1.3;
    transition-property(all);
    transition-duration(0.2s);
    transition-timing-function(ease-in);
}

.contacticon {
    color: white;
}

@media only screen and (max-width: 910px) {
    .flexdiv {
        display: block;
    }
    .contact_text {
        text-align: left;
        display: inline-block;
        margin-bottom: 60px;
    }
}


/* OLD */

.featured {
    display: -webkit-inline-box;
    margin: 0px auto;
}

.featuredlogo {
    margin: 20px;
}

.featuredtext {
    display: inline-table;
    margin: 40px 20px;
}

.featuredtext h4 {
    font-family: CoolFont;
    color: white;
    font-size: 30px;
    line-height: 1.35;
    margin: 0px;
}

.featuredtext h4#lower {
    font-size: 20px;
}

.demo-card-wide>.mdl-card__title {
    color: #fff;
    height: 120px;
    width: 120px;
}

.demo-card-wide>.mdl-card__menu {
    color: #fff;
}

@media only screen and (min-width: 424px) and (max-width: 570px) {
    .mdl-card__title.featuredlogo {
        height: 90px;
        width: 90px;
        margin: 39px 20px;
        margin-right: 5px;
    }
    .featuredtext {
        margin-left: 5px;
    }
    .featuredtext h4 {
        font-size: 25px;
    }
    .featuredtext h4#lower {
        font-size: 18px;
    }
}

#featengineering {
    display: none;
}

#featengineering_card {
    background: url('images/bg.jpg');
}

#featengineering_title {
    color: white;
}

@media only screen and (max-width: 423px) {
    #featcard {
        display: none;
    }
    #featengineering {
        display: block;
    }
}

.hmr-logo-image {
    max-height: 40px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.clientslist {
    width: 80%;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.overline-type {
    color: rgba(0, 0, 0, 0.54);
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
}

.contact_card {
    width: 60%;
    background-color: white;
    margin: 0px auto 60px;
    max-width: 600px;
}

.formc {
    max-width: 300px;
    margin: auto;
    padding: 40px 0px;
}

.line-divider {
    background-color: rgba(0, 104, 160, 0.8);
    height: 1px;
    margin: 0px auto 120px;
    width: 80px;
}

.line-divider3 {
    background-color: white;
    height: 1px;
    margin: 0px auto 60px;
    width: 80px;
}

@media only screen and (min-width: 768px) {
    .line-divider {
        width: 120px;
    }
}

@media only screen and (min-width: 768px) {
    .overline-type {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1024px) {
    .overline-type {
        font-size: 24px;
    }
}

.container_connect {
    padding: 40px;
}

.container-padding-right {
    padding-right: 0;
}

@media only screen and (min-width: 768px) {
    .container-padding-right {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1160px) {
    .container_connect {
        padding: 100px 120px;
    }
}

@media only screen and (min-width: 1280px) {
    .container_connect {
        padding: 100px 140px;
    }
    .container-padding-right {
        padding-right: 40px;
    }
}

@media only screen and (min-width: 1440px) {
    .container_connect {
        padding: 100px 140px;
    }
    .container-padding-right {
        padding-right: 60px;
    }
}

.container-padding-left {
    padding-left: 0;
}

@media only screen and (min-width: 768px) {
    .container-padding-left {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 1280px) {
    .container-padding-left {
        padding-left: 40px;
    }
}

@media only screen and (min-width: 1440px) {
    .container-padding-left {
        padding-left: 60px;
    }
}

.container-padding {
    padding: 0 32px;
}

@media only screen and (min-width: 768px) {
    .container-padding {
        padding: 0;
    }
}

.about_text_header {
    padding: 120px 120px 0px;
    color: #757575;
    margin: 0px;
}

.about_text {
    margin: 60px 120px 60px 120px;
    color: #757575;
    font-size: 20px;
    line-height: 1.3;
    transition-property(all);
    transition-duration(0.2s);
    transition-timing-function(ease-in);
}

.services_text {
    padding: 60px 120px;
    display: table-cell;
    vertical-align: middle;
    color: #757575;
    font-size: 20px;
    line-height: 1.3;
    transition-property(all);
    transition-duration(0.2s);
    transition-timing-function(ease-in);
}

@media (max-width: 786px) {
    .about_text_header {}
    .about_text {
        margin: 60px 80px 60px 80px;
    }
    .services_text {
        padding: 60px 80px 60px 80px;
    }
    .mision_text {
        margin: 10px 15% 119px;
    }
    .parallax-1 {
        background-attachment: inherit;
    }
    .container_connect {
        padding: 0px 30px;
    }
    .container_connect h1 {
        font-size: 40px;
    }
    .mdl-textfield {
        width: 96%;
    }
}

@media (max-width: 582px) {
    .about_text_header {}
    .about_text {
        margin: 60px 40px 60px 40px;
    }
    .services_text {
        padding: 60px 40px 60px 40px;
    }
    .contact_card {
        width: 80%;
    }
    .formc {
        padding: 40px;
    }
}

@media (max-width: 440px) {
    .about_text_header {
        padding: 60px 40px 30px 40px;
        font-size: 30px;
    }
    .about_text {
        margin: 30px 40px 30px 40px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.6em;
    }
    .services_text {
        padding: 30px 40px 30px 40px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.6em;
    }
    .mision_text {
        margin: 30px 40px 60px 40px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.6em;
    }
    .line-divider {
        margin-bottom: 60px;
    }
    .services_text_header {
        padding: 60px 10%;
    }
}

center.top2>h1 {
    color: white;
    text-align: center;
    font-size: 70px;
    margin: 0vw 5vw;
    cursor: default;
}

center.top2>h2 {
    color: white;
    text-align: center;
    font-size: 23px;
    margin: 5px auto 30px;
    cursor: default;
}

h2 {
    color: #131313;
    text-align: center;
    font-size: 40px;
}

center.top2 {
    background-image: url(images/hmr_bg.jpg);
    box-shadow: inset 0 0 100px #000;
    padding: 270px 100px 200px;
    transition: background 0.5s linear;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

center.bottom {
    padding: 70px 10px 10px 10px;
    width: inherit;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.line-divider2 {
    background-color: rgba(68, 138, 255, 0.5);
    height: 1px;
    margin: 0px auto 60px;
    width: 80px;
}

@media only screen and (min-width: 768px) {
    .line-divider2 {
        width: 120px;
    }
}

.hideme {
    opacity: 0;
}

#right {
    float: right;
}

.hideContent {
    display: block;
}

#container {
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
    background-color: white;
    background-image: url(images/download.png);
    background-size: cover;
    float: auto;
    @media screen and (max-width: 840px) {
        max-width: 960px;
        max-width: 780px;
        float: left;
        text-align: center;
    }
}

.white.scrolled {
    display: none;
}

.grey.scrolled {
    display: none;
}

@media only screen and (max-width: 1128px) {
    .mdl-layout__header-row .mdl-navigation__link {
        padding: 26px 18px 0px !important;
    }
}

@media only screen and (max-width: 1100px) {
    center.top2>h1 {
        font-size: 6.5vw;
        margin: 0vw 5vw;
    }
    center.top2>h2 {
        font-size: 4vw;
        margin: 9vw 5vw;
    }
    center.top2 {
        padding: 166px 100px 120px;
    }
}

@media only screen and (max-width: 786px) {
    .demo-card-square.mdl-card {
        width: 100%;
        float: left;
        margin: auto;
    }
    .demo-card-wide.mdl-card {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    center.top2 {
        padding: 100px 40px 70px 40px;
    }
    center.top2>h1 {
        font-size: 8vw;
        margin: 10vw 5vw;
    }
    center.top2>h2 {
        font-size: 5vw;
        margin: 10vw 5vw;
    }
    .card-text {
        /*Wide Card - Pricing*/
        font-size: 15px;
        width: 100%;
        display: inline;
        text-align: center;
        padding-top: 10px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 570px) {
    center.top2>h1 {
        font-size: 10vw;
        margin: 10vw 5vw;
    }
    center.top2>h2 {
        font-size: 6vw;
        margin: 9vw 5vw;
    }
    .card {
        padding-top: 250px;
    }
}

@media only screen and (max-width: 380px) {
    .demo-card-square.mdl-card {
        width: 100%;
        float: left;
        margin: 0px;
    }
    .demo-card-wide.mdl-card {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .mdl-grid {
        padding: 0px;
    }
    .card-container {
        max-width: 320px;
        margin: auto;
    }
    center.top2>h1 {
        font-size: 8vw;
        margin: 7vw 5vw;
        margin-top: 60px;
    }
    center.top2>h2 {
        font-size: 5vw;
        margin: 4vw 5vw;
    }
    .card-text {
        /*Wide Card - Pricing*/
        font-size: 15px;
        width: 100%;
        display: inline;
        text-align: center;
        padding-top: 10px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    center.top2 {
        padding: 50px 10px 70px 10px;
    }
    #container2 ul li {
        font-size: 12px;
    }
    .mdl-tabs__tab {
        font-size: 12px;
    }
    .material-icons {
        font-size: 12px;
    }
}