﻿@font-face { font-family: myfont; src: url(../fonts/HelveticaNeueLTW1G-Lt.ttf); }

body { margin: 0; }

#sign_in { border: 1px solid #1E90FF; width: 7em; height: 3em; border-radius: 1em; background-color: white; color: #1E90FF; font-weight: bold; outline: 0; margin-left: 25px; }
    #sign_in:hover { color: white; background-color: #1E90FF; outline: 0; box-shadow: 0 0 15px #87CEFA; }

#SignInA { background-color: white; border: 1px solid #1e90ff; border-radius: 1em; color: #1e90ff; display: inline-block; font-family: myfont; font-weight: bold; line-height: 42px; outline: 0 none; text-align: center; text-decoration: none; width: 85px; }
    #SignInA:hover { color: white; background-color: #1E90FF; outline: 0; box-shadow: 0 0 15px #87CEFA; }

#menu li { display: inline; text-decoration: none; padding-right: 20px; }
    #menu li.link a { text-decoration: none; color: #888; }
    #menu li a { text-decoration: none; }

    #menu li.link a:hover { color: #000; }

    #menu li.link a.active { color: #000;}

#main_image { padding-bottom: 90px; }


p.add_employess { word-wrap: break-word; border: 0px; width: 25em; text-align: justify; }

.learn_more a { border: 2px solid #87CEFA; text-decoration: none; color: #87CEFA; padding: 10px 20px 10px 20px; }
    .learn_more a:hover { background-color: #87CEFA; color: white; }


p.select_plan { word-wrap: break-word; border: 0px; width: 24em; text-align: justify; }

p.emp_shopping { word-wrap: break-word; border: 0px; width: 22em; text-align: justify; }
p.enroll { word-wrap: break-word; border: 0px; width: 23em; text-align: justify; }

#button_signup { border: 1px solid #1E90FF; width: 12em; height: 4em; background-color: #1E90FF; color: white; font-weight: bold; font-size: 16px; }
    #button_signup:hover { border: 1px solid #1E90FF; width: 12em; height: 4em; background-color: #1E90FF; color: white; font-weight: bold; font-size: 16px; box-shadow: 0 0 15px #51a0ed; }

.footer { text-align: center; border: 2px #1E90FF; background-color: #1E90FF; height: 130px;  }



#btnSignUp { border: 2px solid black; width: 12em; height: 4em; }
    #btnSignUp:hover { color: white; background-color: black; box-shadow: 0 0 10px #464343; }
