
body {
    /*Trying out white here*/
    /*background-color: #f2f2f2;*/
    /*font-family: "Lato";*/
    font-weight: 300;
    font-size: 16px;
    color: #555;
    padding-top: 50px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/*.gradient-fill {
    background:
    This does not work because backstretch is regenreating itself and body is not a positioned element. Would liek to fix in the future.
    linear-gradient(
        rgba(90, 62, 62, 0.88),
        rgba(4, 4, 4, 0.63) 60%
        ),
    url(http://www.amazingwallpaperz.com/wp-content/uploads/Black-and-Red-Abstract-High-Resolution-Wallpaper.jpg);
	padding-top: 60px;
    z-index: 2;
}*/
/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    color: black;
}

.centered {
    text-align: center;
    color: #f2f2f2;
}
@media only screen and (min-width : 768px) {
    .matchHeight {
        display: table-cell;
        vertical-align: bottom;
        float: none;
        width: 33%;
    }
}

/* Links */
a {
    color: #3bc492;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	/*background-color: #34495e;*/
    /*Trying out a new bg color*/
    background:
    /*Semi-transparent grey gradient on top of an image. rgba color won't stack*/
    linear-gradient(
        rgba(90, 62, 62, 0.88),
        rgba(4, 4, 4, 0.63) 60%
        ),
    url("/static/assets/img/Black-and-Red-Abstract-High-Resolution-Wallpaper.jpg");
	padding-top: 60px;
}

#headerwrap h1 {
	margin-top: 30px;
	color: white;
	font-size: 70px;

}

#headerwrap h3 {
	color: white;
	font-size: 30px;
}

#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

#headerwrap p {
	text-align: left;
	color: white
}

/* intro Wrap */

#intro {
	padding-top: 50px;
	border-top: #bdc3c7 solid 5px;
}

#features {
	padding-top: 50px;
    padding-bottom: 0;
    /*Trying out below changes*/
    background-color: rgba(201, 0, 0, 0.75);
    color: #f2f2f2;
    font-weight: 700;
}
/*Trying out the below*/
.white h3{
    color: #f2f2f2;
}


.graphics {
    width: 100%;
}
/* Showcase Wrap */

.accordion-heading{
    font-size: 1.8em;
    /*line-height: 1.0em;*/
    font-weight: 900;
}
.accordion-inner::before{
    content: url("/static/assets/img/list-icon-Ball.gif");
    display: inline-block !important;
}
.accordion-inner{
    display: inline-block !important;
    vertical-align: text-top;
}
#footerwrap {
	background-color: #2f2f2f;
	color: white;
	padding-top: 40px;
	padding-bottom: 0;
	text-align: left;
}

#footerwrap h3 {
	font-size: 28px;
	color: white;
}


/* Copyright Wrap */

#c {
	background: #222222;
	padding-top: 15px;
	text-align: right;
}

#c p {
	color: white
}
