@charset utf-8;
/*--
	Theme Name: NKC Australia
	Theme URI: #
	Description: A theme for Wordpress 3.2+
	Author: #
	Author URL: #
--*/

@import url("css/main-style.css");

.tag-line{
font-size:33px;
}

img {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}
.content_left {
    float: none;
}

.brochure-form label {
    width: 100%;
    max-width: 500px;
    text-align:left;
    margin-bottom: 15px;
}
.brochure-form input[type='text'], .brochure-form input[type='tel'], .brochure-form input[type='email']{
    width: 100%;
    padding: 10px;
}


.brochure-form {
    text-align: center;
}
@media (max-width: 600px){
.alignright, .alignleft {
    float: none;
    text-align: center;
    margin: 10px auto;
    display: block;
}
}