/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto);{
}
@import url(https://fonts.googleapis.com/css?family=Montserrat);{
}
body, html {
  height: 100%;
 margin: 0;
  font-family:Roboto;
  font-size:1.0rem;
/* background-image: url("https://www.eip-ca.com/images/backgroundonly.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/

}
.newsection {
    clear:both;
    display:block;
      width:80%;
    background-color: rgba(41, 71, 91, 0.8);
    color: white;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    }
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.active {
  background-color: #ab2e24;
  color: white;
}


.Article {
    width: 80%;
    background-color: #ffffff;
    box-shadow: 2px 14px 14px 2px rgba(170,47,37,0.8);
    }
.ArticleForm {
    background-color: #ffffff;
    box-shadow: 2px 14px 14px 2px rgba(170,47,37,0.8);
    }
.ArticleFormBody{
    1.1em;
    font-family: Roboto, Helvetica left,'Helvetica','san-serif';
    font-style: normal; 
    font-weight: normal;
    text-align: left;
    }
.FeatureContent {
	/*background-color:#CC0000;*/
    background-color: rgba(170,47,37,0.8);
    color:#ffffff;
    text-align: center;
    font-size: 1.4em;
    font-family: Trajan Pro, Roboto left,'Helvetica','san-serif';
    font-style: normal; 
    font-weight: strong; 
    margin-top: 0;
    padding-left: 20px;
  padding-right: 20px;
}
.Author{
    font-size: 1.2em;
    font-family: Roboto, Helvetica left,'Helvetica','san-serif';
    font-style: normal; 
    font-weight: normal;
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
    }
.ArticleBody{
    1.2em;
    font-family: Roboto, Helvetica left,'Helvetica','san-serif';
    font-style: normal; 
    font-weight: normal;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    }
.headliner{
    width: 95%;
    background-color:rgba(38,69,89,1.0);
    border:5px solid #ab3026;
    color:#ffffff;
    text-align: center;
    font-family: Trajan Pro, Roboto left,'Helvetica','san-serif';
    font-style: normal; 
    margin-top: 0;
    padding-left: 20px;
  padding-right: 20px;
}
.headingP {
    font-family:Roboto;
  font-size:1.2rem;
  }
@media screen and (max-width: 1200px)
and(min-width: 900px) {
   .headingP {
        font-size:1.1rem;
        }
   }
@media screen and (max-width: 900px)
and(min-width: 700px) {
   .headingP {
        font-size:1.0rem;
        }
   }
@media screen and (max-width: 699px)
    {
   .headingP {
        font-size:0.8rem;
        }
   }
.container {
    background: rgb(38,69,89);
    background:rgba(38,69,89,0.9);
    background-color: rgba(38,69,89,0.9);
    }
.news-spacer {
    width: 100%;
    height: 5px;
    background: #386075;
    }
.stop-spacer {
    width: 100%;
    height: 2px;
    background: #7c131b;
    }
/*    
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}
*/
.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}
.foot {
    width: 80%;
    background:#fff;
    }
* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
.title-fancy-eip {font:  1.0em;
                color: #386075;
}
.donate-fancy-eip {font:  1.0em;
                padding-left: 0.5cm;
                text-align: left;
                color: #386075;
}
#donate-eip {font:  1.0em;
                padding-top: 0.5cm;
                padding-right: 0.5cm;
                text-align: left;
                background: #eeebe3;
                color: #386075;
                border-radius: 25px;
                border: 1px solid #386075;
                padding: 20px; 
}
.email-eip {
                font:  1.0em verdana !important;
                padding-right: 0.5cm;
                text-align: left;
                color: #aa2e23;
}
