/**
 * Theme Name:     Twenty Twenty Child
 * Author:         the WordPress team
 * Template:       twentytwenty
 * Text Domain:	   twenty-twenty-child
 * Description:    Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
 */
/**
 * Theme Name:     Twenty Twenty Child
 * Author:         the WordPress team
 * Template:       twentytwenty
 * Text Domain:	   twenty-twenty-child
 * Description:    Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
 */

/*
GWD Simple CSS Reset, v2.0
by Eric Girouard, 2014-2021
Originally based on http://meyerweb.com/eric/tools/css/reset/ (version 2)

Use this CSS Reset if using Normalize's (or Modern CSS Reset's) "opinionated defaults" requires you to write too many overrides (such as: p {margin: 0; padding: 0;} ).

By default elements are made position: relative; to make positioning of absolutely positioned elements simpler.

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
display: block;
}

body {
line-height: 1;
background-color: white;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
/* "border-box" calculates the width and height of an HTML element including the padding and the border. Opposite of the traditional CSS Box Model of "content-box" */


/*-----------------------------------------------------------CSS RESET ENDS HERE------------------------------------------------------------------------*/

/*------header navigation---------*/

.primary-menu > li {
margin: 0.8rem 0 0 2.5rem;
max-width: 5%;


}

.primary-menu > li:hover {

}



ul.primary-menu{
margin-right: 43.5rem;
margin-top: -5rem;
}



.site-title a {
	display:none;
}

.primary-menu-wrapper + .header-toggles{
	display:none;
}

.singular .entry-header{
	display:none;
}

#site-header{
height:1rem;
}

.fullcircle{
margin-top: 4rem;
transition: transform 0.3s ease, filter 0.3s ease;
border-radius:15px;
margin-left: -1rem;
}
.fullcircle:hover{
transform: scale(1.15); 
filter: brightness(1.2); 
cursor: pointer; 
}

.dot{
position: relative;
max-width: 50px;
margin: 0;
margin-top: -100px;
top: -3px;
left: 726px;
}

.dot1 {
  position: relative;
  max-width: 50px;
  margin: 0;
    margin-top: 0px;
  margin-top: -100px;
top: 47px;
  left: 855px;
}

.dot2 {
  position: relative;
  max-width: 50px;
  margin: 0;
    margin-top: 0px;
  margin-top: 11px;
  top: -14px;
  left: 951px;
}

.dot3 {
  position: relative;
  max-width: 50px;
  margin: 0;
    margin-top: 0px;
  margin-top: -100px;
 top: 36px;
 left: 1047px;
}


.circle {
 margin-top: 83px;
  border-radius: 13px;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease, filter 0.3s ease;
border-radius:15px;
  width: 21%;
  margin-left: 27px;
}

.circle:hover {
  transform: scale(4.5);      /* 5% scale up */
  filter: brightness(1.2);     /* make image brighter */
  cursor: pointer;

  /* fade in on hover */
  opacity: 1;
}

/*--------------------------------*/

.fullscreen-video {
width: 100vw !important;
 margin-left: 0rem;
  margin-top: -1rem;
  height: 1038px !important;
}
}

#site-content{
background-color:white;

}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 100%;
}

#about {
background-color: black;
height: 200rem;
width:100%;
margin-bottom: 0rem;
}

#grid-container-1 {
display: grid;
grid-template-columns: 50% 50%;
padding: 5px;
gap: 5px;
}

#overview{
color:white;
margin-left: 15rem;
font-family: prata;
font-size: 55px;
margin-top: 22rem;
margin-bottom: -4rem;
}



#johnabbott {
color: white;
margin-left:15rem;
font-family:manrope;
font-size:25px;
margin-bottom: -5rem;
}

#nextline{
color: white;
margin-left:15rem;
font-family:manrope;
font-size:25px;
margin-bottom: -5rem;
}


.laptop{

    position: absolute;
    top: 0;
    width: 60rem;
    will-change: transform;

}

#right-img {
    position: relative;
    overflow: visible;
	width: 100%;
    max-width: none;
}
#grid-container-1 {
    align-items: start; 
}

#left-text {
    padding-bottom: 20rem; /* ensures the layout stays tall */
}

#home {
  height: 70rem;
  background-color: white;
	width: 100%;
	margin-bottom:0;
}



.scroll-fade {
  opacity: 0;
  transform: translateY(20px);
}

.scroll-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

.swoop {
  position: relative;
  bottom: 28rem;
  margin-bottom: -34rem;
}

