﻿@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&display=swap');
:root {
    --primary-color: #A2760E;
    --secondary-color: #000099;
    --dark-color: #B89F67;
    --light-color: #f4f4f4;
    --success-color: #5cb85c;
    --error-color: #d9534f;
    --overlay-color: rgba(112, 2, 2, 1);
    --trade-color: #790000;
}
#cookies {
    width:100%;
    position:fixed;
    bottom:0;
    color:black;
    background-color:rgba(201,201,201,1);
    z-index:100;
    /*display:none;*/
}

.cookies {
    min-height:70px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    column-gap:10px;
    padding-bottom:10px;
}

    .cookies a {
        color:var(--trade-color);
        font-weight:500;
        text-decoration:none;
    }

#cookies-btn {
    border-radius:5px;
    padding: 8px 12px 8px 12px;
      font-size:1rem;
        font-family:inherit;
        cursor:pointer;
        border: 3px solid white;
        background-color:black;
        color:white;
}


.subcontainer {
    width:85%;
    margin:auto;
}

.tartancushion {
  background: url(../images/TartanExample.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.plaincushion {
     background: url(../images/PlainExample.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.suedecushion {
     background: url(../images/SuedeExample.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.leatherettecushion {
     background: url(../images/LeatheretteExample.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.tartancushionImage {
  padding: 25%;
}

.MobileMenu {
    background-color: var(--secondary-color);
    margin-left:10%;
    margin-right:10%;
     padding-top:5px;
   padding-bottom:5px;
   font-size:medium;
    text-align: center;
   font-weight: bold;
	color: #FFFFFF;
    border-radius: 6px;
}

 .MobileMenu a {
   padding: inherit;
        color: #fff;
        margin: inherit;
        height: inherit;
        width: 100%;
    }

  .MobileMenu a:hover {
        font-weight: bolder;
        text-decoration: underline;
    }

.tablet-btn {
    /*font-family: Arial, Helvetica, sans-serif;*/
	font-size:medium;
    text-align: center;
	font-weight: bold;
	color: #FFFFFF;
    display:block;
    width:80%;
    padding-left:10%;
    padding-right:10%;
    height:inherit;
    padding-top:5px;
   padding-bottom:5px;
   margin-left:10%;
    text-decoration:none;
    background-color: var(--secondary-color);
    border-radius: 6px;
}

.tablet-btn:hover{
	color: #FFFFFF;
    text-decoration: underline;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
    font-family: 'Domine', sans-serif;
    color: #333;
    line-height: 1.6;
}


hr {
    /*
    color: #A78A43;
    font-size: 0;*/
    border: 1px dashed #A78A43;
height: 2px;
margin-bottom:15px;
}

footer ul {
  list-style-type: none;
  padding-left:0px;
}

ul {
  list-style-type:square;
  padding-left:20px;
}

a {
  /*text-decoration: none;*/
  color: var(--trade-color);
}

h1,
h2 {
    font-family: 'Domine', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 15px 0;
  color: var(--secondary-color);
}
h3 {
    font-family: 'Domine', sans-serif;
    color: #000000;
    font-weight: 400;
    margin: 10px 0;
    color: var(--secondary-color);
}

h4 {
    font-family: 'Domine', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2.0;
    margin: 10px 0;
    color: var(--secondary-color);
}


h5 {
    font-family: 'Domine', sans-serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.2rem;
  margin: 5px 0;
  color: var(--dark-color);
}

p {
  margin: 10px 0;
}

img {
  width: 100%;
}

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/WhiterigToggler.png");
}

/*small Mob menu*/
.mobbbmenu {
    visibility: hidden;
    z-index: 900;
    background-color: var(--secondary-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(--secondary-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: white;
    /*height: 40px;*/
    font-size: larger;
    border-top: 9px;
    border-bottom: 9px;
}

.navbar ul {
  display: flex;
}

        .navbar a {
            color: white;
            background-color: var(--primary-color);
            padding: 5px;
            margin: 0 3px;
            /*height: inherit; font size was not set*/
            height: inherit;
            /*font-size: larger;*/
        }

            .navbar a:hover {
                color: #fff;
                background-color: var(--secondary-color);
                height: inherit
                /*height: 40px;*/
            }

.navbar .flex {
  justify-content: space-between;
}

.dropdown {
    float: left;
    overflow: hidden;
}


    .dropdown .dropbtn {
        font-size: inherit;
        border: inherit;
        outline: none;
        color: white;
        padding-left: inherit;
        padding-right: inherit;
        padding-top: 5px;
        padding-bottom: 5px;
        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);
    }

.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: 0px 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;
}



/* The sidebar menu */
.sidenav {
    height: 100%;/*  Full-height: remove this if you want "auto" height */
    width: 100%; /* Set the width of the sidebar */
    position: inherit; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;

    /*background: linear-gradient(#FFFFFF, #DAD3E2, #9C89B1);*/
  background: url('../images/SideNavTexture1.png'), #E7DCC2;
   background-repeat: repeat-x;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 10px;
    padding-left: 10%;
    padding-right: 10%;
    /*color: #000000;*/
}

    /* The navigation menu links */
    .sidenav a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: larger;
        color: var(--secondary-color);
        display: block;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #666666;
        }

.main {
     /* margin-left: 160px; Same as the width of the sidebar */
    padding: 0px 0px;
}


/* 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;
}

.social a {
    margin: 0 5px;
}


/* 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;
    height:auto;
    vertical-align:top;
}
.DTTitleOnly {
    visibility:unset;
   height:auto;
}

.MobBanner {
    visibility: hidden;
    height: 0px;
}

.mobonly {
    visibility: hidden;
    height: 0px;
    color: #fff;
    background-color: var(--secondary-color);
    height: 0px;
}

/* Desktop Milenium*/
@media (max-width: 1200px) {
    .navbar {
        font-size: medium;
    }
    .dropdown .dropbtn {
        padding-left: inherit;
        padding-right: inherit;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .menuwrap {
        visibility: hidden;
        height: 0px;
    }
    .mobonly {
        visibility: hidden;
        height: 0px;
    }
    .sidenav a {
        padding: 4px 6px 4px 6px;
        font-size:large;
    }
}


/* Desktop Larger Tablets Old Monitors*/
@media (max-width: 1000px) {
    .navbar {
        font-size: small;
    }

    .dropdown .dropbtn {
        /*color:red;*/
        padding-left: inherit;
        padding-right: inherit;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .menuwrap {
        visibility: hidden;
        height: 0px;
    }

    .mobonly {
        visibility: hidden;
        height: 0px;
    }

    .gridf {
        grid-template-columns: repeat(2, 1fr);
    }

       .gridh {
            grid-template-columns: repeat(2, 1fr);
        }


       .gridx {
    grid-template-columns: repeat(4, 1fr);
}

    .sidenav a {
    padding: 4px 6px 4px 6px;
    font-size:small;
}
    .cookies {
        padding:10px 0;
    }
}


    /* Tablets and under */
    @media (max-width: 768px) {
        .grid,
        .gride,
        .showcase .grid,
        .stats .grid,
        .cli .grid,
        .cloud .grid,
        .features-main .grid,
        .docs-main .grid {
            grid-template-columns: 1fr;
            grid-template-rows: 1fr;
        }

        .menuwrap {
            visibility: unset;
            height: 50px;
            font-size: x-large;
        }

        .navbar {
            visibility: hidden;
            height:0px;
        }

        .sidenav {
            visibility: hidden;
            height: 0px;
        }

        .dropdown .dropbtn {
            /*color:red;*/
            padding-left: inherit;
            padding-right: inherit;
            padding-top: 3px;
            padding-bottom: 3px;
        }

        .DTBanner {
            visibility: hidden;
            height: 0px;
        }

         .DTTitleOnly {
            visibility: hidden;
            height: 0px;
        }

        .MobBanner {
            visibility: unset;
            height: auto;
            padding-bottom:0px;
        }

        .gridf {
            grid-template-columns: repeat(2, 1fr);
        }
          .gridh {
            grid-template-columns: repeat(2, 1fr);
        }

        .showcase {
            height: auto;
        }

        .showcase-text {
            text-align: center;
            margin-top: 40px;
            animation: slideInFromTop 1s ease-in;
        }

        .showcase-form {
            justify-self: center;
            margin: auto;
            animation: slideInFromBottom 1s ease-in;
        }

        .cli .grid > *:first-child {
            grid-column: 1;
            grid-row: 1;
        }

        .features-head,
        .features-sub-head,
        .docs-head {
            text-align: center;
        }

            .features-head img,
            .features-sub-head img,
            .docs-head img {
                justify-self: center;
            }

        .features-main .grid > *:first-child,
        .features-main .grid > *:nth-child(2) {
            grid-column: 1;
        }

        .navbar {
            height: 55px;
            font-size: smaller;
        }
        .menuwrap {
            height: 30px;
            font-size: medium;
            font-weight: bold;
        }

        .navbar .flex {
            flex-direction: column;
        }

        .menuwrap .flex {
            flex-direction: column;
        }

        .navbar a {
            color: #fff;
            padding: 2px;
            margin: 0 2px;
        }

        .menuwrap a {
            color: #fff;
            padding: 2px;
            margin: 0 2px;
            font-weight: bold;
        }

        .navbar ul {
            padding: 2px;
        }
        .menuwrap ul {
            padding: 2px;
            font-weight: bold;
        }

        .mobonly {
            visibility: unset;
            height: 50px;
            font-size: medium;
            font-weight: bold;
            padding-left: 60px;
            padding-top: 10px;
            margin-bottom: 10px;
            background-image: url("../images/WhiterigToggler.png");
            background-repeat: no-repeat;
        }
    }

    /* Mobile */
    @media (max-width: 680px) {
        .navbar {
            /*height: 110px;*/
            visibility: hidden;
            height: 0px;
        }
        .menuwrap {
            /*height: 110px;*/
            visibility: hidden;
            height: 0px;
        }

        .sidenav {
            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;
        }

             .gridx {
    grid-template-columns: repeat(2, 1fr);
}
        .gridf {
            grid-template-columns: repeat(2, 1fr);
        }

         .gridh {
            grid-template-columns: repeat(2, 1fr);
        }

        .DTBanner {
            visibility: hidden;
            height: 0px;
        }

        
        .DTTitleOnly {
            visibility: hidden;
            height: 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/WhiterigToggler.png");
            background-repeat:no-repeat;
        }
        .container {
        padding: 15px 20px;
    }

    }

/* Smaller Mobile */
@media (max-width: 500px) {
    .navbar {
        /*height: 110px;*/
        visibility: hidden;
        height: 0px;
    }

    .sidenav {
        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);
    }
    .gridg {
        grid-template-columns: repeat(1, 1fr);
    }
    .gridh {
        grid-template-columns: repeat(1, 1fr);
    }
         .gridx {
    grid-template-columns: repeat(1, 1fr);
}
    .DTBanner {
        visibility: hidden;
        height: 0px;
    }
     .DTTitleOnly {
        visibility: hidden;
        height: 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/WhiterigToggler.png");
        background-repeat: no-repeat;
    }
      .container {
        padding: 25px 25px;
    }
}

