@charset "utf-8";

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css - https://github.com/necolas/normalize.css/blob/master/normalize.css*/

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}






/* All layouts and Mobile / 480px and below. 
======================================================================================================================================================================================================================================================================================================= */

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


html, body {
  height: 100%;
  	color: #fff;
	background-color:#333;
 font-family: 'Hind Vadodara', sans-serif;
    font-size: 20px; line-height:150%;
}

.mottofont {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 15pt;
	color: goldenrod;
	line-height: 110%;
}

.mottofont2 {
	font-family: 'Lato', sans-serif;
	text-transform: lowercase;
	font-size: 15pt;
	color:silver;
	line-height: 110%;
}

footer {
	padding:30px 0 30px 0;
	width:100%;
	color:#fff;
	display: inline-block;
	background-color:#111;
}


figcaption, figure { display: block; }

figure { margin: 10px 0; }

figcaption { font-family: 'Raleway', sans-serif;
  font-size:10pt; color:#777; font-style:italic; letter-spacing:.5px; text-align:center; padding-bottom:20px;}


h1 {	font-family: 'Lato', sans-serif; font-size:20pt; font-weight: bold;  color: #f2f2f2; padding-bottom:1px; line-height: 110%;}
h2 {font-family: 'Libre Franklin', sans-serif;  font-size:13pt; font-weight: bold;  color: #aaa; padding-bottom:1px; line-height: 110%;}
h3 {font-family: 'Libre Franklin', sans-serif; font-size:16pt; font-weight: bold;  color: #aaa; line-height: 110%; }
h4 {font-family: 'Libre Franklin', sans-serif; font-size:16pt; font-weight: 600;  color: #aaa; line-height: 110%; }
h5 {font-family: 'Libre Franklin', sans-serif; font-size:15pt; font-weight: 600;  color: #aaa; line-height:110%; }

.h3style {font-family: 'Libre Franklin', sans-serif; font-size:16pt; font-weight: bold;  color: #000; line-height: 110%; }

.imgright { float:left;
 margin: 15px 1px 15px 1px;
width:99.9%;
 }

.textred {color:#ff0000;}


.imgleft { float:left;  
 margin: 15px 1px 15px 1px;
width:99.9%;
 }

.fullwidthcontainer {
	margin:0;
	padding:0;
	width:100%;
	clear: both;
	float: left;
	display: inline-block;
	background-color: #252525;
	color:#fff;
}

.slidercontainer {
	margin:0;
	padding:0;
	width:100%;
	clear: both;
	float: left;
	display: inline-block;
}

.fullwidthmenubar {
	margin:0;
	padding:0;
	width:100%;
	clear: both;
	float: left;
	display: inline-block;
	background-color: #333;
	min-height: 30px;
}

.fullwidthlogobar {
	margin:0;
	padding:10px 0 0 0;
	width:100%;
	clear: both;
	float: left;
	display: inline-block;
	background-color: #222;


}

.fullwidthdarkbar {
	margin:0;
	padding:10px 0 0 0;
	width:100%;
	clear: both;
	float: left;
	display: inline-block;
	background-color: #111;color:#fff;
	min-height: 30px;
}


.fullwidthfooter {
	margin:0;
	padding:0;
	width:100%;
	clear: both;
	float: left;
	display: inline-block;
	background-color: #111;
	color:#fff;
}

.colof3 {
	display:block;
	width:100%;
	color:#F4DE90;
	float:left;
	padding:10px 0 10px 0;
	text-align: center;
}

.colof3margin {
	padding:0 15% 0 15%;
}





.wall_1 {
	background-image:url(../_maingifs/office-backdrop-small.jpg);
	background-attachment: fixed;
	display: inline-block;
	width:100%;
	color:#fff !important;
}

.wall_2 {
	background-image:url(../_maingifs/office-backdrop2-small.jpg);
	background-attachment: fixed;
	display: inline-block;
	width:100%;
	color:#fff !important;	
}

.wall_3 {
	background-image:url(../_maingifs/office-backdrop3-small.jpg);
	background-attachment: fixed;
	display: inline-block;
	width:100%;
	color:#fff !important;	
}

.wall_4 {
	background-image:url(../_maingifs/office-backdrop4-small.jpg);
	background-attachment: fixed;
	display: inline-block;
	width:100%;
	color:#fff !important;	
}

.wall_5 {
	background-image:url(../_maingifs/office-backdrop5-small.jpg);
	background-attachment: fixed;
	display: inline-block;
	width:100%;
	color:#fff !important;	
}

.wall_6 {
	background-image:url(../_maingifs/office-backdrop6-small.jpg);
	background-attachment: fixed;
	display: inline-block;
	width:100%;
	color:#fff !important;	
}

.wall_7 {
	background-image:url(../_maingifs/office-backdrop7-small.jpg);
	background-attachment: fixed;
	display: inline-block;
	width:100%;
	color:#fff !important;	
}

.wall_8{
	background-image:url(../_maingifs/office-backdrop8-small.jpg);
	background-attachment: fixed;
	display: inline-block;
	width:100%;
	color:#fff !important;	
}

.dropdowns {
	margin: 0 0 0 0;
}

.fullwidth {display:inline-block; width:100%;}

.main-margins {
	margin-left: 5%;
	margin-right: auto;
	width: 90%;
	padding:0;
	clear: none;
	float: none;
}

.menu-margins {
	margin:0; padding:0;
	width: 100%;
	clear: none;
	float: none;
}

.myontop {
	display:block;
	width:85%; max-width:300px;
	height:auto;
	margin:0;
	padding:0;
	z-index:1000000;
	position: absolute; /*newly added*/
    top: 135px;/*newly added*/
	margin-right:auto;
	margin-left:2.5%;
	
}

.myontoptwo {
	display:block;
	width:90%;
	height:auto;
	margin:0;
	padding:0;
	z-index:1000000;
	position: absolute; 
	right:0;
    top: 0;
	margin-right:5%;
	margin-left:auto;
	
}

.textmargin {padding: 30px 0;}


.logo_large {
	display:none;
}





.copyrightdetails {
	font-size:80%;
	
}



a.telephntop:link {font-family: 'Cinzel', serif; font-size:14pt; font-weight: bold;  color: #1D2C71; text-decoration:none; white-space: nowrap; line-height:100%; text-align: right; text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;}
a.telephntop:visited {color:#1D2C71; font-weight:bold; text-decoration:none; text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;}
a.telephntop:hover {color:#fff; font-weight:bold; text-decoration:none; background-color:#1D2C71; }


a.normlink:link {color:#ddd; text-decoration:none; background-image:url(../_maingifs/linkhov.png);background-position: bottom left; background-repeat: repeat-x;}
a.normlink:visited  {color:#ccc; text-decoration:none; } 
a.normlink:hover {color:#000; background-color:#E5BA21 !important; text-decoration:none; }


.maintext a {color:#ddd; text-decoration:none; font-weight:normal;}
.maintext a:hover {color:#fff; background-color:#005B88; text-decoration:none; font-weight:normal;}


.submenutop {display:block; float:right; text-align: right; color:#fff; padding:5px 0 10px 0;}
.submenutop a {color:#fff; text-decoration:none; background-image:url(../_maingifs/linkhov.png);background-position: bottom left; background-repeat: repeat-x;}
.submenutop a:hover {color:#000; background-color:#E5BA21 !important; text-decoration:none; }

footer a {color:#bbb; text-decoration:none; font-weight:normal;}
footer a:hover {color:white; background-color:grey; text-decoration:none; font-weight:normal;}

.greybar {
	background-color: #222;
	font-family: 'Indie Flower', cursive;
	color:#030E86;
	font-size:20px;

}


.paybutton {
margin-top:20px;
  font-family: arial;
  font-weight: bold;
  color: #FFFFFF !important;
  font-size: 17px;
  padding: 10px 15px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: 3px outset #640000;
  background: #FFBF00;
  background: linear-gradient(top,  #FFBF00,  #B25900);
  background: -ms-linear-gradient(top,  #FFBF00,  #B25900);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBF00), to(#B25900));
  background: -moz-linear-gradient(top,  #FFBF00,  #B25900);
}
.paybutton:hover {
  color: #000 !important;
  background: #FFBF00;
  text-decoration:none;
}

/* begin speech bubble */
.talk-bubble {
  display: inline-block;
  position: relative;
	width: 95%;
	height: auto;
	background-color:#fff;
	margin:40px 0 60px 0;
}
.borderbubble{
  border: 8px solid #666;
}
.roundbubble{
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.tri-right.borderbubble.btm-left-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 20px solid;
	border-color: #666 transparent transparent #666;
}
.tri-right.btm-left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 38px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 12px solid;
	border-color: #fff transparent transparent #fff;
}
.talktext{
  padding: 1em;
	text-align: left;
  line-height: 1.5em;
}
.talktext p{
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
/* end speech bubble */


a.simple:link {font-size:8px; font-weight: normal;  color: #fff; text-decoration:none; line-height:100%; padding:0; margin:0; border:0;}
a.simple:visited {font-size:8px; font-weight: normal;  color: #ddd; text-decoration:none; line-height:100%; padding:0; margin:0; border:0;}
a.simple:hover {font-size:8px; font-weight: normal;  color: #ccc; text-decoration:none; line-height:100%; padding:0; margin:0; border:0;}


ul.relatedlinks {
list-style-type:none;
margin:0;
padding:0;
padding-bottom:50px;
text-transform:uppercase;
letter-spacing: .5px;
}

a.relatedlinks:link,a.relatedlinks:visited {
display:block;
font-weight:bold;
font-size:12pt;
color:#fff;
background-color:#444;
width:auto;
padding:5px 10px;
border-top-style:none;
border-right-style:none;
border-bottom-style:solid; border-width:5px; border-color: #fff;
border-left-style:none;
text-decoration:none;
}

a.relatedlinks:hover,a.relatedlinks:active {
color:#fff;
background-color:#342E7B;
}

.booksdiv {
	float:left;
	display:block;
	width:99.9%;
	text-align:center;
	padding: 10px 0 10px 0;
}



.logobox {
	width:100%;
	display:inline-block;
	padding:0 0 0 0;
}

.motobox {
	width:100%;
	display:inline-block;
	padding:0 0 20px 0;
	margin:0;
	text-align:center;
}




.flex-caption {display:none;}

@media only screen and (min-width: 400px) {
	
.imgright { float:right;
 margin: 0 0 15px 15px;
width:auto; max-width:50%;
 }


.imgleft { float:left;  
 margin: 0 15px 15px 0;
width:auto; max-width:50%;
 }

	
.logos {width:100%;	margin:50px 0 0 0; padding:0;}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
.booksdiv {
	float:left;
	width:30%;
	text-align:center;
	padding: 10px .9% 10px .9%;
}
	
.wall_1 {
	background-image:url(../_maingifs/office-backdrop-mid.jpg);
}

.wall_2 {
	background-image:url(../_maingifs/office-backdrop2-mid.jpg);
}

.wall_3 {
	background-image:url(../_maingifs/office-backdrop3-mid.jpg);
}

.wall_4 {
	background-image:url(../_maingifs/office-backdrop4-mid.jpg);
}
	
.wall_5 {
	background-image:url(../_maingifs/office-backdrop5-mid.jpg);
}

.wall_6 {
	background-image:url(../_maingifs/office-backdrop6-mid.jpg);
}	

.wall_7 {
	background-image:url(../_maingifs/office-backdrop7-mid.jpg);
}

.wall_8 {
	background-image:url(../_maingifs/office-backdrop8-mid.jpg);
}
	
	
}

	

@media only screen and (min-width: 600px) {
	
	
.logobox {
	width:55% ;
	display:block; 
	float:left ;
	padding:0; 
}

.motobox {
	width:33% ;
	display:block; 
	float:right ;
	padding:0; 
	margin:10px 0 0 0;
	text-align: right;
}
	
.mottofont {
	font-size: 20pt;
}

.colof3 {
	display:block;
	width:33%;
	padding:15px 0;
}

.myontoptwo {
	display:block;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	z-index:1000000;
	position: absolute; 
	right:0;
    top: 0!important;
	margin-right:5%;
	margin-left:auto;
	
}
	

	
.quotetext {font-size:27px;}
	
.formdivgreyitec {
	width: 100%;
	background-image:url(../_maingifs/itec_table.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	min-height:200px;
}	
	
.formdivgreyfht {
	width: 100%;
	background-image:url(../_maingifs/fht_table.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	min-height:200px;
}	

.formdivgreyfhtmti {
	width: 100%;
	background-image:url(../_maingifs/fhtmti_table.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	min-height:200px;
}

.tabletransblock {
	width:160px; height:5px;
}
	
}
	

	

@media only screen and (min-width: 699px) {
	

.main-margins {
	width: 95%;
	margin-left: 2.5%;
	margin-right: auto;
	clear: none;
	float: none;
}

.menu-margins {
	width: 95%;
	margin-left: 2.5%;
	margin-right: auto;
	clear: none;
	float: none;

}
	
.myontoptwo {
    top: 10px;/*newly added*/
	right:0; margin-right:2.5%;
 width:auto; max-width: 50%;
	
}

.booksdiv {
	float:left;
	width:23%;
	text-align:center;
	padding: 10px .9% 10px .9%;
}	
	
	
}
	
	
@media only screen and (min-width: 750px) {	
	
	
.wall_1 {
	background-image:url(../_maingifs/office-backdrop-full.jpg);
}

.wall_2 {
	background-image:url(../_maingifs/office-backdrop2-full.jpg);
}

.wall_3 {
	background-image:url(../_maingifs/office-backdrop3-full.jpg);
}

.wall_4 {
	background-image:url(../_maingifs/office-backdrop4-full.jpg);
}
	
.wall_5 {
	background-image:url(../_maingifs/office-backdrop5-full.jpg);
}

.wall_6 {
	background-image:url(../_maingifs/office-backdrop6-full.jpg);
}	

.wall_7 {
	background-image:url(../_maingifs/office-backdrop7-full.jpg);
}

.wall_8 {
	background-image:url(../_maingifs/office-backdrop8-full.jpg);
}	
	
	
	
.footerlogo {
	background-image:url(../_maingifs/logosmall.png); background-position: top right; background-repeat: no-repeat;
}

	
.myontop {
	width:85%; max-width:400px;
    top: 10px;
}
	
.imgright { float:right;
width:auto; max-width:40%;
 }

.imgleft { float:left;  
width:auto; max-width:40%;
 }
	
	
}
	
	
	

@media only screen and (min-width: 1000px) {
	
.logo_large {
	display:block;
	position: absolute; top: calc(100vw * (9/16) *.5);
	width: 80%; margin:0 10% 0 10%;
	text-align: center;
	
	font-size:30px; font-weight:bolder;
	line-height: 125%;
	text-shadow: 3px 3px 6px #111;
	z-index:1000000;
}	
	
h1 {font-size:26pt;}
h2 {font-size:22pt;}
h3 {font-size:16pt;}
h4 {font-size:18pt;}
h5 {font-size:16pt;}
	
a.telephntop:link {font-size:18pt;}

.flex-caption {

display:inline-block;
position: absolute; bottom: calc(100vw * (9/16) *.15); left:0;
text-align: center; 
width:80%; margin:0 10%;
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
font-size: 25px;
padding:20px;
}

	.flex-caption a {color:#fff; text-decoration:none; padding:15px; background-color:rgba(10,1,55,0.5);}
	.flex-caption a:hover {color:#fff; text-decoration:underline; padding:15px; background-color:rgba(10,1,55,1);}

}
	
	
	


@media only screen and (min-width: 1400px) {
	

.main-margins {
	width: 70%;
	margin-left: 15%;
	margin-right: auto;
	clear: none;
	float: none;
}

.menu-margins {
	width: 70%;
	margin-left: 15%;
	margin-right: auto;
	clear: none;
	float: none;

}
	
.myontop {
    top: 10px;/*newly added*/
	margin-left:15%; width:100%; max-width:450px;
	
}
	
.myontoptwo {
    top: 10px;/*newly added*/
	right:0; margin-right:15%;
 width:auto; max-width: 50%;
	
}
	


	
}
