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

body{
    overflow: hidden;
     background-image: url(https://sheblogscanada.com/img/mobilebackground.png);
    background-size: cover;
    background-repeat: no-repeat;
    height:100vh;
}

h1{
    font-family: 'Abril Fatface', cursive;
    font-size: 79px;
    line-height: 89px;
    color:#000;
   
}


h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color:#000;
    
   
}

h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    color:0d0d0d0;
    font-size: 12px;
    line-height: 20px;
}
 h4 {
     font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color:#000;
     padding-top: 10px;
}

#parent 
    {display: table;}
#child {
    display: table-cell;
    vertical-align: middle;
   
    
}
/*------------GENERAL------------------*/

/*------------SIDENAV------------------*/
.logo1{
    margin-top: 60px;
    margin-bottom: 50px;
}
.bclogo{
    margin-top: 75px; 
}
.sidenav {
    height: 100%;
    width: 231px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    padding-top: 20px;
    text-align: center;
    -webkit-box-shadow: 7px 7px 18px 2px rgba(0,0,0,0.15);
-moz-box-shadow: 7px 7px 18px 2px rgba(0,0,0,0.15);
box-shadow: 7px 7px 18px 2px rgba(0,0,0,0.15);
}

.sidenav a {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #0d0d0d;
    display: block;
}

.sidenav a:visited {
    font-weight: 500;
    
}

.sidenav a:hover {
    color: #0d0d0d;
    font-weight: 500;
}
#activepage{
     font-weight: 500;
}
/*------------SIDENAV------------------*/


/*------------MAINSECTION------------------*/




.vid-info{
    text-align: center;
    padding-bottom: 30px;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    margin: 0 auto;
   
}


.video-container{
    display: none;
    position: fixed;
    z-index: :-99;
    width:100%;
    height:100%;
}

.main h3{
    margin-top: -40px;
}

.next{
    margin-top: 20px;
    
   

}
.next h4{
    
    
  
   
}

btn btn-primary btn-lg{
    color:0d0d0d;
    background-color: #ffffff;
}
.btn-circle.btn-lg {
 clear: both;
  width: 80px;
  height: 80px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 40px;
    -webkit-box-shadow: 7px 7px 18px 2px rgba(0,0,0,0.15);
-moz-box-shadow: 7px 7px 18px 2px rgba(0,0,0,0.15);
box-shadow: 7px 7px 18px 2px rgba(0,0,0,0.15);
    margin-left:10px;
    animation-delay: 3s;
    animation-duration: 2s;
    background-color: #ffffff;
     transition: 0.2s;
     

}
.btn-circle.btn-lg:hover{
    width: 90px;
    height: 90px;
    border-radius: 50px;
    font-size: 18px;
}


.fa-1x {
    font-size: 1.5rem;
}


/*------------MAINSECTION------------------*/


/*------------MOBILENAV------------------*/
.navbar-toggler.toggler-example {
    cursor: pointer;
}


.mobile-container{
    display: block;
}
.navdesktop{
    display: none;
     
}
.mobile-container {
  /*max-width: 450px;*/
  margin: auto;
  background-color: #000;
  /*height: 500px;*/
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #000;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  font-family: 'Poppins', sans-serif;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
 color: #FDDB2F;
}

.active {
  background-color: #ffffff;
  color: white;
}
/*------------MOBILENAV------------------*/


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) { 

    
    .mobile-container{
    display: block;
    
    }
    .navdesktop{
    display: none;
}
    .main {
  
    /* Same as the width of the sidenav */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 20px;
    height:100vh;
    /*background-image: url(https://sheblogscanada.com/img/background.png);
    background-size: cover;
    background-repeat: no-repeat;*/
    
   

}
     .video-container{
        display:none;
    }
 
.vid-info{
    text-align: center;
    padding-bottom: 30px;
    overflow: hidden;
    padding-right: 30px;
    padding-left: 30px;
    display: block;
    margin: 0 auto;
}
    h2{
        padding-top: 30px;
        
    }
    
    .next{
    margin-top: 40px;
    
   

}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) { 
 
.mobile-container{
    display: none;
    
    }
  .navdesktop{
    display: block;
}
    .main {
    margin-left: 300px;
/* Same as the width of the sidenav */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 20px;
     height:100vh;
    /*background-image: url(https://sheblogscanada.com/img/background.png);
    background-size: cover;
    background-repeat: no-repeat;*/
    
   

}
     .video-container{
        display: block;
    }
    
    .video{
         margin-left:100px; 
    }
    .vid-info{
    background-color: rgba(0, 0, 0, 0.5);
    height:390px;
    width:600px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
     display: block;
    margin: 0 auto;
    
    overflow: hidden;
}
body{
    overflow: hidden;
    background: none;
    
}
    
h1{
    font-family: 'Abril Fatface', cursive;
    font-size: 79px;
    line-height: 89px;
    color:#ffffff;
   
}


h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color:#ffffff;
    margin-top: -25px;
   
   
}
    .btn-circle.btn-lg{
    color:0d0d0d;
    background-color: #FDDB2F;
        margin-top: -25px;
}
h4{
        color:#ffffff;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) { 
    
   
.mobile-container{
    display: none;
    
   
}
    .video-container{
        display: block;
    }
      .navdesktop{
    display: block;
        
}
    .main {
    /* Same as the width of the sidenav */
     margin-left: 350px;
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 20px;
    height:100vh;
    /*background-image: url(https://sheblogscanada.com/img/background.png);
    background-size: cover;
    background-repeat: no-repeat;*/
    
   

}
    
    .video{
         margin-left:100px; 
    }
    .vid-info{
    background-color: rgba(0, 0, 0, 0.5);
    height:350px;
    width:840px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    display: block;
    margin: 0 ;
    text-align: center;
}
body{
    overflow: hidden;
    background: none;
    
}

h1{
    font-family: 'Abril Fatface', cursive;
    font-size: 79px;
    line-height: 89px;
    color:#ffffff;
   
}


h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color:#ffffff;
    
   
}
    .btn-circle.btn-lg{
    color:0d0d0d;
    background-color: #FDDB2F;
}
    h4{
        color:#ffffff;
    }
      
}

@media (min-width:1300px) { 
    .main {
    /* Same as the width of the sidenav */
     margin-left: 550px;
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 20px;
    height:100vh;
    /*background-image: url(https://sheblogscanada.com/img/background.png);
    background-size: cover;
    background-repeat: no-repeat;*/
    
   

}
}