/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

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

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px; 
     background-color: #ffffff!important;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 100px;
    text-align: center;

     background-color: #FFFFFF!important;
    background: url(../img/TweetyourMP_2560x1440.gif) no-repeat center center;
    background-size: cover;
    background-position:left bottom;
    background-size: 100%;
}

.intro-header h1 {
color: #2e2e7a;
}

.intro-message {
    position: relative;
	padding-top:2%;
    padding-bottom: 10%;

}

.intro-message > h1 {
    margin: 0;
  
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
   
}

/* I like big buttons and I cannot lie */


@media(max-width:767px) {

	
    .btn {
    	margin-top: 5px;
		width:100%;
    	}
    .input-lg {
		margin-top: 5px;
		width:100%;
		}

    .intro-message {
        padding-bottom: 5%;
    }

    .intro-message > h1 {
        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 {

    font-size: 14px;
    font-weight: 400;

}

.content-section-a {
    padding: 50px 0;
    background-color: #f4f4f4;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    height:100px;

}

.banner h2 {
    margin: 0;
    font-size: 3em;
}

.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;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

/* alert styling */
.alert-success {display:inline-block; background: rgba(76, 175, 80, 0.3);}

/* embed tweets in original style */

/* Override the bootstrap style */
blockquote {
    border-left: none;
    margin:0;
    padding:0;
}


blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
 font-size: 16px;
 font-weight: normal;
 line-height: 20px;
}

 blockquote.twitter-tweet a {
   color: inherit;
   font-weight: normal;
   text-decoration: none;
   outline: 0 none;
 }

 blockquote.twitter-tweet a:hover,
 blockquote.twitter-tweet a:focus {
    text-decoration: underline;
 }


/* Political party colours */


#Co {
    background-color:#0087DC !important;
    color: #fff;
  
}

#La {
    background-color:#DC241f !important; 
    color: #fff !important;

}

#Sc {
    background-color:#FFFF00 !important;
    color: #bbb !important;

}

#Li {
    background-color:#FDBB30 !important; 

}

#De {
    background-color:#D46A4C !important; 
     color: #fff !important;
 
}

#Si {
    background-color:#008800 !important; 

}

#Pl {
    background-color:#008142 !important; 
   
}

#So {
    background-color:#99FF66 !important; 
     color: #fff !important;
   
}

#Ul {
    background-color:#9999FF !important; 
     color: #fff !important;
  
}


#UK {
    background-color:#70147A !important; 
    color: #fff !important; 
 
}

#Gr {
    background-color:#6AB023 !important; 
     color: #fff !important;
  
}

/* avoidwrap */

span.avoidwrap { display:inline-block; }


  .hidden {
  display: none; }
