@charset "UTF-8";

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f7f2f2;
    color: #2f3640;
}
@media only screen and (max-width: 768px) {

    .top-bar .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-left,
    .nav-right {
        width: 100%;
        text-align: center;
    }

    .nav-left {
        order: 2;
    }

    .nav-right {
        order: 2;
    }

    .nav-left a,
    .nav-right a {
        display: inline-block;
        margin: 8px 10px;
        font-size: 17px;
    }
}
.top-bar {
    background-color: #f7f2f2;
    padding: 25px 0;
}

.top-bar a {
    text-decoration: none;
    color: #2f3640;
    margin: 0 12px;
    font-size: 18px;
}
.top-bar a {
    text-decoration: none;
    color: #92241d;
    margin: 0 12px;
    font-size: 18px;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.top-bar a:hover {
    color: #8b2e2e;
    transform: translateY(-3px);
}
.logo {
    width: 100%;
    max-width: 200px;   
    height: auto;
    display: block;
    margin: 0 auto;
}
.logo {
    width: 100%;
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 auto;
    animation: floatLogo 3s ease-in-out infinite;
}

@keyframes floatLogo {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-6px); }
    100% { transform: translateY(0); }
}
.site-logo h1 {
    margin: 50;
    font-family: Georgia, serif;
    font-size: 42px;
    font-weight: normal;
}

.site-logo p {
    margin: 5px 0 0 0;
    font-size: 16px;
    letter-spacing: 1px;
}

.hero {
    background-image: url("_DSC4347.jpeg");
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
}


.hero-small {
	color: #ff5534;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.hero-small {
    animation: fadeUp 1s ease forwards;
}

.hero-text h2 {
	color: #ff5534;
    opacity: 0;
    animation: fadeUp 1.2s ease forwards;
    animation-delay: 0.2s;
}

