header,
nav,
article,
footer {
	display: block;
}


body {
    font-family: "Roboto", "Roboto", sans-serif;
    font-size: 14px;
    background: -webkit-radial-gradient(center, 5em 40px, white, #4096FF);
}

#container {
	margin: auto;
	padding: 2px;
	
}
.header-pic {
    
    border-radius: 50%;
	display: block;
	float: left;
	
}

header {
    height: 120px;
    padding: 10px;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 10%,rgba(30,87,153,0) 100%);
}

    header h1 {
        font-family: 'Luckiest Guy', cursive;
		letter-spacing: 4px;
        font-size: 4vw;
        color: white;
        margin-left: 0%;
		margin-top: 1%;
		
		position; absolute;
		
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: black;
    }

header h2 {
	font-family: "Lucida Grande", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 4vw;
	color: #D3D3D3;
    margin-left: 0%;
    text-decoration: none;
}


nav {
    
	overflow: hidden;
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(228,245,252,1) 90%);
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	
}

nav ul li{
	list-style: none;
	margin: 0 4em 0 0;
	padding: 0;
	float: left;
}



nav ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 2vw;
	font-family: "Luckiest Guy";
	
	margin-left: 30%;
	padding-left: 6px;
	
	-webkit-text-stroke-width: 1.5px;
   -webkit-text-stroke-color: black;
	
	
	
}

img {
	float: right;
	margin: 10px;
}

article{
    padding: 20px;
	background: -webkit-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(168,224,247,1) 50%,rgba(168,224,247,1) 50%);
	float: left;
}

    article h1 {
        font-family: mina;
        font-weight: bold;
        font-size: 24px;
        color: #4096EE;
    }


article p {
	font-family: mina;
	font-size: 18px;
	margin-left: 25%;
	font-weight: 600;
}

footer {
	width: auto;
	clear: both;
	padding: 0px 10px;
	overflow: hidden;
	text-align: center;
	background: -webkit-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(159,216,239,1) 2%,rgba(168,224,247,1) 50%,rgba(42,176,237,1) 100%);
 
}

footer p {
	color: #1f1f14;
}
nav ul li a:hover {
    color: #ADD8E6;
}

.insta-link:hover {
    color: #ADD8E6;
}

a {
	color: black;
}
a:hover {
	color: white;
}


.home-img {
    float: left;
	width: 

}

hr {
	border-color: #4096FF;
    border-style: double;
}
