@import url('https://fonts.googleapis.com/css?family=Raleway');
body         { 

    background-repeat: repeat-x;
    background-attachment: fixed;
}
.page{
    width:100%;
    height: auto;
    margin-left:auto;
    margin-right:auto;
    background-color: white;


}
.jumbotron.text-center{
    display:grid;
}
#container{
    width:90%;
    margin:; auto;

    height:auto;
}
.main{
    width: 100%;
    height: auto;
    margin:auto;
    background-color:blue;
}
.header{
    background-color: #417aa8;
    padding-left: 0px;
    height: auto;
    width: 100%;

}
.navigation {
    width:100%;
    height:auto;
    background-color: #fff;
    color: #417aa8;
    font-family: tahoma;
    font-weight: bold;


}
.navigation a{
    text-decoration: none;
}
.footer {
    background-color: #417aa8;
    width: 100%;
    height: auto;
    color: white;
    padding: 10px;
    vertical-align: text-top;
    
}
.responsive{
    width: 100%;
    height:auto;
}
#body{
    box-shadow: 4px 04px 15px 0 rgba(0, 0, 0, 0.2), 8px 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 30px;
}
#responsive{
    width: 95%;
    height:auto;
}
* {
    box-sizing: border-box;
}

/* Create three unequal columns that floats next to each other */
.column {
    float:left;
    padding: 20px;
    height: auto; /* Should be removed. Only for demonstration */
    border-radius: 10px;


}

.left, .right {
  width: 40%;
  border: 3px solid #c4c4c4;
}

.middle {
  width: 2%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
#left-col{
    text-align: right;
}

.vs{
    position: relative;
    width: 150px;
    height: auto;
    z-index: 900;
    left: -80px;
    top: 260px;
}

h1{
    color: #87c126;
    font-family: tahoma;

}
#bio{
    width:85%;
    overflow: auto;

    max-height: 132px;
    padding: 10px;
    border: 1px solid #c4c4c4;
    background-color: #f6f6f6;
}
#raised {
    color: #87c628;
    font-size: 1.5em;
    font-family: tahoma;
    margin: 10px 0 10px 0;
    font-weight: bold;
}
#dollar{
    margin-top:20px;
    margin-left:5px;
    height: 50px;
    border-radius:2px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)};
}
.spacer_big{
    height:200px;
}
.spacer_small{
    height: 20px;
}
.winning{
    float: right;
    width: 100px;
    z-index: 990;
    margin-top: 5px;
    margin-right: 5px;
}
.opacity{
    opacity: 0.4;
}
#middle-box{
    position: fixed;
    width: 500px;
    height: 870px;
    z-index: 950;
    left: 783px;
    top: 100px;
    vertical-align: center;
    background-color: white;
    border-radius: 5px;
    box-shadow: 5px 5px 12px #6e6e6e;
    padding-top:10px;
}

#admin-box{
    position: fixed;
    width: 500px;
    height: 400px;
    z-index: 950;
    left: 783px;
    top: 100px;
    vertical-align: center;
    background-color: white;
    border-radius: 5px;
    box-shadow: 5px 5px 12px #6e6e6e;
    padding-top:10px;    
    
}

.layout1 p{
    padding: 10px;
}
#top-sec img{
    opacity: .5;
}
#top-sec h1{
    color: white;
    color: #fff;
}
#mid-sec{
    background: url(images/grey-gradient.png) repeat-x center center fixed;
    background-color: #e4e4e4;
    height: auto;
    color: #7e7e7e;
    font-size: 1.3em;

}
#bot-sec{
    background: url(images/bot-gradient2.png) repeat-x;
    width: 100%;
    background-color: #d4d4d4;
    color: #000;
    font-size: 1.3em;

}
.row{
	margin-left:0px !important;
	margin-right:0px !important;
	vertical-align: text-top;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.sec-left{
    float: left;
    width:50%;
    height: auto;
    border: 2px solid white;
    padding:20px;
}
.sec-right{
    float: right;
    width:50%;
    height: auto;
    border: 2px solid white;
    padding: 20px;
}
.wide{
    width: 100%;
    height: auto;
    padding: 10px;
    border: 2px solid white;
    color: #fff;
    font-family: tahoma;

}
#wide-top{
    color: #000;
}
.col{
    float: left;
    width: 33.3%;
    height: 60px;
    padding: 10px;
    border:2px dotted white;
    vertical-align: text-top;
}
.w3-card{
    margin-bottom:10px;
}
.raised{
    color: #87c126;
    font-size: 1.4em;
    font-weight: bold;
    padding: 5px;
}
#stress{
    color: #3f6990;
    font-weight: bold;
    
}
#info{
    color:#4978a5;
    font-weight:bold;
}
#easy{
    color:#3f6990;
    font-weight: bold;
    font-style: italic;
}
#sample{
    border: 3px solid #87c126;
    border-radius: 5px;
    margin-top:10px;
    padding:10px 0 10px 0;
    font-size: 1.2em;
    background-color: white;
}
#sample h1{
    color:#87c126;
    font-weight:bold;
    font-style:italic;
}
.big-carousel{
    width:100%;
}
.carousel-heading{
    color: #626262;
    text-align: center;
    font-size: 2.9em;
    font-family:Century Gothic;
    font-weight:bold;
    margin-bottom:0 auto;
}
.blue-fabric{
    background: url(/images/blue-fabric-bg.jpg);
    margin-top: 20px;

}
.gray-box-bg{
    background: url(/images/gray-box-bg.jpg);
    margin-top: 0px;
}
.s-form{
    margin-top: 0 auto;
    background-color: transparent;
    z-index:99;
}
#left-test{
    background: url(/images/jumbotron/tug-gray.jpg) no-repeat center right; 
    min-height: 350px;
}
#mid-test{
    background: url(/images/jumbotron/lg-rd.jpg); 
    min-height: 350px;
}
#right-test{
    background: url(/images/us-flag.jpg); 
    min-height: 350px;
}

******************************************************************
// How it Works CSS //
.content { display:none }
.sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #87c126;
  z-index:99;
    }

.nav{
    vertical-align:bottom;
    display:inline;
    }
.picture{
    border-bottom: 0px solid #e4e4e4;
}
#info-content{
    padding-top:30px;
    background-color:;
}
#how-img-box{
    background: url(https://donorduel.com/images/home/clock-gray.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    min-height:520px;
    border-radius:30px 0px 0px 30px;
}
#how-text-box{
    background-image: ;
    min-height:520px
}
.but{
    text-align:right;
    border:0px;
    background-color:;
}
@media screen and (max-width:767px) {
    #how-text-box{
        min-height:100px;
        padding-bottom:20px;
    }
    .but{
        text-align:center;
        
    }
    #how-img-box p, li{
        font-size: 16px;
    }
    #white-logo{
        max-width:230px;
    }
    .navbar-nav{
        text-align:left;
        margin-left:10px;
    }
}
#howWorks{
    color:#87c126;
    
}




