﻿/*Desktop CSS - For 1024px wide and above*/

body, html {
    height: 100%;
    margin: 0;
	padding: 0;
}

body
{
    font-size: 4vmin;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

/* Main Styles Begin Here */

.TopContainer 
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 92%;
    color: #ffffff;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    min-width: 600px;
}

.HeroText 
{
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 5vmin;   /* Hero Text Sub Title Size */
    margin: auto;
    position: absolute;
    height: 50%;
    top: 25%; 
    left: 0; 
    bottom: 0; 
    right: 0;
    min-width: 600px;
}

.LargeText 
{
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 7vmin;   /* Hero Text Main Title Size */
    min-width: 600px;
}

.NavArea
{
    height: 150px;
    font-family: 'Montserrat Alternates', sans-serif;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    min-width: 560px;
}

.NavText 
{
    height: 150px;
    line-height: 150px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 3vmin;   /* Navigation Menu Font Size */
    padding-right: 134px;
}

.NavText a
{
    color: #ffffff;
    /* Edit this value to position menu */
    margin-right: 70px;
    text-decoration: none;
    outline: none;
    border: none;
}

.NavText a:first-child
{
    /* Edit this value to position menu */
    margin-left: 10px;
}

.NavText a:last-child
{
    margin-right: 10px;
}

.NavText a:hover
{
    text-decoration: underline;
}

.Logo 
{
    float: left;
}

.StdContainer
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 92%;
    color: #ffffff;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 4vmin;
    min-width: 600px;
}

.StdContainer_RepeatBG
{
    height: 92%;
    color: #ffffff;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 4vmin;
    min-width: 600px;
}

.Footer
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 8%;
    color: #ffffff;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat Alternates', sans-serif;
    padding-top: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    min-width: 600px;
}

.Footer a
{
    color: #000000;
    text-decoration: none;
}

.Footer a:hover
{
    text-decoration: underline;
}

.FooterText
{
    color: #2e2e2e; 
    font-size: 1.5vmin; 
    line-height: 3vmin; 
    text-align: center; 
    margin-left: auto; 
    margin-right: auto;
}

.ScrollDown
{
    height: 8vmin;
}

.AdjustHeight 
{
    clear: both;
    line-height: 2vmin;
}

.ContactForm 
{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7vmin;
    text-align: center;
    font-size: 3vmin;
    line-height: 7vmin;
}

.ContactInput
{ 
    font-family: inherit; 
    font-size: 3vmin;
    border-top: hidden; 
    border-left: hidden; 
    border-right: hidden;
    border-bottom-width: 4px; 
    border-bottom-style: dotted; 
    border-color: #32c5f3;
    outline: none; 
    display: inline; 
    word-wrap: break-word;
    color: #ffffff;
}

    #ContactName {
        width: 25vmin;
    }

    #ContactSubject {
        width: 65vmin;
    }

    #ContactEmail {
        width:45vmin;
    }

    #ContactTel {
        width: 24vmin;
    }

.ContactTextArea
{ 
    font-family: inherit; 
    font-size: 3vmin;
    border-width: 4px; 
    border-style: dotted; 
    border-color: #32c5f3;
    margin-top: 2vmin;
    padding: 2vmin;
    width: 70%;
    height: 25vmin;
    outline: none; 
    display: inline; 
    word-wrap: break-word;
    color: #ffffff;
}

.ContactSubmit
{
    font-family: inherit; 
    font-size: 2.4vmin;
    padding: 1vmin;
    outline: none; 
    display: inline; 
    margin-top: 0.5vmin;
    border: hidden;
    cursor: pointer;
    background-color: #ffffff;
}

.ContactSubmit:hover
{
    color: #32c5f3;
}

.NoBG 
{
    background: transparent;
}

.Relative 
{
    position: relative;
}

.Content 
{
    color: #ffffff;
    margin-top: 10vmin;
    margin-bottom: 10vmin;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.PortfolioImage
{
    width: 60%;
    max-width: 1026px;
    margin-top: 10vmin;
}





@media (max-device-width: 1024px) {
  /*iPad landscape & netbooks CSS*/

    .HeroText {
        font-size: 2.5vmin;   /* Hero Text Sub Title Size */
    }

    .LargeText {
        font-size: 4.5vmin;   /* Hero Text Main Title Size */
    }

    .StdContainer {
        font-size: 2.5vmin;
    }

    .ContactForm {
        font-size: 1.9vmin;
        line-height: 5vmin;
    }

    .ContactInput {
        font-size: 1.9vmin;
    }

    .ContactTextArea {
        font-size: 2vmin;
        height: 18vmin;
    }

    .ContactSubmit {
        font-size: 2vmin;
    }

    #ContactName {
        width: 25vmin;
    }

    #ContactSubject {
        width: 32vmin;
    }

    #ContactEmail {
        width: 20vmin;
    }

    #ContactTel {
        width: 13vmin;
    }

}





@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
 /*iPhone portrait CSS*/

    .FooterText
    {
        font-size: 7px; 
    }

    .HeroText {
        font-size: 2.5vmin;   /* Hero Text Sub Title Size */
    }

    .LargeText {
        font-size: 4.5vmin;   /* Hero Text Main Title Size */
    }

    .StdContainer {
        font-size: 2.5vmin;
    }

    .ContactForm {
        font-size: 1.9vmin;
        line-height: 5vmin;
    }

    .ContactInput {
        font-size: 1.9vmin;
    }

    .ContactTextArea {
        font-size: 2vmin;
        height: 18vmin;
    }

    .ContactSubmit {
        font-size: 2vmin;
    }

    #ContactName {
        width: 25vmin;
    }

    #ContactSubject {
        width: 32vmin;
    }

    #ContactEmail {
        width: 20vmin;
    }

    #ContactTel {
        width: 13vmin;
    }

}





@media (max-device-width: 540px) {
 /*Smaller smart phones and tablets CSS*/

}





@media (max-device-width: 320px) {
 /*Older smart phones CSS*/

}