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

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

html,
body {
    color: #333;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    
}
/*background-image:-webkit- linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
    background-image:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.1))*/
/* ----------------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------------- */


.row {
    margin: 0 12px;
}

section {
    padding: 20px 0;
}

.box {
    padding: 1%;
}

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

h1 {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 30px;
    background-color: #2020e8;
    font-size: 120%;
    word-spacing: 2px;
    letter-spacing: 1px;
}

h2 {
    font-size: 32px;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 1px;
}

h3 {
    font-size: 30px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #2020e8;
    content: " ";
    width: 240px;
    margin: 0 auto;
    margin-top: 12px;
}

h4 {
    font-size: 20px;
    margin-bottom: 6px;
    margin-left: -20px;
}

/*Header
-------------------------
*/
input[type=text].searchd {
    padding: 0.5%;
    font-size: 20px;
    text-align: left;
    padding-left: 48px;
    border-radius: 12px;
    width: 40%;
    background-image: url(../img/search.png);
    background-size: contain;
    background-position: 2px;
    background-repeat: no-repeat;
    float: left;
    margin-left: 80px;
    margin-top: 6px;
}

.btn-search {
    padding: 0.6%;
    float: left;
    margin-top: 6.5px;
    margin-left: 12px;
    border-radius: 12px;
    cursor: pointer;
    background-color: #ffffff;
    color: #2020e8;
    border: 2px solid #333;
}
 
.sicon {
    font-size: 18px;
    text-decoration: none;

}

.errorsearch {
    background-color: rgba(248, 21, 21, 0.8);
    color: #fff;
    font-size: 25px;
    width: 600px;
    height: 80px;
    margin-top: 40px;
    float: right;
    margin-right: 22%;
    border-radius: 120px;
    padding-top: 25px;
    margin-bottom: 20px;
    display: inline-block;
} 
 
.side-nav {
    display: none;
    position: absolute;
    width: 300px;
    background-color: #4b96ed;
    float: left;
    z-index: 1;
}
.side-nav-account {
    display: none;
    position: absolute;
    width: 200px;
    background-color: #4b96ed;
    right: 0;
    z-index: 999;
}

  
.showorhide {
    position: relative;
}
.showaccount{
    position:relative;
}

.navigation {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff;
    z-index: 9999;
    align-items: center;

}

ul {
    list-style: none;
}

.navigationlist {
    z-index: 999;
}

