
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
body{
	color: #f444ff;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;

}


    
.ie7 body{
	overflow:hidden;
}

.clr{
	clear: both;
}


.container {
  width: 20em;
  height: 6em;
  margin: 0em auto;
}
.inner {
z-index: 0;

position: absolute;
  width: 20em;
  height: 6em;
  margin: 0em auto;
  top: 50%;
left: 50%;
margin-top: -5em;
margin-left: -10em;
    text-align:center;
    text-shadow: 2px 2px 5px #000;

}

.inner ul li {
    display:inline;
 font-style: normal;
 letter-spacing: 0.2ex;
 font-weight: normal;
 font-family: 'Montserrat', sans-serif;
 color: #fff;
       font-size:0.8em;
    padding:0 2px;
    margin-top: 0;
    
    text-decoration:none;

}

.inner li a {

 	color: #fff;
	text-decoration: none;
text-shadow:
    0 0 20px #000,
    	padding: 3px 3px;

}

.logo {
  width: 20em;
  height: 8em;
  animation: bounceIn 0.6s;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  padding: 0;

  cursor: default;
}
.logo:hover {

  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: default;
}
svg .cls-1 { fill: #fff; 
   
   
         

}

@keyframes bounceIn {
  0% {
    opacity: 1;
    transform: scale(.3);
  } 

  50% {
    opacity: 1;
    transform: scale(1.05);
  } 

  70% {
    opacity: 1;
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.contact #center h5 {
	font-size: 2.7ex;

 line-height: 2.3ex;
 letter-spacing: 0.4ex;

}
.downloads #center #cont {
border: solid white 1px;
width: 300px;

}

/* Overlay style */
.overlay3 {
	position: fixed; 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	z-index: 0;

}

.contact {
display: none;
color: #5622a5;
	width: 100%;
	z-index: 100;

	top: 0;
	left: 0;
	padding-top: 70px;

}


.contact .overlay-close {
	width: 20px;
	height:20px;
	position: fixed;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

.contact #center {
	z-index: 100;

	text-align: center;
	font-style: normal;
	font-size: 1.4ex;
 letter-spacing: 0.2ex;
 line-height: 3.5ex;
 font-weight: normal;
 font-family: 'Montserrat', sans-serif;
 color: #fff;
width: 80%;
max-width: 400px;
margin: 0 auto;
}
.contact #center a {
	z-index: 100;

 text-decoration: none;

 color: #fff;
 border-bottom: solid 1px;
 

}
.contact #center h1 {
	font-size: 3.7ex;

 line-height: 2.3ex;
 letter-spacing: 0.4ex;
 	z-index: 100;


}


@media screen and (min-width: 700px) { 
	.logo {
  width: 50em;
  height: 15em;
  padding: 0;
  
}

.container {
  width: 50em;
    height: 13em;

}
.inner {
position: absolute;
  width: 50em;
  height: 15em;
  margin: 0em auto;
  top: 50%;
left: 50%;
margin-top: -9em;
margin-left: -25em;
}



.contact .overlay-close {
	width: 30px;
	height: 30px;
}

.inner ul li {
    display:inline;
 font-style: normal;
 letter-spacing: 0.2ex;
 font-weight: normal;
 font-family: 'Montserrat', sans-serif;
 color: #fff;
       font-size:1.1em;
    padding:0 5px;
    text-decoration:none;

}



}