* {
    border: none;
    padding: none;
    margin: none;
}

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

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    #banner-text {
        font-size: 45px !important;   
        margin-top: -15px !important;
        
    }
    #signup-btn{
        top: 370px !important;
        text-align: center;
    }
    #feature-left {
        margin-top: 0px !important;
    }
    #feature-center {
        margin-top: 50px !important;
    }
    #feature-right {
         margin-top: 50px !important;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    #banner-text {
        font-size: 60px !important;   
        padding-top: 40px !important;
    }
    #signup-btn{
        top: 480px !important;
    }
    #feature-left {
        margin-top: 0px !important;
    }
    #feature-center {
        margin-top: 50px !important;
    }
    #feature-right {
        margin-top: 50px !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #banner-text {
        font-size: 88px !important;   
        padding-top: 40px !important;
    }
    #signup-btn{
        top: 520px !important;
    }
    #feature-left {
        margin-top: 15px !important;
    }
    #feature-center {
        margin-top: 0px !important;
    }
    #feature-right {
        margin-top: 15px !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #banner-text {
        font-size: 98px !important;   
        padding-top: 40px !important;
    }
    #signup-btn{
        top: 580px !important;
    }
    #feature-left {
        margin-top: 15px !important;
    }
    #feature-center {
        margin-top: 0px !important;
    }
    #feature-right {
        margin-top: 15px !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1100px) {
    #banner-text {
        font-size: 110px !important;   
        padding-top: 40px !important;
    }
    #signup-btn{
        top: 580px !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    #banner-text {
        font-size: 110px !important;   
        padding-top: 40px !important;
    }
    #signup-btn{
        top: 580px !important;
    }
    #feature-left {
        margin-top: 15px !important;
    }
    #feature-center {
        margin-top: 0 !important;
    }
    #feature-right {
        margin-top: 15 !important;
    }
}


<!-- Shadow Classes -->
.top-shadow {
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px -1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px -1px 5px 0px rgba(0, 0, 0, 0.1);
}

.bot-shadow {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

header {
    top: 0px;
    width: 100%;
    height: 86px;
    background-color: #f2f2f2;
    z-index: 10;
    position: fixed;
}



#hero-section {
    margin-top: 86px;
    z-index: 1;
    top: 86px;
    width: 100%;
    overflow: hidden;
}

#logo {
    font-size: 32px;
    line-height: 78px;
    letter-spacing: 0.07em;
    color: #63ca84 !important;
    text-align: center;
    text-decoration: none !important;
}

#summary-section {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 120px;
    z-index: 1;
}

#hero-img {
    min-width: 1700px;
}

#banner-text {
    z-index: 2;
    position: absolute;
    top: 180px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: #f2f2f2;
    font-size: 68px;
    font-family: Open sans;
    font-weight: 300 !important;
}

#summary-banner-text {
    text-align: center;
    color: #34485e;
    font-size: 38px;
}

#signup-btn {
    position: absolute;
    height: auto;
    width: 216px;
    top: 450px;
    right: 0px;
    left: 0px;
    background-color: #63ca84;
    color: #f2f2f2;
    font-size: 22px;
    font-weight: 100;
    font-family: Open Sans;
    padding: 18px 30px 18px 30px;
    border-radius: 2px;
    margin: 0 auto !important;
    display: inline-block;
}


#feature-left {
    width: 220px;
    height: 300px;
    background-color: #eee;
    margin-top: 15px;
}

#feature-center {
    width: 220px;
    height: 300px;
    background-color: #eee;
}

#feature-right {
    width: 220px;
    height: 300px;
    background-color: #eee;
    margin-top: 15px;
}

#spotlight-row {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    max-width: 840px !important;
    height: auto !important;
}

#summary-story {
    text-align: center;
    font-family: Open sans;
    font-size: 26px;
    color: #34485e;
}

#about-section {
    width: 100%;
    height: 100%;
    background-color: #34485e;
    padding-top: 200px;
    padding-bottom: 200px;
    z-index: 1;
    
}

