.typed-cursor{
    opacity: 1;
    color: white;
    font-size: 25px;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/* HEADER */
nav {
    height: 60px;
    border-radius: 0 !important;
    background-color: #FFFFFF !important;
    border: 0 !important;
    z-index: 1;

    -webkit-box-shadow: -1px 12px 39px -6px rgba(0,0,0,0.39);
    -moz-box-shadow: -1px 12px 39px -6px rgba(0,0,0,0.39);
    box-shadow: -1px 12px 39px -6px rgba(0,0,0,0.39) !important;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

html, body {
    background-color: #FFFFFF;
    font-family: "open_sansregular", Arial, sans-serif;
}

p {
    margin: 0 !important;
    padding: 0 !important;
}

hr {
    border-color: darkgray;
}

/* navbar list items size and color */
.nav li a {
    color: #00A7E5 !important;
    padding: 20px!important;
}

.nav li a:hover {
    background-color: #00A7E5 !important;
    color: #FFFFFF !important;
}

/*Overrides an empty space between navbar and rest of the body*/
.navbar {
    margin-bottom: 0 !important;
}

.navbar-collapse {
    border: none !important;
}

#toggleButton {
    border: 1px solid #00A7E5 !important;
    margin-top: 14px !important;
}

#toggleButton:hover {
    border: 1px solid #00A7E5 !important;
    background-color: #00A7E5 !important;
}

#toggleButton:hover .icon-bar {
    border: 1px solid white !important;
    color: white !important;
}

#toggleButton:active {
    border: 1px solid #00A7E5 !important;
    background-color: #00A7E5 !important;
}

#toggleButton:active .icon-bar {
    border: 1px solid white !important;
    color: white !important;
}

#leftHome {
    margin-top: -40px !important;
    padding-left: 6%;
}

#loginButton {
    background-color: #00AA00 !important;
    border: 0 !important;
    margin: 15px 10px 0 20px !important;
}

.icon-bar {
    border: 1px solid #00A7E5 !important;
    color: #00A7E5 !important;
}

#myNavbar {
    background-color: white !important;
}

.active {
    color: #00A7E5 !important;
}

#home {
    background-color: #00A7E5 !important;
    padding-top: 140px;
}

.nav .active a {
    color: white !important;
    background-color: #00A7E5 !important;
}

#title {
    font-size: 50px;
    color: #FFFFFF;
}

#motto {
    font-size: 25px;
    color: #FFFFFF;
    display: inline;
}

#stopWorrying {
    margin-top: 100px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
}

#withDocsTrack {
    font-size: 16px;
    color: #FFFFFF;
    font-style: italic;
    text-align: center !important;
}

#youCan {
    font-size: 16px;
    display: inline;
    font-style: italic;
}

#appButtons {
    margin-top: 30px;
    margin-left: auto !important;
    text-align: center;
}

#appButtons img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

#splashView {
    margin-top: -30px !important;
}

#splashScreenImg {
    margin: auto;
    padding-top: 40px;
    width: 50%;
}

#features {
    background-image: url("../img/server.jpg");
    background-size: 100%;
}

.carousel-control {
    color: #00A7E5 !important;
}

.carousel-indicators .active{
    background-color: #00A7E5 !important;
    border-color: #00A7E5 !important;
}

#pricing {
    background-color: #1E1F1F !important;
    width: 100% !important;
}

#pricingTitle {
    color: #FFFFFF;
    text-align: center;
    padding-top: 70px;
}

#contactTitle {
    color: ghostwhite;
    text-align: center;
    padding-top: 70px;
}

#followUsTitle {
    color: #1E1F1F;
    text-align: center;
    padding-top: 10px;
}

#pricing {
    width: 100% !important;
}

#pricingTable {
    background-color: #EEEEEE !important;
    border-color: #1E1F1F;
    text-wrap: normal;
}

.table-responsive {
    margin-top: 50px !important;
    background-color: #EEEEEE !important;
}

.pricingTableHeader {
    font-size: 22px;
    color: #00A7E5;
    border: 1px solid lightgray;
    max-width: 10% !important;
    text-align: center;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#pricingTable td {
    font-size: 14px;
    font-style: italic;
    color: #1E1F1F;
    padding: 5px;
    border: 1px solid lightgray;
    text-align: center;
    max-width: 10% !important;
    text-wrap: normal;
    vertical-align: middle !important;
}

.pricingRowTitle {
    font-style: normal !important;
    font-weight: bold !important;
    padding-top: 15px;
    text-align: right !important;
}

.mainPriceTag {
    color: #1E1F1F;
}

.subPriceTag {
    color: #1E1F1F;
    font-size: medium;
}

#pricingFootnotes {
    color: white;
    font-size: 12px;
    margin-bottom: 30px !important;
    margin-left: 75px !important;
    margin-right: 5% !important;
}

.text-center {
    padding-top: 30px;
}

#callToAction {
    background-color: #00A7E5;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}

#callToActionTitle {
    color: #FFFFFF;
    text-align: center;
}

#callToActionButton {
    min-height: 50px;
    width: 170px;
    color: white;
    background-color: #00AA00;
    font-size: 20px;
    border: 0;

    border-bottom: 3px solid green;
    border-radius: 8px;

    margin: 20px auto 20px auto;
}

#contact {
    padding-bottom: 50px !important;
    background-image: url("../img/contact-us-wallpaper.jpg");
    background-size: cover;
    opacity: 0.9;
}

#full_name, #email, #subject, #body {
    width: 50%;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #1E1F1F;
    color: #1E1F1F;
}

#full_name[placeholder], #email[placeholder], #subject[placeholder], #body[placeholder] {
    padding-left: 10px;
    color: white !important;
}

#body {
    width: 50%;
    height: 120px;
    resize: vertical;
}

#submitContactButton {
    min-height: 40px;
    width: 150px;
    color: white;
    background-color: #00AA00;
    font-size: 14px;
    border: 0;

    border-bottom: 3px solid green;
    border-radius: 8px;

    margin: 20px auto 20px auto;
}

#footer {
    background-color: white;
    width:100%;
    min-height:190px;
    bottom:0;
    left:0;

    -webkit-box-shadow: 4px -22px 49px -13px rgba(0,0,0,0.4);
    -moz-box-shadow: 4px -22px 49px -13px rgba(0,0,0,0.4);
    box-shadow: 4px -22px 49px -13px rgba(0,0,0,0.4);
}

#keepFollowing {
    color: white;
    text-align: center;
}

#followUsTitle {
    color: #1E1F1F;
    margin-bottom: 50px;
}

.soc {
    margin-top: 25px !important;
}

#socials {
    background-color: white;
    min-height: 150px;
    text-align: center;
    margin-top: 20px;
    color: white !important;
    padding-bottom: 50px;
}

#copyrights {
    background-color: #011434;
    height: 185px;
    text-align: center;
    color: white;
    padding-top: 25px;
    padding-bottom: 10px;

    -webkit-box-shadow: 4px -22px 49px -13px rgba(0,0,0,0.4);
    -moz-box-shadow: 4px -22px 49px -13px rgba(0,0,0,0.4);
    box-shadow: 4px -22px 49px -13px rgba(0,0,0,0.4);
}

#copyrights a {
    color: white;
    text-decoration: underline;
}