/*
MAIN STYLESHEET
Custom style for highlandpublishing.com @2017
*/


html {
    height: 100%;
    letter-spacing: 1px;
}


body {
    counter-reset: list;
    min-height: 100%;
    width: 100%;
    background-image: url("img/greenboard%20tile.png");
    margin: 0;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: inherit;
}


/**********LOGO**********/
#top {
    
}

.logo img {
    height: 70px;
    float: left;
    margin: 25px 0px 0px 25px;
}




/**********NAVIGATION**********/
nav {
    float: right;
    margin-right: 12%;
    margin-top: 60px;
    color: white;
    font-size: .9em;
    font-family: 'Cinzel', serif;
    padding-bottom: 20px;
    padding-right: 15px;
}

nav ul {
    margin: 0;
    padding: 0;
}
nav li{
    display: inline;
    list-style-type: none;
}

nav a {
        margin: 0 5px;
}

nav a:hover {
    color: #EDCDA0;
}

.active-page {
    color: #EDCDA0;
}

.hamburger {
    font-size: 1.2em;
    display: none;
    padding-left: 20px;
}

.hamburger:hover {
    color: #EDCDA0;
}

/*fix spacing when nav floats under on tablets/smaller laptops*/
@media screen and (max-width: 1120px) { 
    nav {
        margin-top: 10px;
    }
}

/*style mobile menu/top before click*/
@media screen and (max-width:680px) {
    .logo img{
        margin-left: 12%;
        width: 80%;
    }
    
    nav {
        float: none;
        margin-top: 50px;
    }
    
    ul.topnav li:not(:first-child){
        display: none;
    }
    
    ul.topnav li {
        display: block;
        text-align: right;
    }
    
    ul.topnav span {
        display: none;
    }
}

@media screen and (max-width:680px) {
    ul.topnav.responsive {
        position: relative;
        text-align: right;
    }
    
    ul.topnav.responsive li {
        float: none;
        display: block;
        text-align: right;
    }
    
    ul.topnav.responsive li a {
        display: block;
    }
    
    ul.topnav.responsive.IL a{
        display: inline;
    }
}


/**********CONTAINER**********/
.container {
    clear: both;
    background-size: 100% 100%;
    background-image: url("img/HP%20white%20box%20and%20stroke.png");
    margin: 0 10% 50px;
    padding: 6px;
    overflow: visible;
    flex: 1;
}

/**********HEADINGS ETC**********/
.heading {
    margin: 1em 25px 0px 50px;
    color: #785d3b;
    font-family: 'Cinzel', serif;
    font-size: 2em;
}

.intro {
    padding: 0 15%;
    font-size: 1.2em;
    font-size: 1.4vw;
}

.top-description {
    color: #785d3b;
    font-family: 'Lora', serif;
    font-style: italic;
    margin: auto;
    display: inline-block;
    text-align: center;
    padding: 0 0 1em 100px;
}

.description-heading {
    font-weight: bold;
    font-style: italic;
    font-family: 'Lora', serif;
    color: #785d3b;
}

.description {
    font-size: 1.2em;
    font-size: 1.3vw;
    padding: 0 0 0 30px;
    font-family: 'Open Sans', sans-serif;
}

/**********MISC**********/
.brown-logo {
    color: #EDCDA0; /*matches main logo color*/
}

.brown-footer {
    color: #785d3b; /*matches footer mortarboard color*/
}

.brown-other {
    color: #785d3b;
}


.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.purchase {
    background-color: #785d3b;;
    color: white;
    padding: 0 10px;
    font-family: 'Open Sans', sans-serif;
    margin: 15px 5px 15px 0;
    display: inline-block;
    border-radius: 1px;
    
}

.purchase:hover {
   background-color: #ab8554;
    box-shadow: 5px 3px 20px #888888;
}

.button {
    
}

.top-p {
    padding-top: 0;
    margin-top: 0;
}

/**********ROWS/COLUMNS**********/
.row {
    
}

.column {
    
}

/**********HOME PAGE**********/

.left {
    width: 30%;
    padding: 0 10px 25px 25px;
    float: left;
}

.left img {
    width: 100%;
    margin: 0;
}

.right {
    width: 66%;
    float: right;
    margin-bottom: 60px;
    font-size: .95em;
}

.right img {
    width: 100%;
}

.right img:hover {
    opacity: .7;
}

#watch-demo {
    padding-left: 15%;
    width: 35%;
    margin-right: 25%;
}

#watch-demo-text {
    font-weight: bold;
    font-style: italic;
    font-family: 'Lora', serif;
    display: inline;
    text-align: center;
}

#watch-demo-text:hover { 
    opacity: .7;
}

.right-1, .right-2, .right-3 {
    width: 31%;
    float: left;
    padding: 5px;
}

/*fix spacing when nav floats under on tablets/smaller laptops*/
@media screen and (max-width: 1120px) {
    
}

