/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
margin-bottom: 20px;	
}
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;
}

/*
==============

Reset all default CSS styles

==============
*/

/* apply a natural box layout model to all elements, but allowing components to change */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

html,body{
    text-decoration: none;
    }

/* this will keep everything within 1600px */
.site-container{
    max-width: 1600px;
    width: 100%;
    padding: 0 30px; /* this indents the title header */
}

@font-face {
    font-family: 'anko';
    src: url('https://cajingoquidel.000webhostapp.com/files/fonts/anko.woff2') format('woff2'),
         url('https://cajingoquidel.000webhostapp.com/files/fonts/anko.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ankomedium';
    src: url('https://cajingoquidel.000webhostapp.com/files/fonts/ankomedium.woff2') format('woff2'),
         url('https://cajingoquidel.000webhostapp.com/files/fonts/ankomedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.flex{
    display: flex;
}

.vert-center{
    justify-content: space-evenly;
    
}
.hori-center {
    justify-content: space-evenly;
}
a{
    color: #000;text-decoration: none;/* color and turns off underline of words */
}
#header{
    padding: 24px 0 85px 0;/* the 3rd number moves the pictures-text up or down */
}
#header nav a{
    padding: 0 10px;/* spacing of first Menu words */
    display: block;
}
#header nav li{
    margin-left: 0px;
}
.site-title{
    font-size: 32px;
    font-family: 'ankomedium', Constantia;
}
h1
{
    text-indent: 10px;/* indents site title cajingo quidel */
    padding-bottom: 15px;
}

.menu{
    font-size: 17px;/* first menu under the title */
    font-family: 'ankomedium', Constantia;
    text-indent: 18px;/* indents top menu words */
}
main{
    padding-top: 25px;
}

/* for the words under the pics */
.menu2{
    font-family: constantia;
    font-weight: bolder;
    font-size: 20px;
    text-align: center;    
}
.style1{
    line-height: 60px;
}

/* you can use this to set a max width on things, add more if needed */
.max-width-800{
    max-width: 800px;
}

/* let's make it more mobile friendly */
@media only screen and (max-width: 600px) {
    .site-container {
        padding: 0 20px;
    }
    .flex {
        display: block;
    }
}
.site-container {
    
}
