

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.navbar-nav > li{
  margin-left:2px;
  margin-right:2px;
}

a {
color: #2980b9;
text-decoration: none;

}

a:hover { color: #3498db; }

footer{

    font-size: 12px;
}

#osu-logo{
padding-top:10px;
}


.featurette-heading > i {
    font-size: 34px;
}

h4 {

    font-size: 24px;
}

label {

    font-size: 18px;

}

#contribution {

    padding-top: 50px;
}

#contribution-text > h6, #contribution-text > h5, #contribution-text > ul{

    color: white;
}


.row{
    padding-top: 20px
}

.buttonHolder {
   padding-bottom:30px;
   padding-top:30px;
}


html, body{
overflow-x:hidden;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}

input[readonly].form-control {
   color: black;
}

body,
html {
    width: 100%;
    height: 100%;
}




.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}

.nav-tabs {
    margin-bottom: 0;

    border-bottom: 1px solid #ddd;
}




.home-img {

    padding-bottom: 0px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/roll1.jpg) no-repeat center center;
    background-size: cover;

}

.banner {
    padding: 100px 0;

    background: url(../img/contact.jpg) no-repeat center center;
    background-size: cover;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}


@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}


.intro-message {
	width:70%;
	margin:auto;
    position: relative;
    padding-top: 15%;
    padding-bottom: 20%;
}

.features {
    padding-left: 15px;
    margin-top: -15px;
}







/* Carousel Fade Effect */
.carousel.carousel-fade .item {
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	transition: opacity 1s linear;
	opacity: .5;
}
.carousel.carousel-fade .active.item {
	opacity: 1;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}
/* Carousel Overlay */
.carousel-overlay {
	position: absolute;
	bottom:30%;
	right: 0;
	left: 0;
}


.navbar navbar-inverse navbar-fixed-top {
    padding-bottom: -20 !important;
}

.form {
    padding-top: 20px

}



.carousel-overlay {
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,.75);
}

.lead {

    font-size: 20px;
}

ul {list-style:none}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
    -moz-appearance:textfield;
}


/* Terms of Service on templates/account/step4.html */
#terms-link {
    cursor: pointer;
    cursor: hand;
}
#terms-of-service {
    background: #F9F9F9;
    border: 1px solid #DDD;
    margin: 10px;
    padding: 5px;
    overflow: hidden;
    display: none;
}
