@font-face {
    font-family: "OPTIGaramondSpecial";
    src: url("../fonts/OPTIGaramondSpecial-Light.otf") format("OpenType");
}

@font-face {
    font-family: "abode-garamond-pro";
    src: url("../fonts/Adobe-Garamond-Pro-Regular.ttf") format("truetype");
}

/*.watermarked{*/
/*  background-image: url("../images/sold.png");*/
/*  position: relative;*/
/*  left: 30px;*/
/*  opacity: 0.7;*/
  /*z-index: 999;*/
/*}*/

.watermarked {
  position: relative;
}

.watermarked:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../images/sold.png");
  background-size: 100px 100px;
  background-position: 30px 30px;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.OPTIGaramondSpecial {
    font-family: "OPTIGaramondSpecial";
}

.adobe-garamond-pro {
    font-family: "adobe-garamond-pro";
    font-size: 19px;
}

body {
    font-family: "OPTIGaramondSpecial";
}

ul.nav {
    color: black;
}

ul.nav a:hover {
    color: black;
    background-color: inherit;
    border-bottom: 1px solid black;
}

.navbar {
    color: #000;
    background: #fff;
    border: none;
}

.navbar-default .navbar-nav>.active>a {
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

.navbar-default .navbar-nav>li.active {
    background-color: transparent;
    color: #000;
    border-bottom: 1px solid #000;
}

.navbar-default .navbar-nav>li.active>a:hover {
    background-color: transparent;
    color: #000;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    border-bottom: 1px solid #000;
    color: #000;
}

.row a {
    text-decoration: none;
}

.navbar-brand {
    padding-left: 0px;
}

.navbar-nav>li>a :not(.icon) {
    padding: 20px !important;
    margin-left: 10px;
}

.f-36 {
    font-size: 36px;
}

.f-34 {
    font-size: 34px;
}

@media screen and (max-width: 992px) {
    .f-34 {
        font-size: 30px;
    }
}

@media screen and (max-width: 600px) {
    .f-34 {
        font-size: 25px;
    }
}

@media screen and (max-width: 600px) {
    .f-36 {
        font-size: 22px;
    }
}


.box-image {
    width: 568px;
    height: 453px;
}

.social-media {
    float: right;
    margin-top: -60px;
}

@media screen and (max-width: 600px) {
    .box-image {
        width: 300px;
        height: 200px;
        
    }
}   

.profile {
    width: 100%;
}

@media screen and (max-width: 600px) {    
    .profile {
        width: 100%;
        height: 400px;
    }
}

@media screen and (max-width: 600px) {    
    .social-media {
        float: left;
        margin-left: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.f-22 {
    font-size: 22px;
}

.f-19 {
    font-size: 19px;
}

.f-16 {
    font-size: 16px;
}

.f-47 {
    font-size: 47px;
}

.portfolio-text {
    font-family: "OPTIGaramondSpecial";
    text-decoration: none;
    color: black;
}

.icon {
    width: 20px;
}

.icon:hover {
    border: none;
}

.navigation {
    text-decoration: none;
    color: #000;
}

.navigation:hover {
    text-decoration: none;
    color: #000;
}

.right {
    float: right;
}

.work-container .row {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
}

/* .work-container .grid-image {
    width: 100%;
    height: 430px;
    overflow: scroll;
} */

.work-container .grid-image > img {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    position: relative;
}

.fadeInUp {
    animation: fadeInUp 2s ease backwards;
}

.justified {
    text-align: justify;
}

@keyframes fadeInUp {
    0% {
        transform: translate(0px, 100px);
        opacity: 0;
    }

    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}