Less Framework 4
    http://lessframework.com
    by Joni Korpi
    License: http://opensource.org/licenses/mit-license.php */



/*  Resets  */

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

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
    display: block;
}

a img {border: 0;}



/*  Typography presets
    ------------------  */

.gigantic {
    font-size: 110px;
    line-height: 120px;
    letter-spacing: -2px;
}

.huge, h1 {
    font-size: 68px;
    line-height: 72px;
    letter-spacing: -1px;
}

.large, h2 {
    font-size: 42px;
    line-height: 48px;
}

.bigger, h3 {
    font-size: 26px;
    line-height: 36px;
}

.big, h4 {
    font-size: 22px;
    line-height: 30px;
}

body {
    font: 16px/24px Georgia, serif;
}

.small, small {
    font-size: 13px;
    line-height: 18px;
}

/* Selection colours (easy to forget) */

::selection         {background: rgb(255,255,158);}
::-moz-selection    {background: rgb(255,255,158);}
img::selection      {background: transparent;}
img::-moz-selection {background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



/*      Default Layout: 992px. */
 body {
  font-family: 'Montserrat', sans-serif;
   background-color: #03060b;
    margin-left:50px;
        margin-right:50px;
        margin-top: 30px;
        margin-bottom: 30px;
}
 .parent {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1.3fr 0.5fr 1fr repeat(3, 0.5fr);
grid-column-gap: 50px;
grid-row-gap: 50px;
     
}


.header {
  overflow: hidden;
  background-color: none;
  padding: 20px 10px;
}

/* Style the header links */
.header a {
  float: left;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

/* Change the background color on mouse-over */
.header a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active/current link*/
.header a.active {
  background-color: none;
  color: white;
}

/* Float the link section to the right */
.header-right {
  float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}


a {
  color: #FFFFFF;
}
.div1 { grid-area: 1 / 1 / 2 / 4; 
 background-image: url(https://f4.bcbits.com/img/a1200897966_16.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: auto;
background-size: 3.2em;
background-size: 12px;
background-size: 180%;
    background-position-y: -50px;
    background-position-x: -550px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    text-align: center;
    font-size: 35px;
    color: aliceblue;
    line-height: 80px;
    padding-top: 35px;
    }


.div2 { grid-area: 2 / 1 / 3 / 2; 

 padding-left:50px;
}

.div2 img{
  border-radius: 4px;
  width: 100%;
  max-width: 450px;
  max-height: 450px;
  min-width: 450px;
  min-height: 450px;
  height: auto;  
    
}


.div3 { grid-area: 2 / 2 / 3 / 4; 

font-size: 25px;
    font-weight:normal;
    color: aliceblue;
    padding-top: 25px;
    padding-right:30px;
    
}

.div3 p {
  line-height: 35px;   
  margin-bottom: 25px; 
  }



.div4 { grid-area: 3 / 1 / 4 / 4;
   
    margin: auto;
    border-radius: 4px;
    width:100%;
    max-width:1820px;
    max-height:900px;
    overflow: hidden;
    
   }

.div4 img{
    width:100%;
    }


.slides { 
    width:400%;
    height:100%;
    display: flex;
}

.slides input {
display:none;
    }

.slide {
width: 25%;
position:relative;
transition:2s;
    
    
}

.manual-navigation{
    position:absolute;
    width:100%;
    max-width:1810px;
    margin-top:-140px;
    
    display:flex;
    justify-content: center;
    
}

.manual-btn{
  border:2px solid #FFF;
  padding: 5px;
border-radius:10px;
cursor:pointer;
    transition:1s;

}

.manual-btn:not(:last-child){
   margin-right: 30px; 
    }

.manual-btn:hover{
    background-color: aliceblue;
}

#radio1:checked ~ .first{
    margin-left:0;
    
}

#radio2:checked ~ .first{
    margin-left:-25%;
    
}

#radio3:checked ~ .first{
    margin-left:-50%;
    
}

#radio4:checked ~ .first{
    margin-left:-75%;
    
}



