html    {
    overflow-x: hidden;
}
body    {
    margin: 0px;
    padding: 0px;
}
#main   {
    overflow-x: hidden;
}
#cover  {
    width: 100%;
    height: 100vh;
    background-image: url(img/bgsmall3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

#coverbox   {
    position: relative;
    top: 30%;
    width: 530px;
    z-index: 1100;
}
#coverfade  {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(33,33,33,.0);
    
}
@-webkit-keyframes titleanimation    {
    from    {
        left: -100%;
    }
    to  {
        left: 0%;
    }
}
@keyframes titleanimation    {
    from    {
        left: -100%;
    }
    to  {
        left: 0%;
    }
}
#covertitle {
    position:absolute;
    top: 30%;
    left: -100%;
    padding: 10px 40px 10px 10%;
    color: #f5f5f5;
    text-shadow: 0px 4px 3px #424242;
    font-family: 'Abel', sans-serif;
    letter-spacing: 3px;
    font-size: 2.1em;
    background-color: rgba(33,33,33,.8);
    -webkit-animation: titleanimation;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation: titleanimation;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    z-index: 1050;
}
#covertitle a {
    text-decoration: none;
    color: inherit;
}
#covertitle a:hover{
    text-decoration: none;
    color: inherit;
}
.coverlink  {
    position: absolute;
    font-family: 'Abel', sans-serif;
    color: #eee;
    font-size: 2.3em;
    -webkit-text-shadow: -1px 3px 2px #212121;
    text-shadow: -1px 3px 2px #212121;
    opacity: 0;
}
.coverlink a {
    text-decoration: none;
    color: inherit;
}
.coverlink a:hover {
    text-decoration: none;
    color: inherit;
}
.coverlink:hover    {
    font-size: 2.35em;
    text-shadow: -1px 3px 3px #212121;
    color: #ddd;
}
@-webkit-keyframes homeanim {
    from    {
        opacity: 0;
        top: 1.8em;
    }
    to  {
        opacity: 1;
        top: 3em;
    }
}
@keyframes homeanim {
    from    {
        opacity: 0;
        top: 1.8em;
    }
    to  {
        opacity: 1;
        top: 3em;
    }
}
#home   {
    top: 1.8em;
    left: 11%;
    -webkit-animation: homeanim;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation: homeanim;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}
@-webkit-keyframes artanim {
    from    {
        opacity: 0;
        left: 11%;
    }
    to  {
        opacity: 1;
        left: 38%;
    }
}
@keyframes artanim {
    from    {
        opacity: 0;
        left: 11%;
    }
    to  {
        opacity: 1;
        left: 38%;
    }
}
#art    {
    top: 3em;
    left: 38%;
    -webkit-animation: artanim;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 3s;
    animation: artanim;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 3s;
}
@-webkit-keyframes aboutanim {
    from    {
        opacity: 0;
        left: 45%;
    }
    to  {
        opacity: 1;
        left: 70%;
    }
}
@keyframes aboutanim {
    from    {
        opacity: 0;
        left: 45%;
    }
    to  {
        opacity: 1;
        left: 70%;
    }
}
#about  {
    top: 3em;
    left: 70%;
    -webkit-animation: aboutanim;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 4s;
    animation: aboutanim;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 4s;
}

.navbar.navbar-inverse.navbar-fixed-top  {
    position: relative;
    background-color: #212121;
}
@media screen and (max-width: 530px){
    #coverbox   {
        width: 100%;
    }
}
#blgtitle	{
	/*color: #F5F5F5 !important;
	text-shadow: 2px 2px #757575;*/
    font-size: 6em;
    font-weight: bold;
    color: transparent;
    text-shadow: 2px 2px rgba(255,255,255,.8);
    background-color: #B8963D;
    background-clip: text;
    width: 1000%;
    padding: 15px;
}

@media screen and (max-width: 620px)    {
    
    #blgtitle   {
        font-size: 5em !important;
    }
    
}

@media screen and (max-width: 530px)    {
    
    #blgtitle   {
        font-size: 4em !important;
    }
    
}

@media screen and (max-width: 480px)    {
    
    #blgtitle   {
        font-size: 3em !important;
    }
    
}