@font-face{
	font-family: Lora;
	src: url(fonts/Lora.ttf);
}
.wrapperClass{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

body{
	font-family: Lora;
    margin:0;
    padding:0;
	
}

form{
flex-wrap: wrap;
flex-direction:column;
display:flex;
align-content: center;
align-items: center;
justify-content: center;

	
background-color:darkgreen;
	
}

input{
border-radius:20px;
width:30vh;
height:3vh;
}

.row {
  display: flex;
  padding: 0 4px;
  flex-direction: row;
		
	
}
.imageline{
 display: flex;
  padding: 0 4px;
  flex-direction: row;
	}
.flex-container{
  display: flex;
  flex-direction: column;
  width: 100%;

}
#customizeabout{

	width:31%;
	
	
}
.topnav{
    background-color: darkgreen;
    height: 55px;
	z-index: 1;
}

.mainlogo{
    text-align: center;

}
.topnav a{
    float:left;
    display:block;
    color:white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 22px;
}
.topnav a:hover{
    background-color: aliceblue;
    color: black;
}

.topnav .icon{
    display: none;
}

.logo {
    float: right;
    display: inline-block;
    width: 140px;
}

footer{
    min-height: 120px;
    padding-top: 5px;
    font-family: monospace;
    background-color: darkgreen;
    color:white;
    font-size: 20px;
    text-align: center;
}
footer a{
    float: left;
    text-decoration: none;
    padding-left: 20px;
    color: white;
}
        
footer a:hover{
    color:grey;
}

.social a{
    float: none;
    font-size: 20px;
}

.social a:hover{
    color: grey;
}

.content{
	font-size: 20px;
    text-align: center;

	position: relative;
}


/* this is the media query which allows the program to be changed when its under 600 pixels*/

@media screen and (max-width:600px) {
    .topnav a:not(:first-child){display:none;}
    .topnav a.icon{
        float:right;
        display:block;
 
	
	}
	
	
.row {
  flex-direction: column  ;
align-items: center;
text-align: center;

gap: 10px;

display: flex;
flex-basis: 100%;
flex: 1;
	

}

.flex-container{
  display: flex;
  flex-direction: column;

 
  gap: 10px;
}
.imageline{
 display: flex;
  padding: 0 4px;
  flex-direction: column;
	}
#customizeabout{
	
	width:100%;
	
	
}
}
@media screen and (max-width: 600px){
	.wrapperClass{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	
	.topnav.responsive {
		position: relative;
	}
	
	.topnav.responsive a.icon{
		position:absolute;
		right:0;
		top:0;
    }
	.topnav.responsive a{
		background-color: darkgreen;
		float: none;
		display: block;
		text-align: left;
	}
}

 /* these media queries are used for the help of width for mobile phones as its a set width */ 
@media only screen and (max-width:768px){
    /*for mobile phones:*/
    [class*="col-"]{
        width:100%;
    }
}       
    /* this part of code is the footer and all of the mesurements and designs for the footer */ 


.contactcontent{
    min-height: 800px;
    text-align: center;
}                      

.Development{
    display: inline-block;
    min-height: 200px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 2%;
    transition: transform 1s ease;
}

/* this css about the development page is all about an animation it is the hover effect which expands an image. */
.Development:hover{
    transform: scale(1.2);
}



.productcontent{
    background-image: url(sheep.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    text-align: center;
}

.csscontent{
    min-height: 800px;
}


.homeproduct5 {
    text-align: center;
    display: inline-block;
}



