/*!
 * Developed by David Rooney 2019
 */

html * {
    font-family: Roboto, sans-serif;
    color: inherit;
}

.front-pri {
    color: #111;
}

.front-sec {
    color: #bf5c5c
}

.front-ter {
    color: #eee;
}

.back-pri {
    background-color: white;
}

.back-sec {
    background-color: #3c362e
}

.back-ter {
    background-color: black;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

span,
p,
ul,
li {
    font-size: 12pt;
    position: relative;
    line-height: 1.5;
}

h1 {
    font-weight: 700;
    font-size: 52pt;
    margin: 0 0 20px 0;
    font-family: 'Italianno', cursive;
}

h2 {
    font-size: 44pt;
    font-family: 'Italianno', cursive;
}

a {
    text-decoration: none !important;
}

.btn {
    font-size: 16px;
}

strong {
    font-weight: 700;
}

.row {
    margin: 0;
    padding: 50px 0;
    overflow: hidden;
}

.form-group.row {
    padding: 5px;
}

.content {
    padding: 50px 20px 50px 20px;
}

.logo {
    height: 100%;
}

#topnav {
    display: flex;
}

#topnav img {
    width: 290px;
}

.tagline {
    font-size: 22pt;
}

.tagline,
.social-media {
    margin: auto;
}

.social-media span {
    vertical-align: super;
    font-size: 12pt;
}

/*
.social-media i{
	width:32px;
	height:32px;
	margin:10px;
}
*/

.menu-bar {
    display: flex;
    background-color: #356372c0;
}

.menu {
    padding: 0;
    margin: auto;
}

.menu li {
    float: left;
    float: left;
    padding: 15px;
}

.menu li a span {
    font-size: 12pt;
}

.banner {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -99;
}

.intro {
    /*height:500px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 200px);
    margin: 0;
    width: 100%;
}

.welcome {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.welcome h1 {
    font-size: 72pt;
    text-shadow: 1px 1px 10px black;
    margin: auto;
}

.welcome h2 {
    font-family: Roboto, sans-serif;
    font-size: 32px;
    text-shadow: 1px 1px 10px black;
}

.welcome a,
.welcome span {
    font-size: 16pt;
    margin-bottom: 10px;
}

.separator {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 5px;
}

.about-us p {
    font-size: 12pt;
}

#service-list .item {
    width: 50%;
    height: 400px;
    display: inline-block;
    overflow: hidden;
    margin: -3px -1px;
}

#service-list .item div {
    padding: 50px;
}

#testimonials p {
    padding: 20px;
}

#testimonials div div {
    overflow: hidden;
    padding: 0;
    margin: 0;
    max-height: 400px;
}

#contact-us {
    margin-top: -3px;
}

.sent-mail {
    margin: 50px 0;
}

#contact-form {
    padding: 50px 0;
}

#contact-form label {
    line-height: 2.1;
}

#gallery img,
#testimonials img {
    padding: 5px;
}

#gallery div {
    display: list-item;
}

#gallery div div {
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 260px;
}

.footer {
    padding: 20px;
    margin-top: 15px;
}

.footer span {
    font-size: 11pt;

}

img {
    width: 100%;
    height: auto;
}

@media (max-width:767px) {

    .welcome h1,
    h1 {
        font-size: 40pt;
    }

    #service-list p {
        font-size: 10pt;
    }

    #service-list .item div {
        padding: 10px;
    }

    h2 {
        font-size: 26pt;
    }

    .welcome h2 {
        font-size: 25px;
    }

    #gallery div div {
        height: 185px;
    }

    .item img {
        width: unset;
    }

    #topnav,
    .logo {
        display: block;
    }

    .logo {
        margin: auto;
    }

    /*.intro{
			height:300px;
		}*/

    .banner {
        top: unset;
    }

    .welcome a,
    .welcome span {
        font-size: 12pt;
    }

    .social-media,
    .social-media li {
        margin: auto;
        display: table;
    }
}

#formsection,
#totals {
    margin: 50px 25px;
}

/*

#form1 input, #form1 textArea, label, #total{
	font-size:12pt;
}

inputRow{
	border-top:solid 1px #aaa
}

#form1 textArea{
	resize:none;
}
input[type=number], label, #total{
	-moz-appearance: textfield;
	text-align:right;
	vertical-align: top;
}

textArea, input{
	border:none;
}

.formHeader input{
	border:1px solid grey;
}

#form1 input::-webkit-outer-spin-button,
#form1 input::-webkit-inner-spin-button,
#total::-webkit-outer-spin-button,
#total::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

*/

#contact {
    padding: 50px 0;
}

h2.plaintext {
    font-family: 'Roboto';
    text-align: center;
}

/* Form elements */

.form-container {
    margin: 0 auto;
    max-width: 500px;
    padding: 50px 0;
}

/* Form validation */
.form-validation {
    padding-bottom: 15px;
}

.form-validation:last-of-type {
    padding-bottom: 30px;
}

.form-validation span {
    padding: 0 5px;
}

/* Email confirmation screen */
.form-confirmation {
    display: none;
    /* Required to hide by default, but inherit the other flex properties */
}

.form-confirmation p {
    padding: 20px 0;
}

/* Form */
.form-default {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

.form-default .form {
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.form-default .form .form-element-full {
    width: 100%;
}

.form-default .form label {
    display: block;
    margin-bottom: 15px;
}

.form-default .form label .form-element-note {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.form-default .form input::-webkit-input-placeholder {
    line-height: normal !important;
    /* Required to overwrite browser default */
}

.form-default .form input:not([type="submit"]),
.form-default .form textarea {
    border: 2px solid #000;
    border-radius: 0;
    font-size: 16px;
    height: 50px;
    line-height: normal;
    margin-bottom: 20px;
    padding: 10.5px 20px;
    width: 100%;
}

.form-default .form input,
.form-default .form textarea {
    box-sizing: border-box;
}

.form-default .form input,
.form-default .form input:focus,
.form-default .form input:hover,
.form-default .form textarea,
.form-default .form textarea:hover,
.form-default .form textarea:focus {
    appearance: none;
    box-shadow: none;
    outline: none;
}

.form-default .form textarea {
    min-height: 150px;
    resize: vertical;
}

.form-default .form input[type="submit"] {
    background-color: #3c362e;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    margin: 10px 0 0 0;
    padding: 15px 20px;
    width: auto;
}

/* Control elements for the page scroll animation and show / hide confirmation message */
.form-submitted,
.form-complete {
    display: none;
}