body {
    /* font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    position: relative;
    width: 100%;
    height: 100%;
    color: white;
    background-color: black;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 35px;
    letter-spacing: 1px;
    /*  text-transform: uppercase; */
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 25px;
}

.introtext {
    margin: 20px;
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
/*
@media (min-width: 320px) and (max-width: 480px) and (orientation: portrait)
{
    .masthead {
        background: url(../img/pc-background.png) no-repeat left center fixed;
        width: 100vw;
        height: 100vh;
        -webkit-background-size: 200%;
        -moz-background-size: 200%;
        -o-background-size: 200%;
        background-size: 200%;
    }

    .masthead h1 {
        font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1.75rem;
        line-height: 2.5rem;
        background: rgba(255, 255, 255, 1);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        text-transform: initial!important;
    }

    .masthead h2 {
    font-size: 1.5rem;
    margin-bottom: 15rem;
    text-shadow: 1px 1px 10px #000;
  }
  .intro-text {
    font-size: 1rem;
    text-shadow: 1px 1px 10px #000;
  }
  button {
    font-size: 0.8rem !important;
  }

  h2 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1rem;
  }

    #mainNav .navbar-brand img
    {
        width: 70%;
        margin-top: 10px;
    }

    .carousel-item {
        margin-top: 11em;
    }
}
*/
/*
@media (min-width: 320px) and (max-width: 480px) and (orientation: landscape)
{
    .masthead {
        display: table;
        width: 100%;
        height: auto;
        padding: 50px 0;
        text-align: center;
        color: white;
        background: url("../img/mobile-1.png") no-repeat center scroll;
        background-color: black;
    }

    .masthead h2 {
        font-size: 1.5rem;
        margin-bottom: 15rem;
        text-shadow: 1px 1px 10px #000;
    }
    .intro-text {
        font-size: 1rem;
        text-shadow: 1px 1px 10px #000;
    }
     button {
         font-size: 0.8rem !important;
    }

    h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }

    .carousel-item {
        margin-top: 5em;
    }

    #toast1{
        min-width: 50em!important;
        height: 350px;
    }
}
*/
/*
@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 35px;
  }

  #playerContentPodcast {
    margin-top: 150px;
  }
}

@media (max-width: 768px) {
  header {
    margin-top: 70px;
  }
  button {
    font-size: 0.8rem!important;
  }

  .nav-link {
    display: inline;
    padding: .5rem 1rem;
  }
  .card-title, p.card-text {
    font-size: 13px!important;
  }
}
*/

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #007bff;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #007bff;
}
footer a {
    color: #999;
}
#mainNav {
    font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background-color: black;
}

#mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: white;
    border: 1px solid white;
}

#mainNav .navbar-brand {
    font-weight: 700;
    margin-bottom: 15px;
    width: 166px;
}

#mainNav .navbar-brand img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*
#mainNav a {
  color: white;
}
*/
#mainNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: none;
    background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: none;
    background-color: transparent;
}

/* -----------------------------------------
   Badge
----------------------------------------- */

.badge {
    padding: 3px 5px 2px;
    position: absolute;
    top: 10px;
    right: 13px;
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}

/* -----------------------------------------
   Badge
----------------------------------------- */

.playerContentNav {
    background-color: #0c0c0c;
    opacity: 0.5;
}
.playerContentNav:hover {
    opacity: 1;
}
.playerContentNav a {
    color: #ffffff;
    font-size: larger;
}

.messageVidNext {
    display: none;
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 100%;
    z-index: 2147483647;
}
/*
@media (min-width: 992px) {
  #mainNav {
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: black;
  }
  #mainNav .nav-link.active {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #mainNav .nav-link.active:hover {
    color: white;
  }
}
*/

#mainNav .container {
    max-width: 100% !important;
}
/*
.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  color: white;
  background: url("../img/lessons_montage1.jpg") no-repeat center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/

.browse-masthead {
    display: table;
    width: 100%;
    height: auto;
    padding: 200px 0;
    text-align: center;
    color: white;
    background: url("img/thumb-n1e-fullscreen.png") no-repeat /*bottom*/ center
        scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.masthead .container-left {
    width: 700px;
}
.masthead .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.masthead .intro-body .brand-heading {
    font-size: 50px;
}

