body, header, nav, main, footer, h1, div, img, ul {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Style rules for body and images */
body {
	font-family: Arial, sans-serif;
	background-image: url("../images/pexels-karola-g-4709466.jpg");
    	background-size: cover;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-attachment: fixed; 
}

img {
    max-width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img2 {
    max-width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.leftImg,
.rightImg {
    float: none;
    margin: 0;
    max-width: 40%;
}

.dog-images {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}


 article::after {
    content: "";
    display: block;
    clear: both;
}


.home-content {
    font-size: 1.2rem;
    line-height: 1.7;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    
}

.home-content h2 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.home-content ul {
    font-size: 1.1rem;
    line-height: 2;
    padding-left: 2rem;
}


.skills-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.skills-list li {
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 20px;
}




section {
    margin-bottom: 4rem;
}



.menu-toggle {
        display: block;
        font-size: 2rem;
   	background: none;
    	border: none;
    	cursor: pointer;
    	}	

#main-nav {
        display: none;
        width: 100%;
    }
    
    
#main-nav.open {
        display: block;
    }
    
    
    
    
    
header {
	display: flex;
	justify-content: center;
        align-items: center;
    
    
	background-color: #E6ECED;
  
	height: 100px;
	
    
	
	box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

header h3 {
	
	font-family: 'Space Grotesk', sans-serif;
	margin: 0;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: -1px;
	
}


.hero {
	text-align: center;
	padding: 60px 20px;
	color: #fff;
}

.hero-text {
	font-size: 1.5em;
	font-family: 'Francois One', sans-serif;
	text-shadow:
        -.75px -.75px 0 #000,
         .75px -.75px 0 #000,
        -.75px  .75px 0 #000,
         .75px  .75px 0 #000;
}

/* Style rules for navigation area */
nav {
	padding: 1%;
    margin-bottom: 1%;
}

nav ul {
    list-style-type: none;
    text-align: center;
}

nav li {
    font-size: 1.5em;
    font-family: 'Francois One', sans-serif;
    border-top: 1px solid #fff;
}

nav li:first-child {
    border-top: none;
}

nav li a {
    display: block;
    color: #fff;
    text-shadow:
        -.75px -.75px 0 #000,
         .75px -.75px 0 #000,
        -.75px  .75px 0 #000,
         .75px  .75px 0 #000;
    padding: 0.5em 1em;
    text-decoration: none;
}


#contact {
    text-align: center;
}

#contact .contact-email-link {
    color: #666600;
    text-decoration: none;
}



.card {
    border: 1px solid #ddd;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}



.article-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    font-size: 1.2rem;
    line-height: 1.8;
}

.article-container img {
    max-width: 85%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.article-container h1 {
	text-align: center;
}


.article-container2 {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    font-size: 1.2rem;
    line-height: 1.8;
}

.article-container2 img {
    max-width: 35%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.article-container2 h1 {
	text-align: center;
}



.resume-frame {
    width: 100%;
    height: 800px;
    border: none;
}




/* Show mobile class, hide tablet-desktop class */
.mobile {
    display: block;
}

.tablet-desktop {
    display: none;
}








/* Style rules for main content */
main {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2%;
}


/* Style rules for footer content */
footer p {
    font-size: 0.75em;
    text-align: center;
    color: #000;
    padding: 0 1em;
}

footer p a {
    color: #000;
    text-decoration: none;
}

/* Media Query for Tablet Viewport */
@media screen and (min-width: 630px), print {
    
    /* Tablet Viewport: Show tablet-desktop class, hide mobile class */
    .tablet-desktop {
        display: block;
    }

    .mobile {
        display: none;
    }
    
    main {
        clear: both;
    }
    
    img {
    max-width: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
    
    .img2 {
    max-width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .leftImg, 
    .rightImg {
    max-width: 20%;
}
    
    .menu-toggle {
    display: none;
}
    
    
    iframe {
    	border: 2px solid #000;
    	border-radius: 8px;
    	max-width: 100%;
}
    
    
    #main-nav {
        display: block;
        }
    
    
    /* Tablet Viewport: Style rule for header */
    header {
        position: static;
        height: 100px;
    }
    
    /* Tablet Viewport: Style rules for nav area */
    nav li {
        border-top: none;
        display: inline-block;
        border-right: 1px solid #fff;
    }
    
    nav li:last-child {
        border-right: none;
    }
    
    nav li a {
        padding: 0.1em 0.75em;
    }
    
    /* Tablet Viewport: Style rules for main content area */
    main ul {
        margin: 0 0 4% 10%;
    }
    
}

/* Media Query for Desktop Viewport */
@media screen and (min-width: 1015px), print {
    
    /* Desktop Viewport: Style rule for header */
    header {
        width: 25%;
        float: left;
    }
    
    
    main {
        clear: both;
    }
    
    
    .menu-toggle {
    display: none;
    
}


    /* Desktop Viewport: Style rules for nav area */
    nav {
        float: right;
        width: 70%;
        margin: 4em 1em 0 0;
    }

    nav ul {
        text-align: right;
    }
    
    nav li {
        border: none;
    }

    nav li a {
        padding: 0.5em 1em;
    }
    
    nav li a:hover {
    	text-shadow: none;
        color: #000;
        background-color: #fff;
    }
    
    /* Desktop Viewport: Style Rules for main content */
    
    .hero {
    	clear: both;
    	text-align: center;
    }
    
    
 
    main h1 {
        font-size: 1.8em;
    }
    
   
}

/* Media Query for Large Desktop Viewports */
@media screen and (min-width: 1921px) {
 
    #container {
        width: 1920px;
        margin: 0 auto;
    }
    
}

/* Media Query for Print */
@media print {
    
    body {
        background-color: #fff;
        color: #000;
    }

}
 
