@charset "utf-8";
/*CSS Document*/

body {
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	font-size: 24px;
	text-align: left;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	background-image: url("../images/background-image.jpg");
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

h1,
	
h2,
h3,
h4 {
	
	color: #ffffff;
}

h1 {
	color: #FF9900;
	font-size: 48px;
	line-height: 120%;
	text-align:center;
}

h2{
	color: #FF9900;
	font-size: 30px;
	line-height: 30px;
	padding: 10px;
} 

h3{
	font-size: 26px;
	line-height: 26px;
} 

h4{
	font-size: 24px;
	line-height: 24px;
}

blockquote{
	font-size: 22px;
	line-height: 30px;
	padding: 10px 10px;
}

/*LINK STYLES ============================*/

a:link {
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #ff9900;
}

a:focus {
	color: #222222;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	 
}

/*HEADER STYLES ============================*/

header {
	text-align: center;
}

.full-width-heading {
    width: 100%;
    background-color: transparent;
    padding: 40px 20px;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
}

.full-width-heading h1 {
    max-width: 80%; 
    margin: 0 auto; 
    color: #FF9900;
    font-size:72px;
    line-height: 1.2;
}

/*NAV STYLES ============================*/
nav {
	padding: 8px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 8px;
}

nav li {
	display: inline;
	margin-right: 48px;
}

nav a:focus,
nav a:hover {
	color: #ffffff;
	text-decoration: none;
}

nav a:active {
	color: #ff9900
}

/*MAIN STYLES ============================*/

main {
   background-color: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.full-width-main {
	width: 100%;
}

/*ASIDE STYLES ============================*/

aside {
   background-color: #000000;
    padding: 4px 16px 24px; 
    min-height: 300px;  
    box-sizing: border-box; 
    margin-bottom: 20px;
}

aside h2{
	background-color: transparent;
	color: #FFFFFF;
	padding: 0px;
}

/*FOOTER STYLES ============================*/

footer{
	clear: both;
	color: #EEEEEE;
	background-color: transparent;
	padding: 32px 8px 32px;
	box-sizing: border-box;
	text-align: center;
	min-height: 100px;
}

/*IMAGE STYLES ============================*/

.float-left{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.float-right{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

/*BUTTON STYLES ============================*/

.button:link,
.button:visited {
	color: #FFFFFF;
	background-color: #ff9900;
	border: #ffffff solid medium;
	text-decoration: none;
	text-align: center;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: block;
	margin-top: 20px;
	
	
}

.button:focus,
.button:hover {
	background-color: #3B3B3B;
}

.button:active {
	background-color: #ff9900;
}
/*CUSTOM STYLES ============================*/

#wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;

	
}

/* MEDIA STYLES ============================*/

/* 48em (768 px & smaller) ============================*/
@media screen and (max-width: 48em) {

     .intro-section {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
    }
    
    .intro-text {
        flex: 1 1 100%;
        text-align: left;
	
    }
    
    .intro-image {
        flex: 1 1 100%;
        order: 2;
    }

	 .intro-name {
        font-size: 32px; 
    }
    
    .full-width-heading h1 {
        font-size: 48px;
	}
    .full-width-heading {
        padding: 20px 15px;
    }

   main {
        width: 100%; 
        padding: 4px 32px 24px; 
    }   
    aside {
        width: 100%; 
        padding: 4px 32px 24px;
    }
    .hero-image {
        height: 400px;
    }

    .about-bio-section {
        flex-direction: column;
        gap: 30px;
    }
    
    .about-image {
        flex: 1 1 100%;
        max-width: 100%;
    }
    
    .about-text {
        flex: 1 1 100%;
    }
    
    .about-text h2 {
        font-size: 24px;
    }
}

    .contact-form {
        padding: 30px 20px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
     
    .contact-intro h2 {
        font-size: 28px;
    }
}

/* 40em (640 px & smaller) ============================*/

@media screen and (max-width: 40em) {
    .float-left,
    .float-right {
        width: 100%;
    }
}

/* 30em (480 px & smaller) ============================*/

@media screen and (max-width: 30em) {
    .full-width-heading h1 {
        font-size: 36px;
    }
    
    .full-width-heading {
        padding: 20px 15px;
    } 
    main {
        padding: 0.125em 0.5em 0.25em;
    }
    aside {
        padding: 0.125em 0.5em 0.25em;
    }

    blockquote {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    .hero-image {
        height: 300px;
    }

        .about-text h2 {
        font-size: 20px;
    }
    
    .about-text p {
        font-size: 16px;
    }
    
    .skills-list li {
        font-size: 16px;
        padding: 12px 20px;
    }
}

    .contact-form {
        padding: 20px 15px;
        border-width: 1px;
    }
    
    .textbox {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .formbutton {
        padding: 12px 20px;
        font-size: 16px;
    }
    
    .contact-intro h2 {
        font-size: 24px;
    }
    
    .contact-intro p {
        font-size: 16px;
    }

/* HERO IMAGE SECTION ============================*/

.hero-image {
    width: 100%;
    height: 600px;
    overflow: hidden;
	margin-bottom: 0px;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
	display: block;
	animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* INTRO TEXT SECTION ============================*/

.intro-section {
   display: flex;
    gap: 40px;
    align-items: flex-start;
    max-width: 1500px; 
    margin: 0 auto; 
    padding: 40px 20px; 
    box-sizing: border-box;
    width: 100%;
}

.intro-text {
    flex: 0 1 60%;
    text-align: left;
	max-width: 800px;
}

.intro-text p {
    font-size: 36px;
    line-height: 1.4;
    margin: 0;
}

.intro-image {
    flex: 1 1 40%;
	max-width: 800px;
}

.intro-image img {
    width: 100%;
    height: auto;
    display: block;
	border-color: #ffffff;
	border-width: 8px;
	border-style: solid;
}

.intro-name {
    color: #FFFFFF;
    font-size: 100px;
    font-weight: 200;
    line-height: 1.2;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

/* PORTFOLIIO STYLES ============================*/

.portfolio-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 20px;
    max-width: 1500px;
    margin: 0 auto;
}

.portfolio-item {
    flex: 1 1 calc(100% - 20px);
    max-width: calc(100% - 20px);
}

.portfolio-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border: 4px solid #ffffff;
}

/* ABOUT ME STYLES ============================*/

.about-bio-section {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 40px;
    margin-bottom: 40px;
}

.about-image {
    flex: 0 1 40%;
    max-width: 500px;
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
    border: 8px solid #ffffff;
}

.about-text {
    flex: 1 1 60%;
}

.about-text h2 {
    color: #FF9900;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
}

.about-text p {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
}

.skills-section {
    padding: 40px 0;
    text-align:center;
}

.skills-section h2 {
    color: #FF9900;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.skills-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.skills-list li {
    background-color: rgba(255, 153, 0, 0.2);
    border: 2px solid #FF9900;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 18px;
}

/* TABLE STYLES ============================*/

table {
	width: 100%;
	border-collapse: collapse;
}

th {
	background-color: #FF9900;
	color: white;
}

tr {
	background-color: #313131;
}

tr:nth-child(odd) {
	background-color: #4E4E4E;
}

td,tr,th {
	border: 4px solid black;
	padding: 1em;
	vertical-align: top;
	text-align: left;
}

/* FORM STYLES ============================*/

.contact-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 20px 0;
}

.contact-intro h2 {
    color: #FF9900;
    font-size: 36px;
    margin-bottom: 15px;
}

.contact-intro p {
    font-size: 24px;
    line-height: 1.6;
    color: #FFFFFF;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #FF9900;
}

.form-group {
    margin-bottom: 25px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

label {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: left;
}

.textbox {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid #666666;
    border-radius: 5px;
    box-sizing: border-box;
}

.textbox:focus {
    outline: none;
    border-color: #FF9900;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 10px rgba(255, 153, 0, 0.3);
}

.textbox:hover {
    border-color: #999999;
}

textarea.textbox {
    resize: vertical;
    min-height: 120px;
}

/* FORM STYLES ============================*/
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
}

.checkbox-label:hover {
    color: #FF9900;
}

.checkbox-label input,[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    accent-color: #FF9900;
}

.checkbox-label span {
    font-size: 16px;
}

/* SUBMIT BUTTON */
.formbutton {
    width: 100%;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #FF9900;
    border: 3px solid #FFFFFF;
    border-radius: 5px;
    box-sizing: border-box;
	cursor: pointer;
}

.formbutton:hover {
    background-color: #FFFFFF;
    color: #FF9900;
    border-color: #FF9900
}

.message-bar {
width: 100%;
margin: 0;
padding: 1em;
color: #fff;
background-color: #ff9900;
text-align: center;
}