html {}

body {
    background-color: ghostwhite;
    font-family: Helvetica, sans-serif;
    color: darkslateblue;
    margin: auto;


}

.header {
    margin: auto;
    padding: 10px 20px;
    background-color: ghostwhite;

}
a.backtotop {
    font-size: 18px !important;
    color: darkslateblue !important;
    font-weight: bold !important;

}


.footer{
  
    width: 100%;
    margin: 30px 0px 0px 0px;
    background-color: lightslategray;
    
    
}

.footer a{color: ghostwhite;
    font-weight: bold;
     padding: 15px;
    text-align: center;
    font-size: 20px;
    
    
}

.amz-disclaimer{
    color: ghostwhite;
    font-size: 12px !important;
    font-weight: 100 !important;
    line-height: normal;
    padding: 015px;
    text-align: center;
 
}

/* Add a black background color to the top navigation */

.bottomnav {
         bottom: 0;
        width: 100%;
margin-top: 0px;
        min-height: 30px;
  display: inline-block;
    border-top: 20px solid transparent;
        
}



/* Style the links inside the navigation bar */

.bottomnav a {
    float: left;
    color: ghostwhite;
    text-align: center;
    margin: 15px 16px;
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
}

/* Change the color of links on hover */

.bottomnav a:hover {
    background-color: powderblue;
    color: black;
}

/* Add an active class to highlight the current page */



/* Hide the link that should open and close the topnav on small screens */



img {
    border-radius: 10%;
    border-color: black;
    border-style: solid;
    border-width: thin;


}

body p {
    line-height: 22px;
}

body li {
    line-height: 22px;
    padding-top: 6px;
}


/* this is called a clearfix. it makes sure that the container's children floats are cleared, without using extra markup */

.clearfix {
    *zoom: 1/* for IE */
}

/* end clearfix*/

/*second clearfix*/

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


.list-heading {
    font-weight: 550;
    color: darkblue;
    font-size: 14px;

}

.purchase-text {
    
    font-size: 13px;
    color: #0066c0;
    text-decoration: none;
  
}

.item-title {
    background: turquoise;
    border-style: solid;
    border-color: lightslategray;
    border-width: 1px;
    border-radius: 4px 4px 0px 0px;
    padding: 0px;
    margin: 0px 10px 0px 0px;
    color: darkslategray;
    align-content: center;
    display:block;
}

.small-box {
    padding: 15px;
    margin: 0px 10px 40px 0px;
    border-style: solid;
    border-color: lightslategray;
    border-width: 0px 1px 1px;
    border-radius: 0px 0px 4px 4px;
    height: 90%;
   
  
}

.small-box-product {
    padding: 15px;
    margin: 0px 10px 80px 0px;
    border-style: solid;
    border-color: lightslategray;
    border-width: 0px 1px 1px;
    border-radius: 0px 0px 4px 4px;
    height: 90%;
    display: flex;
  
}

.product-text{
    margin: auto 30px;

    
}

.product-box{
    margin: 20px;
}

.video {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;

}

.video iframe {
    border: 0;
    height: 100%;
    left: 10px;
    position: absolute;
    top: 0;
    width: 90%;
       

}


h4 {
    margin: 20px 0px 15px 20px;
}

.headerid {
    height: 10px;
}

/* Page content */

.content {
    padding-top: 00px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */

.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
      margin: auto;
    padding: 0px;
    border-radius: 0px !important;
    

}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */

.sticky + .content {
    padding-top: 80px;
    
}



.titleContainer {
    margin: 20px;
    text-align: center;
}

.title {
    font-size: 36px;
    font-weight: 800
}

.tagline {
    font-size: 20px;
}

.centereddiv {
    margin: auto;
    width: 90%;
}



img.main-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
    max-height: 400px;
}

img.inline-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 60%
}

.main-img-container {
    width: 100%;
    margin: auto;

}

.section-header {
    background-color: darkslateblue;
    overflow: hidden;
    border-radius: 6px;
}

.section-header-text {
    float: left;
    display: block;
    color: ghostwhite;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    margin: 0px;
}

.citation {
    font-style: italic;
    font-size: .8em;
    color: blue;
    border: 0;

}

/* Add a black background color to the top navigation */

.topnav {
    background-color: lightslategray;
    overflow: hidden;
    border-radius: 6px;
}



/* Style the links inside the navigation bar */

.topnav a {
    float: left;
    display: block;
    color: ghostwhite;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */

.topnav a:hover {
    background-color: powderblue;
    color: black;
}

/* Add an active class to highlight the current page */

.active {
    background-color: darkslateblue;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */

.topnav .icon {
    display: none;
}





/*Column Code*/

/* grid */

.row {
    display: flex;
    flex-flow: row wrap;
    margin: 20px 100px 00px;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
    height: auto;
    border-bottom: 50px solid transparent;
        
        
 

}

.row:last-child {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.row:last-of-type{
    height: 60%;
    border-bottom: 0px solid transparent;
    
}
.row:first-of-type {
    margin-top: 0px;
    padding-top: 0px;
    
}

[class*="col-"] {
    display: block;
    

}



[class*="col-"]:last-child {
    margin-left: 0;
    margin-right: 0;

}





/* set col widths */

.col-2-3 {
    width: 66.66%;
}

.col-1-2 {
    width: 50%;

}

.col-1-3 {
    width: 33.33%;
}

.col-1-4 {
    width: 25%;

}

.col-1-8 {
    width: 12.5%;
}


.col-3-4 {
    width: 70%;
}

.col-1-1 {
    width: 100%;
}

.col-7-8 {
    width: 87.5%;
}

/* Style for display width less than 800px wide */

@media screen and (max-width: 800px) {



    [class*="col-"] {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
        display: block;

    }

    .row {
        max-width: 95%;
        padding: 0px;
        margin: 0px auto 15px auto;
        border: 30px solid transparent;
    }

.small-box {

        padding: 15px;
        margin: 00px 10px 20px 0px;
        border-style: solid;
        height: auto;


    }
  .small-box-product {

        padding: 15px;
        margin: 0px 10px 2s0px 0px;
        border-style: solid;
        height: auto;
      display: block;


    }
    
}

/* When the screen is less than 825 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */

@media screen and (max-width: 850px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
        margin-right: 20px;
    }

    
   

    /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
    .topnav.responsive {
    position: relative;
            }
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;

    }
    


    
    
    .header{
        margin: 0px;
        padding: 0px 20px;
       
        
    }

    .headerid {
        height: 10px;
    }

    #mytopnav {
        background-color: darkslateblue;
    }
}
