@font-face{
    font-family: "madimi one";
    src: url("/FONTS/MadimiOne-Regular.woff2");
}

@font-face{
    font-family: "Omnes";
    src: url("/FONTS/omnes-bold.woff2")
}

@font-face{
    font-family: "Bubblegum";
    src: url("/FONTS/BubblegumSans-Regular.woff2")
}

/* text styles */
h1{
    font: 72px "Omnes", sans-serif ;
    color:white;
    text-shadow: 5px 5px blue;
}

h2{
   font:36px "Bubblegum", sans-serif ;
   color: white;
}

h3{
    margin: 10px;
}

p{
    font-family: "madimi one", cursive;
    font-size: 20px;
    padding:5px;
}

body{
    margin: 0;
}

/* positioning classes */

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.center{
    text-align: center;
    
}

.block{
    display: block;
    margin: auto;
    }
    
.flex{
    display: flex;
    justify-content: center;
}

.vertical{
    align-items: center;
}


.spacer{
    height: 300px;
}

input{
    margin: 5px;
}

.iframeContainer{
    width:480px;
    height: 270px;
    overflow-y: scroll;
    overflow-x:hidden;
}

.fetch{
    width:1920px;
    height: 1080px;
    
    transform: scale(0.25);
    transform-origin: 0 0;
}

/* decorative classes */

.btn{
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    margin: 0em 0em 0em 0em;
    padding-block: 1px;
    padding-inline: 6px;
    border-radius: 2px;
    border-width: 1px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
    
    
}
.btn:hover{
        background-color: darkgray;
}
    
.titleContainer{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    z-index: 3;
}
.opacity{
    opacity:0;
}
.opacity:hover{
    opacity:1;
}

.title{
    width: 100%;
    position: absolute;
    bottom:0;
    background-color:  rgba(255,255,255,0.7);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}


img.flower{
    width: 400px;
}

.columnb > img.flower{
    padding-left:300px;
}

.divider{
    position: absolute;
    bottom:-30px;
    z-index: 2;
    width: 100%;
    overflow: hidden;
} 

.divider>h2{
    font-family: "madimi one";
    color: black;
    width: 100%;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.divider > img{
    width: 100%;
    min-width: 1280px;
}

.toppadding10{
    padding-top:10px;
}

.movement.controls{
    border: 1px solid black;
    margin:0;
    padding: 0;
}

.movement.controls > div {
    border:1px solid black;
    
}