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

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 32px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #dbecf1;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #363636;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.BW {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
	padding: 20px 20px 50px 20px;
	text-align: center;
}


h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

.button {
	border: 2px #363636 solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #000000;
	text-decoration: none;
}


.col {
	width: 100%;
}

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

.row:after {
	clear: both;
}



/*Desktop View*/

@media (min-width: 1920px) {
	
	body {
		max-width: 2100px;
	}

        .MyHeader {
	background-image: url(images/header.jpg);
	background-color: #363636;
	background-size: cover;
	padding: 380px 10px 50px 10px;
	color: #FFFFFF;
	text-align: center;
        }

        .BW2 {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
        height: 340px;
	padding: 50px 10px 10px 10px;
	text-align: center;
        }

        .BW3 {
	background-color: #50FFFF;
	text-decoration: none;
	color: #000000;
        height: 60px;
	padding: 10px 10px 10px 10px;
	text-align: center;
        }

        .info-box-flowers {
	background-image: url(images/back2.jpg);
	background-size: cover;
        height: 340px;

	text-align: center;
        }
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col {
		float: left;
		padding: 12px 0px 0px;
	}

	.col-md-one-half {
		width: 50%;
                height: 340px;
	}

	.col-md-one-half-left {
		width: 50%;
                height: 340px;
	}

	.col-md-one-half-right {
		width: 50%;
                height: 340px;
	}

	.col-lg-one-fourth {
		width: 25%;
	}

        .footer-text {
	font-size: 13px;
        padding: 12px 0px 0px;
	margin-bottom: 20px;
        }
	
}

/*Tablet View*/

@media (max-width: 1910px) {
	
	body {
		max-width: 500px;
	}

        .MyHeader {
	background-image: url(images/header-phone2.jpg);
	background-color: #363636;
	background-size: cover;
	padding: 200px 1px 1px 20px;
	color: #FFFFFF;
	text-align: center;
        }
	
        .BW2 {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
        height: 450px;
	padding: 10px 10px 10px 10px;
	text-align: center;
        }

        .BW3 {
	background-color: #50FFFF;
	text-decoration: none;
	color: #000000;
        height: 150px;
	padding: 10px 10px 10px 10px;
	text-align: center;
        }

        .info-box-flowers {
	background-image: url(images/back.jpg);
	background-size: cover;
	background-color: #FFFFFF;
        height: 450px;
        padding: 10px 10px 10px 10px;
        }

	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
                height: 600px;
	}
	
	.col-md-one-half-left {
		width: 80%;
                height: 450px;
	}

	.col-md-one-half-right {
		width: 20%;
                height: 450px;
	}

	.col {
		float: left;
		padding: 0px 7px 14px;
	}

        .footer-text {
	font-size: 13px;
	margin-bottom: 20px;
        padding: 12px 0px 0px;
        }
}


