*{padding: 0; margin: 0; font-family: nunito sans;}
*:focus{
    outline:none;
    scroll-behavior: smooth;
    transition: .35s;
}

a{
    color: black;
    text-decoration: none;
}



#container{
    background-color: rgb(236, 236, 236);
    width: 100%;
    min-height: 100vh;
    display: inline-block;
}

#menu{
    width: 100%;
    height: 60px;
    background-color: white;
    position: fixed;
    top:0;
    transition:.5s;
    overflow: hidden;
    z-index: 6;
}

#menu img{
    width: 60px;
    height: 60px;
    margin: 0 30px;
    float: left;
}

#menu-opt{
    display: inline-block;
    height: 60px;
}

#menu #menu-opt a{
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 10px;
    color: black;
   
}

#menu .opt{
    display: inline-block;
    height: 57px;
    padding: 0px 15px;
}

#menu .opt:hover{
    border-bottom: 3px solid #84195f;
}

#menu .opt p{
    margin-top: 15px;
}

#p-sec,#p-sec-neg{
    display: none;
    width: 100%;
}




#phone-menu{
    width: 100%;
    height: 0vh;
    background-color: white;
    z-index:12;
    display: none;
    position: fixed;
    top:0;
    overflow: hidden;
    transition: .3s;
}
#phone-menu a{
    display: block;
    margin-top: 50px;
    text-transform: uppercase;
    color:black;
}


#phone-menubar,#admin #menubar{
    height: 60px;
    width: 100%;
    position: fixed;
    top:0;
    background-color: white;
    display: none;
    z-index:10;
}
#admin #menubar{
    display: inline-block;
}

#phone-menubar img,#admin #menubar img{
    height:60px;
    float:left;
    margin-left: 20px;
}

#admin #menubar a{
    font-size:30px;
    float:right;
    margin-right: 20px;
    color: #ffb245;
    cursor: pointer;
    margin-top: 5px;
}



#phone-menubar i,#phone-menu i{
    font-size:30px;
    float:right;
    margin-right: 20px;
    color: black;
    cursor: pointer;
    margin-top: 12px;
    color:#84195f;
}



#container h1,#contact-info h1{
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
    color:white;
    text-transform: uppercase;
}

#landing-img{
    width:100%;
    background-color: rgb(80, 152, 80);
    padding-bottom:10px ;
    z-index:2;
}

#imgg{
    background-image: url(images/bg.jpg);
    background-position: center;
    background-size: cover;
    height:200px;
    width:100%;
    filter:brightness(50%);
}

#landing-img img{
    height: 200px;
    position: relative;
}

#landing-img h1{
    color: white;
}

#about{
    display: inline-block;
    width: 98%;
    padding: 30px 0;
    padding-left: 2%;
    background-color:#1f6878;
    color:white;
}


#main{
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}




#see-all{
    text-transform: uppercase;
    margin: 10px 0px;
    display: block;
}
#see-all i{
    border: 1px solid #84195f;
    border-radius:100%;
    padding:3px 5px;
    color: #84195f;
    margin-right:5px;
}
#see-all p{
    display: inline-block;
}


#home-events{
    display: inline-block;
    width: 98%;
    padding: 30px 0;
    padding-left: 2%;
    background-color: rgb(236, 236, 236);
}


#h-e-contain{
    width: 100%;
    margin: 10px 0px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding:15px 0px;
}

#main #h-e-contain{
    width: 100%;
    margin: 10px 0px;
    white-space:normal;
    overflow-x: auto;
    overflow-y: hidden;
    padding:15px 0px;
}

#ev-main{
    width: 380px;
    margin: 0px 15px;
    border-radius: 3px;
    float:left;
    background:white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
}

#main #ev-main{
    margin-bottom: 10px;
}

