﻿
.port_block {
background: transparent;
height: 360px;
 text-align: center; 
 width:33%; 
 float: left;
position: relative;
margin: 20px 0px 40px 0px;


} 
@media only screen and (max-width: 750px) {
    .port_block { 
    background: transparent;
height: auto;
 text-align: center; 
 width:95%; 
 float: left;
position: relative;
margin: 20px 0px 40px 0px
  
           }


}

.port_block .port_wrap {
background: white;
 height: 300px;
 text-align: center;
 display: inline-block; 
 width:90%;
 border: 1px solid gray;
 padding:0px;


}

@media only screen and (max-width: 750px) {
.port_block .port_wrap { 
    background: transparent;
height: auto;
 text-align: center; 
 width:95%; 
 float: left;
position: relative;
margin: 20px 0px 40px 0px
  
           }


}


.port_block .port_image {
top:0px;
left: 0px;
background: transparent;
 height: auto;
 text-align: center;
 width:100%;
 
}

.port_block .port_image img {
border:0x solid gray;
 
}


.port_block .port_text {
background: transparent;
 height: auto;
 text-align: center;
 width:100%;
 height: 80px;
}

.port_block .port_text h1 {
 font-family: futshismallnormal;
 color:black;
font-size: 26px;
font-weight: 300;
margin: 6px;
}

.port_block .port_text p {
font-family:futshismallnormal;
color:black;
font-size: 16px;
font-weight: 100;
margin: 0px;
}

.port_block .port_button {
background: transparent;
 height: auto;
 text-align: center;
 width:100%;
 height:auto;
 padding:5px 0px 5px 0px;
 margin-top:30px;
}


.port_block .port_button  input[type=submit] {
display: block;
width: 100%;
font-family:futshismallnormal;
font-size: 18px;
color: white; 
text-decoration:none; 
font-weight:normal; 
margin: 0px 0px 0px 0px; 
padding: 5px 1px 5px 10px;  
background-image:linear-gradient( #91bfe1, #008fc9);
border: 1px transparent solid; 
border-radius: 0px 0px 0px;
cursor:pointer;
}

.port_block .port_button  input[type=submit]:hover {
background: silver; 
}
