/*
Theme Name: Alfred Public
Author: Quackpipe.com
Author URI: https://alfred.quackpipe.com
Version: 1.0
*/

/* Universal Styles */

@import url('https://fonts.googleapis.com/css2?family=Caprasimo&family=Fredericka+the+Great&family=Lexend:wght@100..900&family=Limelight&family=Monoton&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Viaoda+Libre&family=Gravitas+One&family=Protest+Strike&family=Roboto:ital,wght@0,100..900;1,100..900&family=Imbue:opsz,wght@10..100,100..900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

@import url('https://app.quackpipe.com/wp-content/themes/alfred/style.css');

body {
    background-color: #FFF9ED; !important;
    background-image: url(images/bg-default.jpg);
    background-size: 512px;
    background-position: center;
    overflow-x: hidden;
    width: 100%;
    padding: 0 !important;
}

.headerFont {
    font-family: "Caprasimo" !important;
}

.img-fluid {
    width: 100%;
}

.container {
  padding: 2.5vw;
}

.overflow-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}

/* Wider than viewport */
.custom-row {
    width: 120%;
    margin-left: -10%;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

/* Shift second row */
.row-2 {
    margin-left: -22.5%;
}

/* Equal-width columns */
.custom-col {
    flex: 1;
    min-height: 16vw;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 2rem;
    position: relative;
}

.frame-row-frame {
  background-image: url(/wp-content/themes/alfred_public/images/frame-horizontal-gold.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  position: absolute;
}

.frame-row-iframe {
  width: 20vw;
  height: 14vw;
  top: 50%;
  left: 50%;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  margin-top: -7vw;
  margin-left: -10vw;
}

  @media all and (max-width: 767px) {
    .custom-col {
      min-height: 26vw;
    }
    .frame-row-iframe {
      width: 30vw;
      height: 20vw;
      margin-top: -10vw;
      margin-left: -15vw;
    }
  }



/*#frame-row {
  position: relative;
  width: 120vw;
}

#frame-row-row {
  position: relative;
  min-height: 20px;
  height: 100%;
  width: 100%;
  float: left;
}

#frame-row-row.one {
  background-color: red;
  margin-left: -20vw;
}

#frame-row-row.two {
  background-color: yellow;
  margin-left: 0;
}

#frame-row-frame {
  width: 40vw;
  height: 30vw;
}*/



    