﻿ @font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto.bold.eot') format('embedded-opentype');
    
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Bold.svg') format('svg');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto.bold.woff2') format('woff2');
}

 @font-face {
    font-family: 'Gentium-Basic';
    src: url('../fonts/gentium-basic.regular.eot') format('embedded-opentype');
    
}
@font-face {
    font-family: 'Gentium-Basic';
    src: url('../fonts/GentiumBasic.otf') format('opentype');
}
@font-face {
    font-family: 'Gentium-Basic';
    src: url('../fonts/GentiumBasic.svg') format('svg');
}
@font-face {
    font-family: 'Gentium-Basic';
    src: url('../fonts/GentiumBasic.woff') format('woff');
}
@font-face {
    font-family: 'Gentium-Basic';
    src: url('../fonts/gentium-basic.regular.woff2') format('woff2');
}


body,
html {
	height: 100%;
	margin: 0;
	color: #333333;
	font-family:'Roboto-Regular';
	background-color:#133558;
	
	}
h2{
	color:#ffffff;
  }

.img-width{
	width:100px;
}


.row
{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.panel {
  width:100%;
}

.img-hover:hover{
	border:solid 15px #3f6184;
	transition:all linear 0.3s;
	cursor:pointer;
}

.section-header {
	font-size: 25px;
	color:#000000;
	line-height: 1.25em;
}

.section-text {
font-family:'Roboto-Regular';
	font-size: 18px;
	line-height: 1.25em;
}

.graphic-text{
	color:blue;
	font-size: 20px;
}

.tooltip1 h3 {
	position: relative;
	display: block;
	color: #ffffff;
	cursor: pointer;
	width: 350px;
	left: 6%;
}

.tooltip1 h3:hover {
	position: relative;
	display: block;
	color: orange;
	cursor: pointer;
}

.tooltip1 .tooltiptext1 {
	visibility: hidden;
	width: 400px;
	height: 300px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	padding: 10px;
	position: absolute;
	z-index: 1;
	left: 15%;
	opacity: 0;
	transition: opacity 0.8s;
}




.tooltip1:hover .tooltiptext1 {
	visibility: visible;
	opacity: 1;
}

.bg-black{
	background:#000000 !important;
	color:#ffffff !important;
	line-height:1.2em;
	
}
h1{
	font-size:60px; 
	color:#000000;
}

.green-heading
{
	font-weight:bold;
	color:#ffb78f;
}

h1, h2, h3 
	{
    font-weight:bold;
	}

.img-padding-text-left{
	margin-right:20px;
	margin-bottom:20px;
	width:60%;
}

.img-padding-text-right{
	margin-left:20px;
	margin-bottom:20px;
	width:60%;
}


@media only screen and (max-device-width:1368px)
{
	.h1, .h2, .h3, h1, h2, h3 
	{
    margin-top: 5px;
    margin-bottom: 5px;
	}

}

@media only screen and (max-device-width: 1024px) {
	h1{
	font-size:35px; 
	font-weight:bolder;
	color:#000000;
    }

	h2{
	font-size:25px; 
	font-weight:bold;
	
    }
    .container{
	margin-bottom:30px;
    width:100% !important;
	
     }

	.container-fluid{
		padding-left:15px !important;
		padding-right:15px !important;
	}

	
}


       