@charset "UTF-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#wrapper {
	height: 100%;
	width: 100%;
}
.clearfix:after {
    content: "";
    clear: both;
    display: table;
}
#Header {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: 95px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	max-width: 986px;
}
#artfixlogo {
	margin-top: 12px;
	width: 330px;
	float: left;
	margin-left: 10px;;
}
#artfixlogo a {
    display: block;
}
#artfixlogo img {
	width:100%;
}
@media only screen and (max-width: 680px) {
	#artfixlogo {
	width: 250px;
	}
}
#Headertext {
	float: left;
	margin-top: 23px;
	margin-left: 25px;
}
#headerright {
	float: right;
	height: 85px;
	width: 325px;
	margin-top: 10px;
	float: right;
	margin-right: 10px;
}
h4 {
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 28px;
	margin: 0px;
	font-weight: lighter;
	list-style-type: none;
}
.container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 986px;
}
#Navbarbox {
	background-color: #FFF;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.navbar {
	font-size: 14px;
	height: 36px;
}
@media only screen and (max-width: 767px) {
	.navbar {
	font-size: 15px;
	height: 37px;
	}
}
.navbar ul {
	margin: 0px;
	padding: 0px;
}
.navbar ul li {
	list-style-type: none;
	float: left;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.navbar a:link {
	color: #333;
	text-decoration: none;
	padding: 10px;
}
.navbar a:visited {
	text-decoration: none;
	color: #000;
}
.navbar a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #601b70;
	padding: 10px;
}
#Footer-container {
	margin-right: auto;
	margin-left: auto;
	max-width: 986px;
}
#Footer {
	background-color: #601b70;
}
#footertop {
	width: 100%;
	height: 0;
	padding-bottom: 8.1%;
	background-image: url(images/footer-toppart2.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 103%;
	margin-bottom: -1px;
}
#footertop svg {
	width: 100%;
	height:auto;
}
	
#Footernavbar {
	text-align: center;
	color: #FFF;
}
.navbarfooter {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	max-width: 710px;
}
.navbarfooter ul {
	margin: 0px;
	padding: 0px;
}
.navbarfooter ul li {
	display: block;
	width: 20%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}
.navbarfooter a:link {
	color: #FFF;
	text-decoration: none;
}
.navbarfooter a:visited {
	color: #FFF;
	text-decoration: none;
}
#navsocial {
	overflow: hidden;
	margin-top: 10px;
}
#navsocial ul {
	margin: 0px;
	padding: 0px;
}
#navsocial ul li {
	float: left;
	display: block;
	margin-right: 7px;
	margin-left: 7px;
	list-style-type: none;
}
#Social {
    display: inline-block;
}
#Contact {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
}
#main-content {
	background-color: #FFF;
	margin: 0px;
	overflow: hidden;
	padding-bottom: 15px;
	min-height: 450px;
}
.circle-text {
	position: absolute;
	z-index: 2;
	width: 100%;
	padding-top: 47%;
	padding-bottom: 47%;
	border-radius: 50%;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 38px;
	text-align: center;
	color: #FFFFFF;
}
.subimage {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#circle-image-a {
	width: 100%;
	padding-bottom:100%;
	border-radius: 50%;
	background-color:#602770;
	position:relative;
}
#circle-image-a:after {
	content: " ";
	width: 100%;
	padding-bottom:100%;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 50%;
	position: absolute;
	opacity: 0.6;
	background-image:url(images/art_fix-10.jpg);
	background-size: cover;
	background-position: 50% 50%;
}
#circle-image-b {
	width: 100%;
	padding-bottom:100%;
	border-radius: 50%;
	background-color:#ffd400;
	position:relative;
}
#circle-image-b:after {
	content: " ";
	width: 100%;
	padding-bottom:100%;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 50%;
	position: absolute;
	opacity: 0.6;
	background-image:url(images/fotor_14365405393197.jpg);
	background-size: cover;
	background-position: 50% 50%;
}
#circle-image-c {
	width: 100%;
	padding-bottom:100%;
	border-radius: 50%;
	background-color: #00CCFF;
	position: relative;
}
#circle-image-c:after {
	content: " ";
	width: 100%;
	padding-bottom:100%;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 50%;
	position: absolute;
	opacity: 0.6;
	background-image:url(images/blog-creative-ways-to-engage-using-digital-technolgoy.jpg);
	background-size: cover;
	background-position: 50% 50%;
}
@media only screen and (max-width: 830px) {
	.circle-text {
	font-size: 28px;
	}
}
.infobox {
	width: 25.83%;
	padding-top: 4%;
	padding-right: 3.75%;
	padding-left: 3.75%;
	float: left;
}
.infotextbox {
	margin-top: 6%;
	/* [disabled]margin-bottom: 5%; */
}
.subinfobox {
	width: 25.83%;
	padding-right: 3.75%;
	padding-left: 3.75%;
	float: left;
}
.headericon {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
p {
	font-size: 14px;
	margin: 0px;
	line-height: 16px;
}
h6 {
	font-size: 14px;
	text-align: center;
	margin: 0px;
	line-height: 16px;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	h6 {
	font-size: 15px;
	line-height: 17px;
	}
}
h5 {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
}
#cafebutton, #studiobutton, #hotdesksbutton, #academybutton {
    height: 20px;
	width: 70px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	color: #FFF;
	text-align: center;
	border-radius: 50px;
	font-size: 14px;
    line-height: 18px;
	float: right;
    cursor: pointer;
}
#cafebutton {
	background-color: #601b70;
	margin-right: 6px;
}
#studiobutton {
	background-color: #eb633a;
	margin-right: 6px;
	margin-left: 6px;
}
#hotdesksbutton {
	background-color: #ffd400;
	margin-right: 6px;
	margin-left: 6px;
}
#academybutton {
	background-color: #5b5b5b;
	margin-right: 0px;
	margin-left: 6px;
}

#cafebutton:hover, #studiobutton:hover, #hotdesksbutton:hover, #academybutton:hover {
	cursor: hand;
	cursor: pointer;
	opacity: 0.8;
}

#footernavberbox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.findoutmore {
	display:none;
	text-align: center;
	margin-top: 16px;
	width: 103px;
	margin-right: auto;
	margin-left: auto;
}
.findoutmoreall {
	display:block;
	text-align: center;
	margin-top: 16px;
	width: 103px;
	margin-right: auto;
	margin-left: auto;
}
.subheaderinfologo {
	margin-bottom: 15px;
}
.findoutmore img, .findoutmoreall img {
	width:100%;
}
.findoutmoreblock {
	width: 100%;
	/* [disabled]margin-bottom: 10px; */
}
