header
{
    background-color: white;
    height: auto;
    background-size: auto;
    background-position: top;
}

body
{
    height: 100%;
    width: 960px;
    min-height: 10%;
    margin: 0px auto 0px;
    
    background: #b1bfd0;
    
    border: 1px solid transparent;
}

a, a:visited {
    font-weight: bold;
    color: #667b98;
    text-decoration: none;
}
a:hover {
    color: #72505a;
}

h1
{
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #855861;
    font-family: Century Gothic, serif;
    font-style: italic;
}
h1.attorney
{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: bold;
    color: #855861;
    font-family: Century Gothic, serif;
    font-style: normal;
}
h2,.position
{
    font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #855861;
    margin: 16px 0 4px;
    font-family: Century sans-serif;
}

h3,.position{
    font-size: 12px;
	line-height: 16px;
	font-family: arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #855861;
	margin: 16px 0 4px;
}

#tagline
{
    margin-top: 5px;
    margin-bottom: 5px;
    position: fixed center;
    color: maroon;
    font: Arial;
    font-size:18px;
    font-style: italic;
    text-align: center;
    top: 10px;
}



.mylogo
{
    border-color: coral;
    position: fixed center;
    grid-column-start: 1;
    background-color: white;
    overflow: hidden;
    grid-column-end: 3;
    grid-row-end: 1;
    font-family: Impact;
}

.mylogo img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

wrapper{
    width: 960px;
    margin: 0px auto;
    display: grid;
    grid-gap: 20px;
    position: relative;
}

.container{
    display: block;
    position: relative;
}

.image{
    margin-left: -0px;
    width: 100%;
    height: auto;
}

.myimage img{
   max-width: 100%;
    height: auto;
}

.showcase{
    display: block;
    margin: 20px;
    padding-top: 10px;
    font-family: Bookman Old Style;
    text-align: left;
    position: relative;
    width: 700px;
    min-height: 500px;
}


.contact-showcase{
    grid-area: showcase;
    margin: 5px;
    margin-top: -5px;
    text-align: center;
    font-family: Century Gothic;
    font-style: italic;
}

.contact-showcase h1{
    font-family: Verdana;
}

.contact-showcase h2{
    font-family: Verdana;
}

input[type=text]
{
    width: 700px;
    font-size: 15px;
}

textarea
{
    font-size: 20px;
    width: 900px;
}

iframe{
    width: 900px;
    height: 678px;
    display: block;
    align-content: center;
}

.box-a, .box-b {
    position: absolute;
    top: 0px;
    right: 20px;
    border: 1px solid black;
    text-align: left;
    margin: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Bookman Old Style;
    font-size: 15px;
    height: 92px;
    width: 150px;
}
.box-b {
    top: 120px;
    right: 20px;
    height: 160px;
}
.box-a h2, .box-b h2 {
    border-bottom: solid 1px #bdbdbd;
    font-size: 17px;
    padding-bottom: 10px;
    text-align: center;
    font-family: Bookman Old Style;
}

.footer{
    padding-left: 30px;
    padding-right: 30px;
    border-top: solid 1px #bdbdbd;
    background-color: white;
    position: relative;
    height: 30px;
    margin-top: -30px;
    clear: both;

}

.tab
{
   overflow:hidden;
   border: none;
   background-color: #855861;
   text-align: center;
   
}

.tab button
{
   background-color: inherit;
    float: center;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 6px;
    transition: 0.3s;
    color: white;
    font-size: 17px;
    opacity: 0.6;
    font-family: Bookman Old Style;
}


.tab button:hover{
    background-color: 855861;
    opacity: 1;
}


.tab button.active
{
  display: none;
    padding: 6px 12px;
    border: 1px solid white;
    border-top: none;
}

.tabcontent
{
    float: left;
    font-size: 10px;
    display: none;
    padding: 6px 12px;
    border: 1px solid white;
    border-top: none;
    
    -webkit-animation: fadeEffect 3s;
    animation: fadeEffect 3s;
    
   
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@media (max-width:950px){
    body{
        width:100%;
        padding: 1%;
    }
	.showcase {
		width: 550px;
    }
}
@media (max-width:800px){
    body{
        width:100%;
        padding: 1%;
    }
	.showcase {
		width: 450px;
    }
}
@media (max-width:700px){
    body{
        width:100%;
        padding: 1%;
    }
    wrapper{
        width: 100%;
        margin: 0px auto;
        display: block;
        position: relative;
    }
    myimage{
        max-width: 100%;
        display: block;
        height: auto;
    }
    
    showcase{
        width: 100%;
    }
    
    input[type=text]{
    width: 370px;
    font-size: 15px;
    }
    
    textarea{
        width: 370px; 
        align-self: center;
    }
    
    showcase h2{
        font-size: 10px;
    }
    
    iframe{
        width: 370px;
    }
    
    
    mylogo img{
        max-width: 100%;
        display: block;
        height: auto;
    }
    
	.showcase {
		width: 90%;
        margin: 0px auto;
        padding: 10px;
        min-height:10px;
	}
    .box-a, .box-b {
        display: block;
        position: relative;
        margin: 20px auto;
        float: none;
        top: 0;
        right: 0;
        clear: both;
    }
}
