@charset "UTF-8";
/* CSS Document */

/* 	Google Fonts
	Website: https://fonts.google.com
	Paste info into HTML, Link CSS, and style the element
*/
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body {
	margin: 0;
    font-family: 'Press Start 2P', cursive;
    }

a {
	color: #000;
    }

h1{
    font-size: 25px;
    font-family: 'Press Start 2P', cursive;
    }
p{
    font-size: 15px;
}

.title{
    font-size: 25px;
    padding-left: 1%;
}
/* header */

.topnav {
	background-color:black;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
	position: fixed;
	width: 100%;
	z-index: 3;
}
.topnav ul {
	margin: 0;
	list-style: none;
	overflow: hidden;
	background-color: black;
}
.topnav li a {
    color: lime;
    font-size: 15px;
    text-align: center;
	display: block;
	text-decoration: none;
    margin-top: 4%;
    margin-bottom: 1%;
    
}
.topnav li a:hover, .topnav .menu-btn:hover {
	background-color: #f4f4f4;
}
.topnav .logo {
    float:left;
    border-right: 3px lime solid;
    padding: 0px 20px 0px 20px;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 15%;
    display: block;
}

/* menu */

.topnav .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
}
/* menu icon */

.topnav .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 28px 20px;
	position: relative;
	user-select: none;
}
.topnav .menu-icon .navicon {
	background: #333;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
}
.topnav .menu-icon .navicon:before, .topnav .menu-icon .navicon:after {
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}
.topnav .menu-icon .navicon:before {
	top: 5px;
}
.topnav .menu-icon .navicon:after {
	top: -5px;
}
/* menu btn */

.topnav .menu-btn {
	display: none;
}
.topnav .menu-btn:checked ~ .menu {
	max-height: 240px;
}
.topnav .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
}
.topnav .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}
.topnav .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}
.topnav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .topnav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
}
/*-- MULTI-COLUMN CONTAINER AND ITEMS --*/

.item-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 75px 0 0 0;
}
.item {
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	flex-basis: 30%;
}

/*---WebPage Styles---*/

#webhome img{
    width:100%;
}

#mobilehome img{
    width: 100%;
}

#about{
    background-color: lime;
    display: flex;
    flex-direction: row;
    }


#about .title{
    width: 20%;
}

#about .textbox{
    padding: 1% 1% 1% 2%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-right: 5%;
    width: 95%;
    border-left: 3px solid black;
   
}

#about h1{
    margin-left: 1%;
}


#services{
    background-color: white;
    display: flex;
    flex-direction: row;
    }
#services .title{
    width: 20%;
    height: 30%;
}

#services .services{
    width: 21%;
    align-content: center;
    text-align: center;
    margin-left: -12%;
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
}
#services h1{
    margin-left: 1%;
}

#services img{
    width: 150px;

    }

#team{
    background-color: black;
    display: flex;
    flex-direction: row;
    
    }
#team .title{
    width: 20%;
    height: 300px;
}

#team .avatar{
    width: 40%;
    margin-top: 5%;
    margin-bottom: 5%;
    
}

#team .content{
    width: 40%;
    border-left: 3px solid white;
    margin-left: -20%;
    margin-right: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 2%;
    padding-left: 2%;
}
#team h1{
    margin-left: 1%;
    color: white;
    }

#team p{

    color: white;
    text-align: left;
    }

.icon{
    border: solid white;
    width: 200px;
    float: right;
    margin-right: 60%;
}

#portfolio{
    display: flex;
	flex-direction: row;
    color: white;
    background-color: #7900ff;
}

#portfolio h1{
    margin-left: 1%;
    color: white;
}

#portfolio .title{
    width: 25%;
    height: 20%;
}

.grid-container{
	margin-top: 7%;
    margin-bottom: 5%;
    margin-right: 22%;
	width: 60%;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 1%;
    justify-content: space-evenly;
}

.grid-container > div{
    padding: 5%;
}

.grid-container > div img {
	width: 100%;
    height: 150px;
    border: 3px solid white;
}

.video{
    width: 100%;
    border: 3px solid white;
}
#contact{
    background-color: lime;
    display: flex;
}

#contact h1{
    margin-left: 1%;
}

.information{
    margin-top: 5%;
    margin-left: 5%;
    margin-bottom: 5%;
    border-left: 3px solid black;
}

#contact p{
    margin-left: 5%;
}

#contact img{
    margin-top: 33%;
    margin-left: 15%;
    width: 300px; 
}

/*-- desktop VERSION CSS RULES --*/

@media (min-width: 375px) { 

#mobilehome img{
    display: none;    
    }   
.topnav li {
	float: left;
}
.topnav li a {
	padding: 20px 20px;
}
.topnav .menu {
	clear: none;
	float: right;
	max-height: none;
}
.topnav .menu-icon {
	display: none;
}
	
}

/*--- Mobile styles---*/

@media (max-width: 375px){
    
.topnav .logo {
    border: none;
    padding: 2% 12% 2% 28%;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 150px;
    display: block;
}

#about{
    flex-direction: column;
    }    

#about .textbox{
    padding: 1% 2% 1% 4%;
    margin-left: 4%;
    width: 90%;
    border-left: 3px solid black;
}

#about h1{
    margin-left: 1%;
}
  
#services{
    flex-direction: column;
    margin-bottom: 5%;
    }
    
#services .title{
    width: 100%;
}

#services .services{
    border-left: 3px solid black;
    margin-left: 4%;
    padding-left: 25%;
}
    
#services h1{
    margin-left: 1%;
}

#services img{
    width: 150px;

    }  
    
#services p{
    padding-left: 30%;
    }
    
#team{
    flex-direction: column;
    
    }
#team .title{
    width: 100%;
    height: 20%;
}
    
#team h1{
    margin-left: 1%;
    color: white;
    }
    
#team .content{
    width: 100%;   
    }
    
#team p{
    border-left: 3px solid white;
    margin-left: 21%;
    padding: 4%;
    }

.avatar{
    padding-left: 46%;
    }
    
#portfolio{
    display: flex;
	flex-direction: column;
    color: white;
}

#portfolio h1{
    margin-left: 1%;
    color: white;
}

.grid-container{
	margin: 5%;
    padding-bottom: 20%;
	width: 90%;
    display: grid;
    grid-template-columns: auto;
    gap: 1%;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
}

.grid-container > div img {
	width: 100%;
    height: 150px;
}

.video{
    width: 100%;
    }
    
#contact{
    flex-direction: column;
}

#contact h1{
    margin-left: 1%;
}
    
#contact p{
    margin-left: 5%;
}

#contact img{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
    height: 250px;

}
    
h1{
    margin-left: 1%;    
    }  
    
#webhome img{
       display: none; 
    }    
    
#mobilehome img{
    width: 375px;
    height: 785px;
    }
    
}