#svg-tri {
    display: inline;
    position: absolute;
    z-index: 5;
    height: auto;
    width: 100%;
}

polygon {
    fill: #fff;
}

.step {
    font-size: 150px;
    text-align: center;
    line-height: 1.8em;
    color: #777;
}

.nav-link {
    font-family: Open sans;
    font-weight: 00;
    line-height: 80px;
    text-align: center;
    color: #34485e;
}

.login {
    font-family: Open sans;
    font-weight: 600;
    line-height: 80px;
    font-size: 18px;
    text-align: center;
    color: #34485e;
}

#register-btn {
    font-family: Open sans;
    font-weight: 400;
    line-height: 52px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    height: 56px ;
    width: 124px;
    background-color: #63ca84;
    border-radius: 4px;
    margin-top: 13px;
    cursor: pointer;
}

.mockup-img {
    margin-bottom: 150px;
    height: 100%;
}

#mockup-summary {
    text-align: center;
    font-family: Open sans;
    font-size: 26px;
    color: #f2f2f2;
}

#pricing-section {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 120px;
    z-index: 1;
}

#price-free {
    
}

.price-block {
    font-size: 24px;
    text-align: center;
    line-height: 1.8em;
    color: #777;
    height: 380px;
    margin-bottom: 20px;
}

.pricing-header {
    line-height: 2.5em;
    font-size: 28px;
    background-color: #f2f2f2;
    color: #7b8386;
}

.monthly-price {
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 60px;
    color: #63ca84;
}

.monthly-price-note {
    line-height: 2.5em;
    font-size: 16px;
    color: #63ca84;
}

.option-notes {
    font-weight: 400;
    line-height: 1.65em;
    font-size: 16px;
    color: #7b8386;
    border-bottom: dotted 1px #ddd;
}

.price-notes {
    padding-top: 5px;
}

.pricing-button {
    font-family: Open sans;
    font-weight: 400;
    line-height: 36px;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    height: 38px ;
    width: 140px;
    background-color: #63ca84;
    border-radius: 3px;
    margin-top: 30px;
    outline: none;
}

#price-standard>.pricing-header {
    
}

.big-txt {
    font-size: 100px;
    text-align: center;
    line-height: 640px;
    color: #777;
}

#menu-btn {
    height: 60px !important;
    position: absolute !important;
    top: 18px !important;
    right: 10px !important;
    z-index: 10 !important;
    cursor: pointer !important;
    -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s
	-o-transition: all 1s;
	transition: all 1s;
}

.burger {
    width:8px;
    height: 8px;
    border-radius: 50%;
    background-color: #777;
    margin-top: 5px;
}

.bot-shadow-lg {
    box-shadow: 0 -5px 30px rgba(0,0,0,.3);
}

.price-text-header {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    white-space:nowrap;
    margin-bottom: 20px;
}

.price-text-body {
    font-size: 16px;
    font-weight: 400;
}

.price-story-block {
    margin-bottom: 40px;
}

#login-section {
    margin-top: 86px;
    z-index: 1;
    top: 86px;
    width: 100%;
    height: auto;
    padding-bottom: 200px;
}

