.wrapper {
    width: 90%;
    margin: 0 auto;
}



.testwrapper {
    width: 60%;
    box-shadow: 0px 0px 10px 0px black;
    margin: auto; 
    text-align: left;
}

.logo_1 {
    width: 30%;
    float: left;
    text-align: left;
    line-height: 100px;
}

.logo_1 a {
    text-decoration: none;
    font-size: 30px;
    font-family: 'Pacifico';
    color: white;
    letter-spacing: 4px;
}


.logo_2 {
  width: 50%;
  float: left;
  text-align: left;
  line-height: 160px;
}


.logo_2 a {
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
  font-family: 'Verdana';
  color: white;
  letter-spacing: 2px;
}


nav {
  float: right;
  line-height: 135px;
}

nav a {
  text-decoration: none;
  font-size: 15px;
  font-family: 'Arial';
  letter-spacing: 1px;
  color: black;
  padding: 36px 10px;
  margin: 0 1px;
  
}

nav a:hover{
  /*color: yellow;*/
  color: #4287f5;
}

.divider {
  padding: 1px;
  width: 90%;
  margin: 30px auto;
  background: #000;
  color: #fff;
}

/* offset-x | offset-y | blur-radius | spread-radius | color */
#boxShadow1 {
  box-shadow: 0px 0px 20px 0px black;
}

#boxShadow2 {
  box-shadow: 0px 0px 20px 0px black;
}

#privacyPolicy_Section h1{
  font-family: 'Verdana';
  margin-bottom: 50px;
}

#privacyPolicy_Section h3{
  font-family: 'Verdana';
  font-weight: bold;
}

#privacyPolicy_Section p{
    font-family: 'Arial';
    text-align: left;
}




#address_wrapper h3{
  font-family: 'Verdana';
  padding-top: 25px;
}

#address_wrapper p{
  font-family: 'Verdana';
  font-weight: lighter;
}

#contact_wrapper label{
  font-family: 'Verdana';
  margin-top: 100px;
}

#contact_wrapper p {
  font-family: 'Verdana';
  font-weight: lighter;
}

#contact_wrapper input {
  width: 60%;
  height: 50px;
}

.spacer {
  padding-top: 50px;
  padding-bottom: 50px;
}



#placeholder_img img{
  padding: 20px;
  width: 90%;
  height: 500px;
  background: url(http://goo.gl/vyAs27) no-repeat scroll 0 0;
}

.mainPage_Logo {
  margin: 5px;
  width: 40%;
  height: 90%;
}

.mainPage_Sub-Logo {
  margin: 5px;
  width: 30%;
  height: 10%;
}



/* Set the margin and padding of the body to 0 */
body , p{
    margin: 0;
    padding: 0;
    background-color: whitesmoke;
    text-align: center;
}

/* Set the margin and padding of the header to 0 */
header {
    margin: 0;
    padding: 0;
    position: fixed;
    /* Set the height of the header to 100% of the viewport height */
    width: 100%;
    height: 100px;
    /*background-color: rgb(60, 0, 165);*/
    background-color: #fff;
}

.footer_wrapper {
  width: 90%;
  margin: 0 auto;
}

header nav {
  float: right;
  line-height: 135px;
}

footer nav {
  float: none;
  line-height: 0px
}

footer {
  margin: 0;
  padding: 0;
  /* Set the height of the header to 100% of the viewport height */
  width: 100%;
  height: 130px;
  /*background-color: rgb(60, 0, 165);*/
  background-color: #fff;
}


footer h3 {
  font-family: 'Arial';
  font-weight: 800;
  font-size: medium;
  padding-top: 15px;
}

footer i {
  font-size: 35px;
  padding-bottom: 10px ;
}

footer nav a {
  text-decoration-line: underline;
  font-size: 12px;
  font-family: 'Arial';
  letter-spacing: 1px;
  color: black;
  padding: 16px 10px;
  margin: 0 1px;
  
}


/* Style the navigation menu */
.topnav {
  /*overflow: hidden;*/
  position: relative;
  background-color: #333;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: whitesmoke;
  color: #000;
  display: block;
  margin: auto;
  position: absolute;
  float: right;
  right: 0;
  top: 0;
}
/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
  margin: auto;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #04AA6D;
  color: white;
}
