﻿
/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
    color:black;
}

.editor-label label {

    color:black;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: rgba(162, 21, 37, 1);
    display:block;
}

.field-validation-error span {
    display:block;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid rgba(162, 21, 37, 1);
    background-color: #fee;
        display:block,
}

.validation-summary-errors {
    font-weight: bold;
    color: rgba(162, 21, 37, 1);
    display:block,
}

.validation-summary-valid {
    display: none;
}

button, input, select, textarea {
    width:300px; font-size:16px;
}

.form{
	float:none;
	display: block;
}

body {
    font-size: 20px;
    font-family: Arial;
    color: #232323;
    background-color: #fff;
}

p {
    width:60%; margin: 0 auto; text-align:justify;
}

.location {
    text-align:center;
}

.contact {
    text-align:center; font-size:24px; font-weight:bolder;
}

.name {
    text-align:center; font-size: 26px; font-weight:bold; width:75%; margin: 0 auto; 
}

header, footer, nav, section {
    display: block;
}


#jSuccess {
    text-align: center !important;
    padding-left:0px !important;
}

#jSuccess p {
    margin-left:10px;
    margin-right:10px;
    width:100%;
    text-align:center !important;    
    color:black;
}

#jError p {
    margin-left:10px;
    margin-right:10px;
    width:100%;
    text-align:center !important;
     color:black;
}

@media (max-width: 1024px){

    .name {
        width:90%; font-size: 21px; text-align:center;
    }

    .contact {
        width:80%; margin-bottom:20px;
    }

    .location {
        width:80%; 
    }

    p {
        width:80%; 
    }

}


@media (max-width: 768px){

    .name {
        width:90%; font-size: 20px; text-align:center;
    }

    .contact {
        width:90%; margin-bottom:20px; font-size:22px;
    }

    .location {
        width:90%; 
    }

    p {
        width:90%; 
    }

}


@media (max-width: 480px){

    .name {
        width:90%; font-size: 21px; text-align:justify;
    }

    .contact {
        width:90%; margin-bottom:20px;
    }

    .location {
        width:90%; font-size:18px;
    }

    p {
        width:90%; 
    }

}

@media (max-width: 320px){

    .name {
        width:80%; font-size: 17px; text-align:justify;
    }

    .contact {
        width:80%; margin-bottom:20px; font-size:24px;
    }

    .location {
        width:80%; font-size:18px;
    }

    p {
        width:80%; font-size:19px;
    }

}