#eflyer{
    padding:10px 20px;
    height: 140px;
    display: block;
    background-position: center;
    background-size: cover;
    background-color: #84195f;
}
#evinfo{
    padding:10px 20px;
    height: 155px;
}
#e-day{
    font-size: 70px;
    height: 70px;
    margin-left: -5px;
    font-weight: lighter;
    color:white;
}

#e-month-year{
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
    color:white;
}

#e-detail{
    text-decoration:underline;
    text-decoration-color: #1f6878;
    height: 65px;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    white-space: pre-wrap;
    text-align: justify;
}

#e-time{
    margin-top: 10px;
    font-size: 14px;
}

#e-location{
    text-decoration:#1f6878;
    margin-top:10px;
    font-size:13px;
    display: inline-block;
    white-space: pre-wrap;
    width: 100%;
}

#e-location i{
    margin-right: 5px;
    margin-top: 5px;
    font-size: 17px;
    color: #1f6878;
}




#media{
    width: 98%;
    display: inline-block;  
    padding: 30px 0;
    padding-left: 2%; 
    background-color: white;
}

#gallery{
    margin: 10px 0;
    width: 48%;
    float: left;
}

#main #gallery{
    margin: 10px 2%;
    width: 96%;
}

#images img{
    width: auto;
    height: 130px;
    margin-right:1% ;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 5px;
}

#gallery p{
    margin-top: 10px;
    margin-bottom: 5px;
}


.row{
    width:100%;
}
.column{
    width:100%;
}
.column img{ 
    height: 130px;
    width:auto;
    margin-bottom:10px;
    cursor:pointer;
}

.dropbtn{
    cursor: pointer;
}


.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: fixed;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    z-index: 6;
  }
  
  #gallery .dropdown-content {
    position: relative;
  }
  #gallery .dropdown{
      height:30px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
      padding:5px;
      margin-top:10px;
      margin-bottom:10px;
  }
  #gallery .dropdown i{
      margin-left:5px;
  }
  
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}







#news{
    margin: 10px 2%;
    width: 45%;
    float: left;
}

#main #news{
    width: 96%;
    margin: 10px 2%;
}

#just-in{
    width: 40%;
    float: left;
}

#mainnews #just-in{
    width: 100%;
}

#other-news{
    width: 55%;
    float: left;
    margin-left: 4%;
}

#main-pages #news{
    margin: 10px 2%;
    width: 96%;
}

#news h4{
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 0px;
    color: white;
    padding-left: 5px;
    background-color: #84195f;
    width: 100%;
    margin-bottom:10px;
}

#news-c{
    display: inline-block;
}


#just-in img{
    width: 100%;
    height: auto;
}
#mainnews img{
    width:40%;
}

#news h5{
    font-size: 19px;
    margin:5px 0;
}

#news p{
    font-size: 14px;
    margin:5px 0;
}

#main #news h5{
    font-size: 25px;
}

#mainnews #news h5{
    font-size: 30px;
}

#other-cover{
    width: 100%;
    display: inline-block
}

#other-cover img{
    width: 36%;
    float: left;
    margin-top: 10px;
    margin-right: 2%;
}

#oth-details{
    width: 62%;
    float: left;
}

#news-date{
    float: left;
}

#news-c a{
    font-size: 14px ;
    color: black;
    text-decoration: underline;
    text-decoration-color: #84195f;
    float: right;
    margin-top:4px;
}



#img-overlay{
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height:100vh;
    background-color: rgba(0,0,0,0.9);
    z-index: 40;
    display: none;
}
#img-overlay img{
    max-width: 100%;
    max-height: 80vh;
    min-height: 70vh;
    position:absolute;
    top:50%;
    right:50%;
    transform:translate(50%,-50%);
}

#img-overlay i{
    color: white;
    margin-left: 50px;
    font-size: 35px;
    margin: 10px;
    display: block;
    cursor: pointer;
    float: right;
}

#dir{
    margin: 10px 0;
    font-size: 20px;
}

