/*General*/

body {
    font-family: Quicksand;
}

.button.hollow {
		border-color:#E41712;
		color:#fff;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #E41712;
    color: #fff;
}


.button:hover, .button:focus {
   border-color: #E41712;
    color: #fff;
    background-color:#E41712;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Quicksand;
}

.title {
	font-size:20px;
}

.highlight{
	font-size:18px;
}

.display-table {
    display: table;
}

.display-table.display-table-home {
		height:600px; 
		width:100%;
}

.va-align {
    display: table-cell;
    vertical-align: middle;
}


/*General*/

.intro {
    background: url(../img/rises.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    min-height: 700px;
    color: #fff;
    padding: 30px;
    text-align: center;
    background-position: bottom center;
}

.intro-highlight {
		background-color:rgba(0,0,0,0.4); 
	  border-radius:20px;
	  box-shadow:0 0 100px 100px #141414;
		min-height:100%; 
		width:100%;
}

/* About */
.about {
    background-color: #fff;
    text-align: center;
    margin: 40px;
}


/* About */

.focus {
	text-align:left;
}


/* Colors */

.white {
	color:#fff;
}

.orange {
    color: #F78536;
}

.red {
	color:#e41712;
}

.light-blue-grey {
    color: #DFEBED;
}

.blue {
    color: #497285;
}

.dark-blue {
    color: #2B4450;
}

.orange-bg {
    background-color: #F78536;
}

.red-bg {
		background-color: #e41712;
}

.light-blue-grey-bg {
    background-color: #DFEBED;
}

.blue-bg {
    background-color: #497285;
}

.dark-blue-bg {
    background-color: #2B4450;
}


/*Colors*/


/*Team*/

.team {
    background-color: #fff;
    margin: 40px;
}

.team-member {
    text-align: center;
    margin-bottom :16px;
}

    .team-member img {
        margin-bottom: 30px;
    }

    .team-member .title {
        color: #E41712;
    }

    .team-member p {
        font-weight: 300;
    }

/*Team*/

/* Info Section */

.info {
    background-color: #2B4450;
    color: #fff;
    padding: 20px;
    text-align: center;
}

/* Info Section */


/*Blog */

.blog {
    background-color: #fff;
    margin: 30px;
}

    .blog .label {
        margin-bottom: 5px;
    }

.blog-item {
    margin-bottom: 10px;
}

    .blog-item img {
        margin-bottom: 10px;
    }

    .blog-item .blog-item-title{
        color: #497285;
    }

/*Blog */

/*more info */

.sub {
	font-size:.75em;
}



/* Subscribe */

.subscribe {
    background-color: #497285;
    color: #fff;
    min-height: 100px;
    padding: 20px;
    text-align: center;
}



/* Subscribe */



/* Contact */

.contact {
    background-image: url('../img/banner.png');
    background-position: center center;
    min-height: 200px;
    padding: 20px;
    color: #fff;
    text-align: center;
}

/* Contact */

/* Contact surround */

.contact-highlight {
	background-color:rgba(0,0,0,0.7); 
	min-height:100%; 
	padding:32px; 
	width:100%;
}


/*Footer */

.footer {
    background-color: #fff;
    text-align: center;
    padding: 10px;
}

.footer-social i {
    color: #497285;
    margin-left: 20px;
    font-size: 22px;
}

    .footer-social i:hover {
        color: #F78536;
    }


/*Footer */


/*Images */

.thumbnail.no-border{
	height:75px;
	box-shadow:none;
}