/*
Theme Name: Theme Five
Author: El
Author URI: https://www.stylegraphie.com
Version: 5.0
*/



body { font-family: "Courier New", Courier, monospace; font-size:16px; font-style:normal; font-weight:400; color:#000; letter-spacing:0px; margin:0; padding:0;
}

#page {width:100%; margin:0 auto; position:relative;}

h1 {margin:0 0 0 0; padding: 0; font-size: 30px; color:#000; font-family: Helvetica, Arial, sans-serif; text-align:left; font-weight: 700; font-style:normal; line-height: 0; letter-spacing:0px;
}

h2 {font-family: Helvetica, Arial, sans-serif; font-size:0.9em; color:#000; text-transform:uppercase;}

p {   font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
	text-align:left;
	text-decoration:none;
	color:#000;
    line-height: 30px;
}

a {color: black; text-decoration:none;}
a:hover {text-decoration:none; color: #d6f16f;}
a:visited {color:#000;}

 u {
    text-decoration: none;
    margin-left: 20px;
    border-bottom: 0px solid black;
  }






/* Header */

header {margin: 30px 0px 30px 20px;}



.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
} 

li {
    display: inline;
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 19px;
	padding-right: 20px;
}



.logo {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 50px;
	text-align:left;
	text-decoration:none;
	color:#000;
	font-weight: 700;
	text-transform: uppercase;
}






/* Navigation */

div.nav {
	list-style: none;
	font-size: 11px;
	margin:0;
	padding: 0px 0px; /* right of 'Contact' */
	display: flex;
	text-align:center;
}



div.nav li{
    display:inline;
    padding-right: 30px;
}



div.nav a {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
    padding:0 0 0 25px;
    text-transform: uppercase;
}


div.nav a:hover {
  color:#d6f16f;
  text-decoration:none;
}

div.nav .active {
  background-color: #4CAF50;
  color: white;
}




/* Section - All */



#wrapper
{
    max-width: 100%; /* 960 px */
    margin: 0 auto;
    padding-top:2%;
}
    #list
    {
        width: 100%; /* 990px size of featured image*/ 
        overflow: hidden;
        margin:0 auto;
    }
        .item
        {
            width: 30.3%; /* 300px */
            float: left;
            margin: 0 1.5% 6%; /* 15px 30px */
        }
        
        .item img
        {
            width: 100%;
            padding-bottom: 2em;
            height: auto;
            margin:0 auto;
        }
 
 
div.item h1 {
    margin: 16px 0;
    line-height: 37px;
}


div.item h1 a {
    text-transform: uppercase;
	text-align:left;
	text-decoration:none;
}

div.item h1 a:hover {
	color:#d6f16f;
	text-decoration:none;
}

div.item p {
    font-size:.9em;
	text-align:center;
	line-height: 15px;
}

/* Single */

#post-container {
	margin:0 auto;
	width:50%;
	padding-top: 50px;
}


#post-container img {
	padding-bottom:5%;

}


div.post-info-single {
    text-align: left;
    padding-top: 10px;
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}





div.post-single h1 {
	text-align:left;
	font-size: 30px;
	font-weight: 700;
	line-height: 37px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 2% 0;
}

div.post h1 {
	text-align:left;
	font-size: 70px;
	font-weight: 700;
	line-height: 37px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5% 0;
}


div.post p {
	padding:.1em;
	font-size: 11px;
	text-align:left;
	line-height: 24px;
}


div.post p a {
	text-decoration:underline;
}

div.post p a:hover {
	text-decoration:none;
}

div.post img {
	width:100%;
	height:auto;
	padding-top: 100px;
}




div.post-info {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

div.post-single {
    margin-bottom: 80px;
}

div.post-single p {
    margin-bottom: 60px;
}

div.post-single h1 a {
	text-decoration: none;
	font-style: normal;
}

div.post-single p a {
	text-decoration:underline;
	font-style: italic;
}

div.post-info-single {
    font-size: 11px;
}

div.post {
    margin-bottom: 80px;
}



/* Archive */

.archive h1 {
	text-transform: uppercase;
	border-bottom: none;
	font-size: 30px;
	margin: 16px 0;
    line-height: 37px;
}

.archive_link a {
    border-bottom: 0px solid #000;
    text-transform: uppercase;
	text-align:left;
	text-decoration:none;
}


.archive_link a:hover {
	color:#efefef;
	text-decoration:none;
}

        .item_archive
        {
            width: 30.3%; /* 300px */
            float: left;
            margin: 0 1.5% 6%; /* 15px 30px */
        }
        
        .item_archive img
        {
            width: 100%;
            padding-bottom: 2em;
            height: auto;
            margin:0 auto;
        }
 



/* Pagination */

.pagination-container {
    width: 100%; /* 960 px */
	text-align:center;
  	margin: 0 auto;	
	padding-bottom:20px;
	display:inline-block;

}


div.nav-previous a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.5em;
	font-weight:700;
	float:right;
	padding-right:6%;
    text-decoration:none;
}

div.nav-previous a:hover {
    text-decoration:none;
	color:#d6f16f;
}


div.nav-next a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.5em;
	font-weight:700;
	float:left;
	padding-left:6%;
	text-decoration:none;
}

div.nav-next a:hover {
    text-decoration:none;
	color:#d6f16f;

}

/* Footer */