.lstyle {
    list-style: none;
    margin-left: 8px; 
}
.lstyle2 {
    list-style: none;
    text-align: center;
    margin-right: 8px;
   
}
.sli:link,
.sli:visited {
    text-decoration: none;
    line-height: 180%;
    color: #ffffff;
    font-size: 24px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.sli:hover,
.sli:active { 
    color: #1c1cf4;
}
 
.sli::before,
.sli.begin::after {
    display: block;
    height: 1px;
    background-color: #3871f0;
    content: " ";
    width: 100%;
    margin: 0 auto;
}

.default { 
    background-color: rgba(202, 36, 232, 0.6);
}
.username{
margin-top: 10px;
font-size: 24px;
display:flex;
justify-content: flex-end;
margin-right: 100px;
}
.iconusr{
    float: right;
    width: 40px;
    cursor: pointer;
    margin-right: 40px;
    margin-top:-42px;
}
/*Menu Bar
-----------------------
*/  
.iconmenu {
    font-size: 40px;
}

.icon {
    float: left;
    width: 40px;
    cursor: pointer;
    margin-right: 6px;
    margin-left: 12px;

}
.iconr {
    float: right;
    width: 40px;
    cursor: pointer;
    margin-right: 40px;

}
.icon:link,
.icon:visited {
    text-decoration: none;
    color: #333;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.icon:hover,
.icon:active {
    color: #336ce0;
}
.lanlsiz{
    height:48px;
    margin-top:2px;
  
}
.iconheight{
    height: 60px;
    width: 60px;
    margin-right: -36px;
    
} 
/*Captcha
-----------------------
*/
div#captcha {
    
    width: 480px;
    font-weight: bold;
    font-size: 15pt;
    color: #fff;
    border-color: #000;
    padding: 0px;
    margin: 0 auto;
    background-color: #404040;
}
.bottomtxt{ 
    border: 2px solid #333;
    width: 50%; 
    margin: 0 auto;
    text-align: center; 
    font-size: 24px;  
    padding:1.2%; 
    border-radius: 12px;
    margin-bottom: 60px;
    
}

/*Main Page
--------------------------------
*/
/* Slideshow container */
.slideshow-container {
  width: 80%;
height: 480px;
  position: relative;
display:block;
  margin: auto;
  border-radius: 12px;
  border: 4px solid #222;
    margin-bottom: 20px;
}
 
/* Hide the images by default */
.mySlides {
  display: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #2020e8;
  font-size: 20px;
  padding: 1.2%;
  position: absolute;
  top: 0;
}
.imgsla{
    width:100%;
    height: 472px;
} 
/* The dots/bullets/indicators */ 
.dot {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 6px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #555;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.2s;
  animation-name: fade;
  animation-duration: 1.2s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.divisionadj {
    position: relative;
    font-size: 60px;
    text-align: center;


}

.divimg {
    width:100%;
    height: 100%;
}

.box {
    border: 4px solid #111;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    height: 360px;
} 

.divdd {
    position: absolute;
    text-decoration: none;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 0;
    color: #fff;
    background: rgba(46, 82, 235, 0.92);
    font-size: 32px;
    text-align: center;
    height: 20%;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.divdd:hover,
.divdd:active {
    background-color: #3ccee8;
}



.leftnews {
    position: absolute;
    z-index:1;
    top: 50%;
    left: 4%;
    font-size: 30px;
    color: #fff;
    opacity: 0.8;
    transition: 0.6s ease;
    cursor: pointer;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;

}

.leftnews:hover,
.leftnews:active {
    color: #004bf5;
}

.rightnews:hover,
.rightnews:active {
    color: #004bf5;
}

.rightnews {
    position: absolute;
    z-index:1;
    top: 50%;
    right: 4%;
    font-size: 30px;
    color: #fff;
    opacity: 0.8;
    transition: 0.6s ease;
    cursor: pointer;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;

}

.newscaption {
    position: absolute;
    text-decoration: none;
    z-index:1;
    text-align: center;
    background-color: #333;
    width: 100%;
    bottom: 0;
    padding: 1.8%;
    font-size: 32px;
    opacity: 0.8;

}
.vplink:link,
.vplink:visited{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.vplink:hover,
.vplink:active {
    color: #004bf5;
}

.missionstate {
    padding: 1.2%;
    text-align: center;
}

.fontmis {
    color: #333;
    margin-top: 6px;
    font-size: 24px;
    margin-bottom: 60px;
    text-align: left !important;
    margin-left: 16px;
    white-space: pre-wrap;
}
/*Astro
------------------------------
*/
.opprotunity{
     display: block;
    margin: auto;
    margin-top: 20px;
    width: 80%;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    padding: 2%; 
    background-image: linear-gradient(140deg, #004bf5, #333);
    text-decoration: none;
    font-size: 150%;
    word-spacing: 2px;
    letter-spacing: 1px;
    -webkit-transition: background-image 0.2s;
    transition: background-image 0.2s;
}
.opprotunity:hover,
.opprotunity:active{
    background-image: linear-gradient(140deg, #03a3f8, #333);
}
.aores{
    color:#fff; 
    width: 100%;
    padding: 2%;
    display: block; 
    text-decoration: none;
    border-radius: 12px;
    border: 2px 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;
}
.aores:hover,
.aores:active{
    background-color: #3399f2;
}
.adminladj{
    width:80%; 
    display: block;
} 
.gyus{
    width:80% !important;
}
/*News
--------------------------
*/
.page-header { 
    margin-top: 28px;
    margin-bottom: 8px;
    font-size: 36px;
    font-weight: 300; 
}  
.datte{
    font-size: 28px;
    margin-bottom:16px;
}
.imga{
    width: 80%;
    height: 480px;
}
.imgz{
    width: 640px;
    height: 360px;
}
.icon-date{
    margin-left: 20px;
    margin-right: 8px;
}
.contentp{
    display: flex;
    margin: 36px auto;
    font-size: 24px;
    padding-left: 4%;
    padding-right: 4%;
    text-align: left !important;
    white-space: pre-wrap;
    
}

.backbtn{
    display: flex;
    justify-content: center;
    align-content: center;
    width: 40%;
    text-decoration: none;
    padding: 1.2%;
    cursor: pointer;
    color: #fff;
    background-color: #4444c4;
    border: 2px solid #333;
    border-radius: 20px;
    margin-left: 10%;
    margin-bottom: 48px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    
}
.backbtn:hover,
.backbtn:active{
    background-color: #55a3dd;
}

/*Modal 
--------------------------
*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 80px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.36); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 25px;
  border: 2px solid #2020e8;
  width: 80%;
 height:480px;
    font-size:36px;
    color:#111; 
}
 
/* The Close Button */   
.close {
  color: #000000; 
  float: right;
  font-size: 36px;
  font-weight: bold;
margin-top:-20px;
margin-right:-8px;
}

.close:hover,
.close:focus {
  color: #ff1f1f;
  text-decoration: none;
  cursor: pointer;
}

/*Table
-------------------------
*/
table{
    border-collapse: collapse;
    table-layout: auto;
    width: 100%;
    margin-top: 12px; 
    z-index: -1;
}

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;
    padding-left: 20px;
}
tr:nth-child(even) {
    background-color: #f0f0f0;
}
th {
    background-color: #2caad0;
    color: white;
}
.plinkd:link,
.plinkd:visited{
    text-decoration: none;
    color: #5535db;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s;
}
.plinke:link,
.plinke:visited{
    text-decoration: none;
    color: #5535db;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s;
}
.plinkd:hover,
.plinkd:active{
    color:#fd4343;
}
.plinke:hover,
.plinke:active{
    color:#43dd43;
}
input[type=radio]{
    height:60px;
    vertical-align: middle;
}
.biolink{
    text-decoration:none;
    color: #2020e8;
    font-size: 110%;
    -webkit-transition:  color 0.2s;
    transition:  color 0.2s;
}
.biolink:hover,
.biolink:active{
    color: #47d668;
}
.contentz{
    display: flex;
    margin: 16px auto;
    font-size: 32px;
    padding-left: 4%;
    padding-right: 4%;
    text-align: left !important;
    white-space: pre-wrap;
}
/*Profile
------------------------
*/
.proa{
    padding: 2%;
    text-decoration: none;
    font-size: 24px;
    border-radius: 12px;
    border: 2px solid #333;
    background-color: #9d25e8;
    color:#fff;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
}
.proa:hover,
.proa:active{
    background-color: #aa67ed;
}
.proas{
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 1.2%;
    text-decoration: none;
    font-size: 24px;
    border-radius: 12px;
    border: 2px solid #333;
    background-color: #9d25e8;
    color:#fff;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 20px;
    margin-bottom: 60px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
}
.proas:hover,
.proas:active{
    background-color: #aa67ed;
}
.exteo{
    margin-bottom: 20px;
    
}
.selfinfo{
    float: left;
    text-align: left !important;
    margin-left:20px;
    font-size: 28px;
    white-space: pre-wrap;
}
.imgusrad{
    display:inline;
    float: left;
    vertical-align: middle;
    height:120px;
    margin-left:20px;
}
.picinfoo{
    width: 100%;
    height: auto;
    margin-top:20px;
    
} 

/*File Selection
-------------------------
*/
.file-upload { 
  display: inline-block;
  font-size: 16px;
    margin-top: -24px;
    
}  

.file-upload__input {
  display: none;
}
 
.file-upload__button {
    display:inline;
  -webkit-appearance: none;
  background: #3bbccc;
  border: 2px solid #000000;
  border-radius: 6px;
  outline: none;
  padding: 0.8em 1em;
  margin-right: 12px;
  color: #fff; 
  font-size: 1em;
  font-family: sans-serif;
  font-weight: bold;
  cursor: pointer;
  background-color: #3bbccc;
 margin-top: 30px;
    -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;
display:inline;
vertical-align: middle;
} 
textarea{ 
    margin-top: 20px;
    margin-bottom: 36px;
    height: 480px;
    width: 80%;
    border: 4px solid #333;
    border-radius: 12px;
    font-size: 24px;
    text-align: left !important;
    padding: 1.2%;
    white-space: pre-wrap;
 
      
}   

.tghu{
    margin-bottom: 32px;
    
}
/*Create and Edit Post
----------------------------------
*/
.formnew{
padding: 1.2%;
width:92%;


}
.dfr{
    display: inline-block;
    float:left !important;
    position: relative;
}
.fgh{
    display: inline-block;
    font-size: 32px;
    vertical-align: middle;
    
    
}
.textpost{
    height:320px;
}
/*Login Form  
--------------------------
*/
.loginform{
    width: 96%; 
    margin: auto;
}
.find {
    color: #222;
}
.tmarg{
    margin-top: 20px;
} 
input[type=password],
input[type=email],
input[type=text],
select{  
    width: 100%;
    padding: 8px;
    padding-left: 12px;
    border-radius: 4px;
    border: 2px solid #484848;
    font-size:20px;
    text-align: left !important;
}
.subbie{ 
    padding: 1.2%;
    font-size: 24px;
    margin-top: -10px;
    border-radius: 12px;
    border: 2px solid #333;
    background-color: #3e72ff;
    color:#fff;
    padding-left: 6px;
    padding-right: 6px;
    width:90%;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
}
.subbie:hover,
.subbie:active{
    background-color: #4b96ed;
}
.fpass{
    text-decoration: none;
    color:#333;
    border: 2px solid;
    padding: 2%;
}  
.successcreate{
    font-size: 150%;
    word-spacing: 2px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    letter-spacing: 1px;
    background-color: #7dff72;
    color: #fff;
}
.faillog{ 
    font-size: 150%; 
    word-spacing: 2px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    letter-spacing: 1px;
    background-color: #f44e4e;
    color: #fff;
} 
/*Tooltip and Dropdown
-------------------------------- 
*/
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
margin-left: 8px;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 128px;
  background-color: #2a50f0;
  color: #fff;
  text-align: center;
  padding: 6px;
  border-radius: 8px;
font-size:14px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
    vertical-align: middle;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext {
  top: -25px;
  left: 108%;
}
.smallicon{
    color:#7e30ea;
    font-size:18px;
    vertical-align: middle;
}
/*Footer 
------------------------------ 
*/
footer {
    background-color: #50606d;
    padding: 20px;
    font-size: 16px;
    width: 100%;
    color: #fff;
    display: flex;
} 

.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: #2020e8;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

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