/* line 3, ../sass/design-studio-overrides.scss */
body {
  line-height: 1.42857143 !important;
}

/* line 7, ../sass/design-studio-overrides.scss */
section.banner .section-title h1 {
  margin: 20px 0 10px 0 !important;
}

/* line 11, ../sass/design-studio-overrides.scss */
footer {
  padding: 50px 0 0 0 !important;
}

/* line 15, ../sass/design-studio-overrides.scss */
footer .main-footer h2 {
  margin: 20px auto 10px auto !important;
}

/* line 19, ../sass/design-studio-overrides.scss */
footer .main-footer h3 {
  margin: 20px auto 60px auto !important;
}

/* line 23, ../sass/design-studio-overrides.scss */
footer .main-footer p {
  margin: 0 0 10px 0 !important;
}

#embeddedDesigner
{
    width: 100%; 
    height: 720px; 
    padding: 0; 
    margin: 0; 
    border: 0; 
    max-height: 100%;
    /*width: 100%;*/
}

#guidelines .modal-body img
{
    width:100%;
    max-width:900px;
}

@media only screen and (max-width: 600px) {
    #embeddedDesigner
    {
        width: 100%; 
    		height: 620px; 
    		padding: 0; 
    		margin: 0; 
    		border: 0; 
    		max-height: 100%; 
    }
}
