@import url('https://fonts.googleapis.com/css?family=Cinzel');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');

*
{
    margin:0;
    padding:0;
}

#wrapper
{
    margin:0;
}

.container
{
    position:relative;
}

.logo-container 
{
    font-weight: 500;
    line-height: 30px;
}

.logo-small-the
{
    font-size:25px;
}

.logo-big
{
    font-size:50px;
}

.logo-small-law
{
    font-size:30px;
    padding-left:3px;
}

.heading-container
{
    text-align:center;
}

h1
{
    font-family: 'Lato', sans-serif;
}

h2
{
    font-family: 'Lato', sans-serif;
    border:5px solid #A8A8A8;
    padding:10px;
    display:inline;
}

h3
{
    font-family: 'Lato', sans-serif;
}

a.logo
{
    color:#333;
    text-decoration:none;
    text-shadow: 1px 1px 2px #000;
    font-family: 'Cinzel', serif;
    
     -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

a.logo:hover
{
   color:#000;
   text-shadow: 1px 1px 3px #191970;
}

.custom-jumbotron
{
    position:relative;
    padding:0 !important;
    background-color:transparent !important;
}

/*.custom-jumbotron:before
{
    border-top: 200px solid transparent;
    border-left:1030px solid #fff;
    border-right:1135px solid #fff;
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
}*/

.image-responsive 
{
    width: 100%;
}

.black-bg-padding
{
    background:rgba(0,0,0,0.5);
    padding:15px;
    margin-bottom:5px;
}

.contact-container
{
    display:block;
    margin-bottom:10px;
}

.contact-button
{

    display:block;
    margin-bottom:5px;
    background:#333;
    border:2px solid #000;
    width:100%;
    margin:0px auto;
}

.qoute-section
{
    font-family: 'EB Garamond', serif;
    margin-top:38px;
}

.qoute-text
{
    color:	#A8A8A8;
    font-size:30px;
    line-height: 38px;
}

.section-one
{
    padding:100px 0;
    background: #F8F8F8;
    position:relative;
}

#contactus
{
    background:#333;
    box-shadow: 0 0 50px rgba(0,0,0,0.5) inset;
}

.charcoal-text
{
    font-size:22px;
    color:#333;
    font-family: 'Lato', sans-serif;
}

.white-text
{
    font-size:22px;
    color:#fff;
    font-family: 'Lato', sans-serif;
}

.divider
{
    background:#ccc;
    height:3px;
}

.input
{
    font-size:20px;
    padding:5px;
    color: #333;
    background:	#282828;
    margin-top:5px;
    border:transparent;
    border-radius:3px;
    -webkit-appearance: none;
    /*box-shadow: inset 0 0 4px #000000;*/
    font-family: 'Lato', sans-serif;
    color:#fff;
    
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.input:focus
{
    border:1px solid #787878;
    background: #585858;
}

.inputerror
{
    border:2px solid #b22222;
    font-size:20px;
    background:	#282828;
    padding:5px;
    color: #fff;
    margin-top:5px;
    border-radius:3px;
    -webkit-appearance: none;
    /*box-shadow: inset 0 0 4px #000000;*/
    
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.inputshort
{
    font-size:20px;
    padding:5px;
    color: #333;
    background:	#282828;
    margin-top:5px;
    border:transparent;
    border-radius:3px;
    -webkit-appearance: none;
    /*box-shadow: inset 0 0 4px #000000;*/
    font-family: 'Lato', sans-serif;
    color:#fff;
    
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.inputshort:focus
{
    border:1px solid #787878;
    background: #585858;
}

.inputshorterror
{
    border:2px solid #b22222;
    font-size:20px;
    background:	#282828;
    padding:5px;
    color: #fff;
    margin-top:5px;
    border-radius:3px;
    -webkit-appearance: none;
    /*box-shadow: inset 0 0 4px #000000;*/
    
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.inputlong
{
    width:100%;
    font-size:20px;
    padding:5px;
    color: #fff;
    background:	#282828;
    margin-top:5px;
    border:transparent;
    border-radius:3px;
    -webkit-appearance: none;
    /*box-shadow: inset 0 0 4px #000000;*/
    font-family: 'Lato', sans-serif;
    
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.inputlong:focus
{
    border:1px solid #787878;
    background: #585858;
}

.inputlongerror
{
    width:100%;
    border:2px solid #b22222;
    font-size:20px;
    background:	#282828;
    padding:5px;
    color: #fff;
    margin-top:5px;
    border-radius:3px;
    -webkit-appearance: none;
     font-family: 'Lato', sans-serif;
    /*box-shadow: inset 0 0 4px #000000;*/
    
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.textareabox
{
    width:100%;
    font-size:20px;
    padding:5px;
    color: #fff;
    background:	#282828;
    margin-top:5px;
    border:transparent;
    border-radius:3px;
    -webkit-appearance: none;
    font-family: 'Lato', sans-serif;
    /*box-shadow: inset 0 0 4px #000000;*/
    
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.textareabox:focus
{
    border:1px solid #787878;
    background: #585858;
}

.textareaboxerror
{
    width:100%;
    border:2px solid #b22222;
    font-size:20px;
    background:	#282828;
    padding:5px;
    color: #fff;
    margin-top:5px;
    border-radius:3px;
    -webkit-appearance: none;
    font-family: 'Lato', sans-serif;
    /*box-shadow: inset 0 0 4px #000000;*/
    
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.submit
{
    text-align:center;
    color: #fff;
    background:	#282828;
    border:transparent;
    font-size:20px;
    border-radius:3px;
    padding:5px 10px;
    -webkit-appearance: none;
    /*box-shadow: inset 0 0 4px #000000;*/
    
     -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.submit:hover
{
    background:#3CB371;
    cursor:pointer;
    color:#fff;
    border:transparent;
}

.success
{
    font-size:18px;
    background:	#008080;
    border:transparent;
    padding:5px;
    color:#fff;
    border-radius:2px;
    font-family: 'Lato', sans-serif;
}

.error
{
    font-size:18px;
    background:#b22222;
    border:transparent;
    padding:5px;
    color:#fff;
    border-radius:2px;
    font-family: 'Lato', sans-serif;
}

.margin-top
{
    margin-top:5px;
}

.left
{
    float:left;
}

.right
{
    float:right;
}

.clear
{
    clear:both;
}

.small
{
    padding:0 10px;
}

.center
{
    text-align: center;
}

@media (min-width: 320px) 
{ 
    #wrapper
    {
        /*border:4px solid pink;*/
    }
    
    .logo-container 
    {
        width: 205px;
        margin:10px auto;
    }
    .contact-container
    {
        margin-top:10px;
    }

    .jumbotron-caption-container
    {
        color:#000;
    }

    .big-text
    {
        font-size:35px;
        padding-top:10px;
    }

    #contactus
    {
        padding:50px 5px;
    }

    .left
    {
        float:none;
    }

    .right
    {
        float:none;
    }

    .small
    {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .input, .inputerror
    {
        width: 49.5%;
    }

    .inputshort, .inputshorterror
    {
        width: 32.7%;
    }

@media (min-width: 480px) 
{ 
    #wrapper
    {
        /*border:4px solid yellow;*/
    }

    .big-text
    {
        font-size:48px;
    }

    .jumbotron-caption-container
    {
        position: initial;
    }
}

@media (min-width: 768px) 
{
    #wrapper
    {
        /*border:4px solid blue;*/
    }

    .logo-container 
    {
        width: 330px;
        margin:10px 0 0 0;
    }

    .contact-container
    {
        margin-top:-85px;
    }

    .left
    {
        float:left;
    }

    .right
    {
        float:right;
    }

    .small
    {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .inputshort, .inputshorterror
    {
        width: 32.6%;
    }
}

@media (min-width: 992px) 
{
    #wrapper
    {
        /*border:4px solid orange;*/
    }

    .big-text
    {
        font-size:75px;
        padding-top:initial;
        text-shadow:0 0 10px #000;
    }

    .jumbotron-caption-container
    {
        color:#fff;
        position: absolute;
        bottom:10px;
        margin:0 0 100px 0;
        bottom:-70px;
        text-align: right;
        right: 0;
    }

    .small
    {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25;
    }

    .inputshort, .inputshorterror
    {
        width: 32.8%;
    }
}

@media (min-width: 1200px) 
{
    #wrapper
    {
        /*border:4px solid green;*/
    }

    .jumbotron-caption-container
    {
        bottom:-70px;
    }

    .input, .inputerror
    {
        width: 49.6%;
    }

    .inputshort, .inputshorterror
    {
        width: 32.9%;
    }
}

@media (min-width: 1336px) 
{
    #wrapper
    {
        /*border:4px solid red;*/
    }

    .awards-margin
    {
        margin-top:-275px;
    }

    .jumbotron-caption-container
    {
        bottom:160px;
    }
}