/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html, body {
  height: 100%;
  margin: 0;
}


body {
    line-height:1px;
    /* background-image: linear-gradient(0deg, rgb(35 32 31), rgb(55 51 51 / 60%)), url(/images/bg2.jpg);
     */
    background-color: #000000a3 !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    min-height: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    
    }

a:hover {
    color: #fbb03c !important;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align: middle;
}


/* MYCODE */

/*    * applies to everthing */
* { 

    text-decoration: none !important;
    
}


.page-wrapper {

  min-height: 100%;
  display: flex;
  flex-direction: column;

}

.main-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


/* HEADER */

header, header button {
  font-family: Alegreya Sans;
  text-transform: uppercase;
}

main {
  letter-spacing: 2px;
}


.header-container-overall {

  background-color: #202020;
  overflow: hidden;

}

#myTopnav {

  height: 65px;
}


#myTopnav2 {

  display: none;
}


div#dropdown-predictions{
  letter-spacing: 1px;
}

#MyTopnav .brand {
  height: 100%;
  width: 230px;
  padding: 14px 16px;
}



  
  /* Style the links inside the navigation bar */

  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }


  #MyTopnav div.brand a {

    float: left;
    display: block;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-image: url(/images/thealmanac_uc.svg);
    background-repeat: no-repeat;
  
  }


  .topnav div.toggle-items a {

    height: 100%;
    font-size: 20px;
    color: white;
  }

  .topnav div.toggle-items i:before {

    line-height: calc(100%*2);
    width: 20px;
    height: 40px;
  }

  .topnav .toggle-items i.fa.fa-bars {
    display: block;
  }

  .topnav .toggle-items i.bi.bi-bx {
    display: none;
  }

  .topnav div.profile-cart {

    height: 100%;

  }

  .topnav div.profile-cart a {

    height: 100%;
    font-size: 12px;
    color: white;

  }
  
  .topnav div.profile-cart a i {

    line-height: calc(100%*3);
  }

  
  /* Add an active class to highlight the current page */
  .topnav a.active {
    background-color: #4CAF50;
    color: white;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }

  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
  .topnav a {
      
    display: none;

  }

  .topnav div.dropdown-safe {
      
    display: none;

  }

  
  .header-profile.desktop {

    display: none;
    
  }

  .topnav div.brand a, div.profile-cart a {
      
    display: block;

  }

  .topnav div.profile-cart {
      
    float: right;

  }

  #myTopnav div.brand {

    float: left;

  }


  .topnav a.icon {
    float: left;
    display: block;
  }

  
/* The dropdown-safe container */
  .dropdown-safe {
    float: left;
    overflow: hidden;
    height: 30px;
    margin-top: 20px;

  }
  
  /* dropdown-safe button */
  .dropdown-safe .dropbtn-safe {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    margin: 0; /* Important for vertical align on mobile phones */
    width: 100%;
    text-align: left; /* standard button (bootstrap) text-align: center change to left*/
    height: 100%;
    padding: 0px;
    text-align: center;
  }
  
  
  /* Dropdown content (hidden by default) */
  #dropdown-predictions {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    overflow-y: scroll;
    height: 300px;
  }
  
  /* Links inside the dropdown */
  #dropdown-predictions a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  
  #dropdown-predictions .links-league {

    display: flex;
  }

  #dropdown-predictions .links-league span {

    line-height: 32px; /* height of parent element .links-league to center the text in div */
    margin-left: 10px;
  }

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive div.dropdown-safe {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
  }

  .header-container-overall.responsive {
    height: 1000px;
  }


  .topnav.responsive div.profile-cart {

    display: none;

  }

  .topnav.responsive#myTopnav div.brand {

    margin-left: 52px;
    margin-bottom: 20px;


  }

  .topnav.responsive .toggle-items i.fa.fa-bars {
    display: none;
  }

  .topnav.responsive .toggle-items i.bi.bi-bx {
    display: block;
  }

  .topnav.responsive .nav-items a {

    height: 30px;
    line-height: 30px;
    padding: 0px;
    text-align: center;
    margin: 20px 0;
  }

  main.responsive {

    display: none;

  }

  footer.responsive {

    display: none;

  }


  
  /* same reponsive class for profile click mobile view */


@media only screen and (min-width: 1000px){
 
    #myTopnav {

      height: 50px;
    }

    #myTopnav2 {

      height: 150px;
      margin-top: 20px;
    }
    
    #myTopnav2 {
    
      display: block;
    }

    #myTopnav2 .brand {

      width: 300px; /* dubbel value of height in #MyTopnav2*/
      margin: 0 auto;
      height: 100%;
    }

    #myTopnav .brand {

      display: none;
    }

    .topnav a {
        
        display: block;
    
    }

    .topnav a.icon {

        display: none;

    }


      .topnav div.dropdown-safe {
      
        display: block;
    
      }

      #dropdown-predictions {

        min-width: 20%;
        
      }

      .dropdown-safe .dropbtn-safe {

        padding: 14px 16px;
      }

      .dropdown-safe {

        margin-top: 0px;
      }

      .header-profile.mobile {

        display: none;

      }

      .header-profile.desktop {

        display: block;

      }
      
   

      #myTopnav2 .header-brand{

        background-image: url(/images/thealmanac.svg);
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        padding: 0px;

      }


      .header-container {

        width: 1000px;
        margin: 0 auto;

      }

      div.nav-items a, div.nav-items-dropdown button {

        height: 100%;
        width: calc(100%/7);
        line-height: 25px;
      
      }  

      div.link, div.nav-items, div.nav-items-dropdown {

        height: 100%;
      }

      .topnav div.profile-cart a i {

        line-height: calc(100%*2);
      }

       /* Change the color of links on hover */
      .topnav .link a:hover {
        background-color: #ddd;
        color: black;
      }

      .topnav .profile-cart a:hover {
        background-color: #ddd;
        color: black;
      }

      /* Add a red background color to navbar links on hover */
      .navbar a:hover, .dropdown-safe:hover .dropbtn-safe {
        background-color: #ddd;
        color: black;

      }

      /* Add a grey background color to dropdown links on hover */
      #dropdown-predictions a:hover {
        background-color: #ddd;
      }
  
      /* Show the dropdown menu on hover */
      .dropdown-safe:hover #dropdown-predictions {
        display: block;
      }
    
    
}

