/*
 Theme Name:   Donovan Child
 Theme URI:    http://spacesaga.ru
 Author:       Peter
 Description:  Donovan Child Theme
 Template:     donovan
 Version:      1.0.0
*/

@import url("../donovan/style.css");

:root {
	--text-font: Georgia, Helvetica, Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
	color: #202020;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.site-main > article,
.post-wrapper > article,
.type-post,
.type-page,
.type-attachment {
	padding: 1rem;	/* Decrease for mobile, was 1.5rem */
	background: #FFFFF0;  /*#fff;*/
}

.header-main {
	padding: 0px !important;
}

.custom-logo {
	margin: 0px !important;
}


/* My paragraphs */
.myp {
	text-align: left;
}

.mypcenter {
	text-align: center;
}

.mypdouble {
	margin-top: 3em;
}

.feedback {
	font-family: Quicksand, Tahoma, Arial;
	font-family: var(--navi-font);
	font-size: 18px;
	font-size: 1.125rem;
	text-align: right;
}

/* My flex container for footer */
.flex-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; 
}
#flex1 {
    width: 85%;
    height: 80%;
}
#flex2 {
    width: 10%;
    height: 80%;
}
#flex3 {
    width: 100%;
    height: 20%;
}


/*--------------------------------------------------------------
## - Greater than 640px
--------------------------------------------------------------*/
@media only screen and (min-width: 40em) {
	/* Peter: font-size for mobile in landscape 640x360 */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}

	/* Peter: start alignment */
	.myp {
		text-align: justify;
	}    
}

/*--------------------------------------------------------------
## - Greater than 880px
--------------------------------------------------------------*/
@media only screen and (min-width: 55em) {
	/* Peter: font-size for iPad: 1024x768 */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------
## - Greater than 1120px
--------------------------------------------------------------*/
@media only screen and (min-width: 70em) {
	/* Peter: font-size for 1366x768 */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

/*--------------------------------------------------------------
## - Greater than 1440px
--------------------------------------------------------------*/
@media only screen and (min-width: 90em) {
	/* Peter: font-size for big monitors */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 24px;
		font-size: 1.5rem;
	}

	/* Peter: remove font-size limitation */
	.entry-content {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

