
/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 150%;
}

html,
body {
    color: #333;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    scroll-behavior: smooth;
    min-height:100vh !Important;
}
/* ----------------------------------------------- */
/* REUSABLE COMPONENTS 
/* ----------------------------------------------- */


.row {
    margin: 0 auto;
    max-width: 100%;
}
ol{
    list-style:none;
}
section {
 padding: 40px 0;  
}

.box {
    padding: 1%;
}

/* ----- HEADINGS ----- */ 
h1,
h2,
h3 {
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    margin-top: 0;
    margin-bottom: 24px;
    color: #fff;
    font-size: 240%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h3 {
    font-size: 30px;
    margin-bottom: 15px;
} 
h2:after {
    display: block;
    height: 2px;
    background-color: #ca24e8;
    content: " ";
    width: 120px;
    margin: 0 auto;
    margin-top: 20px;
}
hr{
    border: 1px solid #b08ef0;
    margin-top: 12px;
} 
h4{
    font-size:20px;
    margin-bottom: 6px;
    margin-left: -20px;
}
ol{
    list-style: none;
}
/*Navigation Links
------------------------------------------
*/
.logos {
    height: 60px;
    margin-left: 20px;
    margin-top: 4px;
    display: none;
}
/* ----- BUTTONS ----- */
.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited{
    border: 2px solid #1dcc2e;
    color: #1dcc2e;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1.2px solid #24cae8;
    color: #24cae8;
}

input[type=submit]:hover,
input[type=submit]:active {
    background-color: #2a9ee6;
}

.btn-full:hover,
.btn-full:active {
    border: 2px solid #2020e8;
    background-color:#1dcc2e;
    color:#fff;
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1.2px solid #2020e8;
    background-color: #2a9ee6;
    color: #fff;
}

.infoo{
    border: 1px solid #24cae8;
    color: #24cae8;
    border-radius: 40px;
    padding: 1.2%;
    cursor: pointer;
    width: 30%;
    margin: 0 auto;
    margin-bottom: 2px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    
}
.infoo:hover,
.infoo:active {
    border: 1px solid #2020e8;
    color: #fff;
    background-color: #24cae8;
}

/* ----------------------------------------------- */
/* HEADER */
/* ----------------------------------------------- */

.header {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/backo.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.front {
    float: left;
    max-width: 100%;
    margin-left: 20px;
    margin-top: 60px;
}

.logo {
    height: 120px;
    width: auto;
    float: left;
    margin-top: 20px;
    margin-left: 12px;
}

.logos { 
    display: none;
    height: 52px;
    width: auto;
    float: left;
    margin: 5px 0;
}


/* Main navi */
.main-nav {
    float: right;
    list-style: none;
    margin-top: 40px;
}
.nob:link,
.nob:visited{
    border-bottom: none;
}
.main-nav li {
    display: inline-block;
    margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0;
    color: #fff; 
    text-decoration: none; 
    text-transform: uppercase;
    font-size: 100%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}
.main-nav li:last-child{
    margin-right: 30px;
}
.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #24cae8;
}
.quote{
    max-width:90%;
}
/*News Section
------------------------------------
*/ 
.post-month{
    font-weight: 400;
    font-size:120%;
}
.postmon{
    font-weight: 400;
    font-size:250%;
}
.news{
    background-color: #d3efee;
}

.page-header {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 36px;
    font-weight: 300;
    
}  
.tlink:link,
.tlink:visited {
    color: #111; 
    text-decoration: none; 
    text-transform: uppercase;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.tlink:hover,
.tlink:active {
    color: #2020e8;
    
}
.pinlink{
    color: #111; 
    font-size:90%;
    text-decoration: none; 
    text-transform: uppercase;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.pinlink:hover,
.pinlink:active {
    color: #2020e8;
    
}
.hundred{
    display:block;  
    min-height: 100vh;
    background-color: #d3efee;
    max-width:100%;
}
.time{
    height: 30px;
}
.datte{
    padding-top: 2px;
    text-decoration:none;
}  
.imga{
display: flex;
margin: 0 auto;
max-width: 30vw;
height: auto;
}
.imgaa{
    display:none !Important;
}
.videeo{
    display: none !Important;
}
.wideeo{  
display: flex;
margin: 0 auto;
max-width: 100%;
height: auto;
}
.contentp{
    margin: 20px auto;
    font-size: 110%;
     
}
.rdmore:link,
.rdmore:visited {
    border: 1px solid #24cae8;
    color: #fff;
    background-color: #2020e8;
    border-radius: 12px;
}
.rdmore:hover,
.rdmore:active {
    border: 1px solid #2020e8;
    background-color: #24cae8;
}
.righta{
    float: right;
    margin-right: 40px;
    background-color: #fff;
      
}
.lefta{
    float: left;
    margin-left: 40px;
    background-color: #fff;
}
.leftaspe{
    float: left;
    margin-left: 10px;
    background-color: #fff;
}
.ladj{
    margin-right: 20px;
}
.radj{
    margin-left: 20px;
}
.bggfont{ 
    font-size:48px;
    margin-left: 60px;
    color:#fff;
}
/*Sidebar
----------------------------- 
*/
input[type=text].searchd{
    padding: 2%;
    padding-left: 42px;
    font-size: 18px;
    border-radius: 12px;
    width: 100%;
    background-image: url(../img/search.png);
    background-size: contain;
    background-position: 1px;
    background-repeat: no-repeat;
}

.btn-search{
    width:100%;
    padding: 2.5%;
    border-radius: 12px;
    cursor: pointer;
    background-color:#ceffff;
    color: #2020e8;
}
.sicon{
    font-size: 20px;
    text-decoration: none;
    
} 
.sbox{
    margin-top: 30px;
}
.red{
    padding:3%;
    border: 2px solid #111;
    border-radius:20px;
    background-color: red;
}
.importantb{
    width: auto;
    padding: 5%;
    display: flex;
    flex: 1;
    border: 2px solid #24cae8;
    margin-top: 6px;
    margin-left: -25px;
    border-radius:8px;
}
.pp{
    margin-top:10px;
}
/* Admin
---------------------------------------
*/
li{
    list-style: none;
}
.loggo{
    color:#fff;
    width: 80%;
    padding: 1.2%;
    display: block;
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid #333;
    font-size: 24px;
    background-color: #3266f0;
    cursor: pointer;
    margin: 36px auto;
    text-align: center;
    
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.loggo:hover,
.loggo:active{
    background-color: #3399f2;
}
/*Blog Table
-------------------------
*/
table{
    width:100%;
    border-collapse: collapse;
    table-layout: auto;
}
th,:nth-last-of-type(1),
th,:nth-last-of-type(2){
    text-align: center;
}
th, td {
    text-align: left;
    padding: 10px;
    font-size: 20px;
}
tr:nth-child(even) {
    background-color: #f0f0f0;
}
th {
    background-color: #2caad0;
    color: white;
}
.plinkd:link,
.plinkd:visited{
    color: #5535db;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.plinke:link,
.plinke:visited{
    color: #5535db;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.plinkd:hover,
.plinkd:active{
    color:#fd4343;
}
.plinke:hover,
.plinke:active{
    color:#43dd43;
}
/*Header Sec Blog
-----------------
*/
.navsec{
    width: 100%;
    display: flex;
    flex-shrink: 0;
    padding:1%;
    min-height:4vh;
    align-content:center;
    vertical-align:middle;
    background-color: #fafafa;

}
.topspace{
    height:2px;
}
.sbox{
    display:inline-block;
    width: 45vw;
    max-width:60vw;
    margin-top: 0.5vh;
    margin-right:2.5vw !important;
}
input[type=text].searchd{
   
    float: left;
    padding: 1%;
    font-size: 24px;
    text-align: left;
    padding-left:48px;
    border-radius: 12px;
    border: 2px solid #111;
    background-image: url(../img/search.png);
    background-size: contain;
    background-position: 1px;
    background-repeat: no-repeat;

}

.btn-search{
    padding: 8% 12.5%;
    align-content:center;
    border: 2px solid #111;
    margin-left: 12px;
    border-radius: 12px;
    cursor: pointer;
    background-color:#ffffff;
    color: #2020e8;
    
}
.sicon{
    font-size: 18px;
    text-decoration: none;
    
} 
.iconmenu{
    
    float:left;
    font-size: 50px;
    cursor: pointer;
    margin-right: 2.5vw;
    margin-left:10px;
    
}
.sli{
    color:#111;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
   
}
.sli:hover,
.sli:active{
    color: #1c35ed;
}
.wte{
    color:#111;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.wte:hover,
.wte:active{
    color: #1c35ed;
}
.lstyle{
   padding:5%;
   font-weight:bold;
}
hr{
    width:100%;
    padding-top:-32px;
    color: #111;
    border: 1.5px solid;
}
.errorsearch {
    display:block;
    background-color: rgba(248, 21, 21, 0.8);
    color: #fff;
    font-size: 25px;
    width: 50vw;
    margin: 0 auto;
    margin-top:10%;
    margin-bottom:10%;
    margin-left: 25vw;
    text-align:center;
    vertical-align:middle;
    border-radius:120px;
    padding: 5%;
}
.side-nav{
    float: left;
    width:50vw;
    display:none;
    background-color: #30b346;
    border: 2px solid #111;
    position:absolute;
    
}
.default{
    color:#fff !important;
    background-color: #e6920b;
}
.z{
    margin-top: -32px;
    background-color:#fcfcfc; 
    width: 100vw !important;
}

/*Add Posts
--------------------------
*/
select {
    font-size: 25px;
    float:left;
    width: 100%;
    padding: 1.5%;
    background: #db32d0;
    color: #fff;
    border: 2px solid #333;
}
.labeltitle{
    margin-top: 1vh;
    font-size: 25px;
    text-align: left;
    
}
.formnew{
    padding:2%;
}
.find {
    color: #333;
}
input[type=text]{
    width: 100%;
    font-size:25px;
    padding: 2%;   
    border-radius: 4px;
    border: 2px solid #333;
    text-align: left;
}
.subbie{
    color:#fff;
    float:left;
    width:50%;
    background-color: #4dd6e2;
    font-size: 20px;
    border-radius: 20px;
    padding: 1.6%; 
    border: 2px solid #333; 
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;

} 
.subbie:hover,
.subbie:active{
    background-color:#ca24e8;
}
.postcreate{
    margin-top:32px;
    font-size: 50px; 
    word-spacing: 2px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    letter-spacing: 1px;
    background-color: #32d14a;
    color: #fff;  
}
.posterror{
    margin-top:32px;
    background-color: rgba(248, 21, 21, 0.8);
    font-size: 50px; 
    word-spacing: 2px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    letter-spacing: 1px;
    color: #fff; 
}
/*File Selection
-------------------------
*/
.file-upload { 
  display: inline-block;
  font-size: 16px;
    margin-top: -24px;
    
}  

.file-upload__input {
  display: none;
}
 
.file-upload__button {
    display:inline;
    float:left;
  -webkit-appearance: none;
  background: #3bbccc;
  border: 2px solid #000000;
  border-radius: 6px;
  outline: none;
  padding: 5%;
  margin-right: 12px;
  color: #fff; 
  font-size: 1em;
  font-family: sans-serif;
  font-weight: bold;
  cursor: pointer;
  background-color: #3bbccc;
 margin-top: 35px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.file-upload__button:hover,
.file-upload__button:active{
    background-color: #50d1db; 
} 
.file-upload__label {
 font-size: 20px;
 float:left;
display:inline;
vertical-align: middle;
} 
.picinfo{
    width:160px;
    
}
/*Footer 
------------------------------ 
*/
footer { 
    background-color: #50606d;
    padding: 20px;
    font-size: 16px;
    width: 100%;
    color: #fff;
    display: block;
    min-height: 8vh;
}
.footer-nav {
    list-style: none;
    float: left;
    text-align: justify;
}
.footer-nav li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited{
    text-decoration: none;
    font-size: 20px;
    border: 0;
    color: #24cae8;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #fff;
}