 /* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* 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.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}









.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 103%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}




body{
background-color: #fff7fb;
font-family: 'FortySeven Micro NBP', sans-serif;
}

border {
border-style:dotted;
}

.yourcontainer {
    --borderwidth: 60px;
        /* change the number here to make the border bigger or smaller! for best results keep it between 40-84px. */
    border-image-source: url([YOUR IMAGE PATH.PNG]);

        /* everything else here shouldn't need to be changed! /*
    border: var(--borderwidth) solid transparent; 
    margin: var(--borderwidth);
    border-image-slice: 84; /* don't change this! */
    border-image-repeat: round; /* this makes the border smoothly fit any size container */
    border-image-outset:1; /* this puts the border outside your container */
}
.yourcontainer > .containercontent {
    margin:calc(0px - var(--borderwidth))
/* have this as an element inside your container - for example:
    <article class="yourcontainer">
    <div class="containercontent">
        and your content goes here!
    </div>
    </article>
 */
}
 
#pagebox{
display: flex;
align-items: center;
width: 100%;
margin: 0 auto;
padding: 16px;
}
 
#contentbox{
width: 100%;
background-color: #fff7fb;
color: #000;
padding-left: 4%;
}
 
#header{
margin-bottom: 10px;
padding: 4px;
border-bottom: 1px solid #ff668a;
background-image: linear-gradient(to right,#a21540, #e1245c, #ffb6c6, #f5bf2c, #e9fa62);
color: #fff;
letter-spacing: 3px;
align-content: left;
display:inline-block;
width: 100%;
height:63px;
}
 
#header h1{
margin: 5px;
}
 
.sideinfo{
width:90%;
padding: 0px 0px 5px 5px;
  align-content: center;
}
 
.sidebox{
border: 1px solid #ff668a;
margin: 3% 0px 8% 0px;
padding: 5px 5px 5px 5px;
text-align:center;
  align-content: center;
  word-spacing: 30px;
  white-space: 
}
 
.sideboxcontent{
padding: 0px 0px 5px 5px;
color: #6e5057;
font-size: 17px;
letter-spacing: 1px;
}
 
.sideboxcontent ul, li{
margin: 0px;
list-style-type: none;
padding-left: 0px;
  display:inline;
}
 
a{
text-decoration: none;
color: #ff668a;
}
 
p{
    color: #d60549;
    }
a:visited{
color: #d94165;
}
 
a:hover{
text-shadow: 0px 0px 2px #78beff;
}
 
#scrollcontainer{
padding: 5%;
}

 
#maincontent{
overflow: hidden;
padding: 0px 10px 5px 0px;
margin: 5px;
}
 
.mainboxes{
width: 40%;
display: inline-block;
align-content: center, top;
  vertical-align: text-top;
  padding-left: 4%;
}
 
.subheader{
background-image: linear-gradient(to right, #a21540, #e1245c, #ffb6c6, #f5bf2c, #e9fa62);
padding: 5px;
color: #fff;
letter-spacing: 2px;

}
 
.subheader h3{
margin: 0px;
}
 
.mainboxescontent{
padding: 0px 15px 0px 15px;
font-size: 20px;
word-wrap: break-word;
}
 
#footer{
clear: both;
padding: 3px;
border-top: 1px solid #ff668a;
background-image: linear-gradient(to right, #a21540, #e1245c, #ffb6c6, #f5bf2c, #e9fa62);
color: #fff;
font-size: 18px;
}
 
#footer p{
margin: 0px;
color: white;

}
iframe {
  width; 60%;
}

img{
width: 100%;
  height:100%;
  }
