body{
	background-color: rgb(245,245,245);
}

#title {
	width: 95%;
	margin: 0 auto;
	padding: 50px 0 35vh 0;
}

#page-container{
	margin: 0 20% 0 5%;
}

@media only screen and (max-width: 1000px) {

	h1 {
		font-size: 14.5vw !important;
		text-align: left!important;
	}
}

h1 {
	font-size: 9.5vw;
	margin: 0;
    text-align: center;
	font-weight: 700;
	font-family: ubuntu,sans-serif;
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, #30cfd0), color-stop(40%, #330867), color-stop(60%, #330867), color-stop(80%, #30cfd0));
	background: linear-gradient(to right, #30cfd0 20%, #330867 40%, #330867 60%, #30cfd0 80%);
	background-size: 200% auto;
	color: #000;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: shine 5s linear infinite;
	animation: shine 5s linear infinite;
  
  /*color: #147192;*/
	/*background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}
@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

h2{
	font-size: calc(6em + 1.5vw);
	font-family: ubuntu,sans-serif;
	color: #3E9BBF;
    margin: 0;
}

h3{
	font-size: 1.5em;
    font-weight: 300;
    font-family: roboto,sans-serif;
    color: #3E9BBF;
}

h4{
	font-size: 2em;
    font-weight: 500;
    font-family: roboto,sans-serif;
    color: rgb(50,50,50);
}

p{
	font-size: 1.5em;
    font-weight: 400;
    font-family: roboto,sans-serif;
    color: #3E9BBF;
}

#companySection{
	margin: 35vh auto 50px auto;
	width: 90%;
    max-width: 600px;
}

#companySection ul{
    list-style-type: none;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 0;
}

#companySection li{
    display: inline-block;
    width: 29vh;
    /* min-width: 278px; */
    margin: 0 auto 70px auto;
    vertical-align: top;
    opacity: 1;
}

#companySection li:hover{
	opacity: 0.5;
	transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}

#page-container img{
	width: 90%;
}

hr{
	border-top: 2px solid #3E9BBF;
}

#contact{
	width:100%;
}

#contact ul{
    list-style-type: none;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 0;
}

#contact li{
    display: inline-block;
    margin: 0 20px 20px 0;
    vertical-align: top;
}

.link{
	margin-right: 24px;
    padding-bottom: 12px;
    box-shadow: inset 0 -1px 0 0 #3E9BBF;
    font-size: 3vh;
}

a.link, a.link:visited{
	color: #3E9BBF;
	text-decoration: none !important;
	/*transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;*/
}

a.link:hover, a.link:active {
	box-shadow: inset 0 -2px 0 0 #3E9BBF;
    -webkit-transition: box-shadow .2s ease,color .2s ease;
    transition: box-shadow .2s ease,color .2s
	/*opacity: 0.6;
	transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;*/
}