.hero-sub {
	color: #ff5534;
    opacity: 0;
    animation: fadeUp 1.2s ease forwards;
    animation-delay: 0.4s;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-text h2 {
    font-family: Georgia, serif;
    font-size: 82px;
    font-weight: normal;
    line-height: 1.05;
    margin: 20px 0;
}

.hero-sub {
    font-size: 18px;
}

.intro-section {
    background-color: #f7f2f2;
    padding: 80px 0;
}

.intro-left h2 {
	color: #92241d;
    font-family: Georgia, serif;
    font-size: 72px;
    line-height: 1.05;
    font-weight: normal;
    margin: 0;
}
.intro-left h2 {
    animation: fadeLeft 1.2s ease forwards;
}

.intro-right p {
	color: #92241d;
    opacity: 0;
    animation: fadeRight 1.2s ease forwards;
    animation-delay: 0.3s;
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.intro-right p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.featured-section {
    background-color: #f7f2f2;
    padding: 40px 0 80px 0;
}

.section-title {
	color: #ff5534;
    font-family: Georgia, serif;
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 40px;
}
.section-title {
    animation: fadeUp 1s ease forwards;
}
.work-card h3 {
	color: #92241d;
    font-size: 24px;
    margin-top: 20px;
}

.work-img {
    width: 100%;
    max-width: 320px;
    height: 380px;
    object-fit: cover;
}
.work-card {
    transition: transform 0.3s ease;
}

.work-card:hover {
    transform: translateY(-8px);
}

.work-img {
    width: 100%;
    max-width: 320px;
    height: 380px;
    object-fit: cover;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.work-img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.footer-bar {
    background-color: #e7dfd8;
    text-align: center;
    padding: 25px 0;
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .site-logo h1 {
        font-size: 30px;
    }

    .top-bar a {
        display: inline-block;
        margin: 8px;
        font-size: 16px;
    }

    .hero-text h2 {
        font-size: 48px;
    }

    .intro-left h2 {
        font-size: 46px;
        margin-bottom: 30px;
    }

    .intro-right p {
        font-size: 18px;
    }
}
.gallery-page {
    background-color: #f7f2f2;
    padding: 70px 0;
    color: #2f3640;
}

.gallery-small {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #92241d;
    margin-bottom: 10px;
}
.gallery-small {
    animation: fadeUp 1s ease forwards;
}
	
.gallery-title {
    font-family: Georgia, serif;
    font-size: 72px;
    font-weight: normal;
    margin: 0 0 15px 0;
    color: #ff5534;
	    animation: fadeUp 1.2s ease forwards;
    animation-delay: 0.2s;
}

.gallery-subtitle {
    font-size: 20px;
    color: #92241d;
    max-width: 700px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
	    animation: fadeUp 1.2s ease forwards;
    animation-delay: 0.4s;
}

.gallery-section-title {
    font-family: Georgia, serif;
    font-size: 42px;
    font-weight: normal;
    margin: 50px 0 25px 0;
    color: #92241d;
    text-align: center;
}

.gallery-grid {
    margin-bottom: 40px;
}

.gallery-card {
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.gallery-card:hover {
    transform: translateY(-8px);
}

.gallery-img {
    width: 100%;
    max-width: 320px;
    height: 380px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-img:hover {
    transform: scale(1.04);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.about-page {
    background-color: #f7f2f2;
    padding: 70px 0;
    color: #92241d;
}

.about-small {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff5534;
    margin-bottom: 10px;
}

.about-title {
    font-family: Georgia, serif;
    font-size: 72px;
    font-weight: normal;
    margin: 0 0 15px 0;
    color: #92241d;
}

.about-subtitle {
    font-size: 20px;
    color: #ff5534;
    max-width: 700px;
    margin: 0 auto 60px auto;
    line-height: 1.6;
}

.about-main {
    margin-bottom: 70px;
}

.about-image-wrap {
    padding: 20px;
}

.about-photo {
    width: 100%;
    max-width: 420px;
    height: 520px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.about-text-wrap h2 {
    font-family: Georgia, serif;
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #92241d;
}

.about-text-wrap p {
    font-size: 20px;
    line-height: 1.8;
    color: #92241d;
    margin-bottom: 20px;
}

.about-details {
    margin-top: 20px;
}

.about-box {
    background-color: #fff;
    padding: 30px 25px;
    text-align: left;
    min-height: 220px;
}

.about-box h3 {
    font-family: Georgia, serif;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #92241d;
}

.about-box p {
    font-size: 18px;
    line-height: 1.7;
    color: #92241d;
}

.education-hero{
    background:#f7f2f2;
    padding:90px 0 60px 0;
    text-align:center;
}

.small-title{
    font-size:14px;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#92241d;
    margin-bottom:15px;
}

.education-hero h1{
    font-family:Georgia, serif;
    font-size:78px;
    font-weight:normal;
    color: #ff5534;
    margin:0 0 15px 0;
}

.hero-subtext{
    font-size:22px;
    color: #92241d;
    max-width:700px;
    margin:0 auto;
    line-height:1.7;
}

.education-section{
    background:#ffffff;
    padding:70px 0;
}

.edu-box{
    padding:35px;
}

.edu-box h2{
    font-family:Georgia, serif;
    font-size:38px;
    font-weight:normal;
    color:#ff5534;
    margin-bottom:15px;
}

.edu-location{
    font-size:18px;
    color:#92241d;
    margin-bottom:8px;
}

.edu-date{
    font-size:18px;
    color:#92241d;
    margin-bottom:20px;
}

.edu-box p{
    font-size:21px;
    line-height:1.8;
    color:#92241d;
}

.coursework-section{
    background:#f7f2f2;
    padding:70px 0;
}

.coursework-section h2{
    font-family:Georgia, serif;
    font-size:58px;
    font-weight:normal;
    color:#ff5534;
    margin-bottom:50px;
}

.course-box{
    background:white;
    padding:28px;
    margin:12px;
    font-size:22px;
    color:#92241d;
    box-shadow:0 8px 20px rgba(0,0,0,0.05);
    transition:0.3s ease;
}

.course-box:hover{
    transform:translateY(-8px);
}

.education-bottom{
    background:white;
    padding:90px 0;
    text-align:center;
}

.education-bottom h2{
    font-family:Georgia, serif;
    font-size:58px;
    font-weight:normal;
    color:#ff5534;
    margin-bottom:25px;
}

.bottom-text{
    max-width:800px;
    margin:0 auto;
    font-size:22px;
    line-height:1.8;
    color:#92241d;
}

@media (max-width:768px){

.education-hero h1{
    font-size:52px;
}

.hero-subtext{
    font-size:18px;
}

.edu-box h2{
    font-size:30px;
}

.coursework-section h2,
.education-bottom h2{
    font-size:40px;
}

.course-box{
    font-size:18px;
}

.bottom-text,
.edu-box p{
    font-size:18px;
}

}

.contact-hero{
    background:#f7f2f2;
    padding:90px 0 60px 0;
    text-align:center;
}

.contact-hero h1{
    font-family:Georgia, serif;
    font-size:78px;
    font-weight:normal;
    color:#ff5534;
    margin:0 0 15px 0;
}

.contact-section{
    background:white;
    padding:80px 0;
}

.contact-info{
    padding:30px;
}

.contact-info h2{
    font-family:Georgia, serif;
    font-size:46px;
    font-weight:normal;
    margin-bottom:20px;
    color:#ff5534;
}

.contact-info p{
    font-size:21px;
    line-height:1.8;
    color:#92241d;
}

.info-block{
    margin-top:30px;
}

.info-block strong{
    display:block;
    font-size:18px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#ff5534;
    margin-bottom:8px;
}

.contact-box{
    background:#f7f2f2;
    padding:50px;
    box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.contact-box h2{
    font-family:Georgia, serif;
    font-size:44px;
    font-weight:normal;
    color:#ff5534;
    margin-bottom:25px;
}

.contact-list{
    list-style:none;
    padding:0;
    margin:0 0 35px 0;
}

.contact-list li{
    font-size:22px;
    color:#92241d;
    padding:12px 0;
    border-bottom:1px solid #ddd;
}

.contact-button{
    display:inline-block;
    padding:18px 34px;
    background:#ff5534;
    color:white;
    text-decoration:none;
    font-size:18px;
    letter-spacing:1px;
    transition:0.3s ease;
}

.contact-button:hover{
    background:#92241d;
    transform:translateY(-4px);
}

@media (max-width:768px){

.contact-hero h1{
    font-size:52px;
}

.contact-info h2,
.contact-box h2{
    font-size:34px;
}

.contact-info p,
.contact-list li{
    font-size:18px;
}

.contact-box{
    margin-top:30px;
    padding:35px;
}

}