/*CSS Stylesheet*/

/** {border: 1px solid black;}*/

img { max-width: 60%; }

body {
    margin: 0; 
    font-size: 18px;
    line-height: 22px;
    font-family: sans-serif;
    font-family: 'Crimson Text', serif;


}
#wrapper {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

h1{
    color:navy;
}
h2{
    color:lightblue;
}
}
.code {
    padding: 16px;
    border: 1px solid #333;
    background-color: #999;
    font-family: 'Courier', monospace;
}

.box {width: 200px;
    height: 200px;
    border: 2px solid purple;
    background: red;
    float: left;
    
}
@media (max-width: 959px) {
    {box-sizing: border-box;}
    #wrapper{
        max-width: 100%;
    }
}
.news{
    width:960px;
    height: 210px;
    border: 1px solid black;
    max-width: 100%;
    
}


.pic{
    max-width: 30%;
}
.pic1{
    max-width: 34%;
}
.map{
    max-width: 55%;
    float: left;
}
.merp{
    max-width: 44%;
   
    padding-top: 60px;
}

.final{
    width: 960px;
    height: 80px;
    border: 2px solid grey;
    background: lightblue;
    text-align: center;
    align-content: center;
    max-width: 100%;
    max-height: 100%;
    
}
.help{
    text-align: center;
    align-content: center;
}
.end{
  
    text-align: center;
}
.conc{
    padding-top: 30pt;
}