
/*::::::: 00 Fonts ::::::::*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Tangerine:wght@400;700&display=swap');

/*::::::: 01 General Elements ::::::::*/
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	color: #80726f;
    background: rgb(181, 180, 180);
}

a, a:hover, a:active, a:visited{
    text-decoration: none;
    color: inherit;
}

#container{
    display: flex;
    width: 100%;
    height: 100vh;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

#card, #cardQR{
    aspect-ratio: 48/31;
    width: 800px;
    height: 517px;
    border-radius: 25px;

    background: url(../img/marlu-card-web-1.jpg) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;

    display: flex;
    flex-flow: column nowrap;

    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
}

#cardQR{
    background: url(../img/marlu-card-web-qr.jpg) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#card hgroup, #card address{
    height: 50%;
    display: flex;
    flex-flow: column nowrap;
    padding: 20px 20px 40px 20px;
    row-gap: 15px;
}

#card hgroup{
    justify-content: flex-end;
    align-items: flex-start;
}
    h1{
        font-family: "Tangerine", cursive;
        font-weight: 700;
        font-style: normal;
        font-size: 4.8rem;
        color: #fff;
    }

    h2{
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-style: normal;

        color: #fff;
        text-transform: uppercase;
        font-size: 1.6rem;
        word-spacing: 5px;
        letter-spacing: 1px;
    }

#card address{
    justify-content: flex-end;
    align-items: flex-end;
}

    h3{
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-style: normal;

        font-size: 1.8rem;
    }
        h3 span{
            font-weight: 500;
            color: #80726f;
        }


    #wp{
        position: absolute;
        z-index: 2;
        bottom: 50px;
        right: 50px;
    }

    #wp a{
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: flex-end;
    }
    #wp img{
        width: 100px;
        height: 100px;
    }
    #wp h4{
        color: #fff;
        font-size: 1.4rem;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-style: normal;
        padding-bottom: 20px;
    }

  /* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

        #card, #cardQR{
            aspect-ratio: 48/31;
            width: 600px;
            height: 388px;

        }
        #card hgroup, #card address{

            padding: 15px 20px 5px 15px;
            row-gap: 8px;
        }
        #card address{
            padding-bottom: 30px;
        }
        h1{
            font-size: 3.8rem;
        }
        h2{
            font-size: 1.4rem;
            letter-spacing: 0px;
            word-spacing: 2px;
        }
        h3{
            font-size: 1.4rem;
        }
        #wp img{
            width: 70px;
            height: 70px;
        }

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

        #card, #cardQR{
            width: 350px;
            height: 226px;
        }
        #card hgroup, #card address{

            padding: 5px 10px 5px 10px;
            row-gap: 5px;
        }
        #card address{
            padding-bottom: 10px;
        }

        h1{
            font-size: 2.2rem;
        }
        h2{
            font-size: 0.9rem;
            letter-spacing: 0px;
            word-spacing: 2px;
        }
        h3{
            font-size: 0.9rem;
        }
        #wp img{
            width: 70px;
            height: 70px;
        }
        #wp h4{
	        font-size: 1rem;
        }
    }
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}

/* :::::::::::::::: MOBILE FIRST ::::::::::::::::


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}


/*::::::::::::::::::::Fonts::::::::::::::::::::::*/


  .tangerine-regular {
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
  }
  
  .tangerine-bold {
    font-family: "Tangerine", cursive;
    font-weight: 700;
    font-style: normal;
  }

  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  