html,body{
margin: 0px;
padding: 0px;
height:100%;
background-image:url('https://images.unsplash.com/photo-1603366615917-1fa6dad5c4fa?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
background-color:#1b0101;
font-family: 'Titillium Web', sans-serif;
font-size: 13px;
color:#fff;
text-align:justify;
letter-spacing:1px;
}

#box1{
position:relative;
width:735px;
min-height:100%;
margin:72px auto;
padding:8px;
}

#header{
height:350px;
width:735px;
background-image:url('img/bethlehem-banner.jpg');
border:1px solid #230023;
}

#sidePageHeader{
    height:150px;
    width:735px;
    overflow: hidden;
    border:1px solid #230023;
}

.sidePageHeader{
    margin: -150px 0px 0px 0px;
}
    

#linkity{
position:absolute;
top:-23px;
left:7px;
width:735px;
line-height:30px;
text-align:center;
}

#linkity a{
width:120px;
display:inline-block;
margin-right:-3px;
background-color:#230000;
color:#fff;
-moz-border-radius:10px 10px 0px 0px;
-webkit-border-radius:10px 10px 0px 0px;
border-radius:10px 10px 0px 0px;
text-transform:uppercase;
letter-spacing:2px;
border:1px solid #230000;
}

#linkity a:hover{
background-color:#910101a2;
border-bottom:1px solid #fff;
-moz-transition:.4s;
-webkit-transition:.4s;
transition:.4s;}

#box2{
position:absolute;
top:359px;
width:528px;
min-height:100%;
border:1px solid #230000;
margin-right:4px;
padding:8px;
background-color:rgba(82, 0, 0, 0.4);
margin-bottom:4px;
} 

#box2links{
    position:relative;
    width:720px;
    min-height:20%;
    border:1px solid #230000;
    margin-right:4px;
    padding:8px;
    background-color:rgba(82, 0, 0, 0.4);
    margin-bottom:4px;
} 

#box3{
position:absolute;
top:359px;
left:553px;
width:174px;
min-height:100%;
border:1px solid #230000;
padding:8px;
background-color:rgba(82, 0, 0, 0.4);
margin-bottom:4px;
text-align:left;
}

h1{
text-align:center;
font-size:14px;
line-height:30px;
font-family:times;
font-style:bold;
display:block;
border-bottom:1px solid #b08181;
letter-spacing:2px;
margin: -2px 0px 0px -4px;
background:url('img/header-image.jpg');
}

a{
color:#fff;
text-transform:uppercase;
background:#762121;
text-decoration:none;
}

a:hover{
background:rgb(179, 15, 15);
}

#patternRow {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 240px;
}

#patternBlock {
    height: 200px;
    width: 200px;
    margin: 20px;
}