/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a:link {
  color: #FFFFFF;
}
   
body{
	margin: 0;
	padding: 0;
	color: #EEEEEE;
	background: url( "../img/background.png" ) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#content{
	margin: 0;
	padding: 0;
	padding-top: 60px;
	padding-bottom: 60px;
	width: 100%;
	background-color: rgba( 10, 18, 7, 0.6 );
}

header{
	text-align: center;
}

#title{
	width: 90%;
	height: 99px;
	margin: auto;
	background: url( "../img/title.png" );
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	text-indent: -9999px;
}

#since{
	margin-top: 20px;
	font-style: italic;
}

#sub-title{
	font-weight: bold;
}

main{
	width: 250px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

main ul{
	margin: 0;
	overflow: hidden;
}

main ul li{
	padding-top: 5px;
	list-style-image: url( '../img/bullet.png' );
}

#contact{ width: 100%; margin-top: 20px; }
#contact-title{ font-weight: bold; text-align: center; }
#contact-form{ width: 100%; font-size: 0.8rem;  }
#contact-form div{ margin-top: 10px; }
#contact-form input{ width: 100%; color: #000; background-color: #ddd; }
#contact-form input:invalid{ border-color: #ffa400 }
#contact-form textarea{ width: 100%; min-height: 50px; color: #000; background-color: #ccc; }
#contact-form button, submit{ color: #000; }
#email-info{ font-size: 0.6rem; margin-top: 0 !important; }
#social { display: flex; justify-content: space-around; }
#contact-feedback{ text-align: center; font-size: 0.8rem; margin-bottom: 10px; }

footer { padding-left: 10px; padding-right: 10px; }

#footer-left{
	float: left;
}

#footer-right{
	text-align: right;
}

@media only screen and (min-width: 768px) {
	#content{
		width: 768px;
		margin: auto;
		margin-top: 20px;
		padding-bottom: 20px;
        border: solid 2px rgba( 10, 18, 7, 0.8 );
        border-radius: 10px;
	}
	
	main{
		width: 100%;
		
	}
	
	main ul{
		display: inline-block;
	}

    #bullets { display: flex; justify-content: center; align-items: center top; }
    #contact { width: 60%; margin: 20px auto; }
    #contact-title { margin-bottom: 20px; }
    #contact-form { display: grid; grid-template-columns: 1fr 2fr; row-gap: 10px; column-gap: 20px; width: unset; }
    #contact-form button, submit { grid-column: 1; }
    #email-info{ grid-column: 1 / 3; text-align: right; }
    #message-label{ grid-column: 1 / 3; }
    #message{ grid-column: 1 / 3; }
	
	#bullet-left{
		width: 40%;
		float: left;
	}
	
	footer{
		clear: both;
	}
}






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

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
