@font-face {
    font-family: "Konstania-Bold";
    src: url('./resources/Kostania-Bold.ttf') format("TrueType");
}
html {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    background-color:rgba(255, 231, 251, 0.5);   
    
}

a:link, a:visited{
    text-decoration: none;
    color:rgb(255, 187, 225);
}

body{
    padding: 10px;
    }


header{
 height: auto;
}


#region{
float: right;
z-index: 1;
margin: 5px;
padding: 10px;
background-color: aliceblue;
width: 100px;
font-size: 1rem;
border-radius: 5px;
border: solid, rgb(255, 187, 225);
height: 10px;
}

#paragraph{
    font-size: 1.25rem;
    background-color: aliceblue; 
    color: rgb(255, 187, 225);
    border: solid, rgb(255, 187, 225);
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    font-family: "Konstania-Bold";
}

#your_events{
    display: block;
    flex: wrap;
    font-size: 1.25rem;
    background-color: aliceblue; 
    color: rgb(255, 187, 225);
    border: solid, rgb(255, 187, 225);
    width: 150px;
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-family: "Konstania-Bold";
    position: fixed;

}

#your_events_submit{
    z-index: 1;
    flex: wrap;
    font-size: 1.25rem;
    background-color: aliceblue; 
    color: rgb(255, 187, 225);
    border: solid, rgb(255, 187, 225);
    width: 150px;
    right: 10px;
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-family: "Konstania-Bold";
    position: fixed;

}

li{
    list-style-type: none;
    display: inline; 
    background-color: white;
}

#title{
    font-family: 'Konstania-Bold';
    font-size: 10rem;
    color: rgb(255, 187, 225);
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
@media only screen and (max-width: 800px){
   #title{
      font-size: 4em;
    }
    .date_search{
        width: 50px;
        font-size: 4px;
    }
    #region{
        height: 5px;
        font-size: 0.75rem;
         padding: 3px;
        margin: 2px;
    }

   
   
}

#search{
    display: flex;
    justify-content: end;
    padding: 5px;
}

.date_search{
    border-radius: 5px;
    background-color: rgb(255, 187, 225);
    border: none;
    padding: 10px;
    color: rgb(107, 105, 105);
}

.date_search:hover{
   cursor: pointer;
} 


.footer{
    height: auto;
    background-color: whitesmoke;
    padding: 10px;
    z-index: 10;
    position: fixed;
    bottom: 5px;
    width: 95%;
    justify-content: space-between;
}

#design_info{
    justify-content: space-between;
    display: flex;
}

#footer_log{
    font-family: "Konstania-Bold";
    font-size: 25px; 
    display: flex;
    margin: 10px; 
    height: 30px; 
    color:rgb(255, 187, 225); 
    background-color: rgb(55, 53, 53); 
    padding: 10px; 
    border-radius: 5px;
}

@media only screen and (max-width: 800px){
#footer_log{
 font-size: 15px;
 display: flex;
}
}

/*calendar*/
ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-template-rows: auto;
    gap: 2rem;
    padding: 1rem;
    justify-content: center;
    align-items: center;
}

.event_date {
    font-size: 11px; 
    background-color:#f0f8ff; 
    border: solid, rgb(255, 187, 225);
    margin-top: 5px; 
    padding: 5px;
    border-radius: 3px;
}

.add_to_ics{
 width: 5px;
 position: absolute;
 right: 30px;
 top: 1px;
}

.add_to_ics img{
    width: 25px;
}

#calendar li{
    aspect-ratio: 9/16;
    background-size: cover;
    border-radius: 3px;
    display: block;
    height: auto;
    width: 100%;
    font-size: 1rem;
    padding: .5rem;
    color: rgb(255, 187, 225);
    overflow: scroll;
    position: relative;
    flex-wrap: wrap;
}

.event_title{
    font-family: helvetica;
    font-size: 30px;
    line-height: 150%; 
    padding-bottom: 50px;
    padding-top: 50px;
}

.event_info{
    line-height: 1.5;
    text-align: center;
}

.concept{
    font-size: 20px;
    position: relative;
    bottom: 8px;

}

/* Form css */

.form{
    margin: 5px;
    padding: 5px;
    color: rgb(255, 187, 225);
}
  #submissions{ 
    display: flex; 
    color: whitesmoke;
    flex-wrap: wrap;
    text-align: left;
    background-color: rgb(55, 53, 53);
    line-height: 1rem;
    padding: 1rem;
    line-height: 2rem;
 }
 
 #submissions h2{
   padding-bottom: 15px;
   font-family: "Konstania-Bold";
   font-size: 2rem;
   color: rgb(255, 187, 225);
 }

 #login{ 
    font-family: "Konstania-Bold";
    color: rgb(255, 187, 225);
    stroke: whitesmoke;
    stroke-width: 1rem;
    justify-self:center;
    text-align: center;
    font-size: 3rem;
    line-height: 3.5rem;
    padding: 1rem;
 }



 #username_login{
    width: 100%;
    background-color: rgb(255, 187, 225);
    color: aliceblue;
    opacity: .75;
    border:none;
    padding: 1em;
    border-radius: 5px;
 }

.username_login{
    width: 100%;
    background-color: rgb(255, 187, 225);
    color: aliceblue;
    opacity: .75;
    border:none;
    padding: 1em;
    border-radius: 5px;
 }

 #pw{
    width:100%;
    background-color: rgb(255, 187, 225);
    color: aliceblue;
    opacity: .75;
    border:none;
    padding: 1em;
    border-radius: 5px;
 }

#log_in_form{
    display: block;
    align-content: center;


}


/* input Buttons*/

.forgot_button{
     font-family: "Konstania-Bold";
    font-size: 1.5rem;
    background-color:rgb(255, 187, 225); 
    color: aliceblue;
    border: none;
    padding: 0.5rem;
    border-radius: 5px;
    cursor: pointer;

}

 #login_button{

    font-family: "Konstania-Bold";
    font-size: 2rem;
    background-color:rgb(255, 187, 225); 
    color: aliceblue;
    border:none;
    padding: 1rem;
    border-radius: 5px;
    cursor: pointer;
    }

#submit_button{
    font-family: "Konstania-Bold";
    font-size: 2rem;
    background-color:rgb(255, 187, 225); 
    color: aliceblue;
    border:none;
    padding: 1em;
    border-radius: 5px;
    cursor: pointer;
}

.add_to_calendar{
    font-family: "Konstania-Bold";
    background-color: aliceblue;
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding: 3px;
    border-radius: 3px;
    border: solid, rgb(255, 187, 225); 
}

/* Pop Up */


.popup{
  position: relative;
  display: none;

}

.popuptext {
  width: 500px;
  background-color: #555;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 50%;
  left: 50%;
  margin-left: 2px;
}

.popup_header{
    font-size: 1.25rem;
    justify-content: space-between;
    align-items: center;
    display: flex; 
    font-weight: bold;
}

h4{
    font-weight: bold;
}