/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap');*/

:root {
    --primary-color: #660000;
    --secondary-color: #FFFDC8;
    --dark-color: #5F5F1F;
    --light-color: #f4f4f4;
    --success-color: #5cb85c;
    --error-color: #d9534f;
    --overlay-color: rgba(112, 2, 2, 1);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
    font-family: Georgia, Times New Roman, Times, serif;
    color: #333;
    line-height: 1.6;
}

ul {
  list-style-type: none;
}

p a {
	text-decoration: underline;
}

a {
  text-decoration: none;
  color: #333;
}

h1,
h2 {
  font-weight:bolder;
  line-height: 1.2;
  margin: 10px 0;
}

h4 {
  font-weight:600;
  line-height: 1.2;
  margin: 10px 0;
  color: #000000;
  font-size: 1.2em;
}

p {
  margin: 10px 0;
}

img {
  width: 100%;
}



#basestrap {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
#NCMFooter {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 44px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5F5F1F;
}
#NCMFooterAddress {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
#baselinks {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
#Side1 {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 32px;
	font-style: normal;
	line-height:34px;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFDC8;
    text-shadow: -3px 2px #000000;
}
#Side2 {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 32px;
	font-style: normal;
	line-height:34px;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFDC8;
    text-shadow: -3px 2px #000000;
}
ul
{
      font-family: Georgia, Times New Roman, Times, serif;
	font-size:15px;
	font-style:normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #660000;
}

.dropbtn {
    background-color: #670001;
    color: white;
    padding-left: 5px;
     padding-right: 5px;
      padding-top: 10px;
       padding-bottom: 10px;
    font-size: 14px;
    border: none;
    font-weight:inherit;
}
   


 
/*

 The container <div> - needed to position the dropdown content 
.dropdown {
    position: relative;
    display: inline-block;
}
 Dropdown Content (Hidden by Default) 
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #670001;
    min-width: 210px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

 Links inside the dropdown 
.dropdown-content a {
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
}

 Change color of dropdown links on hover 
.dropdown-content a:hover {background-color: #C2BF58;}

 Show the dropdown menu on hover 
.dropdown:hover .dropdown-content {display: block;}

 Change the background color of the dropdown button when the dropdown content is shown 
.dropdown:hover .dropbtn {background-color: #C2BF58;}*/



#DesktopHome {
     background-color: #670001;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    border: none;
    font-weight:bold;
    text-decoration: none;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    float:left;
}
#DesktopHome:hover {
     background-color: #C2BF58;
}

#MobFeatureHead {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
    text-align: center;
	font-weight: bold;
	color: #FFFFFF;
    display:block;
    width:inherit;
    height:23px;
    background-color: #660000;
    /*border-top:50px;
    border-bottom:5px;*/
    border-color:yellow;
    padding-bottom:3px;
    padding-top:3px;
    -moz-box-shadow: inset 4px 4px 4px rgba(255, 255, 255, .4), inset -4px -4px 4px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 4px 4px 4px rgba(255, 255, 255, .4), inset -4px -4px 4px rgba(0, 0, 0, .4);
    box-shadow: inset 4px 4px 4px rgba(255, 255, 255, .4), inset -4px -4px 4px rgba(0, 0, 0, .4);
}

#ServiceRedLine {
    display:block;
    width:100%;
    height:2px;
    background-color: #660000;
     white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */ 
     float:left;
}
  #ServiceRedLine2 {
    display:block;
    width:100%;
    height:2px;
    background-color: #660000;
     white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */ 
     float:left;
}

  #ReadMore {
    display:block;
    width:80%;
    height:23px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
    font-weight: bold;
	color: #000000;
     text-decoration:none;
     background-color: #E1A400;
    padding-top: 3px;
    padding-left: 5%;
    vertical-align:top;
    white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */ 
    float:left;
}

  #ServiceArrow {
    display:block;
    width:15%;
    height:23px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
    font-weight: bold;
	color: #000000;
     text-decoration:none;
background: url(../images/CMServiceArrow2.jpg) no-repeat;
     background-color: #E1A400;
    padding-top: 3px;
    vertical-align:top;
    white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */ 
    float:right;
}



code,
pre {
  background: #333;
  color: #fff;
  padding: 10px;
}

.hidden {
  visibility: hidden;
  height: 0;
}


.mobonly .toggler {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    cursor: pointer;
    width: 50px;
    height: 50px;
opacity: 0;
    background-image: url("../images/NCMToggler.png");
}