.pale-blue-bg {
    background: -webkit-linear-gradient(90deg, #757F9A 10%, #D7DDE8 90%); /* Chrome 10+, Saf5.1+ */
    background:    -moz-linear-gradient(90deg, #757F9A 10%, #D7DDE8 90%); /* FF3.6+ */
    background:     -ms-linear-gradient(90deg, #757F9A 10%, #D7DDE8 90%); /* IE10 */
    background:      -o-linear-gradient(90deg, #757F9A 10%, #D7DDE8 90%); /* Opera 11.10+ */
    background:         linear-gradient(90deg, #757F9A 10%, #D7DDE8 90%); /* W3C */
}

.mojito-bg {
    
  background: -webkit-linear-gradient(90deg, #1D976C 10%, #93F9B9 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #1D976C 10%, #93F9B9 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #1D976C 10%, #93F9B9 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #1D976C 10%, #93F9B9 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #1D976C 10%, #93F9B9 90%); /* W3C */
        
}

.steel-bg {
    
  background: -webkit-linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* W3C */
        
}

.login-block {
    background-color: #fff;
    height: auto;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

#login-block {
    padding-top: 120px;
}

.form-submit-btn {
    width: 100%;
    height: 50px;
    background-color: #63ca84;
    opacity: 0.7;
    margin: 0 auto !important;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    border-bottom: none;
    border-right: none;
}

#form-btns {
    margin: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 50px !important;
}

.btn-container {
    padding: 0px !important;
}

#login-form {
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 150px !important;
    padding: 0px !important;
}

.form-cancel-btn {
    width: 100%;
    height: 50px;
    background-color: #f64c45;
    opacity: 0.7;
    margin: 0 auto !important;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.bg-tran-login {
   background-color: transparent ;
   -webkit-transition: background-color .17s ease-out;
   -moz-transition: background-color .17s ease-out;
   -o-transition: background-color .17s ease-out;
   transition: background-color .17s ease-out;
}

.bg-tran-cancel {
   background-color: transparent ;
   -webkit-transition: background-color .17s ease-out;
   -moz-transition: background-color .17s ease-out;
   -o-transition: background-color .17s ease-out;
   transition: background-color .17s ease-out;
}

.bg-tran-login:hover {
  background-color: #63ca84;
}

.bg-tran-cancel:hover {
  background-color: #f64c45;
}
#login-username {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    color: #333;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

#login-password {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    color: #333;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

#remember-username {
    color: #fbfbfb !important;
    opacity: 0.8 !important;
    padding-left: 20px !important;
    margin-left: 15px;
    cursor: pointer;
}

#remember-username-text {
    font-size: 14px;
    color: #999;
}

#forgot-password-text {
    font-size: 14px;
    color: #999;
    cursor: pointer;
    text-align: center;
}

.register-text {
    color: #f2f2f2;
    font-size: 24px;
    text-align: center;
    padding-bottom: 50px;
}

#register-block {
    padding-top: 50px;
    padding-bottom: 50px;
}

.register-btn {
    height: 50px;
    background-color: #63ca84;
    color: #f7f7f7;
}

.step-icon {
    height: 60px;
    width: 60px;
    opacity: 0.8;
    border-style: solid;
    border-width: 2px;
    border-color: #777;
    border-radius: 50%;
    line-height: 56px;
    color: #777;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 50px;
}

.dash-icon {
    height: 3px;
    width: 100%;
    background-color: #fbfbfb;
}

#register-email {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    color: #333;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

#account-creation-block {
    background-color: #fff;
    height: auto;
    width: 100%;
}

.register-block {
    background-color: #fff;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

#register-pw {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    color: #333;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

#register-pw-confirm {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    color: #333;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

#register-firstname {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    color: #333;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

#register-lastname {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    color: #333;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

#job-description {
    height: 100px !important;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    color: #333;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    resize: none;
}

.legal-text {
    color: #777;
    line-height: 1.5em;
}

.login-header {
    font-size: 28px;
    background-color: #f7f7f7;
    color: #7b8386;
    text-align: center;
    font-size: 48px;
    margin-top:-5px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    border-right: none;
    border-left: none;
}

#register-container {
    max-width: 720px !important;
}

.exit-icon {
    height: auto;
    width: auto;
    opacity: 0.8;
    cursor: pointer;
    padding: 0px !important;
    margin-top: 10px !important;
}

.nudge-right {
    margin-right: -20px;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}



.mobile-nav-link {
    text-align: center !important;
    margin-bottom: 50px;
}

#mobile-nav {
    padding-top: 50px;
}

#mobile-nav a {
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #777;
   -webkit-transition: color .17s ease-out;
   -moz-transition: color .17s ease-out;
   -o-transition: color .17s ease-out;
   transition: color .17s ease-out;
}

#mobile-nav a:hover {
    color: #333;
}

.transform:before {
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
