/*
|--------------------------------------------------------------------------|
|                     Place your custom styles here                        |
|--------------------------------------------------------------------------|
*/
body, p {
	color: #606060;
	font-family: 'Roboto', sans-serif;
}

a {
    color: #a37d09;
}
a:hover {
    color: #505050;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.donate p {
    font-size: 19px;
}
div#success p {
	margin-bottom: 12px;
    font-size: 23px;
    color: #4CAF50;
    line-height: 25px;
    font-family: 'Cabin', sans-serif;
	text-align:center;
}
div#error p {
	margin-bottom: 12px;
    font-size: 23px;
    color: red;
    line-height: 25px;
    font-family: 'Cabin', sans-serif;
	text-align:center;
}
#success, #error {
    display:none
}

.error {
	    color: red;
}
.team-member .member-name {
    font-size: 23px;
	font-weight: 400;
	color: #628bc3;
}
.team-member .designation,
.team-member2 .designation {
    display: block;
    font-weight: 400;
    color: #000000;
    font-family: cabin, sans-serif;
    font-size: 19px;
    line-height: 22px;
    font-style: italic;
}

.team-member2 h4 {
    color: #ffa500;
	}
	
.copy-right, .copy-right a {
    color: #A8A8A8;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 18px;
}
.copy-right a:hover {
	text-decoration: underline;
}
.single-slide h5 {
    font-size: 16px;
}

.dark-fab-bg {
    background-color: #000;
    background-image: url(../img/linen-bg.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
    color: #c5c5c5;
}

.light-fab-bg {
    background-color: #bfbfbf;
    background-image: url(../img/linen-bg.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
    color: #2d2c2c;

    h2 { color: #673e00;}

    h2:before {
        content: '';
        height: 80%;
        width: 2px;
        background-color: #673e00;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    p { color: #272727;}
}
.white-fab-bg {
    background-color: #ffffff;
    background-image: url(../img/linen-bg.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
    color: #2d2c2c;

    h2 { color: #673e00;}

    h2:before {
        content: '';
        height: 80%;
        width: 2px;
        background-color: #673e00;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    p { color: #272727;}
}

.button-row { 
    max-width: 200px;
    display: inline-block;
}