body {
 background-color: #ffffff;
 font-size: 1.6w;
 scrollbar-face-color: black;
 scrollbar-arrow-color: black;
 scrollbar-highlight-color: white;
 scrollbar-base-color: white;
 scrollbar-track-color: white;
 scrollbar-shadow-color: #ff0000;
 scrollbar-darkshadow-color: #ff0000;
 scrollbar-3dlight-color: #ff0000;
}

a {
  color: black;
  font-style: normal;
  font-weight: 900;
  padding: 2px;
  text-decoration: none;
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
    a {
      font-size: 2.9vw;
    }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    a {
        font-size: 5.2vw;
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
    a {
       font-size: 4.1vw;
    }
}

a:hover {
  background-color: none;
}

a:active {
  background-color: none;
}

a:visited {
  background-color: none;
}

/* classes link style gold under embedded videos link */
a.gold {
  color: black;
  font-style: normal;
  font-family: Oswald;
  font-weight: 900;
  padding: 10px 10px;
  background-color: #ff0000;
  text-decoration: none;
  cursor: pointer
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
    a.gold {
      font-size: 3.1vw;
    }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    a.gold {
        font-size: 2.9vw;
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
    a.gold {
       font-size: 2.7vw;
    }
}


a.gold:hover {
  color: black;
  background-color: white;
}

a.gold:active {
  color: black;
  background-color: white;
}

a:visited {
  color: black;
  background-color: #ff0000;
}

h1 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald"; 
  color: #ff0000; 
  font-style: oblique;
  font-weight: 900;
  margin: 0 0 0;
  padding: 10px 30px;
  border: 0px solid #FFA500;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #828282;
  max-width: 96%;
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
    h1 {
        font-size: 7.4vw;
    }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    h1 {
        font-size: 6.7vw;
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
    h1 {
        font-size: 6.1vw;
    }
}

h2 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald"; 
  color: #ff0000; 
  font-style: oblique;
  font-weight: 700;
  margin: 0 0 0;
  padding: 20px 30px;
  border: 0px solid #FFA500;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #828282;
  max-width: 96%;
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
    h2 {
        font-size: 6.7vw;
    }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    h2 {
        font-size: 6.7vw;
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
    h2 {
        font-size: 5.7vw;
    }
}

h3 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald"; 
  color: #ff0000; 
  font-style: oblique;
  font-weight: 900;
  margin: 0 0 0;
  padding: 20px 30px;
  border: 0px solid #FFA500;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #828282;
  max-width: 96%;
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
  h3 {
    font-size: 3.0vw;
  }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    h3 {
        font-size: 3.0vw;
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
  h3 {
    font-size: 5.2vw;
  }
}

img {
  border: 0px solid #ddd;
  border-radius: 0px;
  padding: 2px;
}

.scrollable-element {
  scrollbar-color: black gold;
}

.black {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald"; 
  color: #000000; 
  font-style: italic;
  font-weight: 700;
  max-width: 96%;
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
  .black {
     font-size: 3.1vw;
  }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    .black {
       font-size: 2.9vw;
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
    .black {
       font-size: 4.4vw;
    }
}

.black2 {
  max-width: 96%;
  font-family: "Arial"; 
  color: #000000 
  font-style: italic;
  text-align: justify;
  font-weight: 700;
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
  .white2 {
     font-size: 1.8vw;
  }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    .white2 {
       font-size: 2.5vw;
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
    .white2 {
       font-size: 3.9vw;
    }
}

.white3 {
  display: inline;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald"; 
  color: #ffffff; 
  font-style: oblique;
  font-weight: 900;
  margin: 0 0 0;
  padding: 20px 30px;
  border: 0px solid #FFA500;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #828282;
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
  .white3 {
    font-size: 3.0vw;
  }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    .white3 {
        font-size: 3.0vw;
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
  .white3 {
    font-size: 5.2vw;
  }
}


.responsive {
  width: 100%;
  max-width: 900px;
  height: auto;
}


/* Four thumbs wide grid */
#rig {
    max-width:96%;
    margin:0 auto; /*center aligned*/
    padding:0;
    font-size:0; /* Remember to change it back to normal font size if have captions */
    list-style:none;
    background-color:#fff;
}
#rig li {
    display: inline-block;
    *display:inline;/*for IE6 - IE7*/
    width:25%;
    vertical-align:middle;
    box-sizing:border-box;
    margin:0;
    padding:0;
}
        
/* The wrapper for each item */
.rig-cell {
    /*margin:12px;
    box-shadow:0 0 2px rgba(0,0,0,0.3);*/
    display:block;
    position: relative;
    overflow:hidden;
    padding:5px;
}
        
/* If have the image layer */
.rig-img {
    display:block;
    width: 100%;
    height: auto;
    border:none;
    transform:scale(1);
    transition:all 1s;
}

#rig li:hover .rig-img {
    transform:scale(1.01);
}
        
/* If have the overlay layer */
.rig-overlay {
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #393939 url(canadianstars/link.png) no-repeat center 20%;
    background-size:50px 50px;
    opacity:0;
    filter:alpha(opacity=0);/*For IE6 - IE8*/
    transition:all 0.6s;
}
#rig li:hover .rig-overlay {
    opacity:0.8;
}

/* If have captions */
.rig-text {
    display:block;
    padding:0 30px;
    box-sizing:border-box;
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    text-transform:capitalize;
    font-size:22px;
    font-weight:bold;
    font-family: 'Oswald', sans-serif;
    font-weight:normal!important;
    top:40%;
    color:white;
    opacity:0;
    filter:alpha(opacity=0);/*For older IE*/
    transform:translateY(-20px);
    transition:all .3s;
}
#rig li:hover .rig-text {
    transform:translateY(0px);
    opacity:0.9;
}

