/* rbfk   */

/* https://codepen.io/thenocturnalfey/pen/ZEYdqOr  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css?family=DM+Sans&display=swap');


body 
{
font-family:'DM Sans',sans-serif;
border:0;
margin:0;
background:#000040;
background:white;
}

a
{
text-decoration:none;
color:black;
}


header
{
width:100%;
background:white;
}

footer 
{
/*background-color:#012442;*/
background-color:orange;

border-top:0px solid #f2f2f2;
height:auto;
min-height:200px;
}


#hiddenmenu
{
display:none;
text-align:center;
}






/* divs */
.innercont
{
width:90%;
max-width:1200px;
margin:auto;
}


.revdiv
{
margin:auto;
max-width:600px;

}

.next
{
display:inline-block;
vertical-align:top;
text-align:center;
}	

.center200
{
margin:auto;
text-align:center;
max-width:200px;
}

.center300
{
margin:auto;
text-align:center;
max-width:300px;
}

.ctrframe
{
background:white;
text-align:center;
width:100%;
max-width:1000px;
margin:auto;
}








/* sticky */
#sticky
{
position:fixed;
bottom:20px;
right:20px;
height:50px;
width:50px;
text-align:center;
border-radius:50%;
background-color:yellow;
}









/* parallax */
.par
{
/* Set a specific height */
height:400px;

/* Create the parallax scrolling effect */
background-attachment:fixed;
background-position:center;
background-repeat:no-repeat;
/*background-size:cover;*/

text-align:center;


}

.par1
{
background-image:url("style/b1.png");
}

.par2
{
background-image:url("style/b2.png");
}

.par3
{
background-image:url("style/b3.png");
}



@media only screen and (max-width:600px)
{
.par
{
height:200px;
}
}





/* confirm */
#confirm
{
background:green;
position:fixed;
top:0;
right:0;
color:white;
visibility:hidden;
display:inline-block;
padding:12px;
}





/* bands */
.band
{
width:100%;
min-height:200px;
}

.red
{background:red;
}

.white
{
background:white;
}

.purpleband
{
background:purple;
width:100%;
}


/* a */
a
{
text-decoration:none;
}
  




/* img */
.fit
{
max-width:100%;
}

.fitbanner
{
width:100%;
max-width:100%;

}

.round
{
border-radius:50%;
}

.authoricon
{
width:100px;
height:100px;
border-radius:50%;
}

.bookicon
{
height:400px;
}

.ofc
{
height:100px;
width:100px;
object-fit:cover;
}






	




/* menu */
#menu
{
width:100%;
background:#A78BC8;
}


ul 
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
background-color:#A78BC8;


}

li
{
float: left;
}

li a 
{
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}

li a:hover 
{
background-color: #111;
}







/* input */
input[type=text]
{
border:3px solid black;

border-radius:8px;

font-size:20px;
font-family:'DM Sans', sans-serif;
padding:9px;
}

input[type=password]
{
border:3px solid black;

border-radius:8px;

font-size:20px;
font-family:'DM Sans', sans-serif;
padding:9px;
}

input[type=radio] 
{
border:0px;
width:100%;
height:1em;
}

input[type=submit]
{
background-color: black;
border: none;
color: white;
font-size:22px;
padding:7px;
font-family:'DM Sans', sans-serif;
}

input[type=checkbox]
{
transform: scale(2);
}

select
{

border:3px solid black;

font-size:22px;
padding:7px;
font-family: 'DM Sans', sans-serif;
}

textarea
{

box-sizing:border-box;
border:3px solid black;
border-radius:8px;
width:100%;
min-height:100px;
font-size:22px;
font-family:'DM Sans', sans-serif;
padding:7px;
}












/* table */
table
{
border-collapse: collapse;
width:100%;
}


td
{
border:1px solid #ccc;
height:100px;
}









.clear
{
clear:both;
}









