html, body, div, span, applet, 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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	background-color: #E9E6E1;
}
#logo_padding{
    padding-top: 180px;
}
.center_img{
    display: block;
    	margin-right: auto;
	margin-left: auto;
}
.main_logo{
    display: block;
    position: relative;
	margin-right: auto;
	margin-left: auto;
    animation-name: left_in;
  animation-duration: 3s;
}
@keyframes left_in {
  from {left: 1500px;}
  to {left: 0px;}
}
@keyframes right_in {
  from {right: 1500px;}
  to {right: 0px;}
}
.nav-link{
    font-family: 'Fredoka One', cursive;
    color: #2B475C;
    padding-top: 1%;
    font-size: 20px;
    transition: font-size 1s;
}
.nav-link:hover{
    color: #5E8A75;
    font-size: 25px;
}
#mission{
    text-align: center;
    padding: 1%;
    border: 2px solid #5E8A75;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #2B475C;
    animation-name: right_in;
  animation-duration: 3s;
}
#larger{
    font-size: 21px;
}
.larger_two{
    font-size: 30px;
}
.location{
    padding: 1%;
    border: 2px solid #5E8A75;
}
#move_down{
    padding-top: 25%;
}
.move_down_two{
    padding-top: 2%;
}
#move_down_three{
    padding-top: 2.5%;
}
.about_sty{
        font-family: 'Syne', sans-serif;
    font-size: 25px;
    font-weight: 200;
    color: #2B475C;
}
.foot_sty{
    border-top: 3px solid #5E8A75;
    line-height: 30px;
    font-size: 20px;
    color: #2B475C;
    text-align: right;
    font-family: 'Poppins', sans-serif;
}
.foot_row{
        padding-top: 5%;
    padding-bottom: 1%;
}
.secondary_logo{
    display: block;
    margin-left: auto;
    position: relative;
     animation-name: corner;
  animation-duration: 2s;
}
@keyframes corner {
from {left: 1500px;}
  to {left: 0px;}
}
.header_sty{
    text-align: center;
    padding-top: 80px;
    font-size: 70px;
font-family: 'Patrick Hand SC', cursive;
    text-decoration: underline;
    text-decoration-color: #5E8A75;
}
.header_sty_two{
    text-align: center;
    padding-top: 80px;
    font-size: 70px;
font-family: 'Patrick Hand SC', cursive;
    border-bottom: 3px solid #5E8A75;

}
#diet{
    text-align: center;
    font-size: 30px;
    border: 3px solid #5E8A75;
    font-family: 'Syne', sans-serif;
}
.type_title{
    text-align: center;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-decoration: underline;
    text-decoration-color: #5E8A75;
}
.diet_height{
    padding-top: 3%;
}
.surround{
    border: 3px solid #5E8A75;
}
.diet_items{
    font-size: 20px;
     text-align: center;
    font-family: 'Poppins', sans-serif;
}
.keto_foods{
    padding: 3%;
  display: block;
    	margin-right: auto;
	margin-left: auto;
}
.tips_sty{
padding-top: 2px;
    font-size: 30px;
    border: 3px solid #5E8A75;
    font-family: 'Poppins', sans-serif;
    color: #2B475C;
}
.tips_spacing{
    padding-top: 20px;
}
.food_imgs{
    border: 3px solid #5E8A75; 
    border-radius: 2.5%;
}
.eat_space{
    padding-top: 20px;
}
.eat_type{
    text-align: center;
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    text-decoration: underline;
    text-decoration-color: #5E8A75;
    color: #2B475C;
}
.eat_items{
    text-align: center;
    padding-top: 2px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}
.form_font{
        font-size: 20px;
    font-family: 'Poppins', sans-serif;
}
.form_padding{
    padding-top: 25px;
}
.form_padding_two{
    padding-bottom: 5px;
}
#btn_color{
    background-color: #5E8A75;
}