html { font-size: 62.5%; }

@font-face {
    font-family: "Galano";
    src: url("fonts/GalanoGrotesque-Regular_2.woff2") format("woff2");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: "GalanoBold";
    src: url("fonts/GalanoGrotesque-Bold_2.woff2") format("woff2");
    font-weight:normal;
    font-style:normal;
}

body {
    height: 100%;
    min-height: 100%;
	padding: 0rem;
	margin: 0rem;
	overflow-y: hidden; 
	overflow-x: hidden;
    font-family: "Galano"

}


.wrapper{
	position: fixed;
}

.cols{
	position: relative;
	display: flex;
	 overflow-x: auto;
	 box-shadow: -.2rem 0rem .5rem grey;
}

#cols.shifting {
    transition: left .3s ease-in-out;
}

.col{
	float:left;
}


/*  NAVBAR */


.nav-bar{
	width: 100vw;
	margin-top: 0rem;
	display: contents;

	font-size: 1.4rem;
	line-height: 1.8rem;
	cursor: pointer;
	
}

.nav-bar-inner{
        background-color: black;
    height: 3.5rem;
}


/* CONTENT */

.content{
	width: 100vw;
	height: 96vh;
	position: relative;
	overflow-y: scroll;
	
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #505050;
	background-color: #ffffff;
}

.header{
    font-family: "GalanoBold";
    font-size: 2rem;
    height: 8rem;
    text-align: center;
    margin-top: 3rem;
    color: #5016F4;
}

.button {
    width: 10rem;
    height: 4rem;
    border: 2px solid rgb(223, 225, 229);
    border-radius: 5px;
    text-align: center;
    padding-top: 8rem;
    float: left;
    margin-left: 2rem;
    font-size: 1.8rem;
    line-height: 1.8rem;
    cursor: pointer;
    color: #666666;
}

.button2 {
    width: 16rem;
    height: 10rem;
    border: 2px solid rgb(223, 225, 229);
    border-radius: 5px;
    text-align: center;
    padding-top: 2rem;
    float: left;
    margin-left: 2rem;
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-top: 2rem;
    cursor: pointer;
    color: #666666;
}

.button3 {
    width: 33rem;
    height: 10rem;
    border: 2px solid rgb(223, 225, 229);
    border-radius: 5px;
    text-align: center;
    padding-top: 3rem;
    float: left;
    margin-left: 2rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer;
    color: #666666;
}


.submit {
    width: 33rem;
    height: 5rem;
    border: 2px solid rgb(1 255 108);
    border-radius: 5px;
    text-align: center;
    float: left;
    margin-left: 2rem;
    font-size: 1.8rem;
    line-height: 5rem;
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer;
    color: black;
    background: rgb(1, 255, 108);
    font-family: 'GalanoBold';
}
.button:hover, .button2:hover, .selected {
    border: 2px solid rgb(1, 255, 100);
    box-shadow:rgb(0 0 0 / 10%) 0px 0px 1rem;
}

.button:active, .button2:active {
    border: 2px solid rgb(1, 255, 100);
    box-shadow:rgb(0 0 0 / 10%) 0px 0px 1rem;
}

.image-imac{
        background-image: url(images/lob_00000004_medium.png);
    background-repeat: no-repeat;
    background-size: 8rem;
    background-position: 50% 12%;
}

.image-pro{
        background-image: url(images/lob_00000005_medium.png);
    background-repeat: no-repeat;
    background-size: 8rem;
    background-position: 50% 12%;
}

.image-air{
        background-image: url(images/lob_00000005_medium.png);
    background-repeat: no-repeat;
    background-size: 8rem;
    background-position: 50% 12%;
}

.close-bttn{
      background-image: url(images/xmark-solid.svg);
    background-repeat: no-repeat;
    height: 3.2rem;
    float: right;
    width: 3.2rem;
}

.back-bttn{
       background-image: url(images/chevron-left-solid.svg);
    background-repeat: no-repeat;
    height: 3rem;
    float: left;
    width: 3rem;
    margin-top: 0.2rem;
    margin-left: 0.7rem;
}