/* Beach Boxing Barbados CSS*/

body {
    background-color: white;
    background-image: url("../../images/Rasta-Colors-Background.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll ;
    background-position: centre top;
    background-size: 100% 100%;
   
}

header {
    background-color: ;
    text-align: center;
    padding: 20px;
    border: 1px solid black;
    margin: 1px;
} 


h1 {
    font-family: timesnewroman;
    color: black;
    text-align: ;
    background-color: ;
    border: 4px solid black;
    width: ;
    text-shadow: 1px 1px grey;
        
}

h2 {
width: 100% ;
}

.topnav{
    border:1px solid #ccc;
    border-width:1px 1px;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

.topnav li{
    display:inline;
    border-left: 1px solid black;
   }
   
.topnav li:last-child{
    border-right: 1px solid black;
   }
   
   
   
.topnav a{
    display:inline-block;
    padding:10px;
}

a:hover
{ color: #FA057E;
  background: #fff;}

.center {
 display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 75%;
}

p {
    font-family: timesnewroman;
    font-size: 20px;
    background-color: ;
    width: ;
    text-align: center;
}

p1 {
text-align: left;
width: 100%;
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 22%;
    background-color: ;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 5px;
    text-align: center;
}

/* Left and right column */
.column.side {
    width: 50%;
    height: ;
}

/* Middle column */
.column.middle {
    width: 50%;
    height: ;
}

table, th, td {
   border: 1px solid black;
 }
 
 form {
  /* Just to center the form on the page */
  margin: 0 auto;
  width: 400px;
  /* To see the outline of the form */
  padding: 1em;
  border: 1px solid #CCC;
  border-radius: 1em;
}

form .website{ display:none; } /* hide because is spam protection */