.navigation-auto div{
 border: 2px solid #20a6ff;
padding:5px;
border-radius:10px;
cursor:pointer;
transition:1s;

    
}

.navigation-auto{
position:absolute;
width:100%;
max-width:1810px;
margin-top: 847px;
display:flex; 
justify-content:center;
   

}

.navigation-auto div:not(:last-child){
    margin-right:30px;
    
}


#radio1:checked ~ .navigation-auto .auto-btn1{
    background-color: aliceblue;
}

#radio2:checked ~ .navigation-auto .auto-btn2{
    background-color: aliceblue;
}

#radio3:checked ~ .navigation-auto .auto-btn3{
    background-color: aliceblue;
}

#radio4:checked ~ .navigation-auto .auto-btn4{
    background-color: aliceblue;
} 

.div5 { grid-area: 4 / 1 / 5 / 2; 
    font-size:18px;
    font-weight:normal;
    color: aliceblue;
    padding-top: 30px;
    
    
}



.div5 p:first-child {
color: aliceblue;
font-weight: bolder;
}

.div5 p { 
margin-bottom: 15px; 
}


.div6 { grid-area: 4 / 2 / 5 / 3;
font-size: 18px;
font-weight: normal;
color: aliceblue;
padding-top: 30px;
    
}

.div6 p { 
margin-bottom: 15px; 
}

.div6 p:first-child {
    color: aliceblue;
    font-weight: bolder;
}




.div7 { grid-area: 4 / 3 / 5 / 4;
padding-top: 10px;
padding-left: 80px;
}

.div7 img{
border-radius: 4px; 
width: 100%;
max-width: 400px;
max-height: 400px;
height: auto;
 }


.div8 { grid-area: 5 / 1 / 6 / 2;

 font-size: 18px;
    color: aliceblue;
    font-weight: normal;
    padding-top: 1px;
    }

.div8 p { 
margin-bottom: 15px; 
}
.div8 p:first-child {
    color: aliceblue;
    font-weight: bolder;
    }






.div9 { grid-area: 5 / 2 / 6 / 4;
position:relative;
font-size: 22px;
    color: aliceblue;
}

.div9 img{
  border-radius: 4px;
  width: 100%;
  max-width: 1200px;
  max-height: 600px;
  height: auto;
 
}



.div10 { grid-area: 6 / 1 / 7 / 4; 

font-size: 20px;
    font-weight: normal;
    color: aliceblue;


}

.div10 iframe{
    
position: absolute;
 width: 94%;
  height: 90%; 
padding-bottom: 10px;
    
}
.div10 h2 {
    margin-top:20px;
  margin-bottom: 20px;   
    
    }

















