/* @font-face {
    font-family: Poppins;
    src: url(ninja.ttf);
} */

body{
  font-family: Arial;
  font-size: 15px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  background-color: #f4f4f4;
}

#logo{
  width: 240px;
  height: 90px;
  margin-right: 150px;
  margin-top: -6px;
  /* padding-bottom: 40px; */
}

/* Global */
.container{
  width: 84%;
  margin: auto;
  overflow: hidden;
}

ul{
  margin: 0;
  padding: 0;
}

.button_1{
  height: 38px;
  /* background: #e8491d; */
  background: #173C87;
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}

.dark {
  padding: 15px;
  background: #35424a;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Header */
header{
  background: #ffffff;
  color: #1A3D89;
  padding-top: 15px;
  min-height: 70px;
  /* border-bottom: #e8491d 3px solid; */
  border-bottom: #173C87 3px solid;
}

header a{
  /* color: #8B0000; */
  color: #1A3D89;
  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 {
  margin: 0;
}

header nav{
  float: right;
  margin-top: 25px;
font-weight: bold;
}

header .highlight, header .current a{
  /* color: #e8491d; */
  /* color: #173C87; */
  color: red;
  font-weight: bold;
}

header a:hover{
  color: #cccccc;
  font-weight: bold;
}

/* Showcase */

#showcase{
  min-height: 400px;
  background: url('../img/showcase2.jpg') no-repeat 0 -400px;
  text-align: center;
  color: #1A3D89;
}

#showcase h1{
  margin-top: 100px;
  font-size: 40px;
  margin-bottom: 10px;
}

#showcase p{
  font-size: 20px;
}

#newsletter{
  padding: 15px;
  color: #ffffff;
  background: #35424a;
}

#newsletter h1{
  float: left;
}

#newsletter form{
  float: right;
}

#newsletter input[type="email"]{
  padding: 4px;
  height: 25px;
  width: 250px;
  margin-top: 16px;
}

/* Boxes */
#boxes{
  margin-top: 0px;
  background: #E1E5E8;
  color: #1A3D89;
}

#boxes .box{
  float: left;
  align: right;
  width: 18%;
  padding: 10px;
}

#boxes .box img{
  width: 90px;
}

/* sidebar */
aside#sidebar{
  float: right;
  width: 30%;
  margin-top: 10px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea{

  width: 90%;
  padding: 5px;
}

article#main-col{
  float: left;
  width: 65%;
}

/* Services */
ul#services li{
  list-style: none;
  padding: 20px;
  border: #cccccc solid 1px;
  margin-bottom: 5px;
  background: #e6e6e6;
}

footer{
  padding: 20px;
  margin-top: 0px;
  color: #ffffff;
  /* background-color: #e8491d; */
  background-color: #1A3D89;
  text-align: center;
}

/* For mobile phones */
@media(max-width: 768px) {
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    float: none;
    text-align: center;
    width: 90%;
  }

  header{
    padding-bottom: 20px;
  }

  #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;
  }

  #logo{
    width: 110px;
    height: 70px;
    margin-left: 95px;
    margin-top: -10px;
    /* padding-bottom: 40px; */
  }

}

#map-canvas {
	  width:100%;
    height:400px;
    right:0;
    top:0;
    bottom:0;
    overflow:hidden;
}

  .slides{
    width: 700px;
  }
