/* GENERAL ------------------------------------------------------------ */
    /* XS ( 1 + ) -------------------- */

		body {
			background-color:#000;
			/*background-image: url(solarstylus.jpg);*/
			background-repeat: no-repeat;
			background-size: cover;
			background-attachment: fixed;
			background-position: center;
		}
		h1 {
			color: #ecdf7a;

		}
		h2 {
			color: #ecdf7a;
			margin-top: 2.3rem;
			text-transform: capitalize;
		}

		.container {
			width:100%; 
			padding: 3rem;
			background: rgba(0,0,0,0.7);
			color: #c3e4e8;
			position: relative;
		}

		ul {
			list-style:none;
			margin:0;
			padding:0;
		}
		ul li {
			list-style:none;
			margin-bottom:1rem;
			border-left:4px solid #ecdf7a;
			padding-left:1rem;
		}
		ul li span {
			font-weight:bold;
			display:block;
			text-transform: capitalize;
		}


	/* SM ( 576 + ) -------------------- */
    @media only screen and (min-width:576px) {

		.container {
			max-width:500px;
			margin: 0 auto;
		}

    }


    /* MD ( 768 + ) -------------------- */
    @media only screen and (min-width:768px) {



    }


    /* LG ( 992 + ) -------------------- */
    @media only screen and (min-width:992px) {

        

    }


    /* XL ( 1200 + ) -------------------- */
    @media only screen and (min-width:1200px) {

        
    }
