/* 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 {
	
    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;
}

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

Reset all default CSS styles

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

html {
  box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

/* BEGIN MENU BUTTON */ 

nav {
  height:0;
  width : 99px; 
  z-index: 1;
  float:right;margin-right:85px;
}

span { /* adjust Menu header here */
  text-align: center;
  background: #f1f1f1; 
  color: black;
  font-weight:bold;
  font-size: 1em;
  cursor: pointer;
  display: block;
}

span::after {
  width: 100px;      
}

.slide {
  clear:both;background-color: #f9f9f9;
  width:100%;
  height:0px;
  overflow: hidden;
  transition: height .4s ease;
}

.dropdown-content {
  color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
}
.dropdown-content a {
  text-align: center;
  color: black;
  font-family: "Roboto", sans-serif;font-size: .9em;
  padding-top: 14px;padding-bottom: 4px;
  text-decoration: none;
  display: block;
}

#touch {position: absolute; opacity: 0; height: 0px;}    

#touch:checked + .slide {height: 265px;} /* adjust menu here to add more words */

/* END MENU BUTTON */


@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;

}
@font-face {
    font-family: 'OrpheusPro-Bold';
    src: url('https://cajingoquidel.000webhostapp.com/files/fonts/OrpheusPro-Bold.woff2') format('woff2'),
         url('https://cajingoquidel.000webhostapp.com/files/fonts/OrpheusPro-Bold.woff') format('woff');

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

}
.paragraph p{
    text-indent: 45px;
    line-height: 1.6;
    font-family: 'ankomedium';
    font-size: 18.5px;
    margin: 0 auto; /* MOVES THE LEFT AND RIGHT STORY MARGINS INWARDS */
}
.img-container {
    text-align: center; align-items: center; align-content: center;
    margin-top: 25px;
}
em {
    font-style: italic;
}
h2.title2
{
    font-family: 'ankomedium';
    font-size: 19px;
    font-weight: bold;
    margin: 1.5rem 0px 1rem;
    text-align: center; 
}
.title2
{
    font-family: 'ankomedium';
    font-size: 21px;
    font-weight: bold;
    color: #000;
    margin: 1.5rem 0px 1rem;
    word-spacing: 1.5px;
    text-align: center; 
}
.title3
{
    font-family: 'OrpheusPro-Bold';
    font-size: 34px;
    font-weight: 500;
    color: #000;
    word-spacing: normal;
    text-align: center; 
}
.title4
{
    font-family: 'orpheus_regular';
    font-size: 30px;
    font-weight: normal;
    color: #000;
    word-spacing: normal;
    text-align: center; 
}

/* this will keep everything within 1200px - padding increases,decrease the gaps on left and right sides */
.site-container{
    max-width: 1200px;
    width: 100%;
    padding: 0 95px 0 95px;
    margin: 0 auto;
    
}

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

#back-top-top{
    display: block;
    width: 100%;
    text-align: center;
    background: black;
    color: whitesmoke;
    padding: 8px;
    margin-top: 50px;
    text-decoration: none;
    font-size: 18.5px;
}

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