@charset "utf-8";
/* CSS Document */
.section1 .intro{
            width: 100%;
            text-align: center;
        }
        .section1 .intro p{
            text-align: center;
            color: rgba(255,255,255,0.9);

        }
        .section1 .intro{
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
        #section1-left .intro{
            left: 50%;
        }
        #section1-right .intro{
            right: 50%
        }
        #section1-left h1,
        #section1-right h1{
            width: 100%;

            color: black;
            z-index: 999;
            font-weight: bold;
            text-align: center;

            display: block;
            margin: 0;
            padding: 0;
            font-size: 7em;
        }
        #section1-left{
            background-image: url(../images/left.png);
			background-size: cover;
        }
        #section1-left h1{
            left: 50%;
        }
        #section2-left{
            background: #fff;
            color:#a7a7a7;
        }
        #section2-left .intro{
            padding: 0 0 60px 0;
			text-align: center;
        }
        #section2-left .intro:last-child{
            padding: 0;
        }
        #section2-left h2{
            font-size: 1.7em;
        }
        #section3-left{
            background-image: url(../images/right2.png);
			background-size: 100vH 100%;
            background-repeat: no-repeat;
			
          
        }
 #section3-left h2{
           align-content: center;
	 color: rgba(252,3,7,1.00);
          
        }
        #section1-right h1{
            left: -50%;
        }
        #section1-right{
            background-image: url(../images/right.png);
			background-size: cover;
            background-repeat: no-repeat;
            text-align: center;

        }
        #section1-right.hideOverflow{
            overflow: hidden;
        }
        #section2-right{
            background: rgba(187,221,168,1.00);
            text-align: center;

        }
        #section3-right{
            background-image: url(../images/rightg.png);
			background-size: 100vH 100%;
            background-repeat: no-repeat;
            text-align: center;
        }
        #section3-right h2{
            color: rgba(77,72,72,1.00);
        }
        .button a{
            background: #fff;
            color: #e7413b;
        }

        .ms-responsive #section1-left .intro{
            left: 0;
        }
        .ms-responsive #section1-right .intro{
            display: none;
        }

        /*
        * Improving design in small resolutions
        */
        @media all and (max-width:700px){
            #section1-left h1,
            #section1-right h1{
                font-size: 5em;
            }
        }
        @media all and (max-width:550px){
            #section1-left h1,
            #section1-right h1{
                font-size: 4em;
            }
        }
        @media all and (max-width:400px){
            #section1-left h1,
            #section1-right h1{
                font-size: 3em;
            }
            .section1 .intro p{
                font-size: 1em;
            }
        }