/*small Mob menu*/
.mobbbmenu {
    visibility: hidden;
    z-index: 900;
    background-color: var(--primary-color);
    color: #fff;
    font-size: larger;
    display: flex;
    top: 50px;
    left: 0px;
    width: 100%;
    flex-direction: column;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .mobbbmenu a {
        color: #fff;
        background-color: var(--primary-color);
        padding-left: 6px;
        margin: inherit; /*0 3px;*/
        height: inherit;
        z-index: 1000;
    }

/* Show Menu */
.mobonly .toggler:checked ~ .mobbbmenu {
    visibility: visible;
    opacity: 1;
    /*height: 500px;
    background-color: var(--secondary-color);*/
}


/*Menu*/
.menuwrap {
    background-color: var(--primary-color);
    color: #fff;
    font-size: larger;
    border-top: 3px;
    border-bottom: 0px;
    visibility: hidden;
    height: 0px;
}

    .menuwrap ul {
        display: flex;
    }


    .menuwrap a {
        color: #fff;
        background-color: var(--primary-color);
        padding: 5px;
        margin: 0 3px;
        height: inherit;
    }

        .menuwrap a:hover {
            color: #fff;
            background-color: var(--secondary-color);
            height: inherit;
        }

    .menuwrap .flex {
        justify-content: space-between;
    }


    /* Navbar */
    .navbar {
    background-color: var(--primary-color);
    color: #fff;
    height: 50px;
    font-size:small;
    border-top: 9px;
    border-bottom: 9px;
}

.navbar ul {
  display: flex;
}

    .navbar a {
        color: #fff;
        background-color: var(--primary-color);
        padding: 5px;
        margin: 0 3px;
        height: inherit;
    }

        .navbar a:hover {
            color: #fff;
            background-color: var(--secondary-color);
            height: inherit;
        }




.navbar .flex {
  justify-content: space-between;
}

.dropdown {
    float: left;
    overflow: hidden;
}


    .dropdown .dropbtn {
        font-size: inherit;
        border: inherit;
        outline: none;
        color: white;
        padding: inherit;
        background-color: inherit;
        font-family: inherit;
        margin: 0 3px;
        border-top: 9px;
        border-bottom: 9px;
    }

    .navbar a:hover, .dropdown:hover .dropbtn {
        background-color: var(--secondary-color);
        color: black;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: white;
        padding: 4px 8px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: inherit;
    }

        .dropdown-content a:hover {
            background-color: var(--secondary-color);
        }

.dropdown:hover .dropdown-content {
    display: block;
}



/* Showcase */
.showcase {
    height: 400px;
    background-color: var(--primary-color);
    color: #fff;
    position: relative;
}

.showcase h1 {
  font-size: 40px;
}

.showcase p {
  margin: 20px 0;
}

.showcase .grid {
  overflow: visible;
  grid-template-columns: 55% auto;
  gap: 30px;
}

.showcase-text {
  animation: slideInFromLeft 1s ease-in;
}

.showcase-form {
  position: relative;
  top: 60px;
  height: 350px;
  width: 400px;
  padding: 40px;
  z-index: 100;
  justify-self: flex-end;
  animation: slideInFromRight 1s ease-in;
}

.showcase-form .form-control {
  margin: 30px 0;
}

.showcase-form input[type='text'],
.showcase-form input[type='email'] {
  border: 0;
  border-bottom: 1px solid #b4becb;
  width: 100%;
  padding: 3px;
  font-size: 16px;
}

.showcase-form input:focus {
  outline: none;
}

.showcase::before,
.showcase::after {
  content: '';
  position: absolute;
  height: 100px;
  bottom: -70px;
  right: 0;
  left: 0;
  background: #fff;
  transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
}

/* Stats */
.stats {
  padding-top: 100px;
  animation: slideInFromBottom 1s ease-in;
}

.stats-heading {
  max-width: 500px;
  margin: auto;
}

.stats .grid h3 {
  font-size: 35px;
}

.stats .grid p {
  font-size: 20px;
  font-weight: bold;
}

/* Cli */
.cli .grid {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.cli .grid > *:first-child {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

/* Cloud */
.cloud .grid {
  grid-template-columns: 4fr 3fr;
}

/* Languages */

.languages .flex {
  flex-wrap: wrap;
}

.languages .card {
  text-align: center;
  margin: 18px 10px 40px;
  transition: transform 0.2s ease-in;
}

.languages .card h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.languages .card:hover {
  transform: translateY(-15px);
}

/* Features */
.features-head img,
.docs-head img {
  width: 200px;
  justify-self: flex-end;
}

.features-sub-head img {
  width: 300px;
  justify-self: flex-end;
}

.features-main .card > i {
  margin-right: 20px;
}

.features-main .grid {
  padding: 30px;
}

.features-main .grid > *:first-child {
  /*grid-column: 1 / span 3;*/
}

.features-main .grid > *:nth-child(2) {
  /*grid-column: 1 / span 2;*/
}

/* Docs */
.docs-main h3 {
  margin: 20px 0;
}

.docs-main .grid {
  grid-template-columns: 1fr 2fr;
  align-items: flex-start;
}

.docs-main nav li {
  font-size: 17px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px #ccc solid;
}

.docs-main a:hover {
  font-weight: bold;
}

.footer {
    margin: 0 10px;
}


.social a {
    margin: 0 10px;
}


/* Animations */
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateX(0);
  }
}

.DTBanner {
    visibility: unset;
    width: 100%;
    height: auto;
}
.MobBanner {
    visibility: hidden;
    width: 100%;
    height: 0px;
}

.mobonly {
    visibility: hidden;
    height: 0px;
    color: #fff;
    background-color: var(--primary-color);
    height: 0px;
}

/* Desktop Milenium*/
@media (max-width: 1200px) {
    .navbar {
        font-size:small;
    }
    .menuwrap {
        visibility: hidden;
        height: 0px;
    }
    .mobonly {
        visibility: hidden;
        height: 0px;
    }
}


/* Desktop Larger Tablets Old Monitors*/
@media (max-width: 1000px) {
    .navbar {
        font-size:small;
    }
    .menuwrap {
        visibility: hidden;
        height: 0px;
    }
    .mobonly {
        visibility: hidden;
        height: 0px;
    }
}


     @media (max-width: 850px) {
        .gride,
        .showcase .grid,
        .stats .grid,
        .cli .grid,
        .cloud .grid,
        .features-main .grid,
        .docs-main .grid {
            grid-template-columns: 1fr;
            grid-template-rows: 1fr;
        }
        .navbar {
            /*height: 110px;*/
            visibility: hidden;
            height: 0px;
        }
        .menuwrap {
            /*height: 110px;*/
            visibility: hidden;
            height: 0px;
        }

        .navbar .flex {
            flex-direction: column;
        }

        .menuwrap .flex {
            flex-direction: column;
        }

        .navbar ul {
            padding: 10px;
            background-color: rgba(0, 0, 0, 0.1);
        }

        .menuwrap ul {
            padding: 10px;
            background-color: rgba(0, 0, 0, 0.1);
        }

        .showcase-form {
            width: 300px;
        }

        .gridf {
            grid-template-columns: repeat(2, 1fr);
        }

         .grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .DTBanner {
            visibility: hidden;
            width: 100%;
            height: 0px;
        }

           .MobBanner {
            visibility: unset;
            height: auto;
            padding-bottom:0px;
        }
        .mobonly {
            visibility: unset;
            height: 50px;
            font-size: medium;
            font-weight: bold;
            padding-left: 60px;
            padding-top: 10px;
            margin-bottom: 10px;
            background-image: url("../images/NCMToggler.png");
            background-repeat:no-repeat;
        }

    }


    @media (max-width: 550px) {
        .grid,
        .gride,
        .showcase .grid,
        .stats .grid,
        .cli .grid,
        .cloud .grid,
        .features-main .grid,
        .docs-main .grid {
            grid-template-columns: 1fr;
            grid-template-rows: 1fr;
        }
        .navbar {
            /*height: 110px;*/
            visibility: hidden;
            height: 0px;
        }
        .menuwrap {
            /*height: 110px;*/
            visibility: hidden;
            height: 0px;
        }

        .navbar .flex {
            flex-direction: column;
        }

        .menuwrap .flex {
            flex-direction: column;
        }

        .navbar ul {
            padding: 10px;
            background-color: rgba(0, 0, 0, 0.1);
        }

        .menuwrap ul {
            padding: 10px;
            background-color: rgba(0, 0, 0, 0.1);
        }

        .showcase-form {
            width: 300px;
        }

        .gridf {
            grid-template-columns: repeat(1, 1fr);
        }

        .DTBanner {
            visibility: hidden;
            width: 100%;
            height: 0px;
        }
        .MobBanner {
            visibility: unset;
            height: auto;
            padding-bottom:0px;
        }
        .mobonly {
            visibility: unset;
            height: 50px;
            font-size: medium;
            font-weight: bold;
            padding-left: 60px;
            padding-top: 10px;
            margin-bottom: 10px;
            background-image: url("../images/NCMToggler.png");
            background-repeat:no-repeat;
        }

    }