.masthead .intro-body .intro-text {
    font-size: 18px;
}

.card {
    color: #1b1e21;
    border-radius: 8px;
}
.card-img-top {
    border-radius: 8px 8px 1px 1px;
}
/*
@media (min-width: 768px) {
  .masthead {
    height: 100%;
    padding: 0;
  }

    .masthead  {
        background: url("../img/pc-background.png") no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

  .masthead .intro-body .brand-heading {
    font-size: 100px;
  }
  .masthead .intro-body .intro-text {
    font-size: 22px;
  }
}
*/
.btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 15px;
    line-height: 45px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    color: white;
    border: 2px solid white;
    border-radius: 100% !important;
    background: transparent;
}

.btn-circle:focus,
.btn-circle:hover {
    color: white;
    outline: none;
    background: rgba(255, 255, 255, 0.1);
}

.browse-content-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

#browse-fullscreenImageSerie {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.download-section {
    color: white;
    background: url("../img/downloads-bg.jpg") no-repeat center center scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#map {
    width: 100%;
    height: 300px;
}
/*
@media (min-width: 992px) {
  .browse-content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #map {
    height: 350px;
  }
}
*/
.btn {
    font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-default {
    color: #000000;
    border: 1px solid #000000;
    background-color: transparent;
}

.btn-default:focus,
.btn-default:hover {
    color: black;
    border: 1px solid #000000;
    outline: none;
    background-color: #d0cbcb;
}

ul.banner-social-buttons {
    margin-top: 0;
}
/*
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
*/
/*
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }

  .carousel-item-mobile-podcast {
    height: 1vh;
    min-height: 200px!important;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #playerContentPodcast {
    margin-top: 75px;
  }
}
*/
footer {
    padding: 50px 0;
}

footer p {
    font-size: 14px;
    margin: 0;
}

::-moz-selection {
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
    text-shadow: none;
}

::selection {
    background: #f18e8e;
    text-shadow: none;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

/* SPECIAL CSS */
.toast {
    max-width: 350px;
    overflow: scroll;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.95);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 80%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 8px;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    color: #212529;
}
.toast-body .btn {
    border-radius: 5px;
    border-block: initial;
    border: 1px solid grey;
}

.toast-header button {
    background-color: grey;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50%;
    width: 39px;
    height: 39px;
}

.full-height {
    height: 100%;
    width: 100%;
    background-color: rgb(218 214 214 / 75%);
}

.masthead .full-height-dark {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 75%);
    margin-top: -20px;
}

.masthead h1 {
    font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 5vw;
    line-height: 6vw;
    background: rgba(255, 255, 255, 1);
    /* -webkit-text-fill-color: transparent; */
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: initial !important;
}
.masthead h2 {
    max-width: 40rem;
    font-size: 1.5vw;
}
/*
playerContentNav h1 {
    font-size: 3.5em;
}
*/

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------GENERAL------------------------------------------------------------------------------------*/
/*----------------------------------------------------GENERAL------------------------------------------------------------------------------------*/
/*----------------------------------------------------GENERAL------------------------------------------------------------------------------------*/
/*----------------------------------------------------GENERAL------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

.toast-header {
    font-size: 0.9em;
}

.toast-body h3 {
    font-size: 1.3em;
}

#toast1 {
    min-width: 20em !important;
}

.portfolio-item {
    margin-bottom: 10px;
}

.img-cover {
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 45%);
    z-index: unset;
}

@media (min-width: 768px) {
    .masthead {
        height: 100%;
        padding: 0;
    }

    .masthead {
        background: url("../img/pc-background.png") no-repeat center center
            fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .masthead .intro-body .brand-heading {
        font-size: 100px;
    }
    .masthead .intro-body .intro-text {
        font-size: 22px;
    }
}

.st-valentin {
    background-image: url("../img/bg toast st valentin.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.st-valentin > .toast-body {
    color: black;
    font-weight: 500;
    background-color: rgb(247 244 244 / 65%);
}

.toast-annonce {
    color: #884242;
    /*color: white;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;*/
}

