/*
 * Layout
 */

.width-100{
  width: 100px !important;
}
.width-200{
  width: 200px !important;
}
.height-500{
  height: 500px !important;
}
.bg-blue{
  background-color: #4a98e5;
}
.bg-red{
  background-color: #ca615d;
}
.logo-black{
  background: url('images/logoblack.png')no-repeat center;
}
.logo-blue{
  background: url('images/logoblue.png')no-repeat center;
}
.logo-white{
  background: url('images/logowhite.png')no-repeat center;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.copyright img {
  height: 20px;   
  width: auto;
  padding-top: 2px;
}

#footer ul li,
#contact ul li{
  list-style-type: none;
}

#footer{
  background-color: #4a98e5;
  color: white;
  text-align: center;
}
#footer .copyright {
  font-size: 0.8em;
}

.btn-outline-primary {
    color: #4a98e5 !important;
    background-color: transparent;
    background-image: none;
    border-color: #4a98e5 !important;
}

.btn-outline-primary:hover {
  background-color: #4a98e5 !important;
  color: white !important;
}

.question{
  background: url('../../images/question.png') repeat;
  background-color: transparent;
}

marquee{
  font-size: 2em;
  font-weight: bold;
  color: yellow;
}

/*
 * Header
 */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (max-width:540px) {
  .first-slide > img {
    position:relative;
    left: -310%;
    top:0;
    min-width: 100%;
    height: 32rem;
    overflow: hidden;
  }
  .second-slide > img {
    position:relative;
    left: -130%;
    top:0;
    min-width: 100%;
    height: 32rem;
    overflow: hidden;
  }
  .third-slide > img {
    position:relative;
    left: -180%;
    top:0;
    min-width: 100%;
    height: 32rem;
    overflow: hidden;
  }
}
@media (max-width:720px) {
  .first-slide > img {
    position:relative;
    left: -110%;
    top:0;
    min-width: 100%;
    height: 32rem;
    overflow: hidden;
  }
  .second-slide > img {
    position:relative;
    left: -50%;
    top:0;
    min-width: 100%;
    height: 32rem;
    overflow: hidden;
  }
  .third-slide > img {
    position:relative;
    left: -80%;
    top:0;
    min-width: 100%;
    height: 32rem;
    overflow: hidden;
  }
}

/*
 * Article List Circle
 */
.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;
  text-align: justify;
  text-justify: inter-word;
}

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

/*
 * Blockquote
 */
blockquote {
    position: relative;
    text-align: left;
    padding: 1.2em 0 2em 38px;
    border: none;
    margin: 20px auto 20px;
    max-width: 800px;
    width:100%;
    display: block;
}

blockquote:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    color: #4a98e5;
    top: 0;
    background: #4a98e5;
}

blockquote:before {
    content:"\f10d";
    font-family: "fontawesome";
    font-size: 20px;
    display: block;
    margin-bottom: 0.8em;
    font-weight: 400;
    color: #4a98e5;
}

blockquote > cite, 
blockquote > p > cite {
    display: block;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 700;
    font-style: normal;
    margin-top: 1.1em;
    letter-spacing: 0;
    font-style:italic;
}