@media screen and (max-width:680px) {
    
    .left {
        width: 60%;
        padding-left: 70px;
    }
    
    .intro {
        padding: 10%;
        font-size: 1em;
        font-size: 3vw;
    }
    .right {
        width: 100%;
        float: left;
        margin-bottom: 60px;
        font-size: 2em;
        padding-left: 50px;
    }
    
    #watch-demo-text {
        display: none;
    }
    
    .description {
        font-size: 2.5em;
        font-size: 2.5vw;
        padding: 0;
    }
    .right-3 {
        padding-left: 50px;
    }
}


/**********ABOUT PAGE**********/
#about-intro {
    padding-left: 2em;
    padding-top: 1em;
    font-size: 1.2em;
    font-size: 1.6vw;
}

#about-left {
    width: 35%;
    padding: 0;
    float: left;
}

#about-right {
    padding-top: 1em;
    padding-bottom: 1em;
    width: 60%;
    float: right;
    padding-right: 20px;
}

#about-right img {
    width: 100%;
}

@media screen and (max-width:680px) {
    #about-right {
        float: left;
        width: 100%;
    }
    #about-left {
        width: 100%;
    }
    #about-intro {
        font-size: 2.8em;
        font-size: 2.8vw;
    }
}

/**********DEMO PAGE**********/
#demo-image {
    width: 20%;
    margin-top: 1em;
    float: left;
    padding-left: 20px;
    height: 100%;
}

#demo-image img {
    width: 100%
}

#demo-image a:hover {
    opacity: .75;
}

#demo-video {
    width: 70%;
    margin-top: 1em;
    float: left;
}

#demo-video iframe {
    width: 100%;
    padding: 0 0 20px 35px;
}

.bottom-text {
    vertical-align: bottom;
    font-weight: bold;
    font-style: italic;
    font-family: 'Lora', serif;
    text-align: right;
    margin-top: 75%;
}



@media screen and (max-width:680px) {
    #demo-image {
        display: block;
        float: none;
        width: 60%;
        margin: auto;
        padding: 0;
    }
    
    .bottom-text { 
        display: none;
    }
    
    .bottom-text2 {
        font-weight: bold;
        font-style: italic;
        font-family: 'Lora', serif;
        text-align: center;
        margin: 1px;
    }
    
    #demo-video {
        width: 100%;
        display: block;
        text-align: center;
    }
    #demo-video iframe {
        width: 100%;
        margin: 20px auto;
        padding: 0 0 20px 0;
    }
    
}


/**********CONTACT PAGE**********/
#contact-container {
    clear: both;
    margin: auto;
    padding: 150px;
    text-align: center;
    font-size: 1em;
    font-size: 1.2vw;
}

#contact-content {
    display: inline-block;
    text-align: left;
    padding-left: 40px;
}
.contact {
    color: white;
    margin: 0 0 20px 0;
}

.contact a:hover {
    text-decoration: underline;
}

/*fix spacing when nav floats under on tablets/smaller laptops*/
@media screen and (max-width: 1120px) {
    #contact-container {
        padding: 20px 50px;
    }
}

@media screen and (max-width:680px) {
    #contact-container {
        padding: 20px 50px;
    }
    
    #contact-content {
        font-size: 2em;
        font-size: 2vw;
    }
}

/**********Q/A INFO PAGES (Mo)TRT/IA**********/
.product-left {
    width: 20%;
    padding: 0 10px 20px 25px;
    float: left;
    text-align: center;
}

.product-left img {
    width: 100%;
}

.product-left img:hover {
    opacity: .8;
}

.left-quote{
    color: #785d3b;
    font-family: 'Lora', serif;
    padding: 20px 30px;
    font-style: italic;
    font-size: 1.3em;
    font-size: 1.3vw;
    text-align: left;
}

.ia-left-quote {
    color: #785d3b;
    font-family: 'Lora', serif;
    padding: 20px 0 20px 30px;
    font-style: italic;
    text-align: left;
    font-size: 1.1em;
    font-size: 1.1vw;
}

.product-content {
    padding-top: 1em;
    padding-right: 30px;
}

.product-right {
    width: 70%;
    float: right;
    margin-bottom: 60px;
    font-size: .8em;
    font-family: 'Open Sans', sans-serif;
    padding: 0 20px;
}

.product-extras {
    display: inline;
    text-align: center;
    color: white;
    float: right;
    padding: 0 10px;
}

.product-extras img {
    width: 300px;
}

.product-body-bold {
    font-weight: bold;
    font-style: italic;
}