#countdown-nav {
    margin-bottom: 20px;
    z-index: 1031;
    margin: unset;
    margin-top: 65px;
    padding: unset;
    /*background: radial-gradient(ellipse at center, #443501 0%,#000000 100%);*/
    background-color: #0b1826;
}

/*
#textcountdown {
    font-family: 'Times New Roman', serif;

}
*/

#textcountdown {
    background: linear-gradient(
        to bottom,
        #cfc09f 22%,
        #634f2c 24%,
        #cfc09f 26%,
        #cfc09f 27%,
        #ffecb3 40%,
        #af8632 78%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-family: "Playfair Display", serif;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}

#textcountdown:after {
    background: none;
    content: attr(data-heading);
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    text-shadow: -1px 0 1px #c6bb9f, 0 1px 1px #c6bb9f,
        5px 5px 10px rgba(0, 0, 0, 0.4), -5px -5px 10px rgba(0, 0, 0, 0.4);
}

#newsletterModal {
    color: black;
}

.newsletter_bg_image {
    background-image: url("../img/bg-smile-women-phone.png");
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
}

#newsletterModal .modal-body {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------SPECIFIC SCREENS---------------------------------------------------------------------------*/
/*----------------------------------------------------SPECIFIC SCREENS---------------------------------------------------------------------------*/
/*----------------------------------------------------SPECIFIC SCREENS---------------------------------------------------------------------------*/
/*----------------------------------------------------SPECIFIC SCREENS---------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------IPHONES-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .dim {
        margin-right: -10px;
    }

    .navbar-brand img {
        width: 100% !important;
        margin-top: -10px !important;
    }

    #mainNav .navbar-brand {
        font-weight: 700;
        margin-bottom: 15px;
        width: 130px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .masthead {
        background: url(../img/pc-background.png) no-repeat left center fixed;
        width: 100vw;
        height: 100vh;
        -webkit-background-size: 200%;
        -moz-background-size: 200%;
        -o-background-size: 200%;
        background-size: 200%;
    }

    .masthead h1 {
        font-family: "Varela Round", -apple-system, BlinkMacSystemFont,
            "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
            "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji";
        font-size: 5vw;
        line-height: 4vw;
        background: rgba(255, 255, 255, 1);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        text-transform: initial !important;
    }

    .masthead h2 {
        font-size: 1.5rem;
        margin-bottom: 15rem;
        text-shadow: 1px 1px 10px #000;
    }
    .intro-text {
        font-size: 1rem;
        text-shadow: 1px 1px 10px #000;
    }
    button {
        font-size: 0.8rem !important;
    }

    h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }

    #mainNav .navbar-brand img {
        width: 70%;
        margin-top: 10px;
    }

    .carousel-item {
        margin-top: 19em;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .masthead {
        display: table;
        width: 100%;
        height: auto;
        padding: 50px 0;
        text-align: center;
        color: white;
        background: url("../img/mobile-1.png") no-repeat /*bottom*/ center
            scroll;
        background-color: black;
    }

    .masthead h2 {
        font-size: 1.5rem;
        margin-bottom: 15rem;
        text-shadow: 1px 1px 10px #000;
    }
    .intro-text {
        font-size: 1rem;
        text-shadow: 1px 1px 10px #000;
    }
    button {
        font-size: 0.8rem !important;
    }

    h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }

    .carousel-item {
        margin-top: 14em !important;
    }

    #toast1 {
        min-width: 30em !important;
        height: 300px !important;
    }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .masthead {
        background: url(../img/pc-background.png) no-repeat left center fixed;
        width: 100vw;
        height: 100vh;
        -webkit-background-size: 200%;
        -moz-background-size: 200%;
        -o-background-size: 200%;
        background-size: 200%;
    }

    .masthead h1 {
        font-family: "Varela Round", -apple-system, BlinkMacSystemFont,
            "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
            "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji";
        font-size: 6vw;
        line-height: 7vw;
        background: rgba(255, 255, 255, 1);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        text-transform: initial !important;
    }

    .masthead h2 {
        font-size: 4vw;
        margin-bottom: 15rem;
        text-shadow: 1px 1px 10px #000;
    }
    .intro-text {
        font-size: 1rem;
        text-shadow: 1px 1px 10px #000;
    }
    button {
        font-size: 0.8rem !important;
    }

    h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }

    #mainNav .navbar-brand img {
        width: 70%;
        margin-top: 10px;
    }

    .carousel-item {
        margin-top: 19em;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #masthead_elementsContainer {
        padding-top: 5vw;
    }
    .masthead {
        display: table;
        width: 100%;
        height: auto;
        padding: 50px 0;
        text-align: center;
        color: white;
        background: url("../img/mobile-1.png") no-repeat /*bottom*/ center
            scroll;
        background-color: black;
    }

    .masthead h1 {
        font-family: "Varela Round", -apple-system, BlinkMacSystemFont,
            "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
            "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji";
        font-size: 4vw;
        line-height: 5vw;
        background: rgba(255, 255, 255, 1);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        text-transform: initial !important;
    }

    .masthead h2 {
        font-size: 2vw;
        margin-bottom: 15rem;
        text-shadow: 1px 1px 10px #000;
    }
    .intro-text {
        font-size: 1rem;
        text-shadow: 1px 1px 10px #000;
    }
    button {
        font-size: 0.8rem !important;
    }

    h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }

    .carousel-item {
        margin-top: 12em;
    }

    #toast1 {
        min-width: 30em !important;
        height: 300px !important;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #masthead_elementsContainer {
        padding-top: 3vw;
    }

    .masthead {
        background: url(../img/pc-background.png) no-repeat left center fixed;
        width: 100vw;
        height: 100vh;
        -webkit-background-size: 200%;
        -moz-background-size: 200%;
        -o-background-size: 200%;
        background-size: 200%;
    }

    .masthead h1 {
        font-family: "Varela Round", -apple-system, BlinkMacSystemFont,
            "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
            "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji";
        font-size: 6vw;
        line-height: 8vw;
        background: rgba(255, 255, 255, 1);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        text-transform: initial !important;
    }

    .masthead h2 {
        font-size: 4vw;
        margin-bottom: 15rem;
        text-shadow: 1px 1px 10px #000;
    }
    .intro-text {
        font-size: 1rem;
        text-shadow: 1px 1px 10px #000;
    }
    button {
        font-size: 0.8rem !important;
    }

    h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }

    #mainNav .navbar-brand img {
        width: 70%;
        margin-top: 10px;
    }

    .carousel-item {
        margin-top: 16em;
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #masthead_elementsContainer {
        padding-top: 1vw;
    }

    .masthead {
        display: table;
        width: 100%;
        height: auto;
        padding: 50px 0;
        text-align: center;
        color: white;
        background: url("../img/mobile-1.png") no-repeat /*bottom*/ center
            scroll;
        background-color: black;
    }

    .masthead h1 {
        font-family: "Varela Round", -apple-system, BlinkMacSystemFont,
            "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
            "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji";
        font-size: 4vw;
        line-height: 6vw;
        background: rgba(255, 255, 255, 1);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        text-transform: initial !important;
    }

    .masthead h2 {
        font-size: 2vw;
        margin-bottom: 15rem;
        text-shadow: 1px 1px 10px #000;
    }
    .intro-text {
        font-size: 1rem;
        text-shadow: 1px 1px 10px #000;
    }
    button {
        font-size: 0.8rem !important;
    }

    h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }

    .carousel-item {
        margin-top: 12em;
    }

    #toast1 {
        min-width: 40em;
        height: 350px;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .masthead {
        background: url(../img/pc-background.png) no-repeat left center fixed;
        width: 100vw;
        height: 100vh;
        -webkit-background-size: 200%;
        -moz-background-size: 200%;
        -o-background-size: 200%;
        background-size: 200%;
    }

    .masthead h1 {
        font-family: "Varela Round", -apple-system, BlinkMacSystemFont,
            "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
            "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji";
        font-size: 1.75rem;
        line-height: 2.5rem;
        background: rgba(255, 255, 255, 1);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        text-transform: initial !important;
    }

    .masthead h2 {
        font-size: 1.5rem;
        margin-bottom: 15rem;
        text-shadow: 1px 1px 10px #000;
    }
    .intro-text {
        font-size: 1rem;
        text-shadow: 1px 1px 10px #000;
    }
    button {
        font-size: 0.8rem !important;
    }

    h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }

    #mainNav .navbar-brand img {
        width: 70%;
        margin-top: 10px;
    }

    .carousel-item {
        margin-top: 16em;
    }
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    #masthead_elementsContainer {
        padding-top: 1vw;
    }
    .masthead {
        display: table;
        width: 100%;
        height: auto;
        padding: 50px 0;
        text-align: center;
        color: white;
        background: url("../img/mobile-1.png") no-repeat /*bottom*/ center
            scroll;
        background-color: black;
    }

    .masthead h2 {
        font-size: 1.5rem;
        margin-bottom: 15rem;
        text-shadow: 1px 1px 10px #000;
    }
    .intro-text {
        font-size: 1rem;
        text-shadow: 1px 1px 10px #000;
    }
    button {
        font-size: 0.8rem !important;
    }

    h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }

    .carousel-item {
        margin-top: 12em !important;
    }

    #toast1 {
        min-width: 50em !important;
        height: 350px;
    }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .masthead {
        background: url(../img/pc-background.png) no-repeat left center fixed;
        width: 100vw;
        height: 100vh;
        -webkit-background-size: 200%;
        -moz-background-size: 200%;
        -o-background-size: 200%;
        background-size: 200%;
    }

    .masthead h1 {
        font-family: "Varela Round", -apple-system, BlinkMacSystemFont,
            "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
            "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji";
        font-size: 6vw;
        line-height: 8vw;
        background: rgba(255, 255, 255, 1);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        text-transform: initial !important;
    }

    .masthead h2 {
        font-size: 4vw;
        margin-bottom: 15rem;
        text-shadow: 1px 1px 10px #000;
    }
    .intro-text {
        font-size: 1rem;
        text-shadow: 1px 1px 10px #000;
    }
    button {
        font-size: 0.8rem !important;
    }

    h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }

    #mainNav .navbar-brand img {
        width: 70%;
        margin-top: 10px;
    }

    .carousel-item {
        margin-top: 16em;
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .masthead {
        display: table;
        width: 100%;
        height: auto;
        padding: 50px 0;
        text-align: center;
        color: white;
        background: url("../img/mobile-1.png") no-repeat /*bottom*/ center
            scroll;
        background-color: black;
    }

    .masthead h1 {
        font-family: "Varela Round", -apple-system, BlinkMacSystemFont,
            "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
            "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji";
        font-size: 4vw;
        line-height: 5vw;
        background: rgba(255, 255, 255, 1);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        text-transform: initial !important;
    }

    .masthead h2 {
        font-size: 2vw;
        margin-bottom: 15rem;
        text-shadow: 1px 1px 10px #000;
    }
    .intro-text {
        font-size: 1rem;
        text-shadow: 1px 1px 10px #000;
    }
    button {
        font-size: 0.8rem !important;
    }

    h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }

    .carousel-item {
        margin-top: 5em;
    }

    #toast1 {
        min-width: 50em !important;
        height: 350px;
    }
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------IPADS-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .masthead {
        background: url(../img/pc-background.png) no-repeat left center fixed;
        width: 100vw;
        height: 100vh;
        -webkit-background-size: 200%;
        -moz-background-size: 200%;
        -o-background-size: 200%;
        background-size: 200%;
    }

    .masthead h1 {
        font-family: "Varela Round", -apple-system, BlinkMacSystemFont,
            "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
            "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji";
        font-size: 6vw;
        line-height: 8vw;
        background: rgba(255, 255, 255, 1);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        text-transform: initial !important;
    }

    .masthead h2 {
        font-size: 3vw;
        margin-bottom: 15rem;
        text-shadow: 1px 1px 10px #000;
    }
    .intro-text {
        font-size: 1rem;
        text-shadow: 1px 1px 10px #000;
    }
    button {
        font-size: 0.8rem !important;
    }

    h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }

    #mainNav .navbar-brand img {
        width: 70%;
        margin-top: 10px;
    }

    .carousel-item {
        margin-top: 16em;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    #masthead_elementsContainer {
        padding-top: 20vw;
    }
    .masthead {
        display: table;
        width: 100%;
        height: auto;
        padding: 50px 0;
        text-align: center;
        color: white;
        background: url("../img/mobile-1.png") no-repeat /*bottom*/ center
            scroll;
        background-color: black;
    }

    .masthead h1 {
        font-family: "Varela Round", -apple-system, BlinkMacSystemFont,
            "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
            "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji";
        font-size: 6vw;
        line-height: 6vw;
        background: rgba(255, 255, 255, 1);
        /* -webkit-text-fill-color: transparent; */
        -webkit-background-clip: text;
        background-clip: text;
        text-transform: initial !important;
    }
    .masthead h2 {
        font-size: 3vw;
        margin-bottom: 15rem;
        text-shadow: 1px 1px 10px #000;
    }
    .intro-text {
        font-size: 1rem;
        text-shadow: 1px 1px 10px #000;
    }
    button {
        font-size: 0.8rem !important;
    }

    h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }

    .carousel-item {
        margin-top: 5em;
    }

    #toast1 {
        min-width: 50em !important;
        height: 350px;
    }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------Galaxy Tablets-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