/* COLLAPSED SIDE BAR  */

/* sidebar 1 */
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #000000f1;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px;
  letter-spacing: 2px;

}

.sidebar a, #checkout-and-portal-button{
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 17px;
  color: #818181;
  display: block;
  transition: 0.3s;
  float: none;
  text-align: left;
}

#checkout-and-portal-button {
    all: unset;
    display: inline;
    cursor: pointer;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 17px;
    color: #818181;
    display: block;
    transition: 0.3s;
    float: none;
    text-align: left; 
}

.sidebar a:hover, #checkout-and-portal-button:hover{
  color: #fbb03c;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  font-size: 36px;
  right: 0;
  padding: 8px 8px;
  height: 30px; /* same as padding-top of .sidebar */
  line-height: 15px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-right .5s;
  padding: 16px;
}

/* MAIN INDEX */

/* SECTION 1 - BANNER */
.index-banner {

    width: 100%;
    /* height: calc(100vh - 300px); view height - 100px from header in this way you cannot scroll when there is no content */
    display: table;


}

.vertical-center {

    display: table-cell;
    vertical-align:  middle;

}

.index-banner h2 {

    font-family: Catamaran;
    line-height: 80px;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    text-align: center;
}

.index-banner h1 {

    line-height: 90px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    width: 250px;
    margin: auto;
    text-transform: uppercase;
    font-weight: 600;
    
}

.index-banner div.banner-buttons {

  width: 270px;
  height: 120px;
  margin: 20px auto;
}

.index-banner div.banner-buttons .login {

  background-color: #000000;
  height: 50px;
  line-height: 50px;
  width: 230px;
  text-align: center;
  border-radius: 5px;
  margin: 25px auto;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Catamaran;
  font-weight: 900;

  
}



.index-banner div.banner-buttons .premium {

  background-color: #fbb03b;
  height: 50px;
  line-height: 50px;
  width: 230px;
  text-align: center;
  /* padding: 10px 12px; */
  border-radius: 5px;
  margin: auto;
  color: #000000;
  text-transform: uppercase;
  font-family: Catamaran;
  font-weight: 900;


}


@media only screen and (min-width: 1000px){

  
.index-banner div.banner-buttons {

  width: 500px;
  height: 70px;
  margin: auto;
  
}

.index-banner div.banner-buttons .login {

  width: calc(100%/2-10);
  height: 100%;
  margin: 0px;
  float: left;
  line-height: 70px;



}

.index-banner div.banner-buttons .premium {

  width: calc(100%/2-10);
  height: 100%;
  margin: 0px;
  float: right;
  line-height: 70px;

}


.index-banner div.banner-buttons .premium:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.index-banner div.banner-buttons .login:hover {
  background-color: #ffc107;
  color: #000000;
}




}


/* SECTION 2 - BOXLINKS */

.index-boxlinks div {

    width: calc(100% - 158px); /* because we have 10px on each side margin left and right see above */
    height: 75px;
    background-color: rgb(0 0 0 / 47%);
    margin: 30px auto;


}

.index-boxlinks div h3 {

    font-family: Catamaran;
    font-size: 15px;
    font-weight: 600;
    color: rgb(207, 207, 207);
    text-align: center;
    text-transform: uppercase;
    line-height: 75px; /*that wil get it centred since the box itself has height 100px (see .index-boxlinks div )  */

    
}

@media only screen and (min-width: 1000px){

    .wrapper {

        width: 1000px;
        margin: 0 auto;
    }

    .index-banner {

      height: 250px; /*view height - 100px from header in this way you cannot scroll when there is no content*/
    
    
    }

    .index-banner h1 {

        display: block;
        margin: 0 auto;
        width: 500px;
        margin-top: 40px;
    }
    
    .index-boxlinks {

        overflow: hidden; /*because of float: left in index-boxlinks div this container cannot see how many element are init. overflow hidden solves this  */

    }

    .index-boxlinks div {

        margin: 20px 10px 0px;
        height: 230px;
        background-color: rgb(0 0 0 / 47%);
        float:left;
    
    
    }

    .index-boxlink-square{


        width: calc(25% - 20px) !important; /* !important: overwirte all styling in every @media for this element. -60px because we have 60px margins between the square boxes*/ 


    }

    .index-boxlink-rectangle{


        width: calc(50% - 20px) !important; /* !important: overwirte all styling in every @media for this element. -60px because we have 60px margins between the square boxes*/ 


    }

    .index-boxlinks div h3 {

        line-height: 230px; /* same as the height in  .index-boxlinks div */
        color: rgb(216, 216, 216);
    }

    
}


/* FOOTER */

footer a {
  all: unset;
}

footer .footer-header {

  font-size: 14px;
  font-family: Anton;
  color: #eeeeee;
  letter-spacing: 1px;
}

div.footer-container {

  /* position: absolute;
  bottom: 0;
  width: 100%; */

  color: white;
  text-align: center;
  position: relative;
  width: 100%;
  bottom: 0;

}

@media only screen and (min-width: 1000px){

    footer ul {

        padding-right: 30px;
        
        }

    .footer-sm i {
 
        font-size: 2em;
    }
    
}


/* quick css  */
