@charset "UTF-8";
/* CSS Document */

body{
    background-color:#191b26;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Raleway', sans-serif;
    color: #266e8a;
}

h1{
    font-weight:bold;
}

.main-h1{
    font-size:3em;
    font-weight:900;
}

h5{
    color:#f2f2f2;
}

.beer-name{
    list-style: none;
    padding:0;
}


.wrapper{
    background-color:#191b26 !important;
}

.header{
    background-color: #191b26;
}

.active-year{
    list-style: none;
    color:#f2f2f2;
    font-weight:bold;
}

.social{
    color:#f2f2f2;
}

.main-link{
    color:#266e8a !important;
    font-size:1em !important;
    font-weight:bolder !important;
}

.social-nav{
    color:#f2f2f2;
}

.social-nav:hover{
    color:#b5232e;
}

.nav-icon {
    color:#266e8a !important;
    background-color:#266e8a!important;
}

.inside{
    font-family: 'Raleway', sans-serif;
    color:#266e8a;
}

.top-title{
    color:#b5232e;
}

.inline-contact{
    color:#266e8a;
}

.inline-contact:hover{
    color:#b5232e;
    text-decoration:none;
}

.normal-p{
    color:#f2f2f2;
}

.lead{
    color:#266e8a;
}

.vertical-text-left{
    color:#b5232e;
}

.phone-link:hover{
    cursor:pointer;
}

.vertical-text-right{
    color:#b5232e;
}

.site-buttons{
    color:#266e8a;
}

.project-carousel-category{
    color:#f2f2f2;
}

.btn{
    background-color:#266e8a;
    border:none;
    color:#f2f2f2;
}

.btn:hover{
    background-color:#b5232e;
    border:none;
}

.service-item-title{
    margin-top:1em;
    color:#266e8a;
}

.footer-red{
    background-color:#b5232e;
    color:#f2f2f2;
}

.footer-icon{
    font-size:2em;
    color:#f2f2f2;
    margin:.5em;
}

.footer-icon:hover{
    color:#266e8a;
}

.underline:hover{
    color:#266e8a;
}

/* ABOUT ME PAGE */

.nav-item{
    color:#266e8a;
}

.section-item-title-xs-narrow{
    color:#b5232e;
}

.about-year{
    text-align: right;
    color:#266e8a;
}

.progress-item-num{
    color:#266e8a;
}

.nav{
    color:#266e8a;
}

.center-button{
    padding:1em;
}

.parallax-link{
    color:#266E8A;
}

.project-list-flash .project-carousel-title {
    padding-right: 2rem;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
	text-shadow: 0px 3px 4px #000000;
}

.project-list-flash .project-item:hover .project-carousel-detail {
    background-color:#191b26;
}

.portfolio-section{
    background-color:#fff;
}

.portfolio-splash{
    background-image:url("../img/portfolio-splash.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.project-photo-item:hover{
    cursor:grab;
}

.playing-card{
    border:solid #2F2F2F 2px;
    border-radius: 15px;
}











