body{
    margin:0;
    padding:0;
}
.topnav{
    background-color: darkgreen;
    height: 60px;
}
.mainlogo{
    text-align: center;
    padding: 1%;
}
.topnav a{
    float:left;
    display:block;
    color:white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 22px;
    font-family: monospace;
}
.topnav a:hover{
    background-color: aliceblue;
    color: black;
}
.topnav .icon{
    display: none;
}
/* 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;
    }
}
    @media screen and (max-width: 600px){
        .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 col contents have been used throughout my website and they control the maximum width */ 
        
    }

 .col-1{width:8.33%;}
 .col-2{width:16.66%;}
 .col-3{width:25%;}
 .col-4{width:33.33%;}        
 .col-5{width:41.66%;}
 .col-6{width:50%;}
 .col-7{width:58.33%;}
 .col-8{width:66.66%;}
 .col-9{width:75%;}
 .col-10{width:83.33%;}
 .col-11{width:91.66%;}
 .col-12{width:100%;}
        

.homecontent0{
    height:800px;
    overflow: hidden;
}


 .homecontent{
     background-color: aliceblue;
     height: 700px;
     opacity: 0.8; /* will make the image slightly see through*/
        }
        
.homecontent1{
    background-image: url(corn.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 900px;
    float:left;
    text-align: center;
    font-size: 22px;
}
 /* 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 */ 
footer{
    min-height: 120px;
    padding-top: 20px;
    font-family: monospace;
    background-color: darkgreen;
    color:white;
    font-size: 20pt;
    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: 20pt;
}

.social a:hover{
    color: grey;
}

.example{
    height:100px;
    width:100px;
    background-color: aquamarine;
   
}

.example2{
    height:100px;
    width:100px;
    background-color: blue;
    position: absolute;
    left:20px;
    
    
}
    

.sidebar{
    height:120%;
    background-color:;
    float: left;
    margin: 2%;
    font-size: 22px;
}    



.maincontent{
    height: 50%;
    background-color:;
    float: right;
    margin: 2%;
        
}


.homeproduct{
    display: inline-block;
    width: 75%;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 2%;
    font-size: 22pt;
    text-align: center;
    
}

    
.content2{

    
}

.contactcontent{
    min-height: 800px;
    text-align: center;
}        
          
        
.paragraph{
    text-align: center;
    
}        
        
.aboutimage{
    width: 100%;
}        

.Development{
    display: inline-block;
    min-height: 600px;
    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);
}


.content{
       font-size: 28px;
    text-align: center;
}

.productcontent{
    background-image: url(sheep.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    text-align: center;
}

.csscontent{
    min-height: 800px;
}
.homeproduct1 {
    
}

.homeproduct2 {
    float: left;
    
}

.homeproduct3 {
    float: right;
}

.homeproduct5 {
    text-align: center;
    display: inline-block;
}

.logo {
    float: right;
    display: inline-block;
    width: 140px;
}