/*      Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {background-color:#03060b;}
    
.parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows:  1.5fr 0.2fr 0.5fr 0.9fr 1fr 1fr 0.8fr 0.5fr 1fr;
grid-column-gap: 30px;
grid-row-gap: 20px;
}

    
.div1 { grid-area: 1 / 1 / 2 / 3; 
    
background-size: auto;
background-size: 3.2em;
background-size: 12px;
background-size: 310%;
background-position-y:-10px;
background-position-x: -580px;
mask-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));
-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
text-align: center;
font-size: 26px;
color: aliceblue;
line-height: 50px;
padding-top: 20px; 
}
    
.div1 h1{
font-size: 50px;
}
    
.div2 { grid-area: 2 / 1 / 3 / 3; 
object-position: center;
margin-left: auto;
  margin-right: auto;
    padding-left:0px;
}
    
    .div2 img{
        
  border-radius: 4px;
  width: 100%;
  height: auto;
        
  
        
    }
.div3 { grid-area: 3 / 1 / 4 / 3; 
    text-align: center;
    font-size: 17px;
    font-weight:normal;
    color: aliceblue;
    padding-top: 0px;
    padding-right:0px;
    }
    
    .div3 p {
  line-height: 30px;   
  margin-bottom: 20px; 
  }
    
    
.div4 { grid-area: 4 / 1 / 5 / 3;
    
    
    margin: auto;
    border-radius: 4px;
    width:100%;
    max-width:1820px;
    max-height:450px;
    overflow: hidden;
    
    }

.div4 img{
    width:100%;
    height: 600px;
    }
    
   
    .slides { 
    width:400%;
    height:80%;
    display: flex;
}

.slides input {
display:none;
    }

.slide {
width: 25%;
position:relative;
transition:2s;
    
    
}

.manual-navigation{
    position:absolute;
    width:100%;
    max-width:1810px;
    margin-top:-190px;
    display:flex;
    justify-content: center;
    
}

.manual-btn{
  border:2px solid #FFF;
  padding: 5px;
border-radius:10px;
cursor:pointer;
    transition:1s;

}

.manual-btn:not(:last-child){
   margin-right: 30px; 
    }

.manual-btn:hover{
    background-color: aliceblue;
}

#radio1:checked ~ .first{
    margin-left:0;
    
}

#radio2:checked ~ .first{
    margin-left:-25%;
    
}

#radio3:checked ~ .first{
    margin-left:-50%;
    
}

#radio4:checked ~ .first{
    margin-left:-75%;
    
}



.navigation-auto div{
 border: 2px solid #20a6ff;
padding:5px;
border-radius:10px;
cursor:pointer;
transition:1s;

    
}

.navigation-auto{
position:absolute;
width:100%;
max-width:1810px;
margin-top: 417px;
display:flex; 
justify-content:center;
   
    }
    
    
    
.div5 { grid-area: 5 / 1 / 6 / 2;
    
    font-size:14px;
    font-weight:normal;
    color: aliceblue;
    padding-top: 20px;
    
    }
.div6 { grid-area: 5 / 2 / 6 / 3;
font-size: 14px;
font-weight: normal;
color: aliceblue;
padding-top: 20px;}
    
    
    
.div7 { grid-area: 6 / 1 / 7 / 3;
 object-position: center;
margin-left: auto;
  margin-right: auto;
    padding-left:0px;
}
    
    .div7 img{
        
  border-radius: 4px;
  width: 100%;
  height: auto;
    }
    
    
    
.div8 { grid-area:  7 / 1 / 8 / 3; 
    
    font-size: 14px;
    color: aliceblue;
    font-weight: normal;
   }
    
    
.div9 { grid-area: 8 / 1 / 9 / 3; }
    
    
.div10 { grid-area: 9 / 1 / 10 / 3;
    
     
    font-weight: bold;
    color: aliceblue;
    
    
    }
    
    
  .div10 iframe{
    
position: absolute;
 width: 90%;
height: 50%; 
padding-bottom: 50px;
    
  
    
    
}
.div10 h2 {
    
margin-top:40px;
margin-bottom: 20px; 
font-size: 35px;
    
    }
    
}
    
    












    
/*      Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

    body {
  font-family: 'Montserrat', sans-serif;
   background-color: #03060b;
    margin-left:20px;
        margin-right:20px;
        margin-top: 20px;
        margin-bottom: 20px;
}
    
.parent {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 0.8fr 0.4fr 0.5fr 0.4fr 0.4fr 0.8fr 0.4fr 0.5fr 0.2fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

  
    
 .div1 { grid-area: 1 / 1 / 2 / 2;
    
  background-size: auto;
background-size: 3.2em;
background-size: 10px;
background-size: 380%;
    background-position-y: 150px;
    background-position-x: -290px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    text-align: center;
    font-size: 20px;
    color: aliceblue;
    line-height: 25px;
    padding-top: 30px;
    

    }
    
    .div1 h1{
font-size: 31px;
line-height: 40px;
padding-bottom: 10px;
}
    
.div2 { grid-area: 2 / 1 / 3 / 2;
object-position: center;
margin-left: auto;
  margin-right: auto;
    padding-left:0px;
}
    
    .div2 img{
        
  border-radius: 4px;
  width: 100%;
  height: auto;
    }

    
   
    
    
.div3 { grid-area: 3 / 1 / 4 / 2; 
    
     text-align: center;
    font-size: 16px;
    font-weight:normal;
    color: aliceblue;
    padding-top: 0px;
    padding-right:0px;
    }
    
    .div3 p {
  line-height: 25px;   
  margin-bottom: 20px; 
  }
    
 
    
    
.div4 { grid-area: 4 / 1 / 5 / 2;
      margin: auto;
    border-radius: 4px;
    width:100%;
    max-width:1820px;
    max-height:250px;
    overflow: hidden;
    
    }

.div4 img{
    width:100%;
    height: 250px;
    }
    
   
    .slides { 
    width:400%;
    height:80%;
    display: flex;
}

.slides input {
display:none;
    }

.slide {
width: 25%;
position:relative;
transition:2s;
    
    
}

.manual-navigation{
    position:absolute;
    width:100%;
    max-width:265px;
    margin-top:-30px;
    display:flex;
    justify-content: center;
    
}

.manual-btn{
  border:2px solid #FFF;
  padding: 5px;
border-radius:10px;
cursor:pointer;
    transition:1s;

}

.manual-btn:not(:last-child){
   margin-right: 30px; 
    }

.manual-btn:hover{
    background-color: aliceblue;
}

#radio1:checked ~ .first{
    margin-left:0;
    
}

#radio2:checked ~ .first{
    margin-left:-25%;
    
}

#radio3:checked ~ .first{
    margin-left:-50%;
    
}

#radio4:checked ~ .first{
    margin-left:-75%;
    
}



.navigation-auto div{
 border: 2px solid #20a6ff;
padding:5px;
border-radius:10px;
cursor:pointer;
transition:1s;

    
}

.navigation-auto{
position:absolute;
width:100%;
max-width:265px;
margin-top: 227px;
display:flex; 
justify-content:center;
   
    }
    
    
    
.div5 { grid-area: 5 / 1 / 6 / 2;
    
  font-size:14px;
    font-weight:normal;
    color: aliceblue;
    padding-top: 20px;
    
    }
    
.div6 { grid-area: 6 / 1 / 7 / 2;
   font-size:14px;
    font-weight:normal;
    color: aliceblue;
    padding-top: 20px; 
    
}
    
    
    
.div7 { grid-area: 7 / 1 / 8 / 2;
  object-position: center;
margin-left: auto;
  margin-right: auto;
    padding-left:0px;
}
    
    .div7 img{
        
  border-radius: 4px;
  width: 100%;
  height: auto;
    }
    
    
    
.div8 { grid-area:  8 / 1 / 9 / 2; 
    
    font-size: 14px;
    color: aliceblue;
    font-weight: normal;
   }
    
    
.div9 { grid-area: 9 / 1 / 10 / 2; 
  padding-top: 50px;
  padding-bottom:50px;
  border-radius: 4px;
  width: 100%;
  max-width: 1200px;
  max-height: 600px;
  height: auto;
 
    }
    
    
.div10 { grid-area: 10 / 1 / 11 / 2;
    
    font-weight: bold;
    color: aliceblue;
    
    
    }
    
    
  .div10 iframe{
    
position: absolute;
 width: 85%;
height: 25%; 
padding-bottom: 20px;
    
  
    
    
}
.div10 h2 {
    
margin-top:10px;
margin-bottom: 5px; 
font-size: 17px;
    
    }

    
    
    

 
    
    
}
    
    

 
    

  




    
    

/*      Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
     
    
    body {
  font-family: 'Montserrat', sans-serif;
   background-color: #03060b;
    margin-left:20px;
        margin-right:20px;
        margin-top: 20px;
        margin-bottom: 20px;
}
   

.parent {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1.8fr 0.7fr 0.7fr 0.9fr 0.5fr 0.9fr 0.8fr 0.8fr 0.4fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

  
    
 .div1 { grid-area: 1 / 1 / 2 / 2;
    
  background-size: auto;
background-size: 3.2em;
background-size: 10px;
background-size: 250%;
    background-position-y: 180px;
    background-position-x: -290px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    text-align: center;
    font-size: 30px;
    color: aliceblue;
    line-height: 35px;
    padding-top: 30px;
    

    }
    
    .div1 h1{
font-size: 49px;
line-height: 55px;
padding-bottom: 20px;
}
    
.div2 { grid-area: 2 / 1 / 3 / 2;
object-position: center;
margin-left: auto;
  margin-right: auto;
    padding-left:80px;
    
    
}
    
    .div2 img{
        
  border-radius: 4px;
  width: 80%;
  height: auto;
        
        
  }

    
   
    
    
.div3 { grid-area: 3 / 1 / 4 / 2; 
    
     text-align: center;
    font-size: 18px;
    font-weight:normal;
    color: aliceblue;
    padding-top: 0px;
    padding-right:0px;
    }
    
    .div3 p {
  line-height: 25px;   
  margin-bottom: 20px; 
  }
    
 
    
    
.div4 { grid-area: 4 / 1 / 5 / 2;
      margin: auto;
    border-radius: 4px;
    width:100%;
    max-width:1820px;
    max-height:390px;
    overflow: hidden;
    
    }

.div4 img{
    width:100%;
    height: 490px;
    }
    
   
    .slides { 
    width:400%;
    height:80%;
    display: flex;
}

.slides input {
display:none;
    }

.slide {
width: 25%;
position:relative;
transition:2s;
    
    
}

.manual-navigation{
    position:absolute;
    width:100%;
    max-width:700px;
    margin-top:-137px;
    display:flex;
    justify-content: center;
    
}

.manual-btn{
  border:2px solid #FFF;
  padding: 5px;
border-radius:10px;
cursor:pointer;
    transition:1s;

}

.manual-btn:not(:last-child){
   margin-right: 30px; 
    }

.manual-btn:hover{
    background-color: aliceblue;
}

#radio1:checked ~ .first{
    margin-left:0;
    
}

#radio2:checked ~ .first{
    margin-left:-25%;
    
}

#radio3:checked ~ .first{
    margin-left:-50%;
    
}

#radio4:checked ~ .first{
    margin-left:-75%;
    
}



.navigation-auto div{
 border: 2px solid #20a6ff;
padding:5px;
border-radius:10px;
cursor:pointer;
transition:1s;

    
}

.navigation-auto{
position:absolute;
width:100%;
max-width:700px;
margin-top: 360px;
display:flex; 
justify-content:center;
   
    }
    
    
    
.div5 { grid-area: 5 / 1 / 6 / 2;
    
  font-size:16px;
    font-weight:normal;
    color: aliceblue;
    padding-top: 20px;
    
    }
    
.div6 { grid-area: 6 / 1 / 7 / 2;
   font-size:16px;
    font-weight:normal;
    color: aliceblue;
    padding-top: 20px; 
    
}
    
    
    
.div7 { grid-area: 7 / 1 / 8 / 2;
  object-position: center;
margin-left: auto;
  margin-right: auto;
    padding-left:0px;
}
    
    .div7 img{
        
  border-radius: 4px;
  width: 100%;
  height: auto;
    }
    
    
    
    
.div8 { grid-area:  8 / 1 / 9 / 2; 
    
    font-size: 16px;
    color: aliceblue;
    font-weight: normal;
   }
    
    
.div9 { grid-area: 9 / 1 / 10 / 2; 
  padding-top: 90px;
  padding-bottom:90px;
  border-radius: 4px;
  width: 100%;
  max-width: 1200px;
  max-height: 600px;
  height: auto;
 
    }
    
    
.div10 { grid-area: 10 / 1 / 11 / 2;
    
    font-weight: bold;
    color: aliceblue;
    
    
    }
    
    
  .div10 iframe{
    
position: absolute;
 width: 90%;
height: 35%; 
padding-bottom: 20px;
    
  
    
    
}
.div10 h2 {
    
margin-top:30px;
margin-bottom: 5px; 
font-size: 27px;
    
    }

    
    
    

 
    
    
}
    

 

/*  Retina media query.
    Overrides styles for devices with a 
    device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {}

    
    




