@charset "UTF-8";
/* CSS Document */


* {

margin: 0px;

padding: 0px;

     box-sizing: border-box;

}


.row {

width: 100%;

position:relative;

}



.row:after {

  content: "";

  display: table;

  clear: both;

}

img {
	width: 100%;
	height: auto;
	list-style: none; 
	border-radius: 15px;
}


nav {
	float: right;
	background-size: cover;
}

body {
	background-color: #3333CC;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Bungee', cursive;
	color: #FFFFFF;
	list-style: none;
	
}
section {
position: center;
	
}
.top-bar {	background-color:#3333CC;
	padding-right: 20px;
	font-size: 16px;
	color: white;
	-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: aqua;
	padding-top: 4px;
	padding-bottom: 10px;
	float:top;
	margin: 1%;
	font-family: 'Bungee Hairline', cursive;
}


.text_column {
	font-family: 'Barlow', sans-serif;
	width: 60%;
	margin-top: 100px;
	margin-bottom: 70px;
	text-align: left;
	line-height: 25px;
	float: right;
	padding-left: 20px;
	padding-right: 30px;
	color: #FEFEFE
	
}

nav ul li {
	float:left;
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
	margin-right: 20px;
	margin-left: auto;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	list-style: none;
}

nav ul li a {
	color: #FFFFFF;
}

.logo {
	position: absolute;
	width: 293px;
	height: 204px;
	left: calc(50% - 146px);
	top: calc(50% - 102px);
}

.logo2 {
	height: 10px;
	margin-right: 10px; }

.hero-box {
	display: block;
	background-image: url(images/hero-image.jpg);
	background-size: cover;
	background-position: center;
	margin: 1%;
	position: relative;
	min-height: 300px;
	border-radius: 15px;
}

h1 {
		
	font-size: 55px;

	padding-top: 120px;

}

.audience img {
	max-width: 1024px;
	margin-top: 40px;
	position: center;}

.about {
		max-width: 1024px;
	margin-left: auto;
	margin-right: auto;

}
.about img {
	width: 30%;
	float: left;
	margin-left: 20px;
	margin-top: 80px;
	margin-bottom: 60px;
	list-style: none;
}

.specialties {
	align-content:center;

}

.col img {
	width: 100%;
	height: auto;
	display:block;
	list-style: none;
}

.col {
	width: 23%;
	height:auto;
	float: right;
	margin: 1%;
	list-style: none;
}

.login-icon{
    color:#f16822;
	float:right;
	position: relative;
}
.login-icon img {
	width: 10%;
	float: right;
}

.hero-box2 {
	display: block;
	background-color: aquamarine;
	background-size: cover;
	background-position: right;
	margin: 1%;
	position: relative;
	min-height: 200px;
	border-radius: 10px;
	
}

ul li {
	font-size: 2px;
	color: transparent;
}

/*for tablet*/
@media (max-width:768px)

{
	h1 {
		font-size: 40px;
		text-align: center;
		padding-left: 0px;
	}
	
	.col {
		width: 48%;
		float: left;
	}
}


nav ul li img {
	float:left;
	max-width: 60px;
	font-size: 18px;
	text-align: left;
	margin-right: 5px;
	margin-left: auto;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	list-style: none;
}


/*for phone*/
@media (max-width:400px){
	h1 {
		font-size: 28px;
	}
	.col {
		width: 98%;
	float: left;
	}

	
}



