@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400);
* {
  /*box-sizing: border-box;
  padding: 0;
  margin: 0; */
}
/*colours*/
bDomains{color: #33CCCC}
bHosting{color: #008737}
bServices{color: #FFC300}
bSupport{color: #E62D87}
bContact{color: #552382}
bContent_management{color: #2768A8}
bOnline_store{color: #1B9FD6}
bProject_management{color: #5F2E81}
bEmail_campaigns{color: #8D1E5A}
bForums{color: #8D1E5A}
bBlogs{color: #E3AC04}
bWeb_design{color: #138B46}
bOnline_store{color: #18B2B0}
nav {
    position: absolute;
    top: 110px;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
nav:after {
  content: "";
  display: table;
  clear: both;
}
nav ul li {
  list-style: none;
  display: inline-block;
  oveflow: hidden;
}
nav ul li a {
  display: block;
  padding: 10px 38px;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
  border-radius: 50px;
  width: 70%;
  text-align: center;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
nav ul li a:hover {
  color: white;
}
nav ul li.active a {
  color: white;
}
nav ul li:nth-child(1) a {
	background-color: #33CCCC;
}
nav ul li:nth-child(2n) a {
  background-color: #008737;
}
nav ul li:nth-child(3n) a {
  background-color: #FFC300;
}
nav ul li:nth-child(4n) a {
  background-color: #E62D87;
}
nav ul li:nth-child(5n) a {
  background-color: #552382;
}
nav .dot {
  background-color: red;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -2px;
  left: 0;
  border-radius: 50%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#backTOP {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* 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:;  Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
	background: none;
}

#backTOP:hover {
    /*background-color: #555;  Add a dark-grey background on hover */
	background: none;
}
.iconimg {
	/* [disabled]min-width: 80px; */
	max-width: 90px;
}
.serviceReturn {
	display: block;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.row {
  display: flex;
}
.column {
    float: left;
    width: 33.33%;
	min-height:125px;
	display: flex;
  justify-content: center;
  align-items: center;
}
.columnsmall {
    float: left;
    width: 33.33%;
	min-height:56px;
	display: flex;
  justify-content: center;
  align-items: center;
}
.padding {
	padding: 8px;
}
.left {
  width: 25%;
}
.floatleft {
	float: left;
	padding: 20px;
}
.right {
  width: 75%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.white {color: #FFFFFF}

.blockdisplay {
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
}
.blockdisplayHome {
    display: block;
    padding-bottom: 65px;
    padding-top: 40px;
}
.responsiveimg {
  width: 100%;
  max-width: 580px;
  height: auto;
}
.red {color: red;}
a.ContentManagement:link {
    color: #783AA3;
}
a.ContentManagement:visited {
    color: #783AA3;
}
a.ContentManagement:hover {
    color: #783AA3;
}

a.OnlineStore:link {color: #1B9FD6;}
a.OnlineStore:visited {color: #1B9FD6;}
a.OnlineStore:hover {color: #1B9FD6;}
a.Ecommerce:link {
    color: #138B46;
}
a.Ecommerce:visited {
    color: #138B46;
}
a.Ecommerce:hover {
    color: #138B46;
}

a.ProjectManagement:link {
    color: #E3AC04;
}
a.ProjectManagement:visited {
    color: #E3AC04;
}
a.ProjectManagement:hover {
    color: #E3AC04;
}

a.EmailCampaigns:link {
    color: #FD1700;
}
a.EmailCampaigns:visited {
    color: #FD1700;
}
a.EmailCampaigns:hover {
    color: #FD1700;
}

a.Forums:link {
    color: #2768A8;
}
a.Forums:visited {
    color: #2768A8;
}
a.Forums:hover {
    color: #2768A8;
}

a.Blogs:link {
    color: #E65C2E;
}
a.Blogs:visited {
    color: #E65C2E;
}
a.Blogs:hover {
    color: #E65C2E;
}

a.LogoDesign:link {color: #138B46;}
a.LogoDesign:visited {color: #138B46;}
a.LogoDesign:hover {color: #138B46;}

a.freestore:link {color: #18B2B0;}
a.freestore:visited {color: #18B2B0;}
a.freestore:hover {color: #18B2B0;}

a.loginlink:link {color: #FFFFFF;}
a.loginlink:visited {color: #FFFFFF;}
a.loginlink:hover {color: #FFFFFF;}

.textaligncenter {
    align-content: center;
    text-align: center;
    font-size: 20px;
}
.smalltext a {
	font-size: 12pt;
	color: gray;
	text-align: center;
}
/* (A) SPEECH BOX */
.speech {
  /* (A1) FONT & COLORS */
  font-size: 1em;
  color: #fff;
  background: #15c;

  /* (A2) DIMENSIONS */
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
	min-width: 260px;
}

/* (B) USE ::AFTER TO CREATE THE "CALLOUT" */
.speech::after {
  display: block; width: 0; content: "";
  border: 15px solid transparent;
}
 
/* (C) "CALLOUT" DIRECTIONS */
.speech.up::after {
  border-bottom-color: #15c;
  border-top: 0;
}
.speech.down::after {
  border-top-color: #15c;
  border-bottom: 0;
}
.speech.left::after {
  border-right-color: #15c;
  border-left: 0;
}
.speech.right::after {
  border-left-color: #15c;
  border-right: 0;
}

/* (D) POSITION THE CALLOUT */
.speech {
  position: relative;
  margin: 30px;
	float: right;
}
.speech::after { position: absolute; }
.speech.up::after {
  top: -15px; left: calc(50% - 15px);
}
.speech.down::after {
  bottom: -15px; left: calc(50% - 15px);
}
.speech.left::after {
  left: -15px; top: calc(50% - 15px);
}
.speech.right::after {
  right: -15px; top: calc(50% - 15px);
}
.paddme {
    padding: 12px;
}
.paddme8 {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
.arrow {
  border: solid rgba(83,83,83,1.00) ;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
}
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        width: 100%;
		min-height:75px;
    }
	.columnsmall {
        width: 100%;
    }
	.column img {
        width: 100%;
		max-width:190px;
		margin-top:20px;
		margin-bottom:20px;
    }
	.blockdisplay {
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
}
	.blockdisplayHome {
    display: block;
    padding-bottom: 2px;
    padding-top: 2px;
}
	.headerlogo
	{
margin-top: 38px;
	}
	p {
    display: block;
    margin-block-start: .5em;
    margin-block-end: .5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
	/* (A) SPEECH BOX */
.speech {
  /* (A1) FONT & COLORS */
  font-size: 1em;
  color: #fff;
  background: #15c;

  /* (A2) DIMENSIONS */
  padding: 20px;
  border-radius: 10px;
  max-width: 200px;
}

/* (B) USE ::AFTER TO CREATE THE "CALLOUT" */
.speech::after {
  display: block; width: 0; content: "";
  border: 15px solid transparent;
}
 
/* (C) "CALLOUT" DIRECTIONS */
.speech.up::after {
  border-bottom-color: #15c;
  border-top: 0;
}
.speech.down::after {
  border-top-color: #15c;
  border-bottom: 0;
}
.speech.left::after {
  border-right-color: #15c;
  border-left: 0;
}
.speech.right::after {
  border-left-color: #15c;
  border-right: 0;
}

/* (D) POSITION THE CALLOUT */
.speech {
  position: relative;
  margin: 30px;
	float: right;
}
.speech::after { position: absolute; }
.speech.up::after {
  top: -15px; left: calc(50% - 15px);
}
.speech.down::after {
  bottom: -15px; left: calc(50% - 15px);
}
.speech.left::after {
  left: -15px; top: calc(50% - 15px);
}
.speech.right::after {
  right: -15px; top: calc(50% - 15px);
}
}
