 .navbar {
     min-height: 50px;
     background-color: whitesmoke;
}

.navbar-brand {
  padding: 0 15px;
  height: 60px;
  line-height: 50px;
}

img#logo {
    height: 60px;
}

.navbar-nav > li {
    font-size:20px;
}

.container {
    margin: 0 !important;
    padding: 0 !important;
    max-width: inherit !important;
}

.btn-primary {
    color: #fff;
    background-color: #1a7fb6;
    border-color: #005a5a;
    margin-right: 12px;
    font-size: 21px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1a7fb6;
    border-color: #009a9a
}

.btn-primay:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 90, 90, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #1a7fb6;
    border-color: #005a5a
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1a7fb6;
    border-color: #000
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 90, 90, 0.5)
}

.btn-outline-primary {
    color: #1a7fb6;
    background-color: transparent;
    background-image: none;
    border-color: #1a7fb6
}

.btn-outline-primary:hover {
    color: #222;
    background-color: #1a7fb6;
    border-color: #1a7fb6
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 128, 128, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #1a7fb6;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1a7fb6;
    border-color: #1a7fb6
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 128, 128, 0.5)
}

.col#first-col {
    background-image: url('OrganumWebBG.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
}

.card#main-card {
    max-width: 78%;
    margin-top: 2rem;
    background-color: whitesmoke !important;
}

div.col.form-inline {
    align-content: center;
    justify-content: center;
}

.row#second-row {
    background-image: url('OrganumWebBGSecondRow.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #1a7fb6;
    height: 0;
    padding-bottom: 45%;
}

.col-6#second-col-text {
    margin-top: 6rem;
    text-align: center;
    color: white;
}

.col > img {
    max-width: 55%;
    display: block;
    margin: auto;
}

.row#third-row {
    background-color: whitesmoke;
    height: auto;
    align-content: center;
    text-align: center;
}

hr#second-col-text-divide {
    border: none;
    color: white;
    background-color: white;
    height: 6px;
}

.card-title {
    font-size: 4rem;
}

.card-text {
    font-size: 2rem;
}

.container-fluid {
    margin: auto;
    display: block;
}

.col#orderType {
    text-align: center;
}

.col-1 {
    text-align: center;
}

div.vertical-hr:after {
    content: "";
    border: .5px solid #e3e3e3;
    font-size: 320px;
    margin-top: 200px;
}

div.vertical-hr-sm:after {
    content: "";
    border: .5px solid darkgrey;
    font-size: 60px;
}

.col-4 > img {
    max-width: 90%;
    display: block;
    margin: auto;
}

p.roboto {
    font-size: 3rem;
    font-family: 'Roboto Slab', serif;
}

p.baloo-title {
    font-family: 'Baloo Paaji 2', cursive;
    font-weight: 600;
}

p.baloo {
    font-family: 'Baloo Paaji 2', cursive;
    font-weight: 400;
}

p.roboto-categories {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 50px;
}

p.baloo#entry {
    font-family: 'Baloo Paaji 2', cursive;
    font-weight: 500;
    color: #2b007a;
}

.bounce-up {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-up.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.row#fifth-row {
    margin-top: 40px;
}

.card#whyOrganumCard {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 5%;
}

.card#security-card {
    min-height: 30rem;
}

.row#seventh-row {
    background-image: url('PageTransition.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #1f1e47;
    height: auto;
}

.row#eigth-row {
        background-color: #1f1e47;
}

.col#eigth-row {
    padding-left: 0;
}

div#LaptopOrderHolder {
    text-align: left;
}

img#LaptopOrder {
    height: auto;
    width: 110%;
}

.row#ninth-row {
    background-color: whitesmoke;
}

.col#ninth-row {
    margin-top: 70px;
    text-align: center;
}

a#requestDemoLink {
    color: black;
}

/* Sticky footer styling */

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 10px; /* Margin bottom by footer height */
}

.footer {
    background-color: whitesmoke;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px; /* Set the fixed height of the footer here */
    line-height: 20px; /* Vertically center the text there */
}

/* end Sticky footer styling */

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }