html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;

}

body {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

/** {
    border: 1px solid red !important;
}*/


.wrapper {
    width: 100%;
    position: absolute;
    z-index: -20;
    overflow: hidden;
    background: #141847; /* Old browsers */
    background: -moz-linear-gradient(top, #141847 0%, #2563af 50%, #63cdf5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #141847 0%,#2563af 50%,#63cdf5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #141847 0%,#2563af 50%,#63cdf5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.stars-container {
    position: absolute;
    z-index: -10;
    height: 250vh;
    overflow: hidden;
    width: 100%;
}

.sky {
  height: 150vh;
}

.container {
    width: 80%;
    max-width: 95rem;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.container svg {
    width: 70%;
    max-width: 32rem;
    margin: 4rem 0;
}

.lincyAbout, .about-text, .lincyWeb, .web-text, .lincyDesign, .design-text, .lincyContact, .contact-text {
    float: none;
}

.about-text a {
    text-decoration: none;
    color: #fff;
}
.about-text a:hover {
    text-decoration: underline;
}

.header {
  height: 100vh;
  position: relative;
}

.header .container
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.header, .about, .web, .design, .contact, .footer {
    text-align: center;
}

.header #Layer_11 {
    max-width: 15rem;
    padding: 0;
    position: absolute;
    margin-top: 10rem;
    margin-left: -4.5rem;
    width: 25%;
}

.contact .mail {
    max-width: 2rem;
    padding: 0;
    padding-right: 1rem; 
}

.contact .email {
    padding-top: 2rem;
}

.footer {
    background: url(../i/hills.png) top center no-repeat;
    background-size: cover;
    overflow: hidden;
    min-height: 20rem;
}

.footer h3 {
    padding-bottom: 3rem;
}

.footer .left, .footer .right {
    float: none;
}

.social-media {
    clear: both;
    margin-top: 7rem;
    padding: 0 1rem;
}

.social-media img {
    padding: 0;
}

.social-media a {
    text-decoration: none;
    color: #fff;
}

.social-logo {
    margin-right: 1.5rem;
    display: inline-block;
    padding-bottom: 3rem;
}

.social-media .heart {
    width: 1.5rem;
    max-width: 1.3rem;
    padding-left: 5px; 
}


.social-logo:nth-child(4) {
    margin-right: 0;
}


h1 {
    font-family: 'Amatic SC', sans-serif;
    color: 	#fff;
    font-size: 3rem;
    font-weight: bold;
}

h2  {
    font-family: 'Amatic SC', sans-serif;
    color: 	#fff;
    font-size: 2.6rem;
    font-weight: 300;
    padding-bottom: 3rem;
    font-weight: bold;
    text-shadow: .1rem .1rem #444;
}

h3  {
    font-family: 'Amatic SC', sans-serif;
    color: 	#fff;
    font-size: 1.8rem;
    font-weight: bold;
}

p {
    font-family: 'Josefin Slab', serif;
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-shadow: .1rem .1rem #444;
}



@media screen and (min-width: 750px) {

html, body {
    font-size: 75%;
}

.stars-container {
    height: 300vh;
}

.sky {
  height: 175vh;
}


/*h1 {
    font-family: 'Amatic SC', sans-serif;
    color: 	#fff;
    font-size: 40px;
    font-weight: bold;
}

h2  {
    font-family: 'Amatic SC', sans-serif;
    color: 	#fff;
    font-size: 34px;
    font-weight: bold;
}

h3  {
    font-family: 'Amatic SC', sans-serif;
    color: 	#fff;
    font-size: 26px;
    font-weight: bold;
}

p{
    font-family: 'Josefin Slab', serif;
    color: #fff;
    font-size: 25px;
    line-height: 32px;
}*/

.container {
    width: 90%;
}

.header .container, .about .container, .web .container, .design .container, .contact .container {
    padding: 6rem 0;
}

.container svg {
    width: 100%;
    padding: 0;
}


.lincyAbout, .web-text, .lincyDesign, .contact-text {
    float: right;
}

 .about-text, .lincyWeb, .design-text, .lincyContact {
    float: left;
}

.lincyAbout, .lincyWeb, .lincyDesign, .lincyContact {
    width: 48%;
}

.about-text, .web-text, .design-text, .contact-text {
    width: 48%;
    max-width: 35rem;
    margin-top: 15%;
    text-align: left;
    padding: 0 1rem;
}

.social-media {
    margin-top: 15rem;
}

.social-media .heart {
    width: 100%;
}

/*.header #Layer_11 {
    top: 3%;
    left: 65%;
}*/

.footer .left {
    float: left;
}

.footer .right {
    float: right;
}

}

@media screen and (min-width: 950px) {

html, body {
    font-size: 90%;
}

.stars-container {
    height: 350vh;
}

.sky {
  height: 200vh;
}


/*.header #Layer_11 {
    top: 4%;
    left: 62%;
}*/

.container {
    width: 90%;
}

/*p{
    font-size: 28px;
    line-height: 35px;
}*/

}

@media screen and (min-width: 950px) {

.footer {
    min-height: 30rem;
}
}