/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@font-face {
    font-family: caviarDreamsRegular;
    src: url(../fonts/ufonts.com_caviar-dreams.woff);
}

@font-face {
    font-family: caviarDreamsRegularBold;
    src: url(../fonts/ufonts.com_caviar-dreams-bold.woff);
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
/*img {
    width:100%;
}*/
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
    font-family: caviarDreamsRegular !important;
}
.body-slider{
    /*height: 100vh;*/
}
.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}
.fixed-right {
    position: fixed;
    top: 50%;
    right: 0%;
    /* bring your own prefixes */
    transform: translate(0%, -50%);
}
.fixed-left {
    position: fixed;
    top: 50%;
    left: 0%;
    /* bring your own prefixes */
    transform: translate(0%, -50%);
}
.logo-img{
    width: 120px;
    height: 120px;
    position: fixed;
    left: 3%;
    top: 8%;
}
.enter-btn{
    width: 200px;
    height: 200px;
}
.right-btn{
    width: 110px;
    cursor: pointer;
}

.left-btn{
    width: 110px;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    background-color: #b46868;
} /* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
} /* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
    background-color: #7c2929;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
    background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */


.content-container{
    height: 650px;
    margin-top: 50px;
    /*background-color: rgb(255, 255, 255);*/
    background: rgba(255,255,255,0.8);
    /*opacity: 0.7;*/
    overflow-y: scroll;
    margin-left: -2%;
    overflow-x: hidden;
}

.sidebar-logo{
    width: 70%;
    margin-top: 70px;
}
.sidebar-menu-item{
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 15px;
}

h1{
    font-size: 50px;
    font-family: caviarDreamsRegularBold;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.card{
    max-height: 450px;
    margin-bottom: 45px;
}
.project-card{
    background-color: rgb(255, 255, 255);
    padding: 5px 10px;
}
.date-caption{
    font-size: 10px;
    margin-top: 30px;
}
.image-card{
    height: 220px;
    overflow: hidden;
}

.tags {
    list-style: none;
    font-size: 20px;
}

.tags > li{
    display: inline-block;
    margin-right: 20px;
}
.tags > li > a{
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
}

.overlay-img{
    position:absolute;
    width: 40%;
    height: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.post-title{
    letter-spacing: 5px;
}
.post-img{
    width:100%;
    margin-bottom: 30px;
}
.post-section{
    margin-top: 30px;
}

.news-title {
    letter-spacing: 3px;
    text-transform: uppercase;
}
.news-caption{
    font-size:13px;
}

.post-footer{
    margin-top:50px;
    margin-bottom: 30px;
}

.social-btn {
    border: medium none;
    padding: 5px 15px;
    color: #FFF;
    display: inline-block;
    margin-right: 10px;
}
.fb{
    background-color: #3B5998;
}
.twitter{
    background-color: #4099FF;
}

.contact-form{
    margin-top: 20px;
}

.contact-submit{
    float: right;
    background-color: #000;
    color: #FFF;
    padding: 10px 20px;
    letter-spacing: 3px;
}

.contenthover { padding:0; }
.contenthover, .contenthover h3, contenthover a { color:#fff; }
.contenthover h3, .contenthover p { margin:0 0 10px 0; line-height:1.4em; padding:0; }
.contenthover a.mybutton { display:block; float:left; padding:5px 10px; background:#3c9632; color:#fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.contenthover a.mybutton:hover { background:#34742d }

.pagination-custom > li {
    display: inline-block;
    margin-right: 10px;
}
.pagination-custom > li > a{
    display: inline-block;
    font-weight: bold;
    color:black;
}
.prev, .next{
    border: solid 2px black;
    padding: 7px 20px;
}
.prev > a, .next > a{
    color: black;
    font-weight: bold;
    letter-spacing: 2px;
}
.ellipse{
    font-weight: bold;
}
.current{
    font-weight: bold;
    text-decoration: underline;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}