h3 a {
text-decoration: none;
  color: #222222;
  text-transform: uppercase;
  font-weight: 100;
}


h3 a:hover { 
  color: #000000;
}
.main-navigation ul ul {
  
  background: #030321;
}

h1 {
  text-transform: uppercase;
  font-weight: 100;
}

h2 {
  text-transform: uppercase;
  font-weight: 100;
}

#logo {
  
  width: 300px;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
}

#call-us {
  float: right;
  width: 400px;
  color: #ffffff;
  padding: 5px;
  font-size: 16px;
  text-align: right;
}

#the-menu {
  clear: both;
  width: 100%;
  padding: 5px;
  float: left;
  overflow: visible;
  background: #030321;
}

#slideshow {
  /*min-height: 300px;*/
  background: #333333;
  z-index: 2;
  float: left;
}

.full {
  padding: 20px;
  background: #0f1950;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 20px;
}

.full h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
}

body {
  font-family: 'Open Sans', sans-serif;
}



#content {
  max-width: 1060px;
  margin: auto;
  margin-top: -43px;
}

.wrapper {
  max-width: 1100px;
  margin: auto;
}

.menu-toggle {
  font-size: 20px;
}

#pg-title {
  text-align: center;
  margin-top: 170px;
}

#masthead h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 45px;
  text-transform: uppercase;
}

#masthead {
  background: #0f1950;
}

#triangle {
  background: #4254AA;
  margin: auto;
  width: 50px;
  height: 50px;
  position: relative;
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(45deg);
  z-index: -2;
  margin-top: -36px;
}

#masthead a, h1 {
  color: #fff;
}

.main-navigation {
  float: left;
  
  width: auto;
}

#primary-menu li {
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#primary-menu a {
  font-size: 16px;
  text-transform: uppercase;
  
}

/** content **/

.left-col1 {
  
}

.right-col1 {
  
}

.left-head1 {
  
}

.right-head1 {
  
}

.center-col1 {
  
}


/** footer **/

.site-info {
  background: #243880;
  color: #fff;
  overflow: auto;
}

.site-info a{
  color: #fff;
}

#copy {
  width: auto;
  float: left;
  padding-left: 15px;
}

#bbw {
  width: auto;
  float: right;
  padding-right: 15px;
}

.site-footer {
  background: #243880;
}

#footer-widgets {
  max-width: 1060px;
  margin: auto;
  overflow: auto;
}

#footer-widgets p {
  color: #fff;
}
#footer-widgets a {
  color: #fff;
}
#footer-widgets h4 {
  color: #fff;
}
 

.widget-title {
  border-bottom: solid 1px;
  padding-bottom: 8px;
}

#footer-col1 {
  width: 33.33%;
  float: left;
  padding: 0 30px 0 30px;
}

#footer-col2 {
  width: 33.33%;
  float: left;
  padding: 0 30px 0 30px;
}

#footer-col3 {
  width: 33.33%;
  float: right;
  padding: 0 30px 0 30px;
}

.textwidget p{
  margin-bottom: 0.5em;
}

.textwidget a:visited{
  color: #fff;
}

/** mobile styling **/

@media screen and (max-width: 627px) {
  #footer-col1 {
    width: 100%;
    float: none;
    padding: 0 10px 0 10px;
  }
  
  #footer-col2 {
    width: 100%;
    float: none;
    padding: 0 10px 0 10px;
  }
  
  #footer-col3 {
    width: 100%;
    float: none;
    padding: 0 10px 0 10px;
  }
  .site-info {
    text-align: center;
  }
  #copy {
    float: none;
    padding-left: 0px;
  }
  
  #bbw {
    float: none;
    padding-right: 0px;
  }
  .main-navigation {
    float: none;
    margin-top: 0px;
    width: 58px;
    margin: auto;
  }
  .main-navigation li {
    float: none;
    position: relative;
  }
  .main-navigation li a{
    color: #fff;
  }
  button {
    background: transparent;
    border: solid 2px #fff;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
  }
  button:active {
    box-shadow: none;
    text-shadow: none;
  }
  .left-col1 {
    padding-right: 0px!important;
    padding-left: 30px;
    border-right: none;
  }
  
  .right-col1 {
    padding-left: 30px!important;
    border-left: none;
  }
  
  .left-head1 {
    padding-right: 0px!important;
  }
  
  .right-head1 {
    padding-left: 15px!important;
  }
  .center-col1 {
    max-width: 80%;
  }
  
  #triangle {
    background: #07165D;
  }
  .wpb_row {
    margin-right: 0px!important;
  }
}