/*CSS vars */

/*
:root {
  --blue-color: #67bacc;
  --lightGrey-color: #a4a4a4;
  --black-color: #000000;
  --lightBg-color: #cccccc;
  --darkGrey-color: #444444;
  --white-color: #FFFFFF;
}
*/

/*
To use var, use this:  background-color:var(--blue-color);   
Unfortunately vars will break in ie 11 right now
*/

/* ---------------------------------   */
/*------- BACKGROUND IMAGE STUFF ------*/


/* fullscreen setup */

html{
    overflow-x: hidden;
}

html,
body {
    /* give this to all tags from html to .fullscreen */
    height: 100%;
    width:100%;
/*     overflow-x: hidden;*/
    
}

.container-fluid{
    
    padding-left:0px;
    padding-right:0px;
}


/* background setup */

.background {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image:url('../images/shoes.jpg'); 
    
}

/*--- THIS DARKENS IMAGE --*/
/*
.background::before {
    content: " ";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/



.fullscreen {
    width: 100%;
    height: 100%;
   
    
}


/* ---------------------------------   */

/*------- TITLE AND NAV ------*/

#titleBar{
    
    background-color: #FFFFFF;

    height:60px;
    position:fixed;
    width:100%;
    top:0px;
    
    border-bottom: 1px solid #a4a4a4;
    z-index: 1;
    
}

#titleBarBg{
    width:100%;
    height:100%;
    opacity:0;
    
}


#nameTitle {

    height:100%;
    font-size: 18pt;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    
}

#nameTitle p{
    
    line-height: 58px;
    position: absolute;
    left:15px;
    
}



#title {
    
    color: #67bacc;
    font-size: 14pt;
    padding-left:5px;
    font-family: 'Poiret One', cursive;

}

#navBar {

    color: #a4a4a4;
    position: absolute;
    top: 20px;
    right: 50px;
    font-family: 'Catamaran', sans-serif;
}

#phoneMode{
    
    display: none;
    
}


#hamburger{
    position: absolute;
    right:20px;
    top:13px;
    color:#a4a4a4;
    border-color: #a4a4a4;
}

#hamburger:hover{
    
    color:#a4a4a4;
    border-color: #a4a4a4;
    background-color: #ffffff;
}

#hamburger:focus{
    
    color:#a4a4a4;
    border-color: #a4a4a4; 
    background-color: #ffffff;
    
    /*    prevents yellow border on phone*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
    outline: none !important;
    
}



#dropDown {
    
    position: absolute;
    top:53px;
    right:0px;

}


#dropDown .btn{
    
    font-family: 'Catamaran', sans-serif;
    font-size:10pt;
    color: #444444;

    
}

#dropDown .btn:hover{
    
    background-color:#67bacc;
    color: #FFFFFF;
    
}

#dropDown .btn:down{
    
    background-color:#67bacc;
    color: #FFFFFF;
    
}


#dropDown .btn:focus{
    
     background-color:#67bacc;
     color: #FFFFFF;
    
     
/*    prevents yellow border on phone*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
    outline: none !important;

}



.navButton {
    display: inline;
    font-size:10pt;
    cursor: pointer;
}

.navLine{
    border-bottom: 2px solid #67bacc;);
    width:1px;
}

/* ---------------------------------   */

#mainContent {
    
    position: absolute;
    width:100%;
    
}


/*------- ABOUT SECTION ------*/

#aboutSection {

    padding-top:10px;

}


.circle {
    
	border-radius: 50%;
	width: 100px;
	height: 100px; 
    background-color: #67bacc;
    
    margin: 0 auto;
    display: block;

}

#circleRow{
    
    padding-bottom: 40px;
    padding-top:20px;
    
}

.circleHolder{
    
    padding-top: 15px;
    
}

.circleHolder h4{
    
    text-align: center;
    font-size:15pt;
    font-weight: 600;
     font-family: 'Poiret One', cursive;
    font-weight: bold;
    color: #444444;
}

.circleHolder p{
    text-align: center;
    font-size:16px;
   font-family: 'Catamaran', sans-serif;
    max-width: 200px;
    margin: 0 auto;
     color: #444444;
}

#phone{
    
    top:28px;
    left:28px;
    font-size: 45px;
    color: #FFFFFF;
    
}

#flash{
    
     top:28px;
    left:27px;
    font-size: 45px;
    color: #FFFFFF;
    
}

#star{
    
    top:28px;
    left:29px;
    font-size: 45px;
    color: #FFFFFF;
    
}




#aboutSection h3{
    
    font-size:20pt;
    font-family: 'Poiret One', cursive;
    text-align: center;
    color: #000000;
    font-weight: bold;
    
}

#aboutSection p {
    
    font-size:13pt;
    font-family: 'Catamaran', sans-serif;
    padding-top:10px;
    width:85%;
    margin: 0 auto;
    text-align: left;
    color: #444444;
    
}

#aboutSection li{
   text-align: left;
    color: #444444; 
    font-size:13pt;
    font-family: 'Catamaran', sans-serif;
    
}

#aboutSection ul{
    
    margin: 0 auto;
    padding-top:10px;
    
    
    columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
     width:85%;