/* save */
#save 
{
transition: transform .2s;


display:none;
text-align:center;

position:fixed;
z-index:2;
top:50px;
right:20px;

border-radius:10px;
border:4px solid yellow;

width:100px;
height:50px;

line-height:50px;

background:black; 
}

#save:hover 
{
transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}







/* divs */
.col2
{
display:inline-block;
width:24%;
border:0px solid green;
vertical-align:top;
}

.col3
{
display:inline-block;
width:32%;
border:0px solid green;
vertical-align:top;
}







/* frame */
.blackframe
{
border:4px solid #000000;
max-width:100%;
}

.blackframe:hover
{
filter:brightness(90%);
}





/* buttons */
.bluebutton
{
transition: transform .2s;


display:inline-block;
border-radius:15px;
background:blue;
color:white;
padding:15px;
line-height:30px;
height:30px;
text-align:center;
margin:auto;
}

.blackbutton
{
transition: transform .2s;


display:inline-block;
border:3px solid black;
border-radius:15px;
background:white;
padding:15px;

text-align:center;

}

.blackbutton:hover 
{
transform: scale(1.1);
}


.yellowbutton
{
color:black;
background:yellow;
display:inline-block;
padding:8px;
border-radius:15px;
border:4px solid yellow;


text-align:center;
}

.yellowbutton:hover
{
opacity:0.5;
filter:alpha(opacity=50);
}

.whitebutton:hover
{
opacity:0.5;
filter:alpha(opacity=50);
}

.whitebutton
{
	color:white;
display: inline-block;
top:40%;
border-radius:15px;
border:4px solid white;
width:200px;
line-height:40px;
height:40px;
text-align:center;
}

.whitebutton:hover
{
opacity:0.5;
filter:alpha(opacity=50);
}











/* img */
#icon
{
width:75px;
height:75px;
object-fit:cover;
border-radius:50%;
}

#iconsmall
{
width:30px;
height:30px;
object-fit:cover;
border-radius:50%;
}































/* pen */
.pink
{
color:#FF40FF;
}

.cyan
{
color:#00C0C0;
}

.pg
{
/*color:#00C0C0;*/
color:pink;
}











/* text */
.poppins
{
font-family:'Poppins',sans-serif;
}

.poppinsw
{
color:white;
font-family:'Poppins',sans-serif;
font-size:1vw;
}

.poppinsw1
{
color:white;
font-family:'Poppins',sans-serif;
font-size:1vw;
}

@media only screen and (max-width:600px)
{
.poppinsw1
{
font-size:3vw;
}
}



.poppins2
{
color:black;
font-family:'Poppins',sans-serif;
font-size:2vw;
}

@media only screen and (max-width:600px)
{
.poppins2
{
font-size:3vw;
}
}


.poppinsw2
{
color:white;
font-family:'Poppins',sans-serif;
font-size:2vw;

}

@media only screen and (max-width:600px)
{
.poppinsw2
{
font-size:4vw;
}
}


.poppinsw3
{
color:white;
font-family:'Poppins',sans-serif;
font-size:3vw;

}


@media only screen and (max-width:600px)
{
.poppinsw3
{
font-size:5vw;
}
}


.poppinsw4
{
color:white;
font-family:'Poppins',sans-serif;
font-size:4vw;

}


@media only screen and (max-width:600px)
{
.poppinsw4
{
font-size:5vw;
}
}











/* btn */
.btn 
{
display: inline-block;
padding: 0.5em 1.5em;
border-radius: 3px;
cursor: pointer;
box-shadow: inset 0 -0.1em 0 0 rgba(0, 0, 0, 0.2), inset 0 1.15em 0 0 rgba(255, 255, 255, 0.1);
}
  
.btn:active 
{
transform: translateY(2px);
box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.2); 
}






/* selection */
::selection 
{
background-color:#27AAE1;
color:#eee;
}

::-moz-selection 
{
background-color:#27AAE1;
color: #eee; 
}

  

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
/* btn */
.btn-primary
{
background-color: #00c000;
color: #eee;
}
.btn-primary:hover
{
background-color: #34afe3;
}
.btn-primary:active
{
background-color: #1ea3da;
}

