@font-face {
	font-family: oswald;
	src: url(oswald-bold.ttf)}
#grad1 {
    height: 200px;
    background: -webkit-linear-gradient(red, yellow, red); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(red, yellow, red); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(red, yellow, red); /* For Firefox 3.6 to 15 */
    background: linear-gradient(red, yellow, red); /* Standard syntax (must be last) */
}

.fontheader {
	font-family: oswald;
	font-size:30px;}
.fontbar {
	font-family: oswald;
	font-size:22px;
font-weight: lighter;
}

.floating-box {
    float:right;
    font-weight: lighter;
line-height:80px;	
    height: 75px;
    margin: 0 0 10px 10px;
    font-size : 12px  
}
.fontabout {
	font-family: oswald;
	font-size:20px;
	font-weight: lighter;
	color: black
	line-height:1.5;
}
.fontabout1 {
	width:100%;
	margin:0;
	font-family: oswald;
	font-size:20px;
	font-weight: lighter;
	color: black;
	line-height:1.5;
}

.valuesep1 {
	width:100%;
	margin:0;
	font-family: Oswald;
	font-size:26px;
	background-color:white;
	color: #0177B5;
	text-align:center;
}
.valuesep {
	width:100%;
	margin:0;
	font-family: Oswald;
	font-size:30px;
	font-weight: lighter;
	background-color:#042F42;
	color: #DBDDDE;
	text-align:center;
	line-height:2;
}
.valueservices {
	width:100%;
	margin:0;
	font-family: Oswald;
	font-weight: lighter;
	background-color:#C0C0C0;
	color: #DBDDDE;
	text-align:left;
	line-height:2;
}

.valuesep2 {
	width:100%;
	margin:0;
	font-family: Oswald;
	font-weight: lighter;
	background-color:#BAB8B8;
	color: #646464;
	text-align:left;
	line-height:2;
}
.footerfont {
	font-family: oswald;
	font-size:15px;
font-weight: lighter;
}

h1 { font-size:40px; text-align: center; font-weight: lighter; padding:20px; margin:0;}
h2 {font-size:40px; font-weight: bold; padding: 20px; margin:0;}
p { text-align: justify; font-weight: lighter; padding:20px; margin:0; }

div.img {
	background-color:#BAB8B8;
	font-family: oswald;
	font-size:30px;
	border: 1px solid #ccc;
        float: center;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

.drbtn {
    color: #5A5A5A;
    padding: 0;
    background-color: white;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.drdown {
    position: relative;
    display: inline-block;
}

.drdown-content {
    display: none;
    position: absolute;
    background-color: #8FD3EC;
    min-width: 460px;
    line-height:1.5;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.drdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.drdown-content a:hover {background-color: #f1f1f1}

.drdown:hover .drdown-content {
    display: block;
}

.drdown:hover .drbtn {
    background-color: #f1f1f1;
}

.responsive {
    padding:10px 16px;
    float: left;
    width: 32.99999%;
}
@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 10px 10px;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.fontheader {
	font-family: oswald;
	font-size:10px;}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.servicesfont {
	font-family: oswald;
	font-size:18px;

}
/* Tablet Landscape */
@media screen and (max-width: 1060px) {
    #primary { width:67%; }
    #secondary { width:30%; margin-left:3%;}  
}
/* Tabled Portrait */
@media screen and (max-width: 768px) {
    #primary { width:100%; }
    #secondary { width:100%; margin:0; border:none; }
}