/*    margin: 0 auto;*/
}


/*Portfolio Section*/

#portfolioBg {

   background-color: #444444;
}

#portfolioSection {

/*    width:100%;*/
    padding-bottom: 40px;

}

#portfolioSection2 {

/*    padding-top:40px;*/

}


#portfolioSection h3{
    
    font-size:20pt;
    font-family: 'Poiret One', cursive;
    text-align: center;
    padding-top:10px;
    color: #FFFFFF;
    font-weight: bold;
    
}

#portfolioSection p {
    
    font-size:13pt;
    font-family: 'Catamaran', sans-serif;
    padding-top:10px;
    width:85%;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
    
}

.portfolioImage{

    max-width:80%;
    margin: 0 auto;
    display: block;
    height: auto;
    border: 5px solid #FFFFFF;
    cursor: pointer;
    
}


/* #flashPortfolio, #course1, #ace, #addressBook, #blueRidge, #multichoice, #preorder{
    
    cursor: pointer;
     
} */



#portfolioSection2 h4 {
    
    font-size:17pt;
    font-family: 'Poiret One', cursive;
    padding-top:5px;
    margin-left:40px;
    margin-right:40px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    
}

#portfolioSection2 p {
    
    font-size:13pt;
    font-family: 'Catamaran', sans-serif;
    padding-top:10px;
    width:75%;
    margin: 0 auto;
     padding-bottom:40px;
/*    text-align: center;*/
    color: #FFFFFF;
    max-width: 400px;
    
}


#portfolioSection2 span {
    
    font-size:12pt;
    margin-top: 15px;
    display: inline-block;
    
}



#contactSection {

    background-color: #FFFFFF;
    padding-top:10px;
    padding-bottom: 30px;
    
}





#contactSection h3{
    
    font-size:20pt;
    font-family: 'Poiret One', cursive;
    text-align: center;
    color: #000000;
    font-weight: bold;
    
}

#contactSection p {
    
    font-size:13pt;
    font-family: 'Catamaran', sans-serif;
    max-width: 70%;
    padding-top:10px;
    margin: 0 auto;
    text-align: center;
    color: #444444;
    
}


#contactForm{

    margin: 0 auto;
    display:block;
    padding-top:20px;
    width:80%;

}

#contactForm h4{
    
    font-family: 'Catamaran', sans-serif;
    font-size:12pt;
    font-weight:500;
    color: #444444;
    
}


.form-control:focus {
    
  border-color: #67bacc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #67bacc;
    
}


#submitButton{
    
    background-color: #67bacc;
    color: #FFFFFF;
    margin: 0 auto;
    display: block;
    border:1px solid #67bacc;
     font-family: 'Poiret One', cursive;
    font-size:13pt;
    
}

#submitButton:hover{
    
    background-color: #FFFFFF;
    color:#67bacc;
    border:1px solid #67bacc;
  
}


#submitButton:focus{
    
/*    prevents yellow border on phone*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
    outline: none !important;

}


#envelope{
    
    font-size: 65px;
    color:#67bacc;
    text-align: center;
    display: block;
/*    padding-top:10px;*/
/*    padding-bottom:180px;*/
    top:-5px;
    
}

#thankYouMessage{
    
    opacity: 0;
    display: none;
   
    
}

#thankYouMessage h3{
    
    font-size:16pt;
    font-family: 'Catamaran', sans-serif;
    color:#a4a4a4;
    top:-30px;
    line-height: 70px;
}



#footer{
    
    background-color: #000000;
    height:40px;
    color: #FFFFFF;
    
    
}

#footer p{
    
    font-size:8pt;
    font-family: 'Catamaran', sans-serif;
    padding-top:13px;
    text-align: center;
    color:#a4a4a4;
    
}


/*hide navbar and show hamburger when less than 730px*/
@media (max-width: 730px) { 
    #navBar { display:none !important; }
    
    #phoneMode { display:block !important; }

}


/*adjust title when below 500px*/
@media (max-width: 500px) { 
    
    #nameTitle { font-size: 15pt !important; }
    
    #nameTitle p { line-height: 60px !important; }
    
    #title { font-size:12pt !important; }
    
    
/*    bullet points*/
    #aboutSection ul { columns:1 !important; }
    #aboutSection ul {  -webkit-columns:1 !important; }
    #aboutSection ul { -moz-columns:1 !important; }
    
    
}






/*adjust title when below 500px*/
@media (max-width: 400px) { 
    
    #nameTitle { font-size: 15pt !important; }
    
    #nameTitle p { line-height: 40px !important; }
    
    #title { font-size:12pt !important; left:-4px !important; position: absolute !important; top:23px !important; width:300px !important;}
    
    
/*    bullet points*/
    #aboutSection ul { columns:1 !important; }
    #aboutSection ul {  -webkit-columns:1 !important; }
    #aboutSection ul { -moz-columns:1 !important; }
    
    
}



/*adjustment for mobile*/
/*
@media screen and (max-device-width: 500px) and (orientation: portrait){
   
    #nameTitle p{ top:8%!important; }

    
    #title { top:90% !important; }

}
*/

