@charset "utf-8";
@font-face {
    font-family: 'champagne__limousinesregular';
    src: url('champagne__limousines-webfont.woff2') format('woff2'),
         url('champagne__limousines-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
:root {
  --base_text: #373737;
  --accent_color: #FFE3FF;
  --light_background: #4A68BC;
}
/* CSS Document */


/*------Imports-------*/



/*------Fonts-------*/
/* Roboto Font 400 and 700 */


/*------Basic CSS-------*/


    body {
        font-family: 'Work Sans', sans-serif;
        margin: 0px;
        padding: 0px;
    }

    div.wrapper_main {
      width: 100%;
      height: 100vh;
      position: relative;
      padding: 0px;
	}	

	div.back {
      width: 1920px;
      height: 100vh;
      position: relative;
      margin: auto;
      padding: 0px;
      background-image: url("../images/green_wave_-big.jpg");
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: bottom;
	}


	div.box {
		margin: 0;
		position: absolute;
		right: 200px;
		bottom: 260px;
		text-align: center;
		padding: 0px;
	}


	
	div.name {
		margin: 0;
		font-size: 100px;
		font-weight: 700;
		text-align: center;
		padding: 0px;
	}

	div.disc {
		margin: 0;
        font-size: 40px;
        font-weight: 400;
        padding: 0px 0px 20px 0px;
        font-family: 'Work Sans', sans-serif;
		text-align: center;
	}

	div.icons {
	  margin: 0;
      text-align: center;
      padding: 0px;
	}

	

		
		/* unvisited link */
		a:link {
			color: black;
			text-decoration: none;
		}

		/* visited link */
		a:visited {
			color: black;
			text-decoration: none;
		}

		/* mouse over link */
		a:hover {
			color: black;
			text-decoration: underline;
		}

		/* selected link */
		a:active {
			color: black;
			text-decoration: underline;
		}
		
		.w3-animate-opacity{animation:opac 1.5s}@keyframes opac{from{opacity:0} to{opacity:1}}
		


	a {
  		text-decoration: none;
	}

/*TITLE*/

@media screen and (max-width: 1920px) {
	div.back {
		width: 100%;
	}
}

@media screen and (max-width: 1700px) {
	div.back {
		width: 100%;
		background-size: 260vh;
		background-position: center calc(100%);
	}
	div.box {
		margin: 0;
		position: absolute;
		right: 10vw;
		top: 34vh;
		text-align: center;
		padding: 0px;
	}


	
	div.name {
		margin: 0;
		font-size: 6vw;
		font-weight: 700;
		text-align: center;
		padding: 0px;
	}

	div.disc {
		margin: 0;
        font-size: 2.4vw;
        font-weight: 400;
        padding: 0px 0px .8vw 0px;
        font-family: 'Work Sans', sans-serif;
		text-align: center;
	}
	img.icon {
		height: 3vw;
		width: 3vw;
	}
}
 
@media only screen and (max-width: 600px) {
	div.back {
		width: 100%;
      background-image: url("../images/wave_small.jpg");
		background-size: 100vw;
		background-position: top;
	}
	div.box {
		margin: 0;
		position: absolute;
		right: 16vw;
		top: 74vw;
		text-align: center;
		padding: 0px;
	}


	
	div.name {
		margin: 0;
		font-size: 10vw;
		font-weight: 700;
		text-align: center;
		padding: 0px;
	}

	div.disc {
		margin: 0;
        font-size: 4vw;
        font-weight: 400;
        padding: 0px 0px 3vw 0px;
        font-family: 'Work Sans', sans-serif;
		text-align: center;
	}
	img.icon {
		height: 8vw;
		width: 8vw;
	}

}