description {
    display: none;
}
body {

}

h2{
    color: white;
    font-family: rokkitt;
    font-weight: normal;
    font-size: 2em;
}
h3{
    font-size: 3em;
    font-family: "Rokkitt";
    font-weight:lighter;
    
    
}


p{
font-size: 1.5em;
    max-width: 50%;
    margin: auto;
    
}

hr {
    background-color: #f3cc0c;
    height: 2px;
      max-width: 1200px;
    width: 80%;
    color: #f3cc0c;
    border: none;
}
.sussexTitle {
    max-width: 1200px;
    width: 80%;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    padding-top:15px; 
    }

.sLogo{
    max-width: 100%;
    height: auto;
    min-width: 720px;

}
.sussexLogo {
   float: left;
    min-width 600px;
    height: auto;
    display: flex;
    
       
}
.titleSpace {
 
}

.titleContact{
    text-align: right;
    font-size: 2em;
    font-weight: bold;
   margin: 0;
   float: right;
    margin-left: auto;
    min-width: 340px;
        
    
    
    
  
}

.navbar {
    font-family: verdana;
    font-size: 1.3em;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    overflow: hidden;
   background-color: rgb(45,45,45);
    display: flex;
    padding: 
    
}
.navbar a {
    text-decoration: none;
    color: white;
    padding: 14px 16px; 
    display: block;
    
    }
    
.navbar a:hover{
    color: white;
    
}    

.about{
    display: flex;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    background: url(turf-sussex.jpg);
    min-height: 500px;
    justify-content: flex-end;
    margin-bottom: 2%
    
}
.emptySpace{
    width: 50%;
    min-height: 500px;
    

    
}


.infoBox {
        background: rgb(33 25 22);
    border-radius: 5px;
    max-width: 25%;
    max-height: 250px;
    color: white;
    font-family: "Trebuchet MS";
    font-weight: bold;
    text-align: left;
    padding: 14px;
    transform: translate(-5% , 75%);
    -ms-transform: translate( -5%, 75%);
    overflow: auto;
    
        
}
.aboutLawn {
    min-width: 80%
   
}
.contactH {
    width: 80%;
    margin: auto;
    text-align: center;
    
        
}
.divGallery {
    width: 80%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding-bottom: 25px
        
}

#myImg{
    border-radius: 100%;
    border-style: solid;
    border-color: #f3cc0c;
    border-width: thick;
    height: 175px;
    width: 175px;
    margin:14px 5%;
    
    
    
}
#myImg:hover{
    opacity: 0.5;
}
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  ;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

.divSupply  {
    width: 80%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
        
}

.sImg {
    margin-bottom: 14px;
}
.sP{
    margin-bottom: 14px
}
.divContact {
    width: 80%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    
    
}

.cText{
    padding: 2%;
    font-size: 1.25em;
}

.map {
    padding: 16px;
    width: 80%;
    max-width: 1200px;
    height: 500px;
    
    
}

.address {
    font-weight: bold}

.footer{
    max-width: 1200px;
    width: 80%;
    display: flex;
    background: #12212f;
    color: white;
    margin: auto;
    font-size: 0.75em;
    justify-content: center;
    height: auto;
        

}
h4 {
    font-size: 2em;
    padding: 0;
    margin: auto;
    margin-left: 2%;
    margin-right: 2%;
}
.fP {
    margin-left: 2%;
    min-width: 450px;
    
    
}
.f1{
    width 50%;
}

.f3 {
    
    padding-left: 5%;
    text-align: right;
    width: 50%;
    font-size: 1em;
    overflow-y: visable;
    margin-right: 2%
    
    
}
.fPr{
    margin-right: 2%;
    min-width: 200px;
}

.divPrivacy {
     width: 80%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}