/*-----CEREER DIV_________*/


#careers {
  height: 287rem;
  background-color: white;
  width: 100%;
}

.lineright {
  position: relative;
  top: -3.4rem;
  z-index: 5;
  left: 1rem;
  width: 16rem;
}

.lineleft {
  position: relative;
  left: 101rem;
  top: -109.8rem;
	z-index:1;
}

#toptag {
  position: relative;
  top: 4.5rem;
  margin-top: 0rem;
  margin-bottom: -16rem;
  left: 18rem;
	font-size:19px;
}
#bigtext {
  position: relative;
  top: 26.5rem;
  font-family: playfair display roman;
  font-size: 164px;
  left: 18rem;
  font-weight: bold;
  line-height: 1;
}

#blockt {
  margin-bottom: -21.9rem;
  position: relative;
  font-family: manrope;
  font-size: 19px;
 left: 53rem;
  top: 31rem;
}

#number1 {
  margin: 0rem;
  position: relative;
  top: 37.9rem;
  font-family: playfair display;
  font-weight: bold;
  left: 10.6rem;
}

.swoop2 {
  margin: 0rem;
    margin-bottom: 0rem;
  margin-bottom: 0rem;
  margin-bottom: -26.5rem;
  width: 82rem;
  position: relative;
  left: 39rem;
  top: 25rem;
}

.black {
  width: 87rem;
  position: relative;
  margin-bottom: -121rem;
  top: -93.5rem;;
  z-index: 1;
}

#bigtext2 {
  position: relative;
 top: -66rem;
  font-family: playfair display roman;
  font-size: 164px;
  left: 16rem;
  font-weight: bold;
  color: white;
  z-index: 3;
  line-height: 1;
}

#blockt2 {
 margin-bottom: -21.9rem;
  position: relative;
  font-family: manrope;
  font-size: 20px;
  left: 16rem;
  top: -68rem;
  color: white;
  z-index: 2;
}


#number2 {
  margin: 0rem;
  position: relative;
  top: -54.8rem;
  font-family: playfair display;
  font-weight: bold;
  left: 10.6rem;
  color: white;
  z-index: 2;
}

#bigtext3 {
  position: relative;
  top: -12rem;
  font-family: playfair display roman;
  font-size: 164px;
  left: 26rem;
  font-weight: bold;
  color: black;
  z-index: 3;
  line-height: 1;
}

#blockt3 {
 margin-bottom: -21.9rem;
  position: relative;
  font-family: manrope;
  font-size: 20px;
  left: 49rem;
  top: -13rem;
  color: black;
  z-index: 2;
}


#number3 {
  margin: 0rem;
  position: relative;
  top:  0.4rem;
  font-family: playfair display;
  font-weight: bold;
  left: 106.6rem;
  color: black;
  z-index: 2;
}

.leftswoop{
	  width: 82rem;
  position: relative;
  left: -5rem;
  top: 18rem;
}

.blackfade {
  position: relative;
  margin-bottom: -41.5rem;
  top: -51rem;
  z-index: 5;
  width: 10rem;
  left: -1rem;
}

.whitefade {
  position: relative;
  margin-bottom: -41.5rem;
  top: -37rem;
  z-index: 5;
  width: 10rem;
  left: 110rem;
}

#bigtext4 {
  position: relative;
  top:   8rem;
  font-family: playfair display roman;
  font-size: 164px;
  left: 57rem;
  font-weight: bold;
  color: black;
  z-index: 3;
  line-height: 1;
}

#blockt4 {
  margin-bottom: -21.9rem;
  position: relative;
  font-family: manrope;
  font-size: 20px;
  left: 11rem;
  top: 7rem;
  color: black;
  z-index: 2;
}


#number4 {
  margin: 0rem;
  position: relative;
  top: 19.4rem;
  font-family: playfair display;
  font-weight: bold;
  left: 106.6rem;
  color: black;
  z-index: 2;
}


.fade-scroll {
    opacity: 0;
    filter: blur(10px);
    transition: opacity 0.2s linear, filter 0.2s linear;
}

.transition {
  position: relative;
  top: -179.6rem;
  width: 100%;
}
/*--------DIV 4-------------------------------------*/


#apply {
  height: 115rem;
  background-color: black;
  width: 100%;
}

.rocks {
  position: relative;
  top: -122.8rem;
  left: -8rem;
  width: 93rem;
}

