@import url(http://fonts.googleapis.com/css?family=Montserrat|Italianno|Average+Sans|montserrat|Cormorant+Garamond:700);

/*hole page*/

* {
    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;
}

.container {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto
}

body {
    padding: 0;
    margin: 0;
}

header,
section,
footer,
aside,
nav,
article,
    {
    display: block;
}


/*Header*/

/*Navigation*/

.headlogo {
    display: block;
    margin: auto;
    width: 25%;
}

nav {
    background-color: rgb(179, 211, 52);
    margin: 0 auto;
    width: 50%;
    /*    border: 2px solid rgb(91, 44, 2);*/
    border-radius: 30px
}

.tip ul {
    padding: 0rem;
    /*	margin-left: inherit;*/
    transition: all .6s ease-in
}

nav li {
    display: inline-block;
    width: 19.5%;
    vertical-align: top;
    height: 50px
}

nav li a {
    text-decoration: none;
    text-shadow: .5px .5px .5px rgb(0, 0, 0);
    color: rgb(245, 255, 175);
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'Average Sans', serif;
    font-size: 24px;
    padding-top: 5%;
    font-weight: normal;

    transition: all .4s ease-in;

}

.long {
    padding-top: 0%
}

nav a:hover {
    color: white;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

nav a:active {
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 0px rgb(220, 90, 0);
}

.scroll-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    height: 65px;
    margin-top: 2px;
    width: 100%;
    box-shadow: 1px 1px 7px #000
}

.scrolllogo {
    /*	transform: rotateY(180deg);*/
    /*	display: block!important;*/
    position: fixed;
    opacity: 1 !important;
    transform: translateX(105%);
    z-index: 99999 !important;
    box-shadow: 1px 1px 1px #000
}

.big {
    height: 65px;
    font-size: 24px;
}

.navclass {
    width: 14%
}

.ncv {
    transform: translateX(7%);
    /*	left:50%!important;*/
    padding: 0rem;
}

/*all*/

a {
    /*    font-family: 'Montserrat';*/
    font-weight: bold;
    font-size: 42px;
    color: rgb(87, 150, 47);
    transition: all .3s ease-in;
    text-shadow: 1px 1px 0px #000
}

a:hover {
    color: rgb(4, 99, 8);
    /*	font-size: 28px*/
}

.block-a {
    display: block;
    margin: 0 auto;
    width: 30%;
    height: 60px;
    background-color: rgb(179, 211, 52);
    padding-top: 3px;
    text-align: center;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(85, 60, 25);
    font-size: 36px;
    font-family: 'average sans';
    text-decoration: none;
    color: rgb(61, 62, 139);
    margin-top: 4rem;
    /*	text-shadow: -1px 1px 1px rgb(230,230,195)*/
    transition: all .4s ease-in
}

.block-a:hover {
    background-color: rgb(85, 207, 209);
    color: rgb(230, 230, 195);
    text-shadow: -1.5px 1.5px 1px rgb(0, 0, 0);
    transform: scale(1.04)
}


p {
    font-family: 'montserrat', serif;
    color: rgb(245, 255, 175);
    font-weight: normal;
    font-size: 18px
}

b {
    font-family: 'Average sans';
    font-size: 20px;
}

i {
    font-size: 24px
}

h1 {
    font-family: serif;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto;
    display: block;
    font-size: 56px;
    color: rgb(91, 44, 2);
    text-shadow: -0px 0px 1px rgb(0, 0, 0);
    font-variant: small-caps
}

h2 {
    font-weight: bold;
    font-family: 'Average Sans';
    font-size: 32px;
    color: rgb(90, 43, 1);
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
    /*    margin-bottom: 4rem;*/
    /*	text-shadow: 1px 1px 0px #000*/
    font-variant: small-caps
}

h3 {
    color: rgb(160, 111, 66);
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    font-family: 'Average sans', serif;
    text-align: center;
    font-size: 32px;
    padding-bottom: 8rem
}

h4 {
    font-family: 'Average sans';
    color: rgb(179, 211, 52);
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    text-align: center;
    font-size: 22px
}

h5 {
    color: rgb(85, 207, 209);
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    font-family: 'Average sans', serif;

}

h6 {
    text-align: center;
    font-family: 'average sans';
    font-size: 16px
}

h6 span {
    color: red
}

.blur {
    margin-top: 0rem;
    padding-bottom: 2rem;
    /*        background-image: radial-gradient(rgba(249, 255, 231, 0.4)25%, rgba(249, 255, 231, 0) 80%);*/
    background-color: rgba(0, 0, 0, 0.6);
    /*    box-shadow: 0px 0px 15px #000*/
}

.message {
    width: 75%;
    margin: auto;
    background-color: blanchedalmond;

}

.scrolltotop img {
    position: fixed;
    right: 1rem;
    bottom: 0;
    width: 9%;
    -webkit-animation: bounce 1s 3;
    -moz-animation: bounce 1s 3;
    -o-animation: bounce 1s 3;
    -ms-animation: bounce 1s 3;
}

@-webkit-keyframes bounce {
    0% {
        bottom: 0px;
    }

    5% {
        bottom: 1px;
    }

    10% {
        bottom: 3px;
    }

    15% {
        bottom: 5px;
    }

    20% {
        bottom: 7px;
    }

    25% {
        bottom: 9px;
    }

    30% {
        bottom: 11px;
    }

    35% {
        bottom: 12px;
    }

    40% {
        bottom: 13px;
    }

    45% {
        bottom: 14px;
    }

    50% {
        bottom: 15px;
    }

    55% {
        bottom: 14px;
    }

    60% {
        bottom: 13px;
    }

    65% {
        bottom: 12px;
    }

    70% {
        bottom: 11px;
    }

    75% {
        bottom: 9px;
    }

    80% {
        bottom: 7px;
    }

    85% {
        bottom: 5px;
    }

    90% {
        bottom: 3px;
    }

    95% {
        bottom: 1px;
    }

    100% {
        bottom: 0;
    }
}

/*blog*/

.content-1 {
    height: 20rem;
}

.content-9 {
    background-color: rgba(88, 151, 47, 0.96)
}

.content-9 article {
    display: inline-block;
    width: 32%;
    padding: 1%
}

/*Footer*/

footer {
    background-color: rgba(0, 0, 0, 0.9);
    /*    padding-top: 3rem;*/
    /*    padding-bottom: 1rem;*/
    /*    margin-top: -2rem*/
}

footer p {
    font-family: 'Average sans', serif;
    text-align: center;
    color: rgb(61, 62, 139);
    font-size: 16px;
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
    letter-spacing: 1px;

}

footer img {
    display: block;
    width: 265px;
    margin: 0 auto
}

.copyright {
    display: inline-block;
    width: 32%;
    margin: 0 auto;
    vertical-align: middle;
    padding: 30px;
}

.copyright p {
    /*	font-family: 'Cormorant Garamond';*/
    color: rgb(230, 230, 195);
}

footer h6 {
    color: rgb(230, 230, 195);
}

footer a {
    color: rgb(230, 230, 195)
}

#date {
    display: inline-block;
    width: 32%;
    color: rgb(230, 230, 195);
    vertical-align: middle
}

