body{
  font: 17px Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
 // background-color:#f4f4f4;
//background:url('../img/webdot1.png') no-repeat 400px 670px;
}
h1{
  font: 37px Arial, Helvetica,sans-serif;
  padding:10px 10px 10px 0px;
  margin:0px;
  //color:#f4f4f4;
  //float:left;
}
p{
line-height: 1.4em;
}

/* Global */
.container{
  width:80%;
  margin:auto;
  overflow:hidden;

}

ul{
  margin:0;
  padding: 15px 20px 20px 0px;

}

.button_1{
  height:38px;
  background:#e8491d;
  border:0;
  padding-left: 20px;
  padding-right:20px;
  color:#ffffff;
}

.dark{
  padding:15px;
  background:#35424a;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
  border: 1px black solid;border-radius:15px;
}

/* Header **/
header{
  background:#ffffff;
  color:#000000;
  padding-top:30px;
  min-height:110px;
  border-bottom:#bbb 5px solid;

}

header a{
  color:#000000;
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
  padding: 0px 10px 0 20px;
  margin-bottom:150px;
}

header li{
  float:left;
  display:inline;
  padding: 0px 20px 20px 20px;

}

header #branding{
  float:left;
}

header #branding h1{
  font-size:45px; display:inline;margin-bottom:10px;
  
}

header nav{
  float:right;
  margin-top:25px;
}

header .highlight, header .current a{
  color:#000000;
 // font-weight:bold;
}

header a:hover{
  color:#cccccc;
  //font-weight:bold;
}


#showcase{
  min-height:200px;
 // background:url('../img/blubutterfly.png') no-repeat -600px -1150px;
  background-color:#35424a;
 // text-align:center;
  color:#ffffff;
   background-image: linear-gradient(to bottom, rgba(53,66,74,0.1) 0%,rgba(53,66,74,0.9) 100%),url("../blubutterflyIV.jpg");
   background-attachment:fixed;
   background-position:50% 50%;
   //background-size: cover;
   background-repeat: no-repeat;
}

#showcase h1{
  margin-top:60px;
  font-size:47px;
  margin-bottom:10px;//text-shadow: 2px 2px black;
}

#showcase p{
  font-size:21px;//text-shadow: 1px 1px black;
}

#showcase2{
  min-height:300px;
 // background: url('../img/DSCF0973.jpg') no-repeat -100px -450px;;
  background-color:#35424a;
  //text-align:center;
  color:#ffffff;
 // border-bottom: 3px #35424a solid;
  //border-top: 3px #35424a solid;
   background-image: linear-gradient(to bottom, rgba(53,66,74,0.1) 0%,rgba(53,66,74,0.9) 100%),url("../DSCF0973a.jpg");
   background-attachment:fixed;
   background-position:50% 50%;
   //background-size: cover;
   background-repeat: no-repeat;
}

#showcase2 h1{
  margin-top:80px;
  font-size:55px;
  margin-bottom:10px;//text-shadow: 1px 1px black;
}

#showcase2 p{
  font-size:21px;//text-shadow: 1px 1px black;
  margin-left:100px;
}


#Ceredigion{
  padding:15px;
  color:#ffffff;
  background:#35424a;
  //text-align:center;

}
/* blu_white */
#bluwhite2{
  padding:15px;
  color:#ffffff;
  background:#35424a;
  //text-align:center;

}

#Ceredigion h1{
  float:left;
 // font-size:19px;
}

#Ceredigion a{
color:#fff;
  text-decoration:none;
}
footer a{
  color:#fff;
  text-decoration:none;
}
#bluwhite form {
  float:right;
  margin-top:15px;
}

#bluwhite input[type="email"]{
  padding:4px;
  height:25px;
  width:250px;
}




footer{
  padding:20px;
  margin-top:20px;
  color:#ffffff;
  background-color:#35424a;
  text-align: center;
}

/* Media Queries */
@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
 // #blu_white h1,
  #blu_white form,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    float:left;
    text-align:center;
    width:100%;
  }


  header{
    padding-bottom:20px;
  }

  #showcase h1{
    margin-top:40px;
  }

}



* {
  box-sizing: border-box;
}

/* Container for flexboxes */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal columns */
.column {
  flex: 20%;
  padding: 20px;
  border: 1px solid #ccc;
  margin:5px;
  text-align:center;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .column {
    flex: 45%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .row {
    flex-direction: column;
  }
}