﻿body {
    background-image: url("http://www.cysgliad.com/wp-content/themes/quark/images/faint-squares.jpg");
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}

.btn-default,
.btn-primary,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #0f9b0f;
    border-color: #0f9b0f;
}

.btn-default:hover, 
.btn-default:focus, 
.btn-default:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
     color: #ffffff;
     background-color: #12ba12;
     border-color: #12ba12;
}

a {
    color: #0f9b0f;
}

a:hover, a:focus {
    color: #12ba12;
}

a:hover {
    cursor: pointer;
}

.Downloadable {
    display: table;
    float: left;
    margin: 30px;
}

.Downloadable img {
    height: 150px;
}

.DownloadableCaption {
    display:table-caption;
    caption-side:bottom;
    text-align: center;
    margin-top:20px;
}


textarea {
    width:100%;
    max-width: 350px;
}

.site-branding{
	padding:15px;
	text-align:left;	
	color:#fff;
}

.site-branding img.thema-logo{
	max-width:120px;
	margin:15px;
	float:left;
}

.site-title{
	font-size: 55px;
	margin: 10px 0;
	color: #fff;
}

.site-title a{
	text-decoration: none;
	color: #fff;

}
.site-description{
	margin: 0;
}

.navbar {
    margin-bottom: 0px;
    position: inherit;
    font-size: 24px;
}

.site-footer {
    background-color:#1a1a1a;
}

.x-navbar-item:hover > a {
    border-bottom: 2px solid #fff;
}

.menu-options {
    list-style-type: none;
}

.menu-options > li {
    font-size: 24px;
    line-height:2;
}

.menu-lead {
    font-size: 24px;
    margin-top:20px;
    margin-bottom:30px;
}

.col-md-10 {
    margin-top: 5px;
    margin-bottom: 10px
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
