body{
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f4f4f4;
}
/* Add a black background color to the top navigation */
.topnav {
    background-color: #000032;
    overflow: hidden;
    position: fixed;
    width: 100%;
    border-bottom: #c8af0a 3px solid;


}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f4f4f4;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;

}

/* Add an active class to highlight the current page */
.active {
    background-color: #c8af0a;
    color: #000032;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
    float: left;
    overflow: hidden;
    background-color: #c8af0a;
    color: #000032;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    text-transform: uppercase;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f4f4f4;
    min-width: 217px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    float: none;
    color: #000032;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
}


/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
    color: #000032;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}

*.main {
  height: 400px;
  position: inherit;
  }
  /* Used in this example to enable scrolling */


  /*showcase*/
  #showcase{

    background:url('../img/index_showcase.png') no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    border-bottom: #c8af0a 3px solid;
    width: 100%;
    height: 100%;

  }

/* #showcase h1{

    font-size: 7vw;
    margin-top: 0px;

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000032;
    text-shadow: 2px 2px #534e4e;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-300%);
  }
*/
#showcase h1{
  position: absolute;
  left: 0;
  right: 0;


  margin: auto;
  text-align: center
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000032;
  text-shadow: 2px 2px #534e4e;
}
#showcase p{
  position: absolute;
  left: 0;
  right: 0;


  margin: auto;

  text-align: center
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000032;
  text-shadow: 2px 2px #534e4e;
}

/*  #showcase p{
    font-size: 3vw;
      margin-bottom: -15px;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000032;
    text-shadow: 2px 2px #534e4e;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translateX(-50%) translateY(-200%);
  }
*/

/*header*/
header{
  background: #000032;
  color: #ffffff;
  border-bottom: #c8af0a 3px solid;
  /*position: fixed;*/
  width: 100%;
  overflow: auto;
}
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: right;
  height: 75px;
  padding-right: 15px;
}
header #branding h1{
  margin-top: 15px;
  padding-left: 20px;
}

header nav{
  float: right;
  margin-top: 15px;


}

header .highlight, header .current a{
  color: #c8af0a;
  font-weight: bold;
}
header a:hover{
  color: #cccccc;
  font-weight: bold;
}
/*boxes*/
#boxes * {
  box-sizing: border-box;
}
#boxes{
  margin-top: 0px;
}

#boxes .box h3{
  /*color: #c8af0a;*/
  text-align: center;
}
#boxes .box{
  float: left;
  width: 33.33%;
  padding: 10px;
}


#boxes .box img{
  width: 175px;
}

#boxes .center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#boxes a{
  color: #c8af0a;
  text-decoration: none;
  font-size: 16px;
}
#boxes a:hover{
  color: #c8af0a;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000032;
}
/*showcase2*/
#showcase2{
  margin-top: 225px;
  min-height: 900px;
  background:url('../img/index_showcase2.png') no-repeat;
  text-align: center;
  color: #ffffff;
  border-bottom: #c8af0a 3px solid;
  border-top: #c8af0a 3px solid;
}

#showcase2 h1{
  margin-top: 100px;
  font-size: 44px;
  margin-bottom: 10px;
}

#showcase2 p{
  font-size: 25px;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000032;
  text-shadow: 2px 2px #534e4e;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}/* Extra small devices (phones, 600px and down Celular) */
@media only screen and (max-width: 480px) {
  #showcase h1 {
    top: 18%;
    font-size: 6vw;

      }
  #showcase p {
    top: 26%;
    font-size: 4vw;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #showcase h1 {
    top: 19%;

    }
  #showcase p {
    top: 27%;


  }
}

/* Medium devices (landscape tablets, 768px and up) Ipad */
@media only screen and (min-width: 768px) {
  #showcase h1 {
    top: 13%;
    font-size: 5.5vw;

  }
  #showcase p {
    top: 24.5%;
    font-size: 3.75vw;

  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #showcase h1 {
    top: 30%;
    font-size: 3vw;

  }
  #showcase p {
    top: 37%;
    font-size:1.5vw;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #showcase h1 {
    top: 24%;


  }
  #showcase p {
    top: 31%;
      }
      /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
      @media screen and (max-width: 600px) {
        #boxes .box {
          width: 100%;
        }
