body {
  background-color: #330000;
  color: white;
  font-family: Century;
  font-size: 20px;
  height:100%;
  width:100%;
  padding:0;
  margin:0;
}

a {
  color:#FF5959;
  transition: all 0.5s ease;
}

a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { 
  text-decoration: none;
  color:white;
}

a:active { text-decoration: none; }

.card {
  background-color:#4F0000;
}

.card2 {
  background-color:#7D1E1E;
}

.block {
  display:block
}

.row {
  display: flex;
}

.column {
  flex: 100%;
}

.column2 {
  flex: 50%;
}

.column3 {
  flex: 33.33%;
}

.column4 {
  flex: 25%;
}

.column3-4 {
  flex: 75%;
}

.column2-3 {
  flex:66.67%;
}

.center {
  text-align: center;
}

.justify {
  text-align:justify;
}

.p-0 {
  padding:0;
}

.pt-0 {
  padding-top:0;
  }

.pr-0 {
  padding-right:0;
}

.pb-0 {
  padding-bottom:0;
}

.pl-0 {
  padding-left:0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top:0;
  padding-bottom:0;
}

.p-1 {
  padding:5px;
}

.pt-1 {
  padding-top:5px;
}

.pr-1 {
  padding-right:5px;
}

.pb-1 {
  padding-bottom:5px;
}

.pl-1 {
  padding-left:5px;
}

.px-1 {
  padding-left:5px;
  padding-right:5px;
}

.py-1 {
  padding-top:5px;
  padding-bottom:5px;
}

.p-2 {
  padding:10px;
}

.pt-2 {
  padding-top:10px;
}

.pr-2 {
  padding-right:10px;
}

.pb-2 {
  padding-bottom:10px;
}

.pl-2 {
  padding-left:10px;
}

.px-2 {
  padding-right:10px;
  padding-left:10px;
}

.py-2 {
  padding-top:10px;
  padding-bottom:10px;
  
}

.p-3 {
  padding:15px;
}

.pt-3 {
  padding-top:15px;
}

.pr-3 {
  padding-right:15px;
}

.pb-3 {
  padding-bottom:15px;
}

.pl-3 {
  padding-left:15px;
}

.px-3 {
  padding-right:15px;
  padding-left:15px;
}

.py-3 {
  padding-top:15px;
  padding-bottom:15px;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top:0;
}

.mr-0 {
  margin-right:0;
}

.mb-0 {
  margin-bottom:0;
}

.ml-0 {
  margin-left:0;
}

.mx-0 {
  margin-left:0;
  margin-right:0;
}

.my-0 {
  margin-top:0;
  margin-bottom:0;
}

.m-1 {
  margin:5px;
}

.mt-1 {
  margin-top:5px;
}

.mr-1 {
  margin-right:5px;
}

.mb-1 {
  margin-bottom:5px;
}

.ml-1 {
  margin-left:5px;
}

.mx-1 {
  margin-right:5px;
  margin-left:5px;
}

.my-1 {
  margin-top:5px;
  margin-left:5px;
}

.m-2 {
  margin:10px;
}

.mt-2 {
  margin-top:10px;
}

.mr-2 {
  margin-right:10px;
}

.mb-2 {
  margin-bottom:10px;
}

.ml-2 {
  margin-left:10px;
}

.mx-2 {
  margin-right:10px;
  margin-left:10px;
}

.my-2 {
  margin-top:10px;
  margin-bottom:10px;
}

.m-3 {
  margin:15px;
}

.mt-3 {
  margin-top:15px;
}

.mr-3 {
  margin-right:15px;
}

.mb-3 {
  margin-bottom:15px;
}

.ml-3 {
  margin-left:15px;
}

.mx-3 {
  margin-right:15px;
}

.my-3 {
  margin-top:15px;
  margin-bottom:15px;
  margin-left:15px;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed; 
  z-index: 1; 
  top: 0;
  left: -15px;
  background-color: #4F0000; 
  overflow: hidden; 
  transition: 0.5s; 
}

.sidebar a{
  text-decoration: none;
  display: block;
}

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

.openbtn {
  cursor: pointer;
  background-color: #4F0000;
  color: white;
  font-family: Century;
  font-size: 20px;
  border: none;
  transition: all 0.5s ease;
}

.openbtn:hover{
  background-color: #FF5959;
  color:#330000;
}

#main {
  transition: margin-left .5s;
  padding: 20px;
}

.headerbox {
  display: block;
  width: 100%;
  height: 10%;
  padding-bottom: 20px;
  background-image: url("/assets/banner2.png");
  background-size: cover;
  background-position: 0% 35%;
}

.header {
  display: block;
  width:40%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.icon {
  width: 300px;
  height: 300px;
  border: none;
  float:right;
  margin-left: 15px;
}

.navicon {
  float: left;
  width: 200px;
  height: 200px;
  border: none;
  margin-right: 15px;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #7D1E1E;
  text-align: center;
  border-radius: 0;
  position: absolute;
  z-index: 1;
  width: 100px;
  bottom: 100%;
  left: 50%;
  margin-left: -50px; /* Use half of the width, to center the tooltip */

}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.button {
  background-color: #4F0000;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease;
  margin: 5px;
}

.button:hover {
  background-color: #FF5959;
  color: #330000;
}

.image {
  height: 800px;
  width: 100%;
  object-fit: cover;
}

.myImg {
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {
  opacity: 0.7;
}

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

@media only screen and (max-width: 900px){
  .modal-content {
    width: 100%;
    
  }
  
  .caption {
    width: 100%;
    height:400px;
  }
  
  .icon {
    display: flex;
    float: none;
    margin: auto;
    justify-content: center;
  }
  
  .navicon {
    display: flex;
    float: none;
    margin: auto;
    justify-content: center;
  }
  
  .about, .navtext {
    text-align: center;
  }
  
  .wrap {
    flex-wrap: wrap;
    justify-content: center;
    width:100%;
  }
  
  .column, .column2, .column3, .column4, .column3-4, .column2-3 {
    flex: 100%;
  }
  
  .image {
    height: 500px;
  }
  
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  
  .hide {
    display:none
  }

    
}