@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stalemate&display=swap');




body {
    background: #0f0f0f;
    color: white;
    margin: 0;
    /* height: 100%; */
    /* display: grid; */
    /* grid-template-rows: auto 1fr; */
}

.message {
    min-height: 95vh;
    /* width: 100%; */
    /* height: 100%; */
    max-width: 550px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: monospace;
}


/* Loader. Source: https://codepen.io/Manyata-Pawagi/pen/LYzWZXj */
#preloader {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: block;
	align-items: center;
	justify-content: center;
	background-color: black;
}

.one {
	width: 100px;
	height: 100px;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	transform: translate(calc(-50% - 50px), calc(-50% - 50px));
	animation: rotate2 2s infinite linear;
}

.two {
	width: 60px;
	height: 60px;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	transform: translate(calc(-50% - 30px), calc(-50% - 30px));
	animation: rotate1 2s infinite linear;
}

.three {
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	transform: translate(calc(-50% - 15px), calc(-50% - 15px));
    animation: rotate2 3s infinite linear;
}

.cust {
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 40px);
    font-family: sans-serif;
    font-size: 14px;    
}

.vyuha {
    position: absolute;
    top: calc(50% + 75px);
    left: calc(50% - 10px);
    /* text-align: center; */
    width: 100%;
    font-family: sans-serif;
    font-size: 14px;    
}

.loader {
	margin: 0;
	border-radius: 50%;	
	border: 10px solid #4425f0;
	border-top: 10px solid #0000ff00;
}

@keyframes rotate1 {
	0% {
	  transform: none;
	}
  100% {
	  transform: rotate(1turn);
  }
}
	
@keyframes rotate2 {
	0% {
	  transform: none;
	}
  100% {
	  transform: rotate(-1turn);
	}
}

/* End of Loader */


/* Header */
#header {
    display: block;
}

.logo {
    padding-top: 50px;
    text-align: center;
    display: block;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.logo a {
    display: inline-block;
}

.logo a object {
    pointer-events: none;
}

.venndiagram {
    margin: 50px auto 0 auto;
}

#vd {
    display: none;
}


.knega {
    text-align: end;
    animation: fadein 60s infinite ease-in-out;    
}

@keyframes fadein {
	0% {
      opacity: 1;
	}
    20% {
	  opacity: 1;
    }
    60% {
        opacity: 0;
    }
    85%{
        opacity: 1;
    }
}

.footer {
    width: 280px;
    display: flex;
    flex-direction: row;
    font-family: monospace;
    font-size: 11px;
    color: slategray;
    margin: 10px auto 30px auto;
}

.flogo {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid grey;    
}

.flogo a {
    display: inline-block;
}

.flogo a object {
    pointer-events: none;
}


.ftext {
    width: 230px;    
}

/* Main Matter */
#mainmatter {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;   
    width: 100%; 
}


.quotemark {
    padding-top: 50px;    
    width: 300px;
    margin-left: auto;
    margin-right: auto; 
}

.insight {
    font-family: "Josefin Sans", sans-serif;
    font-size: 26px;
    line-height: 40px;
    width: 257px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;  
}

.inspiration {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 32px;
    text-align: justify;
}

.centeringbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.appform {
    margin-top: 50px;
    margin-bottom: 50px;  
    border-top: 1px solid rgb(80, 80, 80); 
    padding-top: 20px; 
    padding-bottom: 20px; 
    
}

.apptitle {
    text-align: left;    
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}


.appinput {
    background-color: #303245;
    color: white;        
	border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    width: 90%;
    margin-bottom: 30px;
	outline: 0;
	padding: 5px 10px 0;
}

.email {
    line-height: 40px;
    margin-bottom: 15px;
}

.dakshina {
    width: 90%;    
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.amt {
    width: 65%;
    line-height: 40px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding-right: 0;
}

.curr {
    width: 35%;
    line-height: 40px; 
    margin-bottom: 5px; 
    font-size: 10px; 
    padding-right: 0;     
}

.appbutton {
    cursor: pointer;
    background-color: #08d;
    border: 0;
    border-radius: 12px;
    height: 40px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    color: white;
    margin-top: 10px;
}

.vktitle {
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}

.vktitle object {
    width: 150px;
}

.vksteps {
    padding-left: 20px;
    padding-right: 25px;
}

.vkstep {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
    color: salmon;
}

.vksdesc {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;    
}



/*
///////////////////////////////////////////////////////////
article.css 
//////////////////////////////////////////////////////////
*/
#article {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;    
    margin-top: 40px;
    margin-bottom: 50px;    
    /* width: 100%; */
}

