/* reset browser styles */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 

* { 
  box-sizing: border-box;
  }

/* RESET */

html, body {
    margin: 0px;
    padding: 0px;
	height:  100%; /*elimates double vertical scroll bar */
	overflow-x: hidden;
}

body {
	background-image: url("TransparentTips.png");
	background-position: center;
  	background-repeat: no-repeat;
 	background-size: cover;
}

/*Start NavBar*/
nav {
  height: 10vh;
  background: #fffefd; 
  position: relative;
}

.nav-links {
  display: flex;
  list-style: none;
  width: 55%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
}

.nav-links li a {
  color: #0B9CB3;
  text-decoration: none;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
}

.logo {
	display: block;
	width: 100px;
	height: 80px;
	position: absolute;
	top: -7%;
	}

h2 {
	font-family: 'Homemade Apple', cursive;
	font-size: 30px;
	text-decoration: none;
	letter-spacing: 1.3px;
	margin-left: 5%;
	position: absolute;
	top: 30%;
	color: black;
	}

.nav-links a:hover {
  text-shadow: 2px 2px 15px #74BFF4;
}

/* End Header: NavBar and Logo */



.mainphoto {
	display: block;
	width: 100vw;
	height: auto;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 0;
	
}





h4 {
	font-size: 60px;
	text-shadow: 2px 2px 8px #B3B3B3;
	font-family: 'Raleway', sans-serif;
	white-space: nowrap;
}

article {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}



footer {
	display: flex;
	position: relative;
	justify-content: space-between;
	border-top: double #DAD4EF;
	background-color: rgba(74,204,204,.5);
	background: linear-gradient(to bottom, rgba(255,233,162,.2) 40%,
	rgba(74,204,204,.3));
	font-family: 'Raleway', sans-serif;
	list-style: none;
	width: 100%;
	height: 300px;
	margin-top: 0;
	padding-top:5%;
	}



footer li a {
	color: #0B9CB3;
	text-decoration: none;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.5;
}

footer a:hover {
   text-shadow: 2px 2px 15px #056C7C;
}

.footerlist {
	list-style: none;
	
}

.fab {
	color: #056C7C;
}

.socialList{
	margin-right:10%;
	list-style: none;
}
.footerlogo {
	position: absolute;
	width: 120px;
	height: 120px;
	bottom: 0px;
}



@media screen and (max-width: 768px) {

  .line {
    width: 30px;
    height: 3px;
    background: black;
    margin: 5px;
  }
	
  nav {
    position: relative;
  }

  .hamburger {
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
	z-index: 1005;
   }

  .nav-links {
    position: fixed;
    background: #FEDF7C;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    clip-path: circle(100px at 90% -30%);
    -webkit-clip-path: circle(100px at 90% -30%);
    transition: all 1s ease-out;
    pointer-events: none;
	overflow-y: hidden;
  }
	
  .nav-links.open {
	z-index: 100;
    clip-path: circle(1400px at 90% -30%);
    -webkit-clip-path: circle(1400px at 90% -30%);
    pointer-events: all;
  }
	
  .landing {
    flex-direction: column;
	
  }
	
  .nav-links li {
    opacity: 0;
  }
	
  .nav-links li a {
    font-size: 25px;
  }
	
  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }
	
  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }
	
  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }
	
  li.fade {
    opacity: 1;
  }
}


@media (min-width: 1025px) and (max-width:1201px) { 
	h2 {
		margin-left: 8%;
	}
	.logo {
		width: 85px;
		height: 70px;
	}
}


@media (min-width: 769px) and (max-width:1024px) { 
	body {
		overflow-x: hidden;
	}
	.logo {
		width: 150px;
		height:153px;
	}
		
	h2 {
		margin-left: 7%;
		margin-top: 2%;
				
	}
}


@media (min-width: 541px) and (max-width:768px) { 
	
	nav {
		height: 10vh
	}
	
	.logo {
		width: 110px;
		height:115px;
	}
	
	h2 {
		margin-left: 11%;
		margin-top: 2%;
	}
}

@media (min-width: 481px) and (max-width:540px) { 
	nav {
		height: 10vh
	}
	
	.logo {
		width: 90px;
		height:80px;
	}
	
	h2 {
		margin-left: 13%;
		margin-top: 2%;
		font-size: 20px;
	}
}


@media (min-width: 414px) and (max-width:481px) { 
	.logo {
		display: none;
	}
	
	h2 {
		font-size: 24px;
	}
}

@media (min-width: 375px) and (max-width:413px) { 
	.logo {
		display: none;
	}
	
	h2 {
		font-size: 24px;
	}
	
	h4 {
		font-size: 50px;
	}
}

@media (min-width: 280px) and (max-width: 374px) {
	.logo {
		display: none;
	}
	
	h2 {
		font-size: 18px;
	}
	
	h4 {
		font-size: 40px;
	}
}