@media (max-width: 900px) {
    #rig li {
        width:25%;
    }
}

@media (max-width: 700px) {
    #rig li {
        width:33.33%;
    }
}

@media (max-width: 550px) {
    #rig li {
        width:50%;
    }
}


/* Add links blocks */
.btn-group button {
  background-color: #FF0000; /* Red background */
  border:4px solid #DDDDDD; /* Grey border */
  color: black; /* Black text */
  font-family:Oswald;
  font-weight: 900;
  padding: 10px 20px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #FFFFFF;
}


/* The embed container */
.video-embed {
  position: relative;
  max-width: 88%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9, calculated as 9÷16 */
}

/* The embedded iframe */
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Three thumbs wide grid */
#three {
    max-width:97%;
    margin:0 auto; /*center aligned*/
    padding:0;
    font-size:0; /* Remember to change it back to normal font size if have captions */
    list-style:none;
    background-color:#fff;
}
#three li {
    display: inline-block;
    *display:inline;/*for IE6 - IE7*/
    width:33%;
    vertical-align:middle;
    box-sizing:border-box;
    margin:0;
    padding:0;
}
        
/* The wrapper for each item */
.three-cell {
    /*margin:12px;
    box-shadow:0 0 6px rgba(0,0,0,0.3);*/
    display:block;
    position: relative;
    overflow:hidden;
    padding:6px;
}
        
/* If have the image layer */
.three-img {
    display:block;
    width: 100%;
    height: auto;
    border:none;
    transform:scale(1);
    transition:all 1s;
}

#three li:hover .three-img {
    transform:scale(1.01);
}
        
/* If have the overlay layer */
.three-overlay {
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #393939 url(canadianstars/link.png) no-repeat center 20%;
    background-size:50px 50px;
    opacity:0;
    filter:alpha(opacity=0);/*For IE6 - IE8*/
    transition:all 0.6s;
}
#three li:hover .three-overlay {
    opacity:0.8;
}

/* If have captions */
.three-text {
    display:block;
    padding:0 30px;
    box-sizing:border-box;
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    text-transform:capitalize;
    font-size:22px;
    font-weight:bold;
    font-family: 'Oswald', sans-serif;
    font-weight:normal!important;
    top:40%;
    color:white;
    opacity:0;
    filter:alpha(opacity=0);/*For older IE*/
    transform:translateY(-20px);
    transition:all .3s;
}
#three li:hover .three-text {
    transform:translateY(0px);
    opacity:0.9;
}

@media (max-width: 900px) {
    #three li {
        width:33%;
    }
}

@media (max-width: 700px) {
    #three li {
        width:33%;
    }
}

@media (max-width: 450px) {
    #three li {
        width:90%;
    }
}

.button-one {
    background: #ff0000; /* background color */
}
.button-two {
    background: #ff0000;
}
.button-one,
.button-two {
    color: #000000; /* text color */
    display: inline-block;
    border-radius: 10px; /* rounded corners */
    padding: 10px 18px; /* space around text */
    text-transform: uppercase; /* all capital letters */
    text-decoration: none;
    margin: 14px; /* space between buttons */
    font-family: Oswald;
    font-weight: 900;
    letter-spacing: 1px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
  .button-two {
    font-size: 3.1vw;
    width: 36vw; /* Size of the buttons */
  }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    .button-two {
    font-size: 3.0vw;
    width: 36vw; /* Size of the buttons */
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
  .button-two {
  font-size: 5.4vw;
  width: 65vw; /* Size of the buttons */
  }
}


.button-one:hover,
.button-two:hover {
    background: #fff;
}