﻿/*Style sheet created by: Joseph Wayment*/

/*Style for body specifies a background color*/
body {
	background-color: #FFFEFF;
}

/*Style to create a fluid image*/
img {
	max-width: 100%;
}

/*Styles for Mobile Layout*/

/*Style for container centers the page and sets the element width*/
#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto; 
}

/*Style for header specifies top margin, background color, rounded corners, and center-aligns content*/
header {
	text-align: center;
}

/*Style for the nav specifies text properties*/
nav {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.29em;
	font-weight: bold;
	text-align: center;
	margin-top: 1em; 
}

/*Style specifies padding and margins for unordered list*/
nav ul {
	padding: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/*Style for nav li specifies the background color, rounded corners, removes bullet style, and applies margins and padding for list items within the navigation*/
nav li {
	background-color: #0D1C3D;
	border-radius: 2em;
	list-style-type: none;
	margin: 0.3em;
	padding: 0.4em;
}

/*Style changes navigation link text color to white and removes the underline*/
nav li a {
	color: #FFFEFF;
	text-decoration: none;
}

/*Style displays the mobile class*/
.mobile {
	display: inline;
}

/*Style hides the desktop class*/
.desktop {
	display: none;
}

/*Style for the main element specifies a block display, text properties, margins, padding, rounded corners, and border properties*/
main {
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	margin-top: 0.5em;
	padding: 1em;
	border-radius: 2em 0 2em 0;
	border-top: solid 0.5em #599441;
	border-bottom: solid 0.5em #599441;
	background-color: #05236B;
	color: #FFFEFF;
} 

/*Style for anchor elements within the main element*/
main a {
	background-color: #0D1C3D;
	border-radius: 1em;
	color: #FFFEFF;
	font-weight: bold;
	padding: 0.5em;
	text-decoration: none;	
}

/*Style for footer specifies font size, text alignment, and top margin*/
footer {
	font-size: .80em;
	text-align: center;
	margin-top: 2em;
	color: #0D1C3D;
}

/*Style for anchor elements within the footer element*/
footer a {
	color: #239FFF;
	text-decoration: none;
	font-size: 1.5em; 
}

input, select, textarea {
	display: block;
	margin-bottom: 1em;
}

.error {
	display: block;
	color: red;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}


label {
	display: block;
}

form ul {
	list-style-type: none;
}

.chkbx {
	display: inline-block;
}

section {
	padding: 1em;
	overflow: auto;
}

article {
	margin: 1em;
	padding: 1em;
	background-color: #6D88AA;
	box-shadow: 1em 1em 1em #000000;
	overflow: auto;
}

article img {
	border: solid 0.2em #0D1C3D;
	margin-left: auto;
	margin-right: auto;
	float: left;
	margin-bottom: 0.5em;
}

.mobilephone {
	overflow: auto; 
	font-size: .85em;
}

.custtitle {
	font-weight: bold;
}

.freepik {
	font-size: 0.5em;
	display:inline-block;
	width: 100%;
	text-align: center;
	padding: 0; 
}

.idaho {
	display: none;
}

#social {
	display: inline;
}

.success {
	color: #599441;
	background-color: white;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	clear: both;
	display: block;
	margin-bottom: 2.5em;
}

.discount {
	display: none;
}

figure a {
	background-color: transparent;
}

figure img {
	padding-top: .5em;
}

.review-btn a {
	background-color: #E4B248;
	width: 20%;
	text-align: center;
	padding: 1em;
	border-radius: .5em;
	
}

/*Padding for blog post1*/
#post1list {
	padding-left: 5em;
}

#post1list h3 {
	clear: both;
}

.officeimage {
    display: block;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
}

/*images for blogpost that float right*/ 
.rightfloat {
	float: right;
}

.topicbutton {
	background-color: #599441;
	color: white;
	border: solid 0.2em white;
	font-family: Verdana, Arial, sans-serif;
	padding: .2em;  
}



/*Media query for tablet viewport targets screen size with a minimum width of 660px.*/

