/* fonts */

@font-face {

    font-family: "Roboto Mono";
    src: url(https://roguefalta.com/fonts/RobotoMono.ttf);
}

@font-face {
    font-family: "Roboto Mono";
    src: url(https://roguefalta.com/fonts/RobotoMono-Italic.ttf);
    font-style: italic;
}

@font-face {
    font-family: "Pixel Operator";
    src: url(https://roguefalta.com/fonts/PixelOperator.ttf);
}

@font-face {
    font-family: "Pixel Operator";
    src: url(https://roguefalta.com/fonts/PixelOperator-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "Teenage Dreams";
    src: url(https://roguefalta.com/fonts/ShadowsIntoLight-Regular.ttf);
}

@font-face {
    font-family: "Bohemian Soul";
    src: url(https://roguefalta.com/fonts/Bohemian-Soul.otf);
}

/**********************/

* {
    box-sizing: border-box;
}

body {
    background-color: white;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

#wrapper {
    width: 60%;
    height: 100%;
    margin: 0 auto;
    padding: 2em 1em;
}

/************************/

}
.title {
  padding-top: 20px;
  padding-left: 20px;
}

body {
    background-image:url('https://roguefalta.com/img/hip-square.png');
    	background-repeat:repeat;
    cursor: url(https://roguefalta.com/img/gam1088.cur), auto;
    font-family: "Roboto Mono";
    font-size: 13px;
    color: #9F2B68;
}

h1, h2 {
    color: #9F2B68;
    font-weight: bold;
    text-align: center;
    font-family: "Teenage Dreams";
    letter-spacing: 1px;
}

h1:hover {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 30%,rgba(255,245,245,1) 31%, rgba(255,245,245,1) 75%, rgba(255,255,255,0) 76%);
}

h3 {
    text-decoration: underline 2px solid palevioletred;
}

/************************/

.ninety {
    width: 90%;
}

.eighty {
    width: 80%;
}

.seventy {
    width: 70%;
}

.sixty {
    width: 60%;
}

.fifty {
    width: 50%;
}

.forty {
    width: 40%;
}

.thirty {
    width: 30%;
}

.twenty {
    width: 20%;
}

/*D I A R Y*/

.main-content-diary{
    grid-column: 2 / 2;
    grid-row: 1 / 2;
    border: thin rosybrown solid;
    overflow-y: auto;
}

.diary-entry{
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr ;
    grid-auto-rows: 50px auto;
    margin: 30px;
    overflow-y: auto;
}

.diarytitle{
    background-color:rgba(216, 191, 216,.5);
    grid-column: 1 / span 5;
    font-family: Teenage Dreams;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border:  thin rosybrown dashed;
}

.diary-content{
    background-color: rgb(245, 212, 205, 0.9);
    grid-column: 1 / span 4;
    grid-row: 2;
    font: Roboto Mono;
    padding: 10px;
    border-bottom:#ce7e4b 1px solid;
    border-left: #ce7e4b 1px solid;
    border-right: #ce7e4b 1px solid;
    overflow-y: auto;
}

/************************/

.centered {
    text-align: center;
}

.longline {
    border-bottom: 1px dashed palevioletred;
}

/************************/

@media only screen and (max-width: 800px) {

    #wrapper {
        width: 90%;
        justify-content: center;
        margin: 0 auto;
        padding: 1em;
    }
    
}

/** ELEMENTS **/

.sec {
    padding: 10px;
    background: url(https://roguefalta.com/img/hip-square.png);
    box-shadow: 5px 5px rgba(214, 147, 159, 50%);
    filter: brightness(110%);
    margin: 10px;
    min-width: 200px;
    max-width: 1000px;
    border: thin solid rosybrown;
}
.sec2 {
	height: 120px;
	min-width: 200px;
	max-width: 500px;
	position: relative;
	border: thin solid rosybrown;
	margin: 10px;
	padding: 10px;
    	background: url(https://roguefalta.com/0031.gif);
    	box-shadow: 5px 5px rgba(214, 147, 159, 50%);
    
}
.col1 .sec {
    min-width: 100px;
}

.col3 .sec {
    font-size: 12px;
}

.container {
    height: 150px; 
    overflow: auto; 
    background-color: rgb(255,221,221);
    padding: .5em; 
    margin: 1em; 
    border: 1px rosybrown dashed;
    image-rendering: pixelated;
}