@charset "UTF-8";
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1.428em;
	color: #1e1e1e;
	background-color: #363;
}
h2 {
    text-align: center;
}
.container {
    width: 60%;
    margin: 50px auto;
    background: white;
    border-radius: 8px;
    padding: 50px; 25px;
    border: 1px solid gray;
    box-shadow: 7px 7px 7px #777777;
}
.homeButton {
    background: lightskyblue;
    padding: 10px 15px;
    text-decoration: none;
    color: #1e1e1e;
    font-weight: bold;
    border-radius: 8px;
}
.homeButtonInverse {
    background: white;
    padding: 10px 15px;
    text-decoration: none;
    color: #1e1e1e;
    font-weight: bold;
    border-radius: 8px;
}


/* *********************************
 *    Generic FlexBox Styling      *
 **********************************/
.flexContainer {
    display: flex;
}
.flexItem {
    flex: 1;
}
.flexStart {
    justify-content: flex-start;
}
.flexCenter {
    justify-content: center;
}
.flexEnd {
    justify-content: flex-end;
}
.flexWrap {
    flex-wrap: wrap;
}
.itemCenter {
    align-items: center;
}
.flexColumn {
    flex-direction: column;
}
.flexSpaceBetween {
    justify-content: space-between;
}
.flexSpaceAround {
    justify-content: space-around;
}

/* *********************************
 *    Shared Styling               *
 **********************************/
.fullHeight {
    height: 100vh;
}
.blueBackground {
	background-color: #696;
}
.whiteBackground {
    background: white;
}
.whiteText {
    color: white;
}
.height50 {
    height: 50px;
    line-height: 50px;
}
.marginTop {
    margin-top: 50px;
}
.marginBottom {
    margin-bottom: 25px;
}
.materials       {
	font-family: Arial, Helvetica, sans-serif;
	color: #69C;
	text-align: center;
	font-size: 1em;
	line-height: 2em;
}

.greenbox   {
	background-image:/images/green.png;
	background-position-y: top;
	background-repeat: repeat-y;
	background-color: green;
	color: #fff;
	}

.box:hover{
background:  #c5f3e5; /* make this whatever you want */
}
.box{
	background:  #fff;
	cursor: pointer;
	height: 70px;
	border: 1px solid #096;
	text-indent: 5px;
	margin-bottom: 15px;
}
.box   img  {
	padding: 0px;
	float: left;
	display: block;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}	
/* *********************************
 *    Navigation                   *
 **********************************/
.nav {
    list-style: none;
}
.nav a {
    text-decoration: none;
    display: block;
    padding: 0 1em;
    color: white;
}

/* *********************************
 *    Floats                   *
 **********************************/
 br.clear	{clear:both;}
 br.clearright	{clear:right;}
 br.clearleft	{clear:left;}	
.floatleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.floatleft1 {
	float: left;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 20px;
	margin-left: 2px;
}
.floatleft2 {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-right: 10px;
}
.floatleft3 {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 40px;
	margin-left: 5px;
	padding-right: 10px;
}
.floatleft4 {
	float: left;
	margin-top: -2px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 2px;
}
.floatleft5 {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 50px;
	margin-left: 5px;
	padding-right: 10px;
}
.floatrightall {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: left;
	text-align: right;
	clear: right;
	padding-right: 250px;
}
.floatrightform {
	float: right;
	vertical-align: top;
	margin-top: -20px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.floatrightform2 {
	float: right;
	vertical-align: top;
	margin-top: -20px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.floatright { float: right; margin: 5px 5px 5px 5px; }
.floatright2 { float: right; margin: 0px 0px 0px 0px; }
.floatnone {
	float: none;
	margin: 0px;
}
.floatnoborder { border:hidden; }
.floatcenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	float: none;
	clear: both;
}
.floatcenternomargin {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.floatcenterC {
	margin-left: auto;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	float: none;
	clear: both;
	margin-right: auto;
}

.floatcenterB {
	clear:both;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
	margin-right: 0px;
	display: block;
}
.floatcenterp p {
	margin-left:auto;
	margin-right:auto;
   }		
/* End Section, "Floats". */

/* *********************************
 *    Responsive Website           *
 **********************************/
.main{
    order: 2;
    padding: 20px;
    border-left: 1px solid #777777;
    border-right: 1px solid #777777;
}
.sidebar {
    width: 20%;
    background: white;
    padding: 20px;
}
.sidebarLeft{
    order: 1;
}
.sidebarRight{
    order: 3;
}

/* *********************************
 *    Input AddOn                  *
 **********************************/
.entry {
    border: 1px solid rgba(147, 128, 108, 0.25);
    padding: 0.5em 0.75em;
    background-color: rgba(147, 128, 108, 0.1);
    color: #666666;
}

/* *********************************
 *    Center Image                 *
 **********************************/
.centerImage {
    background: url('images/ocean.jpg') center;
    background-size: cover;
}

/* *********************************
 *    3 Column Layout              *
 **********************************/
.subContainer {
    width: 80%;
    margin: 0 auto;
}
.col {
    width: 32%;
    border: 1px solid #777777;
    border-radius: 8px;
    background: white;
    padding: 20px;
}