.copyright img {
    width: 60%
}

.contactinfo {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    font-size: 20px;
    font-family: 'Average sans';
    border-left: solid 1px rgb(179, 211, 52);
    /*	border-right: solid 1px rgb(130,165,25)*/
}

.contactinfo ul h5 {
    text-align: center
}

.contactinfo ul {
    padding: 0
}

.contactinfo li {
    list-style: none;
    height: 2rem;
    width: 100%;
}

.contactinfo a {
    padding-left: 1.5rem;
    display: block;
    color: rgb(230, 230, 195);
    text-shadow: -1px 1px 1px rgb(0, 0, 0);
    text-decoration: none;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: normal;

    transition: all .2s ease-in
}

.contactinfo a:hover {
    color: rgb(179, 211, 52);
    text-shadow: -2px 2px 1px rgb(0, 0, 0);
    transform: scale(1.05)
}

.design p,
.contactinfo p {
    font-size: 18px
}

.design i {
    font-family: 'Montserrat';
    color: rgb(20, 50, 255);
    text-shadow: -0px 0px 2px rgb(0, 0, 0);
    font-weight: bold;
    font-size: 12px
}

.design p {
    display: inline-block;
    width: 89%;
    vertical-align: top;
    text-align: right;
    padding-right: 1rem
}

.design {
    margin-top: 2rem;
    display: inline-block;
    width: 32%;
    vertical-align: middle
}

.foot a {
    width: 265px;
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 50px;
    line-height: 1.5;
    vertical-align: top;
    padding: 0;
    font-family: 'Average Sans';
    text-decoration: none;
    font-size: 24px;
    color: rgb(61, 62, 139);
    text-shadow: 1px 1px 1px rgb(0, 0, 0)
}

.foot {
    margin-top: 1rem;
    height: 50px;
}

.weblogo {
    display: inline-block;
    margin: 0 auto;
    width: 11%;
    /*    height: 3%;*/
}

.onefive {
    width: 100%;
}

.weblogo:hover .onefive {
    display: none
}

.weblogo:hover .design p {
    display: none
}

.twofive {
    display: none;
}

.weblogo:hover .twofive {
    display: block;
    width: 100%
}

.totop {
    padding-top: -1rem
}

.page {
    margin-top: -2rem
}