#employment-sec-cover{
    width: 98%;
    display: block;  
    padding: 30px 0;
    padding-left: 2%; 
}



#employment-sec{  
    height: 500px;
    margin-top:10px;
}


#emp-box-menu{
    width: 50%;
    height: 100%;
    padding:10px 15px;
    border-radius: 3px;
    background:white;
    overflow-y: auto;
    cursor:pointer;
}


#main #employment-sec{  
    height: auto;
    margin-top:10px;
    overflow-y:visible;
}


#main #emp-box-menu{
    width: 50%;
    height: auto;
    text-align: left;
}

#emp-list-item{
    width: calc(100% - 20px);
    display: inline-block;
    padding:5px 10px;
    margin-bottom:10px;
    border-bottom: 1px solid #84195f;
}

#emp-list-item:hover{
    background: rgb(235, 235, 235);
}

#emp-title{
    font-size:22px;
    color:#84195f;
}

#emp-company{
    font-size:21px;
    font-weight: bold;
}
#emp-list-item p{
    margin:5px 0;
}
#emp-loc{
    float:right;
}
#emp-loc i{
    margin-right: 5px;
    color:#84195f;
    font-size:22px;
}

#main #emp-loc{
    float: none;
}

#main #emp-box-details p{
    margin-bottom: 5px;
    font-size: 18px;
}

#emp-box-details{
    width: 70%;
    height: auto;
    margin: 2% 2%;
    padding:10px 15px;
    padding-top:15px;
    border-radius: 3px;
    background:white;
}

#main #emp-box-details{
    text-align: left;
}

#job-description{
    display:inline-block;
    width: 100%;
    margin: 10px 0;
    padding:5px 0;
}

#main #job-description{
    width:80%;
}

#app-form{
    margin:10px 0px;
    margin-left:30px ;
    display: inline-block;
    width: calc(100% - 60px);
}

#app-form button{
    float: right;
}

#app-form select,#add select{
    border:none;
    background-color: rgb(230, 230, 230);
    padding: 10px;
    width: auto;
    border-radius: 3px;
    margin:12px 0;
    cursor:pointer;
}


hr{
    color:#84195f;
}



#contact-container{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 450px;
    padding: 30px 0;
    background:rgb(80, 152, 80);
}

#contact-info{
    width:35%;
    height: 100%;
    padding-left: 2%;
}

#contact-info img{
    width:50%;
}

#contact-info div{
    display: block;
}

#c-info-contain{
    margin: 52% 0px;
}

#c-info-contain div{
    margin: 16px 0px;
}


#contact-info span{
    margin-left: 10px;
    color: white;
    font-size: 18px;    
}

#contact-info i{
    color: rgb(157, 229, 157);
    font-size: 22px;
}

#contact-info p{
    color: rgb(157, 229, 157);
    font-size: 18px;
}
#contact-info h1{
    color: white;
}


#contact-input{
    float: left;
    width: 30%;
    height: calc(100% - 60px);
    padding:30px 0px;
    border-radius: 3px;
    background-color: white;
    margin:0% 5% ;
}

#passportopt button{
 float: left;
 margin-right: 10px;
 margin-bottom: 10px;
}

#passportopt #red{
    background-color:red;
}
#passportopt #red:hover{
    background-color:rgb(148, 0, 0);
}

#passportopt #green{
    background-color:rgb(80, 152, 80);
}
#passportopt #green:hover{
    background-color:rgb(1, 137, 1);
}

#contact-input input,#contact-input textarea,
#app-form input,#app-form textarea,#mainlogin input,
#admin #add input,#admin #add textarea,#add .select{
    display: block;
    border: none;    
    padding: 5px;
    border:1px solid rgb(244, 244, 244);;
    background-color: rgb(244, 244, 244);
    font-size: 15px;
    border-radius: 3px;
    margin: 12px 10%;
    width: 76%;
    margin-left: 12%;
    height: 45px;
    color: black;
    font-weight: normal;
    font-size:18px;
}

