﻿/*!
 * Libertarian Campaign Site
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
	font-weight: 400
}

.topnav {
    font-size: 15px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 70px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 10px;
    text-align: center;
    color: #1d4c6d;
    background: url(../img/intro-bg.png) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 40%;
    padding-bottom: 0%;
}

.intro-message {
    margin: 0;
    text-shadow: 6px 6px 6px rgba(0,0,0,0.7);
    font-size: 7em;
}

.intro-divider {
    width: 600px;
    border-top: 1px solid #fff;
    border-bottom: 0px;
}

.intro-message {
    text-shadow: 3px 3px 6px rgba(0,0,0,0.7);
	font-size: 3em;
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message{
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
		
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #fdf3e8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 20px;
}

.strip {
    padding: 10px 0;
    color: #BFBEBE;
    background-color: #204f6d;
    
}

.strip-message {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	color: #efdcc5;
    font-size: 3em;
    text-align: center;
}

.strip ul {
    margin-bottom: 0;
}

.banner {
    padding: 50px 0;
    color: #fdf3e8;
    background: url(../img/banner-bg.png) no-repeat center center;
    background-size: cover;
}

.banner{
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	color: #fdf3e8;
    font-size: 4em;
}

.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 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
		color: #fdf3e8;
        font-size: 2em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

.feature, .feature-2 {
    padding-bottom: 80px;
}

.feature {
    text-align: center;
}
.feature {
    font-size: 16px;
    color: #E29A0A;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
}

.feature-2 {
    font-size: 16px;
    color: #E29A0A;
    padding-bottom: 10px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

.feature p, .feature-2 p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
	font-weight: 400

}



.feature-2 i {
    color:#E29A0A;
   font-size:3em;
   padding:1px 10px 0 1px;
   position: relative;
	
}

/**** Start Modal Section ****/

.section-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #888;
    font-weight: 400;
}



.section-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.section-modal .close-modal:hover {
    opacity: .3;
}

.section-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.contact .btn-warning {
    padding: 20px;
    font-size: 16px;
}

.contact .btn-warning:hover {
    background: #fdf3e8;
}

.contact .section-title {
    color: #E29A0A;
}

.contact .section-heading {
    color: #E29A0A;
}

.contact .form-group {
    margin-bottom: 25px;
}

.contact .form-group input,
.contact .form-group textarea {
    padding: 20px;
}

.contact .form-group input.form-control {
    height: auto;
}

.contact .form-group textarea.form-control {
    height: 236px;
}

.contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact .text-danger {
    color: #E29A0A;
}

.contact button {
    font-weight: 800;
    margin-top: 30px;
}

.contact .btn-danger {
    padding: 20px;
    font-size: 16px;
}

.contact .btn-danger:hover {
    background: transparent;
    color: #E29A0A;
}


footer {
    padding: 10px 0;
    background-color: #232d33;
}

a:link    { color: #e15b2d }  /* unvisited links */
a:visited { color: #E29A0A }  /* visited links   */
a:hover   { color: #1e71a5 }  /* user hovers     */
a:active  { color: #1e71a5 }  /* active links    */

.btn-default {
    background: #B26E0D;
    color: #E29A0A;
}
 
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: #B26E0D;
}
 
.btn-default:active, .btn-default.active {
    background: #B26E0D;
    box-shadow: none;
}

.copyright {
    margin: 15px 0 0;
}  