.art-header {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid rgb(80, 80, 80);
    border-bottom: 1px solid rgb(80, 80, 80);    
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}

.hbox {
    margin-left: 5%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(80, 80, 80);
    margin: 1em 0;
    padding: 0;
}

.art-prefix {
    padding-top: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    line-height: 50px;
    color: salmon;
}

.art-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    line-height: 40px;
    margin-right: auto;
}

.art-author {
    margin-top: 25px;    
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto', sans-serif; 
    font-size: 12px;   
}

.art-blurb {
    margin-top: 20px;    
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
    font-size: 16px; 
    line-height: 32px;
    text-align: justify;
    color: slategray;
}

.art-content {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: justify;
}

.art-content p {
    margin-bottom: 20px;
}

.art-content h4 {
    font-family: sans-serif;
    font-size: 16px;
    color: slategray;  
    margin-bottom: 0px;      
}

.art-link {
    color: aqua; 
    text-decoration: none;
} 

.onion-link {
    font-size: 13px;
}

.art-endnote {
    font-size: 12px;
    line-height: 20px;
    color: gray;
}

.commentform {
    margin-top: 50px;
    margin-bottom: 50px;  
    /* border-top: 1px solid rgb(80, 80, 80);  */
    /* padding-top: 20px;  */
}

.commentbox {
    background-color: #303245;
    color: white;        
	border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    width: 90%;
	outline: 0;
    padding: 5px 10px 0;
    margin-bottom: 10px;    
}

.commentbutton {
    cursor: pointer;
    background-color: #08d;
    border: 0;
    border-radius: 12px;
    height: 40px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    color: white;
}


.requestform {
    margin-top: 50px;
    margin-bottom: 50px;  
}

.formmsg {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    padding: 0 25px 0px 6%;
    margin-bottom: 10px;
    line-height: 24px;
    margin-left: 6%;
    text-align: left;
}

.requestbox {
    background-color: #303245;
    color: white;        
	border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    width: 90%;
	outline: 0;
    padding: 5px 10px 0;
    margin-bottom: 15px;
}

.formbtn {
    cursor: pointer;
    background-color: #08d;
    border: 0;
    border-radius: 12px;
    height: 40px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    color: white;
    margin-top: 10px;
}

#policy {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;    
    margin-top: 40px;
    margin-bottom: 50px;
}

#policy h1 {
    width: 80%;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 32px;
    padding-left: 25px;
    margin-bottom: 20px;
}

#policy h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    color: slategray;
    padding-bottom: 10px;
}

.content {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: justify;
}

.content p {
    margin-bottom: 20px;
}

.content a{
    color: aqua; 
    text-decoration: none;
}

.aboutK {
    font-family: 'Josefin Sans', sans-serif; 
    font-size: 20px; 
    padding-top: 25px; 
    line-height: 40px;
}

.content h1 {
    /* width: 90%; */
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin: 30px auto 20px auto;
}

.hw {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'Kalam', cursive;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
}

.ml-prefix {
    padding-top: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    line-height: 50px;
    color: salmon;
}

.m {
    color: white;
    margin-bottom: 10px;
}

.d {
    color: rgb(144, 178, 243);
    margin-bottom: 10px;    
}

.fbpic img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

.grayjosef {
    font-family: 'Josefin Sans', sans-serif; 
    color:slategray;
}

/*
//////////////////////////////////////////////////////////
media-queries
/////////////////////////////////////////////////////////
*/


@media only screen and (max-width: 359px) {

    .inspiration {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 5px;
        hyphens: auto;
    }

    .art-blurb {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 5px;
        hyphens: auto;        
    }
    .art-content {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 5px;
        hyphens: auto;
    }

    .content {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 5px;
        hyphens: auto;
    }

}

@media only screen and (min-width: 360px) {

    #mainmatter {
        max-width: 360px;
    }
    #article {
        max-width: 360px;
    }
    #policy {
        max-width: 360px;
    }
}


@media only screen and (min-width: 460px) {

    #mainmatter {
        max-width: 450px;
    }
    #article {
        max-width: 450px;
    }
    #policy {
        max-width: 450px;
    }

}


@media only screen and (min-width: 560px) {

    #mainmatter {
        max-width: 550px;
    }
    #article {
        max-width: 550px;
    }
    #policy {
        max-width: 550px;
    }
}
