/* = = = RESET CSS AND ADONS = = = */
@import "reset.css";
@import "normalize.css";
@import "particles.css";



/* Extra small devices (phones, 600px and down) */
@media screen and (min-width: 0px) {
  /* = = = Paticles-js = = = */
  .particlesBackground {
    position:fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
  }
  /* = = = FONTS & TEXTS = = = */
  body {
    font-family: 'Open Sans', sans-serif;
  }
  h1 {
    font-size: 1.5rem;
  }
  strong {
  	font-weight: bold;
  }
  /* = = = MAIN ELEMENTS = = = */
  hr {
    margin-top: 1rem;
    margin-bottom: 0;
    border-top: 2px solid grey;
  }
  /* = = = MAIN = = = */
  .main {
  }
  /* = = = HEADER SECTION = = = */
  .header {
  }
  /* = = = BODY SECTION = = = */
  .body {
    padding: 3vw;
  }
  .boxContainer {
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    border:1px solid grey;
    color: lightgrey;
  }
  .boxContent {
    padding-top: 1rem;
  }
  @keyframes changeBoxContentLogo
  {
    0%  {background-image: url("../../../graphics/boc_logo_2_sm.png");opacity: 1;}
    25% {background-image: url("../../../graphics/boc_logo_2_sm.png");opacity: 0;}
    26% {background-image: url("../../../graphics/boc_logo_1_sm.png");opacity: 0;}
    50% {background-image: url("../../../graphics/boc_logo_1_sm.png");opacity: 1;}
    75% {background-image: url("../../../graphics/boc_logo_1_sm.png");opacity: 0;}
    76% {background-image: url("../../../graphics/boc_logo_2_sm.png");opacity: 0;}
    100%{background-image: url("../../../graphics/boc_logo_2_sm.png");opacity: 1;}
  }
  .boxContentLogo {
    height: 17vw;
    background-image: url("../../../graphics/boc_logo_2_sm.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    animation: changeBoxContentLogo 16s ease-in infinite;
  }
  .boxContentOffer > p{
    font-size: 0.75rem;
    line-height: 1.5;
    text-transform: uppercase;
  }
  .boxContentEmail {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .boxContentEmail > a {
    margin: 0;
    font-size: 1rem;
    color: #77C69C;
  }
  .boxContentSpam {
    padding-top: 1rem;
    font-size: 0.75rem;
  }
  /* = = = FOOTER SECTION = = = */
  .footer {
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media screen and (min-width: 600px) {
  /* = = = FONTS & TEXTS = = = */
  h1 {
    font-size: 2rem;
  }
  /* = = = MAIN ELEMENTS = = = */

  /* = = = MAIN = = = */
  .main {
  }
  /* = = = HEADER SECTION = = = */
  .header {
  }
  /* = = = BODY SECTION = = = */
  .body {
    padding: 5vw ;
  }
  .boxContentOffer > p{
    font-size: 1rem;
  }
  .boxContentEmail > a {
    font-size: 1.5rem;
  }
  .boxContentSpam {
    font-size: 1rem;
  }
  /* = = = FOOTER SECTION = = = */
  .footer {
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) {
  /* = = = FONTS & TEXTS = = = */
  h1 {
    font-size: 2.5rem;
  }
  /* = = = MAIN ELEMENTS = = = */

  /* = = = MAIN = = = */
  .main {
  }
  /* = = = HEADER SECTION = = = */
  .header {
  }
  /* = = = BODY SECTION = = = */
  .body {
    padding: 7vw;
  }
  .boxContentEmail {
    padding-top: 2rem;
  }
  .boxContentEmail > a {
    font-size: 1.75rem;
  }
  /* = = = FOOTER SECTION = = = */
  .footer {
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media screen and (min-width: 992px) {
  /* = = = FONTS & TEXTS = = = */
  h1 {
    font-size: 3rem;
  }
  /* = = = MAIN ELEMENTS = = = */
  hr {
    margin-top: 2rem;
  }
  /* = = = MAIN = = = */
  .main {
  }
  /* = = = HEADER SECTION = = = */
  .header {
  }
  /* = = = BODY SECTION = = = */
  .body {
  }
  .boxContentEmail > a {
    font-size: 2.25rem;
  }
  /* = = = FOOTER SECTION = = = */
  .footer {
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
  /* = = = FONTS & TEXTS = = = */
  h1 {
    font-size: 3.5rem;
  }
  /* = = = MAIN ELEMENTS = = = */

  /* = = = MAIN = = = */
  .main {
  }
  /* = = = HEADER SECTION = = = */
  .header {
  }
  /* = = = BODY SECTION = = = */
  .body {
  }
  .boxContentOffer > p{
    font-size: 1.25rem;
  }
  .boxContentEmail > a {
    font-size: 3rem;
  }
  /* = = = FOOTER SECTION = = = */
  .footer {
  }
}
