/*Theme Name: Blakemore - 2022*/


/* GLOBAL COLOURS:
BLACK #000000
White #fff
Pink: #ff7853

*/

body {
	background: #000 ;
    font-family: 'Montserrat', sans-serif;
    color:#fff;
    width: 100vw;
    overflow-x: hidden
 
}
button:focus {
    outline: none;
  }


.container-full {
	margin: 0 auto;
	width: 100%;
}
.container-sm {
	max-width: 890px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
p {
	font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-weight: 700;
    font-size: 36pt;
    line-height: 40pt;
    margin-bottom: 25px;
}



a {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: color 0.25s, background-color 0.25s;
	-moz-transition: color 0.25s, background-color 0.25s;
	-o-transition: color 0.25s, background-color 0.25s;
	transition: color 0.25s, background-color 0.25s;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.tar {
	text-align: right !important;
}
.tac {
	text-align: center;
}
a:hover{
	text-decoration:none;
}

/* HEADER */
.header-top-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    z-index: 200;
}

.header-top {
 top: -120px;
}

.header-top-fixed .return-btn:hover {
background-color: #fff;
color: #000;
}
.return-btn {
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
   font-size: 15px;

}
.logo-box {
    background: #fff;
width: auto;
    padding: 20px;
    padding-top: 0px;
    display: block;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.logo-box img {
    
}

.half-width-big-image {
    background: url(images/chips-scale-new-min.png);
    background-repeat: no-repeat;
    background-size: 110%;
    height: 100%;
}
.half-width-big-image img {
    width: auto;
    height: auto;
}

/* SECTIONS */

.content-parent {
   
    padding-bottom: 30px;
    height: 100vh;
    position: relative;
    z-index: 150;
    
  
}

.content-parent .container{ position: relative; z-index: 200;}

.block-content-1 h2 {
    padding-top: 40vh;

}
.block-content-2 h2 {
    padding-top: 25vh;

}
.block-content-3 h2 {
    padding-top: 25vh;

}
.block-content-4 h2 {
    padding-top: 25vh;

}

.block-content-1 .bg-seperate{
    background-image: url(images/block-content-1-min.png);
    background-size: 70%;
    background-position: top right;
    background-repeat: no-repeat;
    min-width: 100%;
    height: 115vh;
    position: absolute;
    top: -10px;
    
 
}
.block-content-2 .bg-seperate {
    background-image: url(images/chip-snap.gif);
    background-size: 60%;
    background-position: -243px center;
    background-repeat: no-repeat;
    min-width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
   

}

.block-content-3 .bg-seperate {
    background-image: url(images/block-content-3.png);
    background-size: 60%;
    background-position:  right center;
    background-repeat: no-repeat;
    min-width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    z-index: 0;

}
.block-content-4 .bg-seperate  {
    background-image: url(images/content-block-4-img-min.png);
    background-size: 55%;
    background-position: left center;
    background-repeat: no-repeat;
    min-width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    z-index: 0;

}


.spacerbot {
    height: 200px;
    display: block;
}

#scroll-image{
    position: relative;
}
#scroll-image img {
    position: absolute;
    left: 300px;
    width: 500px;
}

/* FOOTER */

footer {
    background: #fff;
    padding-bottom: 40px;
    padding-top: 0px;
}

.pink-bg {
    background: #ff7853;

    height: 100%;
    position: relative;
}

.pink-bg .return-btn:hover {
    background-color: #fff;
    color:#ff7853;
}
.pink-bg p {
    width: 400px ;
}
.pink-bg h2 {
    padding-top: 20vh;
}
.pink-bg img {
    height: 100%;
    width: auto;
}

/* monitors */

@media only screen and (min-width:768px) and (max-width: 1200px) {
    p {
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
    }
    
    h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
        font-weight: 700;
        font-size: 36pt;
        line-height: 40pt;
        margin-bottom: 25px;
    }
    .block-content-1 .bg-seperate{
        background-position: top right;
          background-size: 50%;
       
      }
      .block-content-2 .bg-seperate {
          background-position: top left;
          background-size: 40%;
      
      }
      
      .block-content-3 .bg-seperate {
          background-position: top right;
          background-size: 50%;
      
      }
      .block-content-4 .bg-seperate  {
          background-position: top left;
          background-size: 50%;
      
      }
      .content-parent {
          height: 75vh;
          overflow: hidden;
      }
      .content-parent h2 {
padding-top: 10px;
      }
     .block-content-1 h2 {
          padding-top: 90px;
      }
      .return-btn {
          font-size: 12px;
      }

}
/* phones */
@media screen and (max-width:767px) {
    p {
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
    }
    
    h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
        font-weight: 700;
        font-size: 25pt;
        line-height: 30pt;
        margin-bottom: 25px;
        
    }
    .block-content-1 .bg-seperate{
        background-image: url(images/mobile-chips.png);
        background-position: top;
          background-size: 100%;
          
         
       
      }
      .block-content-2 .bg-seperate {
          background-position-y: -100px;
          background-position-x: center;
          background-size: 100%;
      
      }
      
      .block-content-3 .bg-seperate {
        background-position-y: 0px;
        background-position-x: center;
          background-size: 100%;
      
      }
      .block-content-4 .bg-seperate  {
          background-position: top;
          background-size: 100%;
      
      }
      .content-parent {
          height: 100%;
          overflow: hidden;
      }
      .content-parent h2 {
        padding-top: 150px;
    }
    .block-content-1 {
        padding-top:60px;
        padding-bottom: 90px;
    }
    .block-content-1 h2 {
        padding-top: 280px;
    }
    .block-content-3 h2, .block-content-4 h2 {
        padding-top: 270px;
    }
    .block-content-4 {
padding-bottom: 40px;
    }
    .pink-bg h2 {
        padding-top: 0;
    }
    .pink-bg{
        padding: 40px;
    }
    .pink-bg p {
        width: 300px;
    }
}





@media only screen and (device-width: 768px) {
   
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .block-content-1 .bg-seperate{
        background-position: top right;
          background-size: 80%;
       
      }
      .block-content-1 h2 { padding-top: 150px;}
      .block-content-2 .bg-seperate {
        background-position-y: -100px;
        background-position-x: -150px;
          background-size: 80%;
      
      }
      
      .block-content-3 .bg-seperate {
          background-position: top ;
          background-position-x: 140%;
          background-size: 80%;
      
      }
      .block-content-4 .bg-seperate  {
          background-position: top left;
          background-size: 60%;
      
      }
      .content-parent {
          height: 50vh;
          overflow: hidden;
      }
      .pink-bg img {
          height: auto;
      }
      .pink-bg h2 {
          padding-top: 80px;
          
      }
      .pink-bg a {
          margin-bottom: 60px;
      }
    
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .block-content-1 .bg-seperate{
        background-position: top;
          background-size: 50%;
       
      }
      .block-content-2 .bg-seperate {
          background-position: top;
          background-size: 50%;
      
      }
      
      .block-content-3 .bg-seperate {
          background-position: top;
          background-size: 50%;
      
      }
      .block-content-4 .bg-seperate  {
          background-position: top;
          background-size: 50%;
      
      }
      .content-parent {
          height: 50vh;
          overflow: hidden;
      }
    
}
