@charset "utf-8";

/*
        LBGz'S Custom PC Building Services
		ST0501: Front-End Web Development [CA1]
		Class: DIT/FT/1A/03
		Author: Poon Jun Hua
		Date: 7/5/2019

        File Name: lbgz_contact_styles.css
        For: lbgz_contact.html & lbgz_contact_thanks.html
*/


/* Body Styles */

body {
    margin: 0px;
    background-image: url(Images/desk2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


/* Article Styles */

#contactform {
    background-color: rgba(51, 51, 51, 0.8);
    padding: 0 8% 1em;
    margin-top: 66px;
}

.container h1 {
    font-size: 5rem;
    border-bottom: 0.5rem solid white;
    text-shadow: 1px 2px 10px black;
}


/* Form Styles */

legend {
    color: lightgray;
    font-size: 3rem;
    font-family: 'Advent Pro', sans-serif;
}

label {
    color: white;
    font-size: 2rem;
    padding-right: 10px;
    font-family: 'Advent Pro', sans-serif;
}

input {
    color: black;
}

#buttons {
    text-align: center;
}


/* Thank You Styles */

#thankyou {
    padding: 10%;
    background-color: rgba(51, 51, 51, 0.8);
    margin-top: 66px;
}

#danke {
    max-width: 100%;
}