html, body {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: rgb(102, 103, 102);
    font-size: 13.6px;
    margin: 0;
    padding: 0;
}

.jaihead{
    background: url(../assets/jai-blog-header2.gif);
    height:300px;
    background-repeat: no-repeat;;
    color:transparent;
}

.logo {
    background: url(../assets/newHeader.png);
    height: 313px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    overflow: hidden;
    margin-top: 12px;
}

.logo.gotomain:hover{
  cursor: pointer;
}

.tabs {
    text-align: center;
    margin-top: 32px;
}
.tab:hover {
  top: -1px;
  left: -1px; 
  color:#79183ce3;
  border-bottom: 1px solid;
}

.tab {
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    cursor: pointer;
    margin-left: 32px;
    margin-right: 32px;
    color: transparent;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid transparent;
}
.tab.illustration {
    background-image: url(../assets/tab-illustration.png);
    width: 129px;
}
.tab.sketches {
    background-image: url(../assets/tab-sketches.png);
    width: 105px;
}
.tab.blog {
    background-image: url(../assets/tab-blog.png);
    width: 56px;
}
.tab.comics {
    background-image: url(../assets/tab-comics.png);
    width: 78px;
}
.tab.contact {
    background-image: url(../assets/tab-contact.png);
    width: 95px;
}
.tab.store{
    background-image: url(../assets/tab-store.png);
    width:78px;
}

.active{
  top: -1px;
  left: -1px; 
  color:#79183ce3;
  border-bottom: 1px solid;   
}

.tumblr-blog{
    background-color: rgb(120,45,65);
    background-image: url(../assets/tumblr-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50px 50px;
    height: 60px;
    top:10px;
    margin-bottom: 10px;

}

.blogspot-blog{
    background-color: rgb(120,45,65);
    background-image: url(../assets/blogspot-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50px 50px;
    height: 60px;
    top:10px;
}

.blogspot-blog.right-arrow:after {
  content: " ";
  position: absolute;
  right: -30px;
  border-top: 30px solid transparent;
  border-right: none;
  border-left: 30px solid rgb(120,45,65);
  border-bottom: 30px solid transparent;
}

.tumblr-blog.right-arrow :after {
  content: " ";
  position: absolute;
  right: -30px;
  border-top: 30px solid transparent;
  border-right: none;
  border-left: 30px solid rgb(120,45,65);
  border-bottom: 30px solid transparent;
}

.content-width {
  position: relative;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.content-title{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.content {
  margin-top: 60px;
  display: block;
  overflow: auto;
}

}
.left-hands {
  padding-left: 400px;
}
.left-hands {
    padding-left: 410px;
    background: url(../assets/hands-small.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 16px;
    min-height: 279px;
    line-height: 21.76px;
}
.footer {
    background-color: rgb(245, 245, 245);
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.email {
    background: url(../assets/email.png);
    background-size: contain;
    color: transparent;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    width: 190px;
    background-position: center;
}

.form-signin{
    width:300px;
    padding: 10px;
    margin: 0 auto;
  }

.form-signin input{
    margin: 5px;
}

/* page loading animation */

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid gray;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}