.general_div{
  background-color: black;
}

.jumbotronblog0{
  background-color: white;
  padding-bottom:0;
  margin-bottom:0rem;
}

.jumbotronblogindex{
background-color: white;}

.jumbotronblog1{
background-color: white;
}

.jumbotronblog2{
  padding-top: 4rem;
  padding: 0;
  background-color: white;
}


.registerbtns{
  display: inline-block;
  margin: auto;
  font-weight: bold;
  font-size: 1.1rem;
  color:white;
  background-color: #B013A3;
  border-radius: 30px;
  padding:0.5rem 1rem;
}

.registerbtns:hover{
  color: white;
  transform: scale(1.1);
}

.atomusers{
  text-align: center;
}

.createatom:hover{
  background-color: white;
  color:black;
  border: 1px solid black;
}

.blacklink{
  color: black; font-weight: bold;
}

.linkbig{
  font-size:16px;
}

.linksmaller{
  padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: black;
    font-weight: bold;

  }

.blocksmalllink{
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: black;
  height: 40px;
  margin-top: 16px;
  margin-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.15);
}


.createatom{
  background-color: #B013A3;
  border: 1px solid #B013A3;
  color:white;
  border-radius: 1rem; 
  padding: 0.5rem;
  text-align: center;
}

.index{
  border: 3px solid #B013A3;
  background-color: #B013A3;
  color:white;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 1rem;
  margin: 1rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  font-weight: bold;
  text-align: center;  
}


.blog_header{font-weight: bold; margin-bottom:2rem; text-align: center;}
.blog_summary{font-size: 24px; font-weight: 500; text-align: left;}
.blogimgs{border-radius: 1rem;}

.bloglisttitles{
  width:100%;text-align: center;font-weight: bold;
}

.colortitle{
  display: inline-block;
    font-weight: bold;
    background: -webkit-linear-gradient(left, #1BE9F2 , #2E8BE2, #131F82,#94288F,#FD6B8C);
    background: -o-linear-gradient(right, #1BE9F2 , #2E8BE2, #131F82,#94288F,#FD6B8C);
    background: -moz-linear-gradient(right, #1BE9F2 , #2E8BE2, #131F82,#94288F,#FD6B8C);
    /* background: -webkit-linear-gradient(#1BE9F2 , #2E8BE2, #131F82,#94288F,#FD6B8C); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .columns {
    text-align: center;
    padding-top: 0;
    margin-top: 2rem;
  }
   
  .col-div {
    display: inline-block;
    text-align: justify;
    vertical-align: middle;
  }

  .bloglistimg{
    height:auto;
    width: 50%;
  }

.blogtitle{
  /* background: -webkit-linear-gradient(left, #1BE9F2 , #2E8BE2, #131F82,#94288F,#FD6B8C);
  background: -o-linear-gradient(right, #1BE9F2 , #2E8BE2, #131F82,#94288F,#FD6B8C);
  background: -moz-linear-gradient(right, #1BE9F2 , #2E8BE2, #131F82,#94288F,#FD6B8C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: black;
}

.bloglink{
  color: #B013A3;
}

.logoig{width:3rem;}





.widget_blog_subscription {
  display: block;
  margin: 50px auto;
  width: 60%;
  max-width: 490px;
  min-width: 320px;
  position: relative;
  overflow: hidden;
  background-color: #131F82;
  border-radius: 2rem;
}
.widget_blog_subscription p {
  margin: 0;
  text-align: center;
}
.widget_blog_subscription p:first-child {
  margin: 20px 5px 0;
  color: #f6f6f6;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.widget_blog_subscription input[type="text"] {
  margin: 25px 5px;
  color: #999;
  padding: 25px 10px !important;
  text-align: center;
  width: 100% !important;
  max-width: calc(100% - 90px);
  outline: none;
  border: 0;
  font-size: 1.2rem;
  border-radius: 2rem;
}
.widget_blog_subscription input[type="submit"] {
  margin: 0;
  background-color: #131F82;
  color: #fff;
  padding: 15px 5px !important;
  text-align: center;
  width: 100%;
  max-width: 100%;
  outline: none;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: .1s all ease-in-out;
  -moz-transition: .1s all ease-in-out;
  -o-transition: .1s all ease-in-out;
  transition: .1s all ease-in-out;
}
.widget_blog_subscription input[type="submit"]:hover {
  background-color: black;
}

  @media screen and (max-width: 650px) {
    .display-4{
      font-size:36px;
    }
    .registerbtn{
      margin: 1rem;
    }
    .col-div {
      text-align: center;
    }
    .flex-container {
      flex-direction: column;
    }
    #linkinbio_img1 {
      margin-bottom: 1rem;
      margin-right:0rem;
    }
  }
 
  .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin:1rem 0;
}
.author-name {
  word-break: break-all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


  .author-avatar {
    width: 80px;
    height: 80px;
    margin-right: 12px;
    border-radius: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

#kaitlyn{
  background-image:url('/static/images/blog/authors/kaitlyn.jpg');
}
#shawn{
  background-image:url('/static/images/aboutus/shawn.jpeg');
}
#yufu{
  background-image:url('/static/images/aboutus/yufu.jpeg');
}
#andrea{
  background-image:url('/static/images/aboutus/andrea.jpg');
}

#quicorrro_grey_fox{
  background-image:url('/static/images/creators/quicorrro_grey_fox.jpg');
}

#sandradoamo{
  background-image:url('/static/images/creators/sandradoamo.jpeg');
}

#platasari_maritereoficial{
  background-image:url('/static/images/creators/platasari_maritereoficial.jpg');
}

#lendathegremlin{
  background-image:url('/static/images/creators/lendathegremlin.jpeg');
}

.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 760px;
}

@media screen and (max-width: 479px){
  .author-avatar {
    width: 64px;
    height: 64px;}
  .author-block {
    margin-bottom: 24px;}
  .blog_header{
    font-size: 36px;
  }}

.blog_link{
  color:black;
  font-weight: bold;
}