@font-face {
    font-family: 'Google Sans';
    src: url(Google-Sans/GoogleSans-Regular.ttf);
}

body {
    font-family: 'Google Sans', Arial, sans-serif;
    color: #45505b;
}

a {
    color: #000 !important;
}

a:hover {
    color: #A62E30 !important;
    text-decoration: none !important;
}

.nav-item {
    font-size: 1rem;
}

.active {
    font-weight: bold;
}

.menu-bottom {
    bottom: 0;
    position: fixed;
    width: 367px;
}

#gallery1 {
    margin-top: .3rem;
}

.flex-fill {
    flex: 1 1 auto;
}

.btn-primary {
    background: #A62E30;
    border-color: #A62E30;
}

.btn-primary:hover {
    background: #531718;
    border-color: #531718;
    color: #fff !important;
}


/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/

.resume .resume-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #45505b;
}

.resume .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #A62E30;
    position: relative;
}

.resume .resume-item h4 {
    line-height: 24px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #636363;
    margin-bottom: 10px;
}

.resume .resume-item h5 {
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
}

.resume .resume-item ul {
    padding-left: 20px;
}

.resume .resume-item ul li {
    padding-bottom: 10px;
}

.resume .resume-item:last-child {
    padding-bottom: 0;
}

.resume .resume-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #fff;
    border: 2px solid #A62E30;
}

.resume-item p {
    margin-bottom: 3px !important;
}

.notfound-404 {
    height: 280px;
    position: relative;
    z-index: -1;
}

.notfound-404 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 230px;
    margin: 0px;
    font-weight: 900;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url('/img/collage.png') no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 767px) {
    .notfound-404 {
        height: 142px;
    }
    .notfound-404 h1 {
        font-size: 112px;
    }
}

@media only screen and (max-width: 912px) {
    .nav-link i {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .menu-bottom {
        display: none;
    }
}

.card-img-container {
    position: relative;
    display: inline-block;
}

.view-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}

.card-img-container:hover .view-text {
    display: block;
}