footer {font-size: 11px; margin:0px 140px 70px 140px; color:#000; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;}
footer .content {width:100%; margin:0 auto; text-align:center;}
footer a {margin-left:30px; color:#000; text-decoration:none;}
footer a:visited {color:#000;}
footer a:hover {color:#acacac; text-decoration:none;}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-container-one {
    margin: 20px 0px;
}

.icon {
    display: block;
    margin: 0 auto;
    width: 10%;
    height: auto;
}


@media only screen and ( max-width: 70em ) /* 800px - tablet */
{

/* Header */

header {margin: 30px 0 0 20px;}


.header-inner {
    display: flex;

} 

li {
    display: inline;
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 19px;
	padding-right: 20px;
}



.logo {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 50px;
	text-align:left;
	text-decoration:none;
	color:#000;
	font-weight: 700;
	text-transform: uppercase;
}






/* Navigation */

div.nav {
	list-style: none;
	font-size: 11px;
	margin:0;
	padding: 0px 0px; /* right of 'Contact' */
	display: flex;
	text-align:center;
}



div.nav li{
    display:inline;
    padding-right: 30px;
}



div.nav a {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
    padding:0 0 0 25px;
    text-transform: uppercase;
}


div.nav a:hover {
  color:#d6f16f;
  text-decoration:none;
}

div.nav .active {
  background-color: #4CAF50;
  color: white;
}




/* Section - All */



#wrapper
{
    max-width: 100%; /* 960 px */
    margin: 0 auto;
    padding-top:4%;
}
    #list
    {
        width: 100%; /* 990px size of featured image*/ 
        overflow: hidden;
        margin:0 auto;
    }
        .item
        {
            width: 44%; /* 300px */
            float: left;
            margin: 0 3% 9em; /* 15px 30px */
        }
        
        .item img
        {
            width: 100%;
            padding-bottom: 2em;
            height: auto;
            margin:0 auto;
        }
 

div.item h1 {
    line-height: 35px;
	margin-top: 0;
}


div.post-info {
    line-height: 22px;
    margin-bottom: 15px;
}

/* Single */

#post-container {
	margin:0 auto;
	width: 85.5%;
}


#post-container img {
	padding-bottom:6%;

}
	
	


div.post h1 {
	padding-top:4px;
	font-size: 30px;
	font-weight: 100;
	line-height: 37px;
	
}

div.post-single h1 {
	font-size: 30px;
	line-height: 37px;
}

div.post-info-single {
    font-size: 11px;
}

div.post-single {
    margin-bottom: 80px;
}


/* Archive */

.archive h1 {
	font-size: 30px;
	line-height: 37px;
}

.archive_link a {
    border-bottom: 0px solid #000;
    text-transform: uppercase;
	text-align:left;
	text-decoration:none;
}


.archive_link a:hover {
	color:#d6f16f;
	text-decoration:none;
}

        .item_archive
        {
            width: 44%; /* 300px */
            float: left;
            margin: 0 3% 9em; /* 15px 30px */
        }
        
        .item_archive img
        {
            width: 100%;
            padding-bottom: 2em;
            height: auto;
            margin:0 auto;
        }
 


footer {font-size: 11px;}
	
.icon {
    width: 20%;
    height: auto;
}

	
}




@media only screen and ( max-width: 40em ) /* 600px - mobile */ 
{



/* Header */

header {margin: 32px 0px 2px 18px;}



.logo {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: left;
	text-decoration:none;
	color:#000;
	font-weight: 700;
	text-transform: uppercase;
}



/* Navigation */


#wrapper
{
    max-width: 90%; /* 960 px */
    margin: 0 auto;
    padding-top:2em;
}
    .item
    {
        width: 100%; /* 305px */
		padding-bottom: 18%;
		margin:0 auto;



    }
    
        .item img {
        width: 100%; /* 305px */
        height: auto;
    	margin:0 auto;

    }
	
 
div.item h1 {
	font-size: 16px;
	text-align:left;
	padding-bottom: 30px;
	line-height: 29px;
}


div.item p {
	padding:0 1em;
	font-size:.8em;


}


div.post-info {
    line-height: 28px;
}
 
	
	#post-container {
		margin:0 auto;
		width:97%;
}

div.post img {
	width:100%;
	height:auto;
}

div.post h1 {
	font-size: 16px;
	line-height: 29px;
}

div.post-single h1 {
	font-size: 16px;
	font-weight: 700;
	line-height: 29px;
}


div.post-info-single {
    padding-bottom: 0px;
    font-size: 11px;
    line-height: 24px;
}

div.post-single {
    margin-bottom: 36px;
}



div.post p {
	padding-top:.7em;
	padding-bottom:30px;
	text-align:left;
	font-size:.7em;
	line-height:23pt;
}

.wp-block-image {
    padding: 0 3px;
}

div.post {
    margin-bottom: 0;
}

div.post-single p {
    margin-bottom: 45px;
}


/* Archive */

u {
    text-decoration: none;
    margin-left: 0;
    border-bottom: 0px solid black;
  }

.archive h1 {
	font-size: 16px;
	line-height: 29px;
}

.archive_link a {
    border-bottom: 0px solid #000;
    text-transform: uppercase;
	text-align:left;
	text-decoration:none;
}


.archive_link a:hover {
	color:#d6f16f;
	text-decoration:none;
}

        .item_archive
        {
        width: 100%; /* 305px */
		padding-bottom: 18%;
		margin:0 auto;
        }
        
        .item_archive img
        {
        width: 100%; /* 305px */
        height: auto;
    	margin:0 auto;
        }
 
 
 

footer {margin: 0 0 50px 0;}

.icon {
    width: 20%;
    height: auto;
}


}
	
