/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("../fonts/SourceSansPro-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/SourceSansPro-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/SourceSansPro-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/SourceSansPro-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/SourceSansPro-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/SourceSansPro-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

body {
   font-family: 'SourceSansPro-Regular', sans-serif;
   color: #50596c;
   background-color: #eeeeee;
}

#header {
	background-color: #eee;
}

#header a{
   font-family: 'SourceSansPro-Regular', sans-serif;
	color: #CC0205;
}

.treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover {
    text-decoration: none;
   font-family: 'SourceSansPro-Regular', sans-serif;
   color: #CC0205;
}

.treemenu li {
    background: #b0b1b5;
}

.mobile-menu .button_container span {
    background: #CC0205;
}


.overlay{
	background-color: #b0b1b5;
}

p {
   font-family: 'SourceSansPro-Regular', sans-serif;
   color: #50596c;
}

a {
   font-family: 'SourceSansPro-Regular', sans-serif;
   color: #CC0205;
}

a:visited {
   font-family: 'SourceSansPro-Regular', sans-serif;
	color: #CC0205;
}
a:before {
   font-family: 'SourceSansPro-Regular', sans-serif;
   color: #CC0205;
}
a:hover {
   font-family: 'SourceSansPro-Regular', sans-serif;
   color: #CC0205;
}
.active{
   font-family: 'SourceSansPro-Regular', sans-serif;
   color: #CC0205;
}

.active {
   font-family: 'SourceSansPro-Regular', sans-serif;
   color: #CC0205;	
}

.dropmenu{
	color: green;
}






h3, .h3 { 
   font-family: 'SourceSansPro-Regular', sans-serif;
   color: #50596c;
   font-size: 2.0em;
}



/* Portfolio */
#portfolioHero{
		width: 100%;
		height: 50px;
}

.card .card-footer {
	padding: 0.1rem;
}

.card-title, .p-name, .mt-1 {
	color: white;
}


.card{
	background-color: #eee;
	box-shadow: 20 10px 15px -9px rgba(0,0,0,.1);
}




@media screen and (min-width: 840px) {
    .bricklayer-column-sizer {
        width: 25%;
    }
	#item {
		width: 100%;
	}
	.portgoback  {
		opacity:1;
		visibility: visible;
		margin-left: 825px;
	}	
}

@media screen and (max-width: 840px) {
    .bricklayer-column-sizer {
        width: 50%;
    }
	.portgoback  {
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (max-width: 640px) {
    .bricklayer-column-sizer {
        width: 100%;
    }	
}

.portgoback {

	width: 25px;
	height: 25px;
}
.mobile-logo {
	opacity: 0;
}
