* {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    display: block;
    max-width: 100%;
}

body {
    background-color: #000000;
}

a {
    color: #0084ff;
}

h1 {
    font-size: 50px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    margin-top: 10px;
}

.mobile {
	display: block;
}

.tablet-desktop, #menu-links {
	display: none;
}

nav {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
nav li {
	text-align: center;
}
nav a {
    display: block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 30px;
    padding: 0.5em;
    color: #ef0137;
    text-decoration: none;
}

/* Style rules for hamburger menu */
.mobile-nav a {
    text-align: center;  
    font-size: 1.5em;
    display: block;
}

.mobile-nav a.menu-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
} 


#logo img {
    width: 20%;
    margin-left: 10px;
}

.home-grid img {
    border-radius: 15px;
}

.about-grid img{
    margin-bottom: 10px;
    border-radius: 20px;
}

#butter {
    height: 390px;
}

.portfolio-section {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 5px
}

#marvel {
    width: 800px;
    margin-top: 60px;
}

#can {
    width: 220px;
}
header {
    background-color: #000000;
}


h3 {
    text-align: center;
}

/* Main styles */
main {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    background-image: linear-gradient(to bottom, #000000, #ef0137);
    padding: 10px;
    color: #fbfaf8;
}



footer {
    background-color: #ef0137;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #fbfaf8;
}

	form {
		display: block;
		margin: 0 auto;
		background-color: black;
		width: 400px;
		height: 420px;
		border: solid #fbfaf8 5px;
		border-radius: 15px;
		font-size: 20px;
	}

    input {
        font-size: 20px;
    }

    textarea {
        font-size: 20px;
        height: 100px;
    }
	
	label, input, textarea {
		display: block;
		margin: 0 auto;
		text-align: center;
		color: #F1013F;
		font-weight: bold;
	}
	
	#submit {
		font-size: 55px;
		margin-top: 50px;
		width: 250px;
		height: 80px;
		border-radius: 15px;
		border: solid #f1013f 5px;
        background-color: #fbfaf8;
	}
	
	#submit:hover {
		background-color: #f1013f;
		color: white;
		border: solid white 5px;
	}

@media screen and (min-width: 600px) {
	.mobile, .mobile-nav {
		display: none;
	}
	
	.tablet-desktop {
		display: block;
	}

    header {
 background-image: linear-gradient(to bottom, #ef0137, #000000);
    }

	/* Navigation styles for tablet/desktop*/
	nav ul {
		display: grid;
		grid-template-columns: auto auto auto auto;
	}

    nav a {
    background-color: #000000;
    display: block;
    padding: 0.5em;
    color: #ef0137;
    text-decoration: none;
}
	
	nav a:hover {
	background-color: #ef0137;
    color: #fbfaf8;
	}
	
	nav ul li:hover > ul {
		display: block;
		width: inherit;
	}
	
	nav ul ul {
		display: none;
		position: absolute;
	}
	
	nav ul ul li {
		width: auto;
	}

    #logo img {
    width: 20%;
    margin: 0 auto;
}

h2 {
    margin-top: 0px;
}

#me-resize {
    width: 80%;
    margin: 0 auto;
}


.home-grid {
    display: grid;
    grid-template-columns: auto auto;
}

.home-grid p {
    font-size: 25px;
    margin-right: 50px;
}

.about-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
}

.about-grid img {
    border-radius: 15px;
}

#butter {
    height: 650px;
}

.portfolio-section {
    display: grid;
    grid-template-columns: auto auto;
}



.portfiolio-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 20px;
    grid-gap: 20px
}

#heart img{
width: 700px;
margin-left: 100px;
}

#can {
    width: 400px;
}

#marvel {
    width: 700px;
    margin-top: 150px;
}
	
	form {
		display: block;
		margin: 0 auto;
		background-color: black;
		width: 400px;
		height: 420px;
		border: solid #fbfaf8 5px;
		border-radius: 15px;
		font-size: 20px;
	}

    input {
        font-size: 20px;
    }

    textarea {
        font-size: 20px;
        height: 100px;
    }
	
	label, input, textarea {
		display: block;
		margin: 0 auto;
		text-align: center;
		color: #F1013F;
		font-weight: bold;
	}
	
	#submit {
		font-size: 55px;
		margin-top: 50px;
		width: 250px;
		height: 80px;
		border-radius: 15px;
		border: solid #f1013f 5px;
        background-color: #fbfaf8;
	}
	
	#submit:hover {
		background-color: #f1013f;
		color: white;
		border: solid white 5px;
	}

}

@media screen and (min-width: 1800px) {
    body {
        max-width: 1800px;
        margin: 0 auto;
    }
}