@media screen and (max-width:680px) {
    .top-description {
        padding: 0 0 20px 0;
    }
    .product-content {
        padding: 0 0 30px 0;
    }
    .product-left {
        width: 50%;
        padding: 0;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
    
    .left-quote, .ia-left-quote {
        font-size: 2.5em;
        font-size: 2.5vw;
    }
    .product-right {
        padding: 0 20px;;
        float: none;
        margin: auto;
    }
    
    .top-p {
       padding-bottom: 20px; 
    }
    .product-extras {
        padding-bottom: 20px;
        width: 100%;
    }
    .product-extras img {
        width: 100%;
    }
}

/**********(Mo)TRT UNITS**********/
.top-text {
    color: #785d3b;
    font-family: 'Lora', serif;
    font-style: italic;
    margin: auto;
    padding: 40px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.unit-left {
    width: 20%;
    float: left;
}

.unit-left img {
    width: 100%;
    margin: 0;
    padding-left: 20px;
}

.u-right-1, .u-right-2, .u-right-3 {
    width: 31%;
    float: left;
    padding: 5px;
}

.unit-left img:hover {
    opacity: .7;
}

.unit-right {
    width: 76%;
    float: right;
    margin-bottom: 60px;
    font-size: .95em;
}

.unit-list {
    padding: 0;
    margin-top: 0;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    line-height: .8em;
}

.unit-list li {
    padding-bottom: 2em;
}

.unit-name {
    font-weight: bold;
    font-size: .8em;
    padding-bottom: 0;
    margin: 0;
}

.unit-description {
    font-style: italic;
    font-size: .7em;
    padding-left: 20px;
    display: inline-block;
}

/*----units----*/
.unit-list li::before {
    counter-increment: list;
    content: counter(list);
    display: inline-block;
    height: 16px;
    width: 16px;
    font-size: .6em;
    background-color: #785d3b;
    border-radius: 50%;
    text-align: center;
    padding: 2px 0 0 1px;
    color: white;
}

@media screen and (max-width:680px) {
    .unit-left {
        width: 50%;
        float: none;
        margin: 0 auto;
    }
    .unit-right {
        float: none;
        width: 100%;
        padding-top: 30px;
    }
    .u-right-1, .u-right-2, .u-right-3 {
        width: 80%;
        float: none;
        margin: auto;
        padding: 5px 5px 5px 20px;
    }
    
    .unit-list {
        margin: 0;
    }
    .unit-list li {
        padding-bottom: 20px;
    }
    
    
}

/**********HOW TO ORDER**********/
.left-padding {
    padding: 100px 20px 0 20px;
}

.o-left {
    width: 30%;
    padding: 0 10px 25px 25px;
    float: left;
}

.o-right {
    width: 66%;
    float: right;
    margin-bottom: 60px;
    font-size: .95em;
}

#order-intro {
    font-size: 1.5em;
    font-size: 1.5vw;
}

#order-left-small {
    font-size: 1.1em;
    font-size: 1.2vw;
}

.order-row {
    display: block;
}
.order-left {
    width: 30%;
    float: left;   
}

.order-right {
    width: 65%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 0 10px 20px;
    text-align: left;
}

.order-info {
    font-size: .9em;
    font-size: 1vw;
    display: inline-block;
    text-align: right;
}

.order-red {
    color: red;
    text-align: left;
    font-size: 1.2em;
    font-size: 1vw;
}

.order-left img {
    width: 100%;
}

.order-heading {
    font-size: 1.2em;
    font-size: 1.2vw;
    color: #785d3b;
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: bold;
}

.store-link {
    text-decoration: underline;
    color: #785d3b;
}

@media screen and (max-width:680px) {
    .o-left {
        width: 80%;
        padding: auto;
    }
    
    .o-right {
        width: 100%;
    }
    .left-padding {
        padding: 0;
    }   
    #order-intro, #order-left-small {
        font-size: 1em;
        font-size: 2.5vw;
    }
    .order-right {
        padding-left: 10px;
        padding-top: 0;
    }
    .order-heading {
        font-size: 1em;
    }
    .order-info {
        font-size: .4em;
    }
    .order-red {
        font-size: .5em;
    }
}

/**********FOOTER**********/
#footer {
    background-image: url("img/HP%20footer%20image.png");
    background-size: 100% 100%;
    width: 100%;
    position: relative;
    bottom: 0;
}

.footer-demo {
    font-weight: bold;
    font-style: italic;
    color: #785d3b;
    font-family: 'Lora', serif;
    padding-top: 10px;
    text-decoration: underline;
    font-size: 1.2em;
}

.footer-content {
    text-align: center;
    font-size: .7em;
    color: white;
    padding: 50px 0 30px 0;
    font-family: 'Open Sans', sans-serif;
}

footer img {
    width: 4%;
    height: 4%;
}

footer a:hover {
    text-decoration: underline;
}

.footer-bold {
    font-style: italic;
    color: #EDCDA0;
    font-family: 'Lora', serif;
}

.footer-contact {
    padding-top: 10px;
}

.copyright {
    padding-top: 10px;
}

.linebreak {
    display: none;
}

@media screen and (max-width:680px) {
    footer img {
        width: 8%;
        height: 8%;
    }
    .linebreak {display:block;}
    .spacer {display:none;}