/* ----------- Galaxy Tab 2 ----------- */

/* Portrait and Landscape */
@media (min-device-width: 800px) and (max-device-width: 1280px) {
}

/* Portrait */
@media (max-device-width: 800px) and (orientation: portrait) {
    #masthead_elementsContainer {
        padding-top: 20vw;
    }
    .masthead {
        display: table;
        width: 100%;
        height: auto;
        padding: 50px 0;
        margin-top: -1px;
        text-align: center;
        color: white;
        background: url("../img/pc-background.png") no-repeat /*bottom*/ center
            scroll;
        background-color: black;
    }

    .masthead h1 {
        font-family: "Varela Round", -apple-system, BlinkMacSystemFont,
            "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
            "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji";
        font-size: 6vw;
        line-height: 8vw;
        background: rgba(255, 255, 255, 1);
        /* -webkit-text-fill-color: transparent; */
        -webkit-background-clip: text;
        background-clip: text;
        text-transform: initial !important;
    }
    .masthead h2 {
        font-size: 3vw;
        margin-bottom: 15rem;
        text-shadow: 1px 1px 10px #000;
    }
}

/* Landscape */
@media (max-device-width: 1280px) and (orientation: landscape) {
    #masthead_elementsContainer {
        padding-top: 3vw;
    }
    .masthead {
        display: table;
        width: 100%;
        height: auto;
        padding: 50px 0;
        text-align: center;
        color: white;
        background: url("../img/pc-background.png") no-repeat /*bottom*/ center
            scroll;
        background-color: black;
    }

    .masthead h1 {
        font-family: "Varela Round", -apple-system, BlinkMacSystemFont,
            "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
            "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji";
        font-size: 4vw;
        line-height: 6vw;
        background: rgba(255, 255, 255, 1);
        /* -webkit-text-fill-color: transparent; */
        -webkit-background-clip: text;
        background-clip: text;
        text-transform: initial !important;
    }
    .masthead h2 {
        font-size: 1.5vw;
        margin-bottom: 15rem;
        text-shadow: 1px 1px 10px #000;
    }
}

/* ----------- Galaxy Tab S ----------- */

/* Portrait and Landscape */
@media (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media (max-device-width: 800px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Landscape */
@media (max-device-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}
