/*
Theme Name: Scoops - Regina Icecream
Theme URI: https://www.bravotango.ca
Author: Bravo Tango
Author URI: https://www.bravotango.ca
Description: The Theme for Scoops - Regina Icecream
Version: 1.0.0
*/
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

*:before, *:after {
  box-sizing: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, big, em, img, small, strong, sub, sup, i, ol, ul, li, form, label, legend, table, thead, tr, th, td, article, aside, canvas, figure, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
}

article, aside, figure, footer, header, nav, section, summary {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
  -ms-interpolation-mode: bicubic;
}

hr {
  display: block;
  width: 115px;
  height: 1px;
  border: 0;
  background: #ccc;
  margin: 20px 0 10px;
  padding: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

th {
  padding: 5px;
  background: #231F20;
  color: #F2EDD9;
}

td {
  padding: 5px;
  border: 1px solid #231F20;
}

::selection {
  background: #CAD334;
  color: #F2EDD9;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

::-moz-selection {
  background: #CAD334;
  color: #F2EDD9;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.clear:before, .clear:after {
  content: " ";
  width: 100%;
  display: table;
}

.clear:after {
  clear: both;
}

.ie7 .clear {
  *zoom: 1;
}

body, html {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 18px;
  font-family: arial, helvetica, sans-serif;
  font-style: normal;
  font-family: "formiga", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #F2EDD9;
  background: #EB559E;
}

.page {
  width: 100%;
  min-height: 100%;
  min-height: 100dvh;
  padding: 5%;
}

.page .flex {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  width: 100%;
}

.content .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 62px;
  position: relative;
  z-index: 1;
}

.content .title .logo {
  width: 238px;
}

.content .status {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 62px;
  line-height: 1;
  margin-top: -12px;
}

.content .status .block {
  display: block;
}

.content .status .image {
  width: 146px;
  margin-top: -30px;
}

.content .social {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px;
}

.content .links {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}

.content .links .link {
  color: #F2EDD9;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.content .links .link .text {
  text-decoration: underline;
}

.content .links .link .icon {
  width: 26px;
  margin-bottom: -2px;
  display: inline-block;
}

@media only screen and (min-width: 1024px) {
  .content .title {
    font-size: 180px;
  }
  .content .title .logo {
    width: 482px;
  }
  .content .status {
    font-size: 180px;
    margin-top: -42px;
    position: relative;
  }
  .content .status .image {
    width: 192px;
    margin: 0;
    position: absolute;
    bottom: -17px;
    right: 50%;
    transform: translateX(430px);
  }
  .content .social {
    font-size: 28px;
  }
  .content .links {
    font-size: 44px;
  }
  .content .links .link {
    gap: 15px;
  }
  .content .links .link .icon {
    width: 52px;
    margin-bottom: -5px;
  }
  .content .links .link .text {
    text-decoration: none;
  }
  .content .links .link:hover .text {
    text-decoration: underline;
    transition: all .2s ease-in-out;
  }
}
