body {
/*  background-image: url("../img/stripe.png");
  background-repeat: repeat;*/
  background-color:#031D32;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  height: auto;
  padding-bottom: 20px;
}

a {
  color:#FDD986;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color:#F04D60;
}

h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color:#FFFFFF;
  margin-bottom:0px;
  padding-left:60px;
  padding-bottom:30px;
}

h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding-top: 20px;
}
h3{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size:25px;
  padding-top: 16px;
  padding-left: 100px;
  margin-bottom:12px;
}

h5 {
  font-family: 'Poppins', sans-serif;
  font-size:25px;
  font-weight: 500;
  padding-top: 20px;
}

h1 span, h2 span, h4 span, h5 span{
  color:#6CC8C0;
}

h3 span{
  color:#6CC8C0;
  padding-right:10px;
  padding-left:10px;
}

h4{
  font-weight: 500;
}

p {
}

.container_12,
.container_16,
.container_24 {

}

#navbar{
background-color:#031D32;
background-image: url("../img/stripe.png");
  background-repeat: repeat;
padding-top: 30px;
padding-right: 2px;
padding-bottom: 2px;
position:fixed;
width:100%;
  z-index: 1;
    border-bottom-style:solid;
  border-bottom-width: 5px;
  border-bottom-color: #031D32;
}

#navicons{
  left: 50%;
   width: 370px;
   margin-left:-185px;
    position:fixed;
    z-index: 2;
}

.icon{
  font-size: 25px;  
  color:#FDD986;
  background: #F04D60;
  text-align: center;
  transition: all 0.5s;
  border-bottom-style:solid;
  border-bottom-width: 5px;
  border-bottom-color: #AD3845;

padding-top:3px;
  padding-bottom:5px;
  border-top-style:solid;
  border-top-width: 5px;
  border-top-color: #D84556;

  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
}

#index{
  border-bottom-left-radius:30px;
  border-bottom-right-radius:5px;
}

#contact{
  border-bottom-right-radius:30px;
}

.icon:hover{ 
  background: #FDD986;
  color: #F04D60;
  border-top-color: #E4C379;
  border-bottom-color: #CAAE6B;
  text-align: center;
  padding-top: 10px;
}

#alt{
  background: #031D32;
}

div.label{
  transition: all 0.5s;
 visibility:hidden;
 font-size: 0px; 
 color: #F04D60;
      }
.icon:hover div.label {
  font-size: 15px; 
    visibility:visible;
 }


.framer{
  
  position: absolute;
}

.navgrid{
  width: 70px;
  display: inline;
  float: left;
  margin-right: 2px;
  margin-left: 2px;
}


#content {
    padding-top:37px;
    padding-left: 2.5%;
}

@media (min-width: 1020px) {
  .designBox {
    width: 1020px;
  }
}

@media (min-width: 1360px) {
  .designBox {
    width: 1360px;
  }
}

@media (min-width: 1750px) {
  .designBox {
    width: 1750px;
  }
}

#contentDesign {
    padding-top:37px;
    margin: 0 auto
}

#contentbg{
 background: #04243E;
  height: 100vh;
  }

#logo{
padding-left:6px;
padding-top:5px;
margin-right: 5px;
z-index: 3;
position:fixed;
}


#mainframe{
padding-top:37px;
}

#sitepic{
  border-style:solid;
border-width:2px;
border-color:white;

}

#coltwo{
  padding-left:10px;
  width:55%;
}

.view {
    width: 300px;
    height: 200px;
    margin: 10px;
    float: left;
    border: 10px solid #04243e;
    overflow: hidden;
    position: relative;
    text-align: center;
    /*cursor: default;*/
    background: #04243e;
}
.view .mask, .view .content {
    width: 300px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    float: left;
    position: relative;
    width:300px;
}
.view h2 {
    text-transform: uppercase;
    color: #FDD986;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(240, 77, 96, 0.8);
    margin: 60px 0 0 0
}
.view p {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #F04D60;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}

.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(254,223,152, 0.8); 
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p { 
    transform: translateY(100px);
    opacity: 0;
  transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
  transition: all 0.2s ease-in-out;
}

.view-first:hover img { 
  transform: scale(1.1);
} 
.view-first:hover .mask { 
  opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   visibility:visible;
    opacity: 1;
    transform: translateY(0px);
}
.view2 {
/*    width: 300px;
    height: 200px;*/
    margin: 10px;
    float: left;
    border: 10px solid #04243e;
    overflow: hidden;
    position: relative;
    text-align: center;
    /*cursor: default;*/
    background: #04243e;
}
.view2 img {
    display: block;
    position: relative;
    width:500px;
}

.view3 {
 /*   width: 100px;*/
    height: 100px;
    margin: 5px;
    border: 5px solid #04243e;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: inline-block;
    background: #04243e;
}
.view3 img {
    display: block;
    position: relative;
    width:100px;
}

.view3 .mask, .view3 .content {
    width: 100px;
    height: 100px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view3 h2 {
   visibility:hidden;
    text-transform: uppercase;
    color: #FDD986;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(240, 77, 96, 0.8);
    margin: 60px 0 0 0
}
.view3 p {
   visibility:hidden;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: 36px;
    position: relative;
    color: #F04D60;
    padding: 22px 20px 20px;
    text-align: center
}
.view3 a.info {
   visibility:hidden;
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}

.view-first3 img { 
    transition: all 0.2s linear;
}
.view-first3 .mask {
    opacity: 0;
    background-color: rgba(254,223,152, 0.3); 
    transition: all 0.4s ease-in-out;
}
.view-first3 h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first3 p { 
    opacity: 0;
  transition: all 0.2s linear;
}
.view-first3 a.info{
    opacity: 0;
  transition: all 0.2s ease-in-out;
}

.view-first3:hover img { 
  transform: scale(1.1);
} 
.view-first3:hover .mask { 
  opacity: 1;
}
.view-first3:hover h2,
.view-first3:hover p,
.view-first3:hover a.info {
   visibility:visible;
    opacity: 1;
}
#thumbs{
  width:100;
}