.btn-secondary
{
background-color: #008000;
color: #eee;
}
.btn-secondary:hover
{
background-color: #ef4574;
}
.btn-secondary:active
{
background-color: #ed295e;
}



	




  
 







/* uploading */
#uploading
{
position: fixed;
z-index:3;
top: 50%;
left: 50%;
/* bring your own prefixes */
transform: translate(-50%, -50%);
background:#000000;
color:#ffffff;
padding:10px;
}

#uploadingmask
{
position:fixed;
z-index:2;
width:100%; 
height:100%; 
top:0; 
left:0;
right: 0;
bottom: 0;

background:rgba(0,0,0,0.6);
}








#loader 
{
position:fixed;
left:50%;
top:50%;

border:12px solid #000000;
border-radius:50%;
border-top:12px solid #3498db;
border-bottom:12px solid #3498db;
  
width:60px;
height:60px;

-webkit-animation:spin 2s linear infinite; /* Safari */
animation:spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin
{
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin
{
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}











/* msg */
#msg
{
display:none;
	
z-index:2;
position:fixed;
top:20px;
right:20px;
padding:5px;
background:green;
height:40px;
line-height:40px;
text-align:center;
border:1px solid white;
border-radius:5px;
}



















/* loading */
#loading img
{
position: fixed;
top: 50%;
left: 50%;
/* bring your own prefixes */
transform: translate(-50%,-50%);
background-repeat:no-repeat;
background-position: center center;
}

#loading
{
position:fixed;

width:100%; 
height:100%; 
top:0; 
left:0;
right: 0;
bottom: 0;

background:rgba(0,0,0,0.6);
}












hr.grey
{
	    border-style: solid;
		border-color:#606060;
background-color:#606060;	
	border-top: 1px solid #606060;
}








/* text */
.tit
{
font-size:6vw;
}

@media screen and(min-width:600px)
{
.tit
{
font-size:1.5vw;
}
}


h1 {

font-size: 28px;
color: #000000;
font-weight: bold;

padding: 0px;
margin: 0px;

display: inline;
}

h2 {

font-size: 16px;
color: #000000;
font-weight: normal;

padding: 0px;
margin: 0px;

display: inline;
}
h3 {

font-size: 12px;
color: #000000;
font-weight: normal;

padding: 0px;
margin: 0px;

display: inline;
}

.h1w
{
color:white;
}
.h2w
{
color:white;
}
.h3w
{
color:white;
}
.h1g
{
color:#606060;
}
.h2g
{
color:#606060;
}
.h3g
{
color:#606060;
}



.g
{
color:grey;
}

.w
{
color:white;
}











/* sidenav */
.sidenav 
{
height:100%;
width:0px;
position:fixed;
z-index:2;
top:0;
left:0;
background-color: #0575BE;
overflow-x: hidden;
padding-top: 60px;

transition: 0.3s;

}

.sidenav a ,.dropdown-btn
{
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #fff;
display: block;
transition: 0.3s;
}

.sidenav a:hover, .dropdown-btn:hover
{
color: #fff;
}

.sidenav .closebtn 
{
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}

/* Dropdown container (hidden by default) */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}


@media screen and (max-height: 450px) 
{
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}






/* quotes */
blockquote 
{
color: rgba(250,200,130,1);

font-family:Tahoma,sans-serif;
font-size:30px;
width:60%;
margin:0 auto;
}
blockquote h1 
{
font-size:4rem;
}
blockquote p 
{
font-style:italic;
margin-bottom:0;
}

blockquote p::before,
blockquote p::after
{
content:"“";
font-family:Georgia;
font-size:8rem;
margin:-2rem 0 0 -4rem;
position:absolute;
opacity:0.5;
}

blockquote p::after 
{
content:"”";
margin:-1rem -4rem 0 0;
}

blockquote cite
{
font-size: 1.5rem;
}


