.article-list {
  color:#313437;
  background-color:#fff;
}

.article-list p {
  color:#7d8285;
}

.article-list h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .article-list h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.article-list .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}

.article-list .intro p {
  margin-bottom:0;
}

.article-list .articles {
  padding-bottom:40px;
}

.article-list .item {
  padding-top:50px;
  min-height:425px;
  text-align:center;
}

.article-list .item .name {
  font-weight:bold;
  font-size:16px;
  margin-top:20px;
  color:inherit;
}

.article-list .item .description {
  font-size:14px;
  margin-top:15px;
  margin-bottom:0;
}

.article-list .item .action {
  font-size:24px;
  width:24px;
  margin:22px auto 0;
  line-height:1;
  display:block;
  color:#4f86c3;
  opacity:0.85;
  transition:opacity 0.2s;
  text-decoration:none;
}

.article-list .item .action:hover {
  opacity:1;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
#logostyle{
border-radius: 50%;
opacity: 0.6;
filter: alpha(opacity=50); /* For IE8 and earlier */
}

#logostyle:hover {
opacity: 1.0;
filter: alpha(opacity=100); /* For IE8 and earlier */
}
body {
background: #fff;
color: #2f3138;
font-family: "Open Sans", sans-serif;
}
.servicestyle{
  padding-top: 50px;
  padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
background: #101522;
padding: 0 0 25px 0;
color: #eee;
font-size: 14px;
}

#footer .footer-top {
background: #040919;
padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
font-size: 26px;
margin: 0 0 20px 0;
padding: 2px 0 2px 0;
line-height: 1;
font-family: "Raleway", sans-serif;
font-weight: 700;
color: #fff;
}

#footer .footer-top .footer-info img {
height: 40px;
margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
font-family: "Raleway", sans-serif;
color: #fff;
}

#footer .footer-top h4 {
font-size: 14px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
position: relative;
padding-bottom: 12px;
border-bottom: 2px solid #f82249;
}

#footer .footer-top .footer-contact {
margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
line-height: 26px;
}

#footer .copyright {
text-align: center;
padding-top: 30px;
}

#footer .credits {
text-align: center;
font-size: 13px;
color: #ddd;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
#subscribe input {
  min-width: 400px;
}
}

@media (min-width: 768px) {
#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  padding: 20px 0;
}

#contact .contact-phone {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
}

@media (min-width: 991px) {
#schedule .sub-heading {
  width: 75%;
}
}

@media (min-width: 1024px) {
#intro {
  background-attachment: fixed;
}

#about {
  background-attachment: fixed;
}

#subscribe {
  background-attachment: fixed;
}
}

@media (max-width: 1199px) {
#header .container {
  max-width: 100%;
}

.nav-menu a {
  padding: 8px 4px;
}
}

@media (max-width: 991px) {
#header {
  background: rgba(6, 12, 34, 0.98);
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
}

#nav-menu-container {
  display: none;
}

#mobile-nav-toggle {
  display: inline;
}

#intro .intro-container {
  top: 70px;
}

#intro h1 {
  font-size: 34px;
}

#intro p {
  font-size: 16px;
}

#schedule .nav-tabs a {
  padding: 8px 60px;
}
}

@media (max-width: 768px) {
.back-to-top {
  bottom: 15px;
}

#faq #faq-list a {
  font-size: 18px;
}

#faq #faq-list i {
  top: 13px;
}
}

@media (max-width: 767px) {
#schedule .nav-tabs a {
  padding: 8px 50px;
}
}

@media (max-width: 574px) {
#venue .venue-info h3 {
  font-size: 24px;
}
}

@media (max-width: 480px) {
#schedule .nav-tabs a {
  padding: 8px 30px;
}
}

@media (max-width: 460px) {
#subscribe button {
  margin-top: 10px;
}
}
