* {
    box-sizing: border-box;
}

body {
  padding-top: 60px;
/* ADDED BY ME */
	color: #555;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    /*font-family: 'Roboto', sans-serif;*/
/*
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
*/

	font-size: 17px;
	text-rendering: optimizeLegibility; 	
/* ADDED BY ME */
    
}
.starter-template {
  padding: 10px 15px;
  text-align: center;
  border-top-width:thin;
  border-top-style:dashed;
  border-top-color:#999;
}

small {
    font-size: 12px;
    color: #aaa;
    font-family: monospace;
}

.navbar-fixed-top .navbar-brand {
    padding: 7px 15px;
}

/* INSERTION FROM GRID.CSS */
h4 {
  margin-top: 25px;
}
.row {
  margin-bottom: 20px;
}
.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}
[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
/*
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
*/
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* INSERTION from http://www.bootply.com/E3bCN7erVT */

.navbar { font-family: 'Oswald', sans-serif !important; }
.navbar-brand { font-weight: 700; font-size: 24px; }
.navbar-inverse a { color: #ccc !important; }
.navbar-inverse a:hover { background: #333 !important; }
.navbar-nav a { font-weight: 400; font-size: 15px; }
.dropdown-menu.inverse { background: #000; }
.dropdown-menu.inverse a { font-weight: 300; color: #ccc; }

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper { position: relative; z-index: 15; }
.navbar-wrapper .container { position: relative; top: 20px; left: 0; }

/* W3SCHOOL RESPONSIVE GALLERY
-------------------------------------------------- */
.gallery {
    border: 1px solid #ccc;
}

.gallery:hover{
    border: 1px solid #777;
}

.gallery img {
    width: 100%;
    height: auto;
}

.desc {
    font-size: 16px;
    padding: 5px;
    text-align: center;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;  
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 300px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.price-label {
/*
    background-color: black;
    border-radius: 5px;
    color: white;
    padding: 4px;
*/
}

/* The hero image */
.hero-image {
    /* The image used */
    background-image: url("images/acrylic-sheet-hero.jpg");

    /* Set a specific height */
    height: 50%;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}


.section-specs {
    text-align: center;
}

.btn-WA,
.btn-WA:link,
.btn-WA:visited {
    font-size: 125%;
    color: white;
    background-color: maroon;
    border-radius: 150px;
    padding: 8px 25px;
    text-decoration: none;
}

.btn-WA:hover,
.btn-WA:active {
    border: 1px solid maroon; 
    color: maroon;
    text-decoration: none;
    background-color:transparent;
}

.section-CTA {
    background-color: #eee; 
    padding-top: 20px;
    padding-bottom: 1px;
}

.custom-links,
.custom-links:link,
.custom-links:visited {
    text-decoration: none;
    font-size: 90%;
    color: #555;
}


.custom-links:hover,
.custom-links:active {
    text-decoration: none;
    font-size: 90%;
    color: maroon;
}