@charset "utf-8";

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
@media (max-width: 600px) {
    ul.nav {
        flex-direction: column;
    }
}

html, body {
    background-color: #FFF !important;
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 1.1em;
    color: #000;
    padding: 10px;
    height: 100%;
    margin: 0;
	margin: 0;
	padding: 0;    
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust:100%;
}

.container,
.content {
    height: auto;
}

.footertxt {
	color: whie;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-style:italic;
	
	}
.footertbl{
	background-color: #1C75BC;
	line-height: 30px;
	color: white;
	/*height:5px;   /* Height of the footer */
}

.footer {
    width: 100%;
    background: #1C75BC;
    color: white;
    padding: 10px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
}

.headerTitle{
	/*font: Arial, Helvetica, sans-serif;
	font-size: 16px;*/
	font-family: 'Roboto'; font-weight: 100; font-size: 3em; color: #1C75BC;
	/*font-style: italic;*/
	font-weight: bold;
	/*color: #C0C0C0;*/
	text-align: center;
}

.headerStrapLine{
	/*font: Arial, Helvetica, sans-serif;
	font-size: 16px;*/
	font-family: 'Roboto'; font-weight: 100; font-size: 1.5em; color: #000;
	/*font-style: italic;*/
	font-weight: bold;
	/*color: #C0C0C0;*/
	text-align: center;
}

/* Make the menu responsive */
.menu {
    width: 100%;
    background: #FFF;
    padding: 5px 0;
    float: none;                 /* remove float */
}


/* Turn the menu into a flexible, wrapping layout */
ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;             /* allow wrapping on small screens */
    border-top: 1px solid #FFF;
}

ul.nav li {
    flex: 1 1 auto;              /* allow shrinking and growing */
    min-width: 0;                /* critical: allows text to shrink */
    border-bottom: 3px solid #666;
}

ul.nav a {
    display: block;
    padding: 10px;
    background-color: #1C75BC;
    color: #FFF;
    text-decoration: none;
    white-space: normal;         /* allow text to wrap */
    text-align: center;
}

ul.nav a:hover {
    background-color: #6F7D94;
    font-style: italic;
}

ul_1.nav a {
    display: block;
    padding: 10px;
    background-color: #1C75BC;
    color: #FFF;
    text-decoration: none;
    white-space: normal;         /* allow text to wrap */
    text-align: center;
}

ul_1.nav a:hover {
    background-color: #6F7D94;
    font-style: italic;
}


    #menu span {
        cursor: pointer;
        margin-right: 15px;
        color: blue;
        text-decoration: underline;
    }
    #viewer {
        margin-top: 20px;
        width: 100%px;
        /*height: 300px;*/
       /*border: 1px solid #ccc;*/
        display: flex;
        align-items: center;
        justify-content: center;
    }
#viewer img {
    max-width: 100%;
    height: auto;
    display: block;
}

.seperator{
	border: 1px solid #ccc;
	max-width:85%;
	margin:auto;
}

.headLineStatement{
	padding: 20px 80px;
	font-family: 'Roboto'; font-weight: 100; font-size: 1.5em; color: #000;
	font-style: italic;
	font-weight: bold;
	max-width:80%;
	margin:auto;
}

.headLineContent{
	padding: 20px 80px;
	font-family: 'Roboto'; font-weight: 100; font-size: 1.em; color: #000;
	display: flex;
	align-items: left;
	justify-content: left;
	max-width:60%;
	margin:auto;
}

.headLineContentText{
	font-family: 'Roboto'; font-weight: 100; font-size: 1.1em; color: #000;
}

.getInTouch{
	padding: 200px;
	font-family: 'Roboto'; font-weight: 100; font-size: 1.5em; color: #000;
	display: flex;
  justify-content: center; /* horizontal */
  /*align-items: center;     /* vertical */
  height: 100vh;           /* or any height */
  width:auto;
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 80px; /* Place the button at the bottom of the page */
  right: 80px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #1C75BC; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 5px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  width: 80px;
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}














