/*!  custom styles - solveighaupt.com */





p {

    font-size: 1.2em;
    line-height: 1.8em;
}

h1, h2 {
    color: #D82D3B;
}


br {
    display: inline;
}
/*! mainnav */

.bar .logo {
	max-height: 55px;
}

.bar-1 .menu-horizontal > li > a {
    font-size: 1em;

}

.bar-1 .menu-horizontal > li > a:hover {
    color: #D82D3B;
}


/*! footer */

footer .type--fine-print:not(p) {
    opacity: 1 !important;

}
footer:not(.bg--primary):not(.bg--dark) a {
    color: #E78442;
}

footer .logo {
    max-height: 40px;
}


footer .li {
    color:#ff0000 !important;
}



.list--hover li:not(:hover) {
    opacity: .8;
}



footer .type--fine-print:not(p) {
    opacity: .5;
    font-size: 1em;
}

.icon.icon--xs {
    font-size: 1.5em;
    color: #E78442;
}

.icon.icon--xs:hover {
    color: #D82D3B;
}


.icon.icon--sm.stack-interface.stack-menu:hover {
   /*!   color: #E78442;  */
    color: #D82D3B; 
    
}


.project-thumb__titleX {
    position: absolute !important;
    bottom: 0;
    left: 0;
}

.flickity-prev-next-buttonX {
    background: #FFF;
}


/*!  accordion homepage  */

.accordion__title {
    font-size: 20px;
}

/*!  about page / stage title  */

.article__title span {
    font-size: 1.4em;
}


/*!  gradient - contact form  */

.switchable.bg--primary {
    background: #e67937;
    background: -moz-linear-gradient(left, #da2f34 0%, #e67937 100%);
    background: -webkit-linear-gradient(left, #da2f34 0%,#e67937 100%);
    background: linear-gradient(to right, #da2f34 0%,#e67937 100%);
}

/*!  homepage - smaller type  */


.mph {
    vertical-align: 26%;
	font-size: 40%;
    margin-left: 16px;
}

/*!  contact - fix width of copy text  */

.row.switchable__text {
    padding-left: 25px;
    padding-right: 25px;
}

