﻿@import url("layout.css");
body
#container {
	background-color: #fff;
}
#masthead {
	margin-top: 0px;
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('../images/webhostingship.gif');
	background-color: #5FDDE3;
	color: #000000;
	font-style: italic;
}
html>body {
	width: 100%;
	background-color: #ffffff;
}
content {
	background-color: #ffffff;
	text-align:justify;
}
p {
	text-align: justify;
	font-size: 1em;
	line-height:1.6em;
	margin-left: 1%;
	margin-right: 2%;
}
html>body #footer {
	padding-bottom: 0;
	background-color: #99F0FF;
	font-size: medium;
	color: #999999;
}
/* Style the navbar */
#navbar {
	position: sticky;
	top: 0;
	overflow: hidden;
	padding: 5px;
	background-color: #5FDDE3;
}

/* Navbar links */
#navbar a {
	border: 2px solid #00ccff;
	float: left;
	display: block;
	color: white;
	text-align: center;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-size: large;
	border-radius: 12px;
	background-color: #000080;
}

#navbar a:hover {
background-color: #FF7F11;
}
/* Page content */
.content {
  padding: 16px;
}
/* Site typography */
li {
	padding-bottom: 20px;
}
h1 {
	font-size: 2em;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.8em;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}
h3 {
	font-size: 1.5em;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 30px;
}
h4 {
	font-size: 1.4em;
	color: #000000;
	margin-left: 30px;
}
h5 {
	font-size: 1.3em;
	color: #000000;
}
h6 {
	font-size: 1.2em;
	color: #c77;
}
/* Links */
a {
	color: #0066ff;
	text-decoration: underline;
}
a:hover {
	color: #0066ff;
}
.style_bold {
	font-weight: bold;
	font-size: x-large;
}
.breadcrumbs {
	font-size: small;
	color: #999999;
}
.H1heading {
	font-size: 2em;
	background-color: #006600;
	text-align: center;
	clear: both;
	line-height: 1.7em;
	color: #ffffff;
	border-top-style: 0;
}
.divelementor {
	font-size: 2em;
	background-color: #ff66ff;
	text-align: center;
	border-radius: 14px;
	padding: 5% 2% 5% 2%;
	clear: both;
	line-height: 1.7em;
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 30px;
}
.divuniverse {
	font-size: 2em;
	background-color: #33cc33;
	text-align: center;
	border-radius: 14px;
	padding: 5% 2% 5% 2%;
	clear: both;
	line-height: 1.5em;
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 30px;
}
.buttondivtop {
	box-shadow: 2px 3px 5px 2px #333333;
	font-size: 1.4em;
	background-color: #00aa00;
	background-image: linear-gradient(to bottom, #00ff11, #009900);
	border: 1px solid #006600;
	width: 300px;
	height: 40px;
	text-align: center;
	border-radius: 12px;
	padding: 10px;
	margin: 20px auto 20px auto;
	clear: both;
	line-height: 1.5em;
	color: #FFFFFF;
}
.buttondivtop:hover {
	background-color: #006600;
	background-image: linear-gradient(to bottom, #00fffa, #0011ff);
	color: #ffffff;
}
/*YOUTUBE VIDEO FULL SCREEN CSS*/
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:95%;
    width:95%;
    position:absolute;
}
/*YOUTUBE VIDEO FULL SCREEN CSS COMPLETED*/
.clickable-div {
	position: relative;
	background-color: #FFFFFF;
	padding: 30px 20px 20px 20px;
	text-align: center;
	color: #0066ff;
	font-size: large;
	clear: both;
}

.overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-decoration: none;
  }

.clickable-div p {
    position: relative;
    z-index: 2;
  }

.style_blockquote {
	font-size: large;
	font-style: oblique;
}
.styletab40px {
	margin-left: 40px;
}

.divEqu {
	margin: 0px 2% 30px 0px;
	background-color: #ffffff;
	font-size: 1.3em;
	border-radius: 10px;
	height: auto;
	padding: 2%;
	border: 1px solid #ECECEC;
	text-align: center;
	color: #0066FF;
	line-height: 1.8em;
	font-style: oblique;
	max-width: 240px;
	position: relative;
	float: left;
	text-decoration: underline;
	font-weight: bold;
}
.divrightfloat {
	clear: both;
}
.clickable-div-2 {
	margin: 2%;
	position: relative;
	background-color: #FFFFFF;
	padding: 50px 20px 20px 20px;
	text-align: center;
	color: #0066ff;
	font-size: large;
	width: 40%;
	float: right;
}