@media all and (max-width: 1100px) {


    .container {
        margin: 0rem 2rem
    }

    .headlogo {
        width: 50%;
        margin: 3rem auto
            /*        display: none*/
    }

    .tip {
        background-color: rgb(61, 62, 139);
        height: 80px;
        margin-top: 4rem;
    }

    .tip > a {
        display: block;
        width: 30%;
        margin: 0 auto
    }

    h1 {
        margin-top: 4rem
    }

    h2 {
        font-weight: bold;
        font-family: 'Average Sans';
        font-size: 42px;
        color: rgb(90, 43, 1);
        text-align: center;
        width: 100%;
        display: block;
        margin: 0 auto;
        margin-top: 2rem;
        /*    margin-bottom: 4rem;*/
        /*	text-shadow: 1px 1px 0px #000*/
        font-variant: small-caps
    }

    h3 {
        color: rgb(160, 111, 66);
        text-shadow: 1px 1px 0px rgb(0, 0, 0);
        font-family: 'Average sans', serif;
        text-align: center;
        font-size: 36px;
        padding-bottom: 8rem
    }

    p {
        /*		padding: 0px 2rem*/
        font-size: 32px
    }

    .hamburger {
        width: 45%;
        margin-top: 3.7rem;
        backface-visibility: hidden;
        transition: all .6s ease-in;
        opacity: 1;
        z-index: 99999999999999999999;
        margin-left: 12%
    }

    .page {
        width: 100% !important;
        overflow-y: scroll;
    }

    .phonenav ul li:nth-child(1) {
        /*		margin-left: -4rem;*/
    }

    .phonenav ul li:nth-child(1) a {
        font-family: 'Italianno';
        font-size: 84px;
        color: rgb(179, 211, 52);
        text-shadow: 1px 1px 1px rgb(0, 0, 0);
        font-weight: lighter
    }

    .phonenav ul li:nth-child(1) a span {
        font-family: 'Average Sans';
        font-size: 48px;
        color: rgb(179, 211, 52);
        text-shadow: 3px 3px 1px rgb(0, 0, 0);
        font-weight: bold
    }

    .phonenavx {
        z-index: -99;
        transform-style: preserve-3d;
        /*		background-image: linear-gradient(90deg, rgb(85,207,209) 25%,rgb(255,255,255) 50%,rgb(187,204,39)75%);*/
    }

    .phonenavx a {
        opacity: 0;
        font-family: 'Montserrat';
        transform: rotateX(-180deg);
        font-size: 132px;
        position: absolute;
        margin-left: -8rem;
        margin-top: 35px;
        backface-visibility: hidden;
        transition: all .6s ease-in;
        font-size: 72px;
        color: red;
        padding: 0rem;
        text-shadow: 0px 0px 0px #000
    }

    .phonenav {
        position: absolute;
        display: block;
        border: none;
        width: 100%;
        top: -2rem;
        background: rgb(27, 27, 31);
        height: auto;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .phonenav ul {
        padding: 4rem 0rem 4rem 0rem;
        margin-bottom: 0rem;
        bottom: 0
    }

    .phonenav li {
        width: 100%;
        height: 6rem;
    }

    .phonenav a {
        padding-left: 3rem;
        display: block;
        padding-top: 0px;
        color: rgb(85, 207, 209);
        /*	text-shadow: -1px 1px 1px rgb(30,230,30);*/
        text-decoration: none;
        width: 100%;
        text-align: left;
        font-size: 48px;
        font-family: 'montserrat'
    }

    .phonenav a:hover {
        color: rgb(179, 211, 52);
        text-shadow: -2px 2px 2px rgb(61, 62, 139)
    }


    iframe {
        display: block;
        margin: 0 auto;
        height: 30rem;
        width: 100%
    }

    .block-a {
        width: 40%;
    }

    .copyright {
        /*        display: none;*/
        width: 100%;
        padding: 0
    }

    .contactinfo {
        width: 100%
    }

    .contactinfo ul li {
        height: 5rem
    }

    .contactinfo a {
        font-size: 36px;
    }

    .contactinfo a {
        padding-left: 4%
    }

    .copyright p {
        font-size: 22px !important
    }

    .design {
        display: block;
        margin: 0 auto;
        /*		vertical-align: middle;*/
        width: 100%;
        text-align: center
            /*		padding: 0rem*/
    }

    footer h5 {
        font-size: 22px
    }

    .design i {
        font-size: 18px
    }

    .weblogo {
        width: 10%
    }

    #date {
        font-size: 28px;
        width: 100%
    }

    .foot {
        height: 7rem
    }

    .foot a {
        font-size: 42px;
        width: 100%;
        height: 8rem;
        padding: 1rem 0rem
    }

    footer h6 {
        margin-top: 1rem;
        font-size: 18px
    }

}

@media all and (min-height: 736px) {
    .phonenav {
        height: 100vh;
    }
