@import url(//fonts.googleapis.com/css?family=Montserrat);

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/* --- HOME PAGE  ------------------------ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/

body { background-color: #F9F9F9 }


/* --- Header ---------------------------- */
#pseudojumbotron {
    background-image: url('/Images/radiomic2-5L.jpg'); 
/*    background-image: url('/Images/SKY.jpg'); */
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    text-align: center;
    background-size: cover;
    background-position: top left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    color: white;
}

#pseudojumbotron h1 {
    font-size: 1.5em;
    font-style: italic;

}

#pseudojumbotron h2 {
    margin: 0;
    font-size: 2em;
}

#pseudojumbotron #logo {
    max-width: 500px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

#pseudojumbotron .btn-special {
    display: inline-block;
    height: 100px;
    width: 300px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:12px;
    vertical-align: middle;
    text-align: center;
    background: rgb(54, 25, 25); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(54, 25, 25, .70);
    font-size: 1.5em;/*25px;*/
    font-weight: 200;
    border-radius: 10px;
    border: solid 3px #AE1E32;
    font-family: "Lobster";
    letter-spacing: 1px;
    color: white;
}
#pseudojumbotron .btn-special-wide {
    display: inline-block;
    height: 50px;
    width: 500px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:12px;
    vertical-align: middle;
    text-align: center;
    background: rgb(54, 25, 25); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(54, 25, 25, .70);
    font-size: 1.5em;/*25px;*/
    font-weight: 200;
    border-radius: 10px;
    border: solid 3px #AE1E32;
    font-family: "Lobster";
    letter-spacing: 1px;
    color: white;
}

#pseudojumbotron .btn-special:hover {
    background: rgba(54, 25, 25, .9);
    color: #cfcfcf;
}

.header {
    margin-bottom: 0px;
}


/* Wide-Monitor Maximums */
@media screen and (max-width: 520px)  { /* Must be equal to the #logo max-width plus left/right padding */
    #pseudojumbotron #logo {
        max-width: 100%;
    }
}

/* MOBILE header scaling */


/* --- ARRL Logo ------------------------- */
.bb-arrl {
    text-align: center;
}

.bb-arrl .arrl-logo {
    vertical-align: middle;
    max-height: 160px;
}

.bb-arrl .arrl-text {
    display: block;
    vertical-align:middle;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'Raleway', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
    font-size: 1.25em;
    font-weight: 700;
}


/* --- What We Do ------------------------ */

.bb-features h2 {
    text-align: center;
}

.bb-features .feature {
    padding       : 0;
	border-radius : 0;
    border        : 1px solid #f1f1f1;

    margin-bottom : 30px;
}

.bb-features .feature  h3 {
    font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    /*color : #313131;*/

	color: white ;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	margin-top: 0px;
    
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    
    background-image: 
    linear-gradient(
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.6)
    )
    
    
}
.bb-features .featureB  h3 {
    font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    /*color : #313131;*/

	color: white ;
    position: absolute;
    top: 80%;
    left: 0;
    font-size: 22px;
#    transform: translate(0%, 0%);
    margin-top: 0px;

    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    
    background-image: 
    linear-gradient(
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.6)
    )
    
    
}

.bb-features .feature .caption {
	width: 100%;
	background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    color: #737373;
    /*overflow: hidden;*/
    padding-top: 1em;
	padding-bottom: 0.5em;
}


.bb-features .feature .caption p {
    margin : 0;
}

.bb-features .feature .caption p a {
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 0.5em;
}


.bb-features  .thumbnail-container {
    position: relative;
    text-align: center;
    color: white;
    

    
}

.bb-features  .thumbnail-container img {
    border-radius: 10px 10px 0px 0px;
	width: 100%;
    
}
/* consider adding a hover change here */

@media (min-width : 768px) {
    .bb-features .feature a > img,
    .bb-features .feature > img {
        float : left;
        width: 270px;
        height: 200px;
    }
}

@media (max-width : 767px) {
    .bb-features .feature a > img,
    .bb-features .feature > img {
        width : 100%;
    }
}










/* --- Prizes ---------------------------- */
.bb-prizes .container {/*RED*/
    /*background-color: #316BF0;*/
/*    background-color: #7C0011;*/
    background-color: #00AFFF;
    width: 100%;
    color: white;
    padding: 2em 2em;
    margin-top: 2em;
    text-align: center;
	
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#420009+0,7c0011+100  */
    background: #420009; /* Old browsers */
    background: -moz-linear-gradient(top, #7c0011  0%, #420009 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,#7c0011 0%, #420009100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7c0011 0%, #420009 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c0011', endColorstr='#420009',GradientType=0 ); /* IE6-9 */
}

.bb-prizesB .container {/*Blue*/
    background-color: #00AFFF;
    width: 100%;
    color: white;
    padding: 2em 2em;
    margin-top: 2em;
    text-align: center;

    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top,  #00AFFF 0%, #4169E1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #00AFFF 0%,#4169E1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #00AFFF 0%,#4169E1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AFFF', endColorstr='#4169E1',GradientType=0 ); /* IE6-9 */

}


.bb-prizes h2 {
    text-align: center;
}

.bb-prizes h2 span {
    font-weight: bolder;
}


.bb-prizes h3 {
    font-size: 110%;
}


.bb-prizes .container img {
    max-width: 90%;
    height: auto;
}


.bb-prizes .container {
    margin-top: 10px;
}

.bb-prizes .container a
{
	color: #FFFFFF;
}

.bb-prizes .container a:hover
{
	color: #CCCCCC;
}



/* --- Vendors --------------------------- */

.bb-vendors {
    text-align: center;
}

.bb-vendors .row {
    margin-left: auto;
    margin-right: auto;
    
}

.bb-vendors h2 {
    text-align: center;
}

.bb-vendors img {
    max-width: 87.5%;
    margin-top: 30px;
}

.bb-vendors h3 {
    font-size: 110%;
    font-weight: bold;
}

/* --- Map ------------------------------- */

.bb-map {
    text-align: center;
}

.bb-map .special-deal {
    color: #7C0011;
    font-variant: small-caps;
    font-weight: bold;
}

.googlemap {
    width: 100%;
    height: 400px;
    padding-bottom: 50%;
}


/* --- Google Group ---------------------- */

.bb-discussion {
    text-align: center;
}

.bb-discussion .form-container form input {
    margin-left: 5px;
}
