
@font-face {
    font-family:new-font ;
    src: url('fonts/hitmarker/HitmarkerCondensed-Black.ttf');
}
@font-face {
    font-family: mw2font ;
    src: url('fonts/hitmarker/HitmarkerCondensed-Bold.ttf');
}
@font-face {
    font-family: bodyfont ;
    src: url('fonts/hitmarker/HitmarkerText-Medium.ttf');
}



body {
    font-family:bodyfont ;
   background-color: #333333
    
    
    
    
}




section {
    font-family:bodyfont ;
    color: white;
    font-size: 20t;
    letter-spacing: 1pt;
    word-spacing: 1pt;

}

header {
    font-size: 30pt;
    font-family: new-font;
    color: white;
    text-shadow: 6px 8px 8px black;
    margin: 0;
    text-align: center;
    background-image: url("images/codmobile-hero2.jpg");
    border: 2px solid black;
    
    
    
}



h2 {
    font-size: 18pt;
    font-family: mw2font;
    color: white;
    letter-spacing: normal;
    word-spacing: 1pt;
    text-shadow: 6px 8px 8px black;
    
    text-align: center;

}


footer{
    font-family:bodyfont ;
    color: white;
    font-size: 20t;
    letter-spacing: 1pt;
    word-spacing: 1pt;
    padding: 1pt;


}

img {
    border: 1px solid grey;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
    
}



footer {
    background-color: grey;
    font-size: 10pt;
    text-align: center;
    color: white;
    border:1px solid black;
    background-image:url("images/grad\ back.jpg")
}
p {
color: white;

    text-align: center;
}


.topnav {
    background-color:rgb(94, 92, 92);
    overflow: hidden;
    border: 1px solid  black;
    text-align: center;
    
    
    
  }
  
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;

  }
  

  .topnav a:hover {
    background-color: rgb(38, 38, 38);
    color: white;
    border: 1px  solid black;
    text-decoration: underline;
  }
  
 h3 {
    color: white;
    font-size: 16pt;
    font-family: mw2font;
    color: white;
    letter-spacing: normal;
    word-spacing: 1pt;
    text-shadow: 6px 8px 8px black;
    text-align: center;
 }

 ol {
    color: white;
 }
  
 img:hover {
    
    border: 2px solid #f2f2f2;

 }
  
 div.gallery {
    border: 1px solid #ccc;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
    color: white;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
  }
  
  @media only screen and (max-width: 700px) {
    .responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

 