::placeholder{
    color:grey;
}

#app-form input,#app-form textarea{
    margin:0px 0;
    margin-bottom:20px;
    width: 100%;
}

#app-form span{
    color:red;
    font-size: 13px;
}



#contact-input textarea{
    height: 130px;
}

#app-form textarea,#admin #add textarea{
    height: 80px;
}


#admin #add input,#admin #add textarea,#add .select{
    background:#dadada;
    color: black;
    width: 30%;
}

#contact-input p{
    margin: 0px 12%;
}

#contact-input button{
    margin:15px 12%;
    float: right;
}

button{
    font-weight: bold;
    width: 100px;
    padding: 7px 0px;
    cursor: pointer;
    border: none;
    border-radius:3px ;
    background:rgb(80, 152, 80);
    color: white;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s;
}
button:hover{
    background: rgb(1, 137, 1);
}


#sc{
    float: left;
    width: 10%;
    height: 100%;
}

#sc i{
    display: block;
    margin-top: 50%;
    font-size: 30px;
    color: #ff65c9;
    background-color: #84195f;
    width: 30px;
    padding:10px;
    border-radius: 100%;
}

#sc i:hover{
    color: #84195f;
    background-color: #ff65c9;
}


#scroll-btn{
    display: none;
    transition: 1s;
    cursor: pointer;
}
#scroll-btn i{
    color: black;
    background-color: white;
    font-size: 25px;
    padding: 7px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px gray;
    position: fixed;
    bottom:50px;
    right: 50px;
    z-index: 3;
}
#scroll-btn i:hover{
    color: darkgray;
    transition: .3s;
}


#login{
    margin-left:  20% ;
    margin-top: 100px;
    display: inline-block;
    width: 60%;
    height:400px;
    background-color: rgb(212, 212, 212);
}

#loginimg{
    width: 50%;
    height: auto;
    float:left;
    background-color: rgb(80, 152, 80);
}

#mainlogin{
    width: 50%;
    color: white;
    float:left;
}
#mainlogin h3{
    color:white;
    margin-top: 100px;
    margin-bottom: 20px;
}

#admin #add{
    margin-top: 0vh;
}

#add h3{
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

  
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 94%;
    margin-left: 2%;
    margin-bottom:20px;
  }
  
  td, th {
    border: 1px solid #f5f5f5;
    text-align: left;
    padding: 8px;
  }
  th{
      text-transform: uppercase;
  }
  tr:nth-child(even) {
    background-color: #f5f5f5;
  }


  #m-contain{
    margin-left:2% ;
    width:96%;
}

#m-contain a{color:black}

#m-contain i{
    margin-right: 5px;
    color:#84195f;
}



.apf input{
    margin:0px 0;
    margin-bottom:20px;
    width: 100%;
}

.apf span{
    color:red;
    font-size: 13px;
}
.apf h3{
    margin: 10px 0;
}

#search-cover{
    margin: 20px 0;
}

#search{
    display: flex;
    justify-content: center;
}
#searchinp{
    margin: 0 !important;
    background-color: #ebebeb !important;
    display: inline-block !important;
}

#search button{
    padding: 10px;
    font-size: 24px;
    background-color: #ebebeb;
    color: rgb(80, 152, 80);
    margin-left:-44px;
}

#results{
    margin-left: 4%;
}
#results span{
    text-decoration: underline;
    text-decoration-color: rgb(80, 152, 80);
    font-weight: bold;
    font-size: 25px;
}

#preload{
    position: fixed;
    top:0;
    width: 100%;
    height: 100vh;
    z-index:5; 
    overflow: hidden;
    transition: .3s;
}

#preload #landing-img{
    width: 100%;
    height: 100%;   
}

#preload #landing-img img{
    height: 50%;   
}

#preload h1{
    margin-bottom: 1%;
}

