/********************  NAV ********************/
.page-section {
    width:100%;
    height: 100%;
    padding-bottom: 43px;
}
.logo img { 
    width:100%;
    max-width:200px;
    margin:0;
    z-index: 10001;
    display: block;
    margin-left:11px;
    margin-top:8px;
}
.logo a {
    cursor:pointer;
}
.navbar-inverse .navbar-toggle{
    margin-top:15px;
    margin-bottom:10px;
    background-color: #2b70f3;
}
.navbar-inverse .navbar-toggle a:hover {
    background-color: #2b70f3;
}
ul.nav li {
    border: 0;
    color: white;
}
.navbar-inverse .navbar-nav > li > a {
    color : #2b70f3 !important;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: color 0.5s ease;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color:#87CEEB !important;
     
}
.get-started-nav {
    border:2px solid #2b70f3;
    padding:10px !important;
    margin-top:3px;
    margin-left: 20px;
    font-weight: bold;
}

/******************** LANDING ********************/
html { 
  background: url(/img/landing-bg-min.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}
body {

}
h1.main-title {
    color : white !important;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    margin-top:20px;
    z-index:1;
}
.amp {
    font-family:Arial, Helvetica, sans-serif;
    font-size:46px;
}
h2.sub-title {
    color : white !important;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    position: absolute; bottom:150px; right:0;
    z-index:1;
    
}
.myButton {
    -moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
    -webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
    box-shadow:inset 0px -3px 7px 0px #29bbff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
    background:-moz-linear-gradient(top, #86b7f6 5%, #0688fa 100%);
    background:-webkit-linear-gradient(top, #86b7f6 5%, #0688fa 100%);
    background:-o-linear-gradient(top, #86b7f6 5%, #0688fa 100%);
    background:-ms-linear-gradient(top, #86b7f6 5%, #0688fa 100%);
    background:linear-gradient(to bottom, #86b7f6 5%, #0688fa 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
    background-color:#86b7f6;
    -moz-border-radius:14px;
    -webkit-border-radius:14px;
    border-radius:14px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:20px;
    font-weight: bold;
    padding:12px 28px;
    text-decoration:none;
    text-shadow:0px 1px 0px #263666;
    margin:200px 0px 0px 50px;
}
.myButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
    background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
    background-color:#0688fa;
    text-decoration: none;
    color:#fffeaf;
}
.myButton:active {
    position:relative;
    top:1px;
    text-decoration: none;
    color: white;
}
.md {
    font-size:13px;
    text-align: left;
    color:#fffeaf;
    font-family: 'Lato';
    margin:5px 0px 0px 70px;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;

}

.month {
    color:#fffeaf;
    border: none;
    font-size: 18px;
    letter-spacing: 0.3px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
h3.bullet-points ul li a {
    color:#fffeaf;
    border: none;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-bottom:20px;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    transition: color 0.5s ease;

}
h3.bullet-points ul li a:hover {
    text-decoration:none;
    color:white;
}
.start-today  {
    color:#fffeaf;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-bottom:20px;
    float: right;
    text-align: center;
    margin-right: 20px;
    margin-top:40px;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
}
.start-today a {
       color:#fffeaf;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    transition: color 0.5s ease;
}
.start-today a:hover {
    text-decoration: none;
    color: white;
}

/******************** PAGE ********************/
h1.title {
    font-family:'Lato';
    font-size:34px;
    text-align: left;
    margin:0px 0px 20px 0px;
    color: white;  
     text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px; 
    text-transform: uppercase;
}
p.copy {
    font-family: Arial, Helvetica, sans-serif;
    color:#333;
    font-size:17px;
    line-height: 25px;
}
h2.paragraph-title {
    color:#2b70f3;
    font-family: 'Lato';
    font-weight: bold;
    font-size: 22px;
}

/******************** SCROLL ********************/
a.link {
    display: block; 
    color:#0000EE;
    font-family: 'Lato';
    font-weight: bold;
    font-size: 17px;
    text-decoration: underline;
    padding-bottom:5px;
}
a.link:visited { color: #551A8B; }

/********************  FOOTER ********************/
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height:70px;
}
.footer-aux {
    background-color:rgba(255,255,255,0.90);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43px;
} 
.footer-aux-bottom {
    width: 100%;
    height: 43px;
    background-color:rgba(255,255,255,0.90); 
} 
.icon {
    margin:9px 0px 0px 15px;
    display: block;
    float: left;
}
.icon-holder {
    float:right;
}
.copyright {
    float: left;
    font-family: 'Lato', sans-serif;
    color : #2b70f3 !important;
    letter-spacing: 0.5px;
    font-size:12px;
    padding-top:13px;
}
.right-footer-nav {
    float: right;
}
a.footer-tab {
    display: block;
    font-family: 'Lato', sans-serif;
    color : #2b70f3 !important;
    font-size:12px;
    letter-spacing: 1px;
    padding-top:13px;
    margin-left: 30px;
    float: left;
    transition: color 0.5s ease;
    cursor: pointer;
}
a.footer-tab:hover {
    color: #87CEEB;
    text-decoration: none;
}

/********************  RESPONSIVE ********************/
@media only screen and (min-width:320px) {
    .navbar-inverse .navbar-nav > li > a {
        text-align: center;
        font-size:14px;
    }
    h1.main-title {
    color : white !important;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    position:absolute; top:15%; left:10%;
    z-index:1;
    }
    .amp {
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    }
      h2.sub-title {
    color : white !important;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    position: absolute; bottom:30%; right:0px;
    z-index:1;
    
}
    .month {
    color:#fffeaf;
    border: none;
    font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    margin-top:15px;
    }
    a.footer-tab {
        font-size: 10px;
        margin-left: 0px;
        margin-right:5px;
    }
    .copyright {
        font-size: 10px;
        margin-right: 10px;
    }
    .right-footer-nav {
    float: right;
    padding:0;
    margin:0;
    }
    a.footer-tab {
    display: block;
    font-family: 'Lato', sans-serif;
    color : #2b70f3 !important;
    font-size:10px;
    letter-spacing: 0px;
    padding-top:12px;
    margin-left: 5px;
    text-align: left;
    float: left;
    transition: color 0.5s ease;
    cursor: pointer;
    }
    a.footer-tab:hover {
    color: white;
    text-decoration: none;
    }
     .start-today {
    color:#fffeaf;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-align: center;
    margin-top:5px;
    }
    .start-today a {
        font-size:12px;
    }
    .myButton {
    font-size:18px;
    margin:105px 0px 0px 50px;
    }
    .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height:60px;
    } 
    .md {
    font-size:13px;
    text-align: left;
    color:#fffeaf;
    font-family: 'Lato';
    margin:5px 0px 0px 50px;

    }
    .get-started-nav {
    border:2px solid #2b70f3;
    padding:5px !important;
    margin:0px auto 0px auto;
    width:120px;
    }
}
@media only screen and (min-width:480px) {
    .navbar-inverse .navbar-nav > li > a {
        text-align: center;
        font-size:14px;
    }
    h1.main-title {
    color : white !important;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    position:absolute; top:15%; left:10%;
    z-index:1;
    }
    .amp {
    font-family:Arial, Helvetica, sans-serif;
    font-size:26px;
    }
     h2.sub-title {
    color : white !important;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    position: absolute; bottom:30%; right:0px;
    z-index:1;
    
    }
    a.footer-tab {
        font-size: 10px;
        margin-left: 0px;
        margin-right:5px;
    }
    .copyright {
        font-size: 10px;
        margin-right: 10px;
    }
    .right-footer-nav {
    float: right;
}
    .month {
    color:#fffeaf;
    border: none;
    font-size: 18px;
    letter-spacing: 0.3px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    }
    .start-today  {
    color:#fffeaf;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.3px;
    float: right;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    padding-top:60px;
    }
    .start-today a {
       color:#fffeaf;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    transition: color 0.5s ease;
    }
    .myButton {
    font-size:22px;
    margin:170px 0px 0px 30px;
    }
     .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height:60px;
    }   
    .md {
    font-size:13px;
    text-align: left;
    color:#fffeaf;
    font-family: 'Lato';
    margin:5px 0px 0px 45px;
    }
    .get-started-nav {
    border:2px solid #2b70f3;
    padding:5px !important;
    margin:0px auto 0px auto;
    width:120px;
    }

}
@media only screen and (min-width:768px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size:13px;
        margin-left:-2px;
    }
     h1.main-title {
    color : white !important;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    position:absolute; top:15%; left:10%;
    z-index:1;
    }
    .amp {
    font-family:Arial, Helvetica, sans-serif;
    font-size:28px;
    }
     h2.sub-title {
    color : white !important;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    position: absolute; bottom:40%; right:40px;
    z-index:1;
    
}
    h3.bullet-points {
    margin-top:80px;
    margin-left:140px;
    }
    h3.bullet-points ul li {
    color:#fffeaf;
    border: none;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-bottom:5px;
    }
    a.footer-tab {
        font-size: 12px;
        margin-left: 30px;
    }
    .copyright {
        font-size: 12px;
        margin-right: 10px;
    }
       .right-footer-nav {
    float: right;
}
    .start-today {
    color:#fffeaf;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-bottom:20px;
    float: right;
    text-align: center;
    margin-right: 20px;
    margin-top:70px;
    }
    .myButton {
    font-size:22px;
    margin:200px 0px 0px 50px;
    }
    .icon {
    margin:9px 0px 0px 15px;
    display: block;
    float: left;
}
    .icon-holder {
    margin-top:130px;
    float:right;
    }
     .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height:110px;

    }
    .md {
    font-size:13px;
    text-align: left;
    color:#fffeaf;
    font-family: 'Lato';
    margin:5px 0px 0px 65px;
    }
    .get-started-nav {
    border:2px solid #2b70f3;
    padding:10px !important;
    margin-top:3px;
    margin-left: 10px;
    width: auto;
    }

}
@media only screen and (min-width:1024px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size:13px;
    }
     h1.main-title {
    color : white !important;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    position:absolute; top:15%; left:10%;
    z-index:1;
    }
    .amp {
    font-family:Arial, Helvetica, sans-serif;
    font-size:36px;
    }
     h2.sub-title {
    color : white !important;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    position: absolute; bottom:40%; right:40px;
    z-index:1;
    
}
    h3.bullet-points {
    margin-top:100px;
    margin-left:200px;
    }
    h3.bullet-points ul li {
    color:#fffeaf;
    border: none;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-bottom:5px;
    }
    .start-today {
    color:#fffeaf;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-bottom:20px;
    float: right;
    text-align: center;
    margin-right: 20px;
    margin-top:0px;
    }
    .start-today a {
       color:#fffeaf;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    transition: color 0.5s ease;
    }
     a.footer-tab {
        font-size: 12px;
        margin-left: 30px;
    }
    .copyright {
        font-size: 12px;
        margin-right: 10px;
    }
       .right-footer-nav {
    float: right;
}
     .myButton {
    font-size:22px;
    margin:200px 0px 0px 50px;
    }
    .icon {
    margin:9px 0px 0px 15px;
    display: block;
    float: left;
    }
    .icon-holder {
    margin-top:130px;
    float:right;
    }
     .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height:70px;
    }
    .md {
    font-size:13px;
    text-align: left;
    color:#fffeaf;
    font-family: 'Lato';
    margin:5px 0px 0px 65px;
    }
    .get-started-nav {
    border:2px solid #2b70f3;
    padding:10px !important;
    margin-top:3px;
    margin-left: 20px;
    width:auto;
    }

}
@media only screen and (min-width:1140px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size:13px;
    }
     h1.main-title {
    color : white !important;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    position:absolute; top:15%; left:10%;
    z-index:1;
    }
    .amp {
    font-family:Arial, Helvetica, sans-serif;
    font-size:36px;
    }
       h2.sub-title {
    color : white !important;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    position: absolute; bottom:40%; right:40;
    z-index:1;
    
}
     h3.bullet-points {
    margin-top:120px;
    margin-left:200px;
    }
    h3.bullet-points ul li {
    color:#fffeaf;
    border: none;
    font-size: 16px;
    letter-spacing: 0.3px;
    margin-bottom:5px;
    }
    .start-today {
    color:#fffeaf;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-bottom:20px;
    float: right;
    text-align: center;
    margin-right: 20px;
    margin-top:0px;
    }
    .start-today a {
       color:#fffeaf;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    transition: color 0.5s ease;
    }
     a.footer-tab {
        font-size: 12px;
        margin-left: 30px;
    }
    .copyright {
        font-size: 12px;
        margin-right: 10px;
    }
       .right-footer-nav {
    float: right;
}
     .myButton {
    font-size:25px;
    margin:200px 0px 0px 50px;
    }
    .icon {
    margin:9px 0px 0px 15px;
    display: block;
    float: left;
}
    .icon-holder {
    margin-top:60px;
    float:right;
    }
     .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height:70px;
    }
    .md {
    font-size:13px;
    text-align: left;
    color:#fffeaf;
    font-family: 'Lato';
    margin:5px 0px 0px 70px;
    }
    .get-started-nav {
    border:2px solid #2b70f3;
    padding:10px !important;
    margin-top:3px;
    margin-left: 20px;
    width:auto;
    }

}
@media only screen and (min-width:1280px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size:13px;
    }
    h1.main-title {
    color : white !important;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 42px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    position:absolute; top:15%; left:10%;
    z-index:1;
    }
    .amp {
    font-family:Arial, Helvetica, sans-serif;
    font-size:38px;
    }
    h2.sub-title {
    color : white !important;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    position: absolute; bottom:40%; right:40px;
    z-index:1;
    
    }
    .start-today {
    color:#fffeaf;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.3px;
    /***** POSITIONING *****/
    margin:0px 0px 20px 40px;
    float: right;
    text-align: center;
    }
    .start-today a {
       color:#fffeaf;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    transition: color 0.5s ease;
    }
     a.footer-tab {
        font-size: 12px;
        margin-left: 30px;
    }
    .copyright {
        font-size: 12px;
        margin-right: 10px;
    }
       .right-footer-nav {
    float: right;
}
    .myButton {
    font-size:25px;
    margin:200px 0px 0px 50px;
    }.icon {
    margin:9px 0px 0px 15px;
    display: block;
    float: left;
}
    .icon-holder {
    margin-top:130px;
    float:right;
    }
     .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height:110px;

} 
    .md {
    font-size:13px;
    text-align: left;
    color:#fffeaf;
    font-family: 'Lato';
    margin:5px 0px 0px 70px;

    }
    .get-started-nav {
    border:2px solid #2b70f3;
    padding:10px !important;
    margin-top:3px;
    margin-left: 20px;
    width:auto;
    }
}
