﻿
*{
	margin:0;
	padding:0;
	user-select:none;
}

body{
	font-family:"Segoe UI Black";
	font-size:none;
	background:white;
	
}

.container nav.desk,
.container nav.mob{
	width:100%;
	background:#C6EBFA;
	height:63px;
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.14);
	position:fixed;
	border-bottom-style:solid;
	border-bottom-color:#0E72B9;
	border-bottom-width:5.0px;
	top:0;
	left:0;
	
}

nav.desk ul{
	list-style:none;
	width:54%;
	float:right;
	text-align:left;
	height:60px;
	margin:0 auto;
	float:right;
	font-size:14.5px;
	margin-left:20px;
	
	
	
}

nav.desk ul li{
width:15.5%;
margin-top:5.5%;
float:left;
text-align:center;
line-height:60px;
text-transform:none;
cursor:pointer;
transition:all 0.5s ease;
margin-right:50px;
list-style-type:none;
	
}

nav ul li.cool a{
color:#0E72B9;
text-decoration:none;
font-size:large;	
}

 
 
.cool::after{
content:'';
display:block;
width:0;
height:4px;
background:#F14848;
transition: width .3s;
}

.cool:hover::after{
width:100%;
transition: width .3s;
}

li.logo:hover{
	background:none;	
}

nav ul li.active{
	
}

nav ul li a{
color:white;
text-decoration:none;	
}

nav.mob,
.hamburger-btn{
display:none;

	
}

 li.logo  {
float:left;
text-align:left;
margin-left:-75%;
font-size:xx-large;
font-family:SF Sports Night;
	
}


{
background-size:none;
top:0;
width:100%;
height:490px;
float:none;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 109px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

	
}

.div1 {
  width: 300px;
  height: 300px;
  border: 1px solid blue;
  float:left;
  display:inline;
  background-color:none;
  

}
img.fadein{
opacity:0.5;
transition: 1s ease;
}

img.fadein:hover{
opacity:1;
transition: 1s ease;
}

div.welcome{
	background-color:lime;
	width:90%;
	height:350px;
	border-radius:30px;
	
}

auto-style1{
position:relative;
  left: 0px;
  top: 0px;
  z-index:-1;
}
img.zinzo{
border-radius:50%;
}

.container11{
width:100%;
height:auto;
background-color:blue;	
}

 footer{

	width: 100%;
		padding-top:16px;
		padding-bottom: 30px;
		border-bottom-color:#0E72B9;
		border-bottom-width:4.5px;
		border-bottom-style:solid;
		background-color:#C6EBFA;
		clear: left;
		text-align: center;
		color:white;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		
		
	
}

footer p{
	color:navy;
}

.number{
margin-right:70px;
padding-top:10px;
font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
color:white;
top:10px;
	
}

@media screen and (max-width:855px){
	nav.desk{
	display:none;
	
}
nav.mob,
.hamburger-btn{
display:block;
padding:0px;
	
}
.hamburger-btn{
	position:relative;
	
}
.hamburger-btn{
position:fixed;
right:30px;
top:13px;
font-size:30px;
color:#0E72B9;
cursor:pointer;
	
}
.mob ul{
margin-top:60px;
background:white;
display:none;

	
}
.mob li{
text-transform:uppercase;
text-align:center;
padding:28px;
cursor:pointer;
transition:all 0.4s ease;
list-style-type:none;

}

.mob ul.active{
display:block;
	
}
.welcome{
	background-color:lime;
	width:90%;
	height:350px;
	border-radius:30px;
	
}

.desk2 nav ul:hover{
Border-radius:none;
	
}

.auto-style3 {
  max-width: 100%;
  height: auto;
}

div.header{
	 width:100%;
  max-width: 450px;
   height: auto;
  margin-left:auto;
  margin-right:auto;
  margin-top:6.5%;

  
}

.logoR{
margin-top:12px;
margin-left:10px;
color:#0E72B9;
}



	