#courseheader {
  position: relative;
  top: -108rem;
  font-family: playfair display roman;
  font-size: 164px;
  left: 17rem;
  font-weight: bold;
  z-index: 5;
  color: white;
}

.slider-wrapper {
    position: relative;
    width: 100vw;                         
    margin-left: calc(50% - 50vw);        
    overflow: hidden;
    height: 120rem; /* your tall image height */
}

/* Slider track stays full-width */
.slider {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Images stay NORMAL size and centered */
.slider img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 33vw;
    height: auto;
    object-fit: contain;
    transition: transform 0.7s ease-in-out;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 4rem;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    padding: 1rem;
    user-select: none;
}

.slider-btn.prev { left: 2rem; }
.slider-btn.next { right: 2rem; }



.tswoopy {
  margin-top: -96rem;
	width: 100%;
}


/*--------------------DIV 5---------------------------*/


.footer-nav-widgets-wrapper.header-footer-group {
  background-color: black;
  margin-top: -29rem;
}

@media screen and (max-width:375px){

.fullscreen-video{
  width: 101vw !important;
  margin-left: 0rem;
  margin-top: 9rem;
  height: 401px !important;
}

.laptop {
  position: absolute;
  top: 0;
  width: 60rem;
  will-change: transform;
  display: none;
}

#home {
  height: 46rem;
  background-color: white;
  width: 100%;
  margin-bottom: 0;
}

.toggle-inner {
  margin-top: 2rem;
}
	
.swoop {
  position: relative;
  bottom: 5.6rem;
  margin-bottom: -34rem;
}
	
 #overview {
    color: white;
    margin-left: 2rem;
    font-family: prata;
    font-size: 52px;
    margin-top: 28rem;
    margin-bottom: -3rem;
    position:relative;
	 top:15rem;
  }
	
	#johnabbott {
  color: white;
  margin-left: 2rem;
  font-family: manrope;
  font-size: 22px;
  margin-bottom: -3rem;
  position: relative;
  top: 16rem;
}

#nextline {
  color: white;
  margin-left: 2rem;
  font-family: manrope;
  font-size: 24px;
  margin-bottom: -3rem;
  position: relative;
  top: 19rem;
}
	
#grid-container-1 {
  display: grid;
  grid-template-columns: 100%;
  padding: 5px;
  gap: 5px;
}
	
#toptag {
  position: relative;
  top: 22.5rem;
  margin-top: 0rem;
  margin-bottom: -17rem;
  left: 1rem;
  font-size: 15px;
}
	
.lineright {
  position: relative;
  top: -51.4rem;
  z-index: 5;
  left: 1rem;
  width: 16rem;
  display: none;
}
	
.black {
  width: 92rem;
  position: relative;
  margin-bottom: -121rem;
  top: -31.5rem;
  z-index: 1;
  display: none;
}
	
	#number1 {
  margin: 0rem;
  position: relative;
  top: 42.9rem;
  font-family: playfair display;
  font-weight: bold;
  left: 1.6rem;
}
	
	#bigtext {
  position: relative;
  top: 40.5rem;
  font-family: playfair display roman;
  font-size: 43px;
  left: 1rem;
  font-weight: bold;
  line-height: 1;
}
	
#about {
  background-color: black;
  height: 221rem;
  width: 100%;
  margin-bottom: 0rem;
}
	
.leftswoop {
  width: 82rem;
  position: relative;
  left: -5rem;
  top: -33rem;
}
	
#blockt {
  margin-bottom: -4.9rem;
  position: relative;
  font-family: manrope;
  font-size: 17px;
  left: 1rem;
  top: 38rem;
}	
	
	#bigtext2 {
  position: relative;
  top: 120rem;
  font-family: playfair display roman;
  font-size: 55px;
  left: 2rem;
  font-weight: bold;
  color: black;
  z-index: 5;
  line-height: 1;
}
	
.transition {
  position: relative;
  top: -217.6rem;
  width: 114%;
}
	

#careers {
  height: 61rem;
  background-color: white;
  width: 100%;
}
	
	

#courseheader {
  position: relative;
  top: -115rem;
  font-family: playfair display roman;
  font-size: 39px;
  left: 2rem;
  font-weight: bold;
  z-index: 5;
  color: white;
}
.slider img {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33vw;
  height: auto;
  object-fit: contain;
  transition: transform 0.7s ease-in-out;
}

.slider-btn {
  position: absolute;
  top: 21%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 4rem;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1rem;
  user-select: none;
}

#apply {
  height: 54rem;
  background-color: black;
  width: 100%;
}
}