@media only screen and (min-width: 660px) {

/*Style specifies a horizontal display for navigation links*/
.idaho {
	float: left;
	display: inline-block;
	padding-right: 1.3em;
	margin-left: 1em;	
}

.discount {
	display: inline-block;
	text-align: center;	
}

.idahoh {
	display: inline-block;
}

nav li {
	display: inline;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 0;
	padding-right: 0;
	width: 18%;
	white-space: nowrap;
	border-radius: 1em;
	background-color: #0D1C3D;
}

nav li a:link {
	color: #FFFEFF;
}

nav li a:visited {
	color: #56933D;
}

/*Style specifies clear and top margin properties for the main element*/
main {
	clear: left;
	margin-top: -0.3em;
	border-radius: 0;
	overflow: auto;
}

/*Style specifies to hide the mobile class*/
.mobile {
	display: none;
}

/*Style specifies to display the desktop class*/
.desktop {
	display: inline;
}

/*Style for h1 element*/
h1 {
	text-align: center;
}

/*Style for images within the figure element*/
figure img {
	background-color: #0D1C3D;
	display: inline;
	height: 8em;
	width: 28%;
	margin: 1%;
	padding: 1%;
	overflow: auto;
	box-shadow: 1em 1em 1em #000000;
}

/*Style for anchor elements within the figure element*/
figure a {
	background-color: transparent;
	padding: 0;
	text-decoration: none;
}

label {
	float: left;
	padding-right: 0.5em;
	text-align: right;
	width: 10em;
}

.btn {
	margin-left: 12em;
}

header {
	margin-bottom: 0.5em;
	position: relative;
}

.businessname {
	color: #05236B;
	font-weight: bold;
}

.tagline {
	display: inline;
	position: absolute;
	top: 38.5%;
	left: 56.5%;
	transform: translate(-50%, -50%);
	font-family: Georgia, "Times New Roman", serif;
	color: #56933D;
	text-shadow: 0.05em .02em #F4F6FB;
	width: 100%;
	font-size: 1.3em;
}

section article {
	float: left;
}

article img {
	margin-right: 1em;
}

main a {
	background: transparent;
	
}

#copyright {
	float: left;
	width: 80%;
}

/*Style rule for social div*/
#social {
	float: right;
	width: 30%;
	margin-top: -3em;
}

/*Style rule for social media icons*/
#social img {
	padding: 0.2em;
}

aside {
	background-color: #FFFEFF;
	font-style: italic;
	border-radius: 2em 0 2em 0;
	box-shadow: 0.5em 0.5em 0.5em #000000;
	color: #599441; 
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	float: right;	
	font-weight: bold;
	display: inline-block;
	margin-top: -3em;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
	width: 35%;
}
}

@media only screen and (min-width: 1115px) {

header img {
	margin-bottom: -1em;
}

.businessname {
	color: #05236B;
	font-weight: bold;
}

.tagline {
	display: inline;
	position: absolute;
	top: 38.5%;
	left: 55%;
	transform: translate(-50%, -50%);
	font-family: Georgia, "Times New Roman", serif;
	color: #56933D;
	text-shadow: 0.05em .02em #F4F6FB;
	width: 100%;
	font-size: 1.3em;
}

/*Style specifies a width for container*/
#container {
	background-color: #FFFEFF;
}

/*Style to left align header*/
header {
	text-align: center;
	margin-bottom: 0;
}

/*Style for nav specifies a float, margin, and width*/
nav li {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	width: 20%;
	white-space: nowrap;
	background-color: #0D1C3D;
	border-top: solid medium #599441;
	border-bottom: solid medium #599441;
	border-radius: 0;
	margin-bottom: 0;
}

nav {
	float: left;
	margin-bottom: 0;
	width: 100%;
}

/*Style specifies margin and padding for the unordered list within the nav*/
nav ul {
	margin: 0;
}

/*Style for navigation links specifies display and padding*/
nav li a {
	display: inline-block;
	padding: 0.7em;
}

.review-btn a:hover {
	font-style: italic;
	color: #3D348B;
}

.discount a:hover {
	font-style: italic;
}

/*Style rules for pseudo-classes*/
nav li a:link {
	color: #FFFEFF;
}

nav li a:visited {
	color: #56933D;
}

nav li a:hover {
	color: #375C8B;
	font-style: italic;
}

/*Style specifies border, shadow, margin, and padding for main element*/
main {
	background-color: #05236B;
	border: solid 1em #599441;
}

/*Style specifies left and right padding for paragraph elements within the main element*/
main p {
	color: #FFFEFF;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

/*Style applies color to h1 element*/
h1 {
	color: #FFFEFF;
}

/*Style applies height and opacity to images within figure element*/
figure img {
	height: 15em;
	opacity: 0.7;
}

/*Style removes transparency on hover*/
figure img:hover {
	opacity: 1;
}

/*Style specifies a gradient for the body element*/
body {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background: -moz-linear-gradient(#FFFEFF, #375C8B); /*Firefox*/
	background: -o-linear-gradient(#FFFEFF, #375C8B); /*Opera*/
	background: -webkit-linear-gradient(#FFFEFF, #375C8B); /*Chrome, Safari*/
	background: linear-gradient(#FFFEFF, #375C8B); 
	background-attachment: fixed; 
}

/*Style specifies a background color, margin, and padding for footer element*/
footer {
	background-color: #FFFEFF;
	margin-top: -0.2em;
	padding: 2em;
	color: #000000;
	overflow: auto;
}

/*Style for main h2 element*/
main h2 {
	color: #FFFEFF;
}

form {
	background-color: #6D88AA;
	padding: 1em;
	box-shadow: 0.5em 0.5em 0.5em #000000;
}

/*Style rule for paragraph with form element*/
form p {
	color: #000000;
}
}