@font-face {
	font-family: dejavu;
	src: url("fonts/dejavu.ttf")
}

@font-face {
	font-family: dejavu;
	src: url("fonts/dejavu-bold.ttf");
	font-weight: bold
}

a {
    white-space: nowrap;
}

body {
	font-family: dejavu;
}

footer {
	background-color: #505050;
	color: #ffffff;
	padding: 10px;
	margin-top: 50px;
}

h1 {
    text-align: center;
    font-weight: normal;
}

header {
	margin-bottom: 50px;
}

hr {
    background-color: grey;
    border: none;
    height: 1px;
}

nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
	margin-bottom: 50px;
}

p {
    line-height: 16pt;
}

td, th {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}

.cArticleImage {
    max-width: 100%;
    height: auto;
}

.cArticleImageSubtext {
   color: grey;
   font-size: 10pt;
   margin-top: 0px;
}

.cBathWaterImage {
    max-width: 300px;
    width: 100%;
    display: inline-block;
}

.cCodeExample {
    color: purple;
    font-family: courier;
    font-weight: bold;
}

.cFileID {
	visibility: hidden;
}

.cHeadContainer {
    display: flex;
    justify-content: center;
}

.cHeadImage {
    float: left;
    margin-right: 10px;
    max-height: 130px;
}
.cHeadWord {
    float: left;
    max-height: 130px;
}

.cImageContainer {
	margin: 10px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
}

.cImageInfo {
	color: #505050;
	display: inline-block;
	max-width: 400px;
	width: 100%;	
}

.cInTextImageContainer {
    height: 300px;
    width: 100%;
}

.cInTextImage {
    cursor: zoom-in;
    float: left;
    margin-right: 20px;
    max-height: 100%;
    max-width: 50%;
}

.cInTextImageSubtext {
   color: grey;
   display: flex;
   font-size: 10pt;
   vertical-align: center;
}

.cLargeImageContainer {
    cursor: zoom-out;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.cLargeImage {
    max-width: 100%;
    object-fit: scale-down;
}

.cMinImage {
	display: inline-block;
	max-width: 400px;
	width: 100%;
}

.cNavLink {
    background-color: #08b068;
    color: #ffffff;
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
}

.cNavLink:hover {
    background-color: #20d890;
}

.cPageIntro {
	display: flex;
	flex-wrap: wrap;
}

.cPageIntro img {
	width: 35%;
	height: auto;
	min-width: 300px;
}

.cPageIntro div {
	width: 65%;
}

.cStatLexImg {
    border: 1pt solid grey;
    border-radius: 5px;
    max-width: 360px;
}

.cStatLexImgSub{
    color: darkblue;
    font-size: 14px;
    max-width: 540px
}

#idMain {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 720px){
    
    h1 {
        font-size: 14pt;
    }
    
    nav {
        flex-direction: column;
    }
    
    .cHeadImage {
        float: left;
        margin-right: 10px;
        max-height: 50px;
    }
    
    .cHeadWord {
        float: left;
        max-height: 50px;
    }

    .cInTextImage {
        max-width: 100%;
        display: inline-block;
    }

    .cInTextImageSubtext {
        color: grey;
        display: inline-block;
        font-size: 10pt;
        vertical-align: top;
   }

    .cInTextImageContainer {
        height: auto;
        width: 100%;
    }
}