#preload h2{
    margin-bottom: 4%;
    color:white;
}

#landing-img h2{
    color:white;
}

#preload p{
    color:white;
}
#preload button{
    background-color: white;
    color: rgb(80, 152, 80);
}

#preload button:hover{
    background-color: rgb(1, 137, 1);;
    color: white;
}

#tablecover{
    padding-bottom: 20px;
}

#options{
    display:flex;
    justify-content:center;
    width:100%;
    margin:20px 0px;
}

#options a{
    color:white;
    text-decoration: none;
}

#options button{
    display:inline-block;
    background-color:lightgrey;
    padding:10px 10px;
    width:17rem;
    margin:0px 10px;
    color:white;
}

#divToPrint p{
    font-size:25px;
}

#options button:hover{
    display:inline-block;
    background-color:darkgrey;
}

#options #button-selected{
    background:rgb(80, 152, 80);
}

#options #button-selected:hover{
    background:rgb(80, 152, 80);
}

#mailinput{
    width:100%;
    padding:20px 0;
}

#mailinput button{
    width:200px;
}


#options #subcover{
    display:block;
}

#options #submain{
    display:block;
    height:0px;
    overflow:hidden;
    transition:.2s;
}

#options #submain button{
    display:block;
    border-radius:0;
    color:white;
    background-color:lightgrey;
    
}

#options #submain button:hover{
    background-color:darkgrey;
}

#mailinput span #box{
    width:15px;
    height:15px;
    display:inline-block;
    margin:5px 0px;
    margin-right:2px;
}

#mailinput span{
    margin:5px 0px;
    margin-right:5px;
}
#admin #add .s-button{
    width:auto;
    padding:10px 10px;
}

#admin #add .s-button{
    width:auto;
    padding:10px 10px;
}

#admin #add #userstatus .s-button{
    margin:10px 0;
}


#admin #add #userstatus input{
    width:20px;
    display:inline-block;
    margin:0;
    margin-right:5px;
    position:relative;
    top:15px;
    cursor:pointer;
}

#divToPrint{
       display: none;
   }
   
@media print {
   #divToPrint{
       width:100%;
       transform: scale(1.43);
   }
   
   #divToPrint p{
       font-size:30px;
   }
}


@media only screen and (max-width: 1000px) {
    #menu{display:none}
    #phone-menu,#phone-menubar{
        display: inline-block;
    }

    #scroll-btn i{
        bottom:30px;
        right: 30px;
    }


#app-form{
    margin:10px 0px;
    margin-left:0px ;
    display: inline-block;
    width: 100%;
}


#contact-container{
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 30px 0;
    background:rgb(80, 152, 80);
}

#contact-info{
    width:98%;
    height: auto;
}

#c-info-contain{
    margin: 10% 0px;
}


#contact-input{
    width: 90%;
    height: auto;
}

#sc{
    width: 90%;
    height: auto;
}

#sc i{
    display: inline-block;
    margin-top: 5%;
}


#login{
    margin-left:  0% ;
    margin-top: 0px;
    width: 100%;
    height: 100vh;
    background-color: black;
}
.login #s-button{
    width:auto;
}
#loginimg{
    width: 100%;
    height: 50vh;
    float:left;
}

#mainlogin{
    width: 100%;
    height: 50vh;
    color: white;
    float:left;
}
#mainlogin h3{
    color:white;
    margin-top: 10%;
    margin-bottom: 20px;
}
 
#admin #add input,#admin #add textarea,#add .select{
    width: 70%;
}

#emp-box-details{
    width: 90%;
    height: auto;
    margin: 2% 0;
    margin-left: calc(5% - 30px);
    padding:10px 15px;
    padding-top:15px;
    border-radius: 3px;
    background:white;
}

#tablecover{
    width: 98%;
    padding-right: 2%;
    overflow-x: auto;
    padding-bottom: 10px;
}


}