/**********************************
                GENERAL
                
Key Colors:   Black = #000000  -  (240, 111, 45)     
			   Green = #b3c100  -  (43, 145, 123)      
				Blue = #00adef  -  (77, 116, 217)

Key Fonts:

font-family: 'Yanone Kaffeesatz', sans-serif;

***********************************/
* {
    box-sizing: border-box;
}

/********************************************************************************************
                                             SMALL Size
*********************************************************************************************/

@media screen and (min-width: 380px) {

    .MainNav li {
        height: 32px; 
        margin-left: 13px;
        margin-right: 13px;
        font-size: 18px;
     }

/********************************************************************************************
                                             MEDIUM Size
*********************************************************************************************/

@media screen and (min-width: 480px) {


/**********************************************
                   Main Navigation
***********************************************/
 
 .MainNav {
     background-color:  #00adef;
     border-bottom: #000000 solid 5px;
     margin: auto;
     width: 100%;
     height: 56px;
     margin-top: -11px;
 }
 
 .MainNav ul {
    text-align: center;
    line-height: 10px;
    padding-top: 22px;
 }
 
 .MainNav li {
    display: inline;
    height: 32px; 
    margin-left: 13px;
    margin-right: 13px;
    font-size: 24px;
 }

 .MainNav a:hover {
    text-transform: uppercase;
    color: #b3c100;
    font-size: 28px;
}

    
 
/************************************************
                    INDEX PAGE
************************************************/

.Portfolioheadersection {
    width: 100%;
    text-align: center;
    margin: auto;
}

.Portfolioheadersection img {
    width: 24%;
}

.IndexPortfolio1 {
    width: 100%;
}

.IndexPortfolio1 ul {
    width: 100%;
    list-style-type: none;
}

.IndexPortfolio1 li {
    width: 100%;
    margin-left: -20px;
    display: inline;
}

.IndexPortfolio2 {
    width: 100%;
}

.IndexPortfolio2 ul {
    width: 100%;
    list-style-type: none;
}

.IndexPortfolio2 li {
    width: 100%;
    margin-left: -20px;
    display: inline;
}


/****************************************************
                Index Introduction
*****************************************************/

.Index_Intro h1 {
 font-family: 'Yanone Kaffeesatz', sans-serif;
 font-size: 46px;
 color: #b3c100;
 text-align: center;  
}

.Index_Intro p {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 24px;
    color: black;
    text-align: justify;
    line-height: 40px;
    padding-bottom: 20px;
}


/************************************************************************
                               LOGO DESIGN
************************************************************************/
 
 .clearfix::after{
    content: "";
    display: table;
    clear: both;
 }

 .Container3 {
    width: 75%;
    margin: auto;
    align-content: center;
    margin-top: 30px;
 }

 .Container3 {
    width: 90%;
     max-width: 1100px;
    margin: auto;
    align-content: center;
 }

 .Gallery_head h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 42px;
    color: #b3c100;
    text-align: center;
    font-weight: normal;
  }
  
   .Gallery_head h4 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px;
    color: #00adef;
    text-align: center;
    font-weight: normal;
    margin-top: -25px;
  }
  
  .Gallery_head p {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 22px;
    color: black;
    text-align: justify;
    margin-top: 50px;
    line-height: 28px;
  }

  .Gallery_gallery {
    float: left;
    width: 19%;
    margin: 0 0.5% 5px 0.5%;
}

.Gallery_gallery img {
    width: 100%;
}

.Gallery_gallery3 {
    float: left;
    width: 17%;
    margin: 40px 1.5% 40px 1.5%;
}

.Gallery_gallery3 img {
    width: 100%;
}



/************************************************************************
                               SHOWCASE PAGES
************************************************************************/
 
.showcase {
    width: 60%;
    max-width: 1100px;
    margin: auto;
 }
 
.showcase img {
    width: 100%;
    margin: auto;
    margin-top: 25px;
 }
 
.showcase_Original {
    width: 60%;
    margin: auto;
 }
 
.showcase_Original img {
    width: 100%;
    margin: auto;
    margin-top: 25px;
 }
 
.Index_Copy h1 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 36px;
  color: #b3c100;
  text-align: center;
  font-weight: normal;
}

.showcase p {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 24x;
  color: #000000;
    text-align: justify;
    font-weight: normal;
    line-height: 26px;
}

.showcase .info {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 22px;
    color: #00adef;
    font-weight: normal;
    line-height: 24px;
}

.tesimonial_02 p {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 18px;
    color: black;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 26px;
}

.tesimonial_02 h2 {
    text-align: center;
    font-size: 32px;
}
    
.tesimonial_02 h4 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-align: center;
    font-size: 20px;
    color: #00adef;
}

.info {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 22px;
    color: #00adef;
    font-weight: normal;
    line-height: 28px;
}

.info a {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 22px;
    color: #00adef;
    font-weight: normal;
    line-height: 28px;
}


/******************************************************************************
                                Philosophy Page
    *******************************************************************************/
    .Philosophy {
        width: 50%;
        margin: auto;
    }
     
    .Philosophy img {
        width: 100%;
        margin-top: 20px;
    }
    
    .Philosophy h1 {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        font-size: 36px;
        color: #b3c100;
        text-align: center;
        font-weight: normal;
    }
    
    .Philosophy h4 {
        text-decoration: none;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        font-size: 24px;
        color: #b3c100;
        font-weight: normal;
        line-height: 18px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    
    .Philosophy p {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        font-size: 20px;
        color: #000000;
        text-align: justify;
        font-weight: normal;
        line-height: 28px;
    }
    
    .info {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        font-size: 16px;
        color: #00adef;
        font-weight: normal;
        line-height: 24px;
    }
    
    .Philosophy a {
        text-decoration: none;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        font-size: 20px;
        color: #b3c100;
        font-weight: normal;
        line-height: 18px;
        maargin-top: 0px;
    }
    
    .Philosophy a:hover {
        text-transform: uppercase;
        color: red;
    }
    
    .Phil_Vid a {
        width: 15%;
        margin-top: -10px;
    }
    
    .Phil_Vid img {
        width: 15%;
    }


    /******************************************************************************
                                SUCCESS Page
    *******************************************************************************/

    .SuccTestimonial {
        width: 50%;
        float: right;
        vertical-align: top; 
    }

    .SuccessAwards {
            width: 50%;
            float: left;
            vertical-align: top;
            margin-top: 0;
    }

    .SuccTestimonial h1 {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        font-size: 40px;
        color: #00adef;
        text-align: center;
    }

    .SuccessAwards h1 {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        font-size: 40px;
        color: #00adef;
        text-align: center;
    }

    .tesimonial_01 {
        padding-right: 50px;
    }



 



/***** SEPARATION FOR FINAL CLOSING BRACKETS *****/  
}

/********************************************************************************************
                                             LARGE Size
*********************************************************************************************/
@media screen and (min-width: 660px) {
    

    


/***** SEPARATION FOR FINAL CLOSING BRACKETS *****/  
}