/* style-r2.css - Revision 20-Sep-2023 */
body{
  font: 15px/1.5 Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  background-color:#ffffff;
}

.r2 {
  font: 15px/1.5 Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  background-color:#ffffff;
}

*.title {
  background: #FFFFFF;
  border-left: 0.00pt solid windowtext;
  border-right: 0.00pt solid black;
  border-top: 0.00pt solid windowtext;
  color: black;
  font-family: Calibri,sans-serif;
  font-size: 14.00pt;
  font-style: normal;
  font-weight: 700;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  text-align: left;
  vertical-align: center
}

*.subtitle {
  background: #FFFFFF;
  border-left: 0.00pt solid windowtext;
  border-right: 0.00pt solid black;
  border-top: 0.00pt solid windowtext;
  color: black;
  font-family: Calibri,sans-serif;
  font-size: 12.00pt;
  font-style: normal;
  font-weight: 700;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  text-align: left;
  vertical-align: center
}


/* Global */
.container{
  width:95%;
  margin:auto;
  overflow:hidden;
}

ul{
  list-style: disc;
  margin:10;
  padding:10;
}

.button_1{
  height:38px;
  background:#e8491d;
  border:0;
  padding-left: 20px;
  padding-right:20px;
  color:#ffffff;
}

.dark{
  padding:15px;
  background:#2D52A3;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
}

/* Header **/
header{
  border-top:#29b6f6 3px solid;
  background:#37474f;
  color:#ffffff;
  /* padding-top:30px; */
  /* min-height:70px; */
  border-bottom:#29b6f6 3px solid;
}

header a{
  color:#ffffff;
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
}

header li{
  float:left;
  display:inline;
  padding: 0 20px 0 20px;
}

header #branding{
  float:left;
}

header #branding h1{
  font-size:30px;
  color:#29b6f6;
  font-weight:bold;
  margin:0;
}

header nav{
  float:right;
  margin-top:10px;
}

header .highlight{
  color:#eceff1;
  font-weight:normal;
}

header .current a{
  color:#29b6f6;
  font-weight:bold;
}

header a:hover{
  color:#cccccc;
  font-weight:bold;
}

/* Showcase */
#showcase{
  min-height:300px;
  background:url('../img/mashdr-2.jpg') no-repeat 0 -300px;
  text-align:center;
  color:#ffffff;
}

#showcase-new{
  min-height:300px;
  width: 100%;
  background:url('../../img/blk-rby-brb-1.jpg') no-repeat 0 -300px;
  background-size: cover; /* scales the image */
  background-position: center; /* centers the image */
  text-align:center;
  color:#ffffff;
}

#showcase h1{
  margin-top:100px;
  font-size:35px;
  margin-bottom:10px;
}

#showcase-new p{
  font-size:14px;
}

#showcase p{
  font-size:20px;
}

/* Newsletter */
#newsletter{
  padding:15px;
  color:#ffffff;
  background:#37474f
}

#newsletter h1{
  float:left;
}

#newsletter form {
  float:right;
  margin-top:15px;
}

#newsletter input[type="email"]{
  padding:4px;
  height:25px;
  width:250px;
}

/* Boxes */
#boxes{
  margin-top:20px;
}

/* Padded Width
#boxes .box{
  float:left;
  text-align:left;
  width:45%;
  padding:10px;
} */

#boxes .box-right{
  float:left;
  text-align: justify;
  width: -webkit-fill-available;
}

#boxes .box img{
  width:100%;
}

/* Sidebar */
aside#sidebar{
  float:right;
  width:30%;
  margin-top:10px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea{
  width:90%;
  padding:5px;
}

/* Main-col */
article#main-col{
  float:left;
  width:100%;
}

/* Services */
ul#services li{
  list-style: none;
  padding:4px;
  border: #cccccc solid 1px;
  margin-bottom:5px;
  background:#e6e6e6;
}

footer{
  padding:20px;
  margin-top:20px;
  color:#ffffff;
  background-color:#37474f;
  text-align: center;
}

footer .highlight{
  color:#29b6f6;
  font-weight:bold;
}

footer .small{
 /* color:#ffffff; */
  font-size:10px;
  font-weight:bold;
}

footer a:link{
  color:#ffffff;
  font-weight:bold;
}

footer a:hover{
  color:#29b6f6;
  font-weight:bold;
}

footer a:visited{
  color:#bbd6ed;
  font-weight:bold;
  background-color: transparent;
  text-decoration: none;
}

footer h1{
  color:#eceff1;
  font-size:15px;
  font-weight:normal;
  margin:0;
}


/* Media Queries */
@media(max-width: 907px){
  #newsletter h1,
  #newsletter form,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align:left;
    width:95%;
  }

  #boxes .box{
    float:none;
    text-align:left;
    width:95%;
    padding:5px;
  }
  
  #boxes .box img{
  width:100%;
  }

  header{
    /* padding-bottom:20px; */
  }

  header nav,
  header nav li{
    text-align:center;
    float:none;
  }
  
  header #branding{
    text-align:center;
    float:none;
  }

  #showcase{
    min-height:200px;
    background:url('../img/mashdr-2.jpg') no-repeat 0 -200px;
    text-align:center;
    color:#ffffff;
  }

   #showcase-new{
   min-height:200px;
   width: 100%;
   background:url('../../img/blk-rby-brb-1.jpg') no-repeat 0 -300px;
   background-size: cover; /* scales the image */
   background-position: center; /* centers the image */
   text-align:center;
   color:#ffffff;
  }

   #showcase-new p{
   font-size:14px;
  }

  #showcase h1{
    margin-top:40px;
  }

  #newsletter button, .quote button{
    display:block;
    width:100%;
  }

  #newsletter form input[type="email"], .quote input, .quote textarea{
    width:100%;
    margin-bottom:5px;
  }
}
