﻿/* 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 */
/* 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 {
    
}
.nav{
    border:1px solid #ccc;
    border-width:0 0 1px;
    background: #333;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
    font-family: 'ankomedium', Constantia;
    font-size: 17.5px;
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding:10px;
    color: whitesmoke;
    text-decoration: none;
}