/*============================================================================*/
/*Universial*/

html{    
    overflow-y: scroll;
}
body{
    max-width: 100%;
    overflow-x: hidden;
    background-color:  #FBFCFF;

}
a:hover{
    text-decoration: none !important;
}
a:visited{
    border-bottom-color:rgba(255,255,255,0);
    text-decoration: none !important;
}
.pointerCursor{   
    cursor: pointer;
}
.noDrag{
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.mouseoverHighlight1{
    color: #777777;
}
.mouseoverHighlight1:hover{
    color: white;
    background-color: #2FB576;   
}
.cornerBevelTL{
    padding: 0;
    margin: 0;
    width:40px;
    height:40px;
    position: relative;
    top:0;
    left:0;
}
.cornerBevelBL{
    padding: 0;
    margin: 0;
    width:20px;
    height:20px;
    position: absolute;
    left:0;
    bottom:0;
    transform: rotate(270deg);
}

/*============================================================================*/
/*Main Header*/

#mainHeader {
    background: linear-gradient(#B5BCB8 0%, #B5BCB8 100%);
    height:80px;
    width:100%;   
    position: relative;
}
#mainHeaderText{   
    font-weight: 600;
    font-family: 'Wire One', sans-serif;
    letter-spacing: 3px;
    color: white;
    display:inline; 
    font-size: 50px;
    float:left;
    margin: 0;
    padding: 0 0 0 80px;
    text-shadow: 2px 0px 5px #888888;
}

#cornerTriangle{   
    z-index: 11;
    position:absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 160px;
}

#headerBarButtonContainer{  
    overflow-x: hidden;
    overflow-y: hidden;
    width: 440px; 
    height:100%;
    display:inline-block; 
    padding:0; 
    margin:0; 
    right:0px;
    top:0px;
    /*float:right;*/
    position: absolute;
    
}
.expandedMenuButton{   
    height: 100%;
    padding:0;
    margin:0;
    display:inline-block;
    text-align: center;
}
.expandedMenuButton p{
    font-weight: 700;
    text-shadow: 2px 0px 5px #888888;
    font-family: 'Wire One', sans-serif;
    line-height: 30px;
    letter-spacing: 3px;
    color: white;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.collapsedMenuButton{
    height: 60px;
    display:inline-block;
    text-align: left;  

}
.collapsedMenuButton span{
    font-weight: 700;
    text-shadow: 2px 0px 5px #888888;
    font-family: 'Wire One', sans-serif;
    letter-spacing: 3px;
    font-size: 30px;
    color: white;
    /*display: block;*/
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 30px;
    /*font-size: 16px;*/
}
.menuButton p{
    margin: 0;
}

.line{  
    margin:0;
    padding:0;
    z-index: 0;
    position:relative;
    height: 2px;
    background-color: #CECECC;
}

/*============================================================================*/
/*Content containers*/

.stripedBorder{ 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    -webkit-border-image: url(../../images/stripes.png) 40 round; /* Safari 3.1-5 */
    -o-border-image: url(../images/stripes.png) 40 round; /* Opera 11-12.1 */
    border-image: url(../images/stripes.png) 40 round;
}

.contentContainer{
    /*padding-bottom:200px;*/
    margin: 0;
    padding:0;
    width: 100%;
    top: 0;
    position: relative;
}

.contentSubcontainer{
    
    padding: 40px;
}

.infoBar{
    color: #444444;
    text-align:  center;
    margin: 0 auto;
    padding-top: 100px;
    font-family: 'Wire One', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 40px;   
    width:80%; border-bottom: 2px solid #999999; line-height:0.1em;
}
.infoBar span{
    background:#FBFCFF; padding:0 10px;
}

/*============================================================================*/
/*Home page*/

#purchasePrompt{ 
    max-width: 500px;
    text-align:  center;
    margin: 40px auto 50px auto;
    font-family: 'Wire One', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 28px;
    line-height:28px;
}

.artworkObject{   
    display: block;
    text-align: center;
    padding:20px;
    font-size: 16px;
    color: grey;
    margin: 140px auto 140px auto;
    max-width: 1400px;    
}
.artworkObjectImage{
    border-radius: 3px;
    display: block;
    margin: 15px auto 30px auto;
    object-fit:scale-down;
    max-width: 100%;
    max-height: 90vh;

}
.artworkObjectImage.imageShadow{   
    box-shadow: 0 16px 24px -4px #888888;
}
.artworkBasicInfo{
    font-family: 'Wire One', sans-serif;
    font-weight: 600;
    margin: 8px auto;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 2px;
    color:#666666;
    text-align: center;
    max-width: 1000px;
}
.artDescription{
    text-align: left;
    margin: 20px auto 20px auto;
    max-width: 800px;
    font-size: 16px;

    color:#AAAAAA;
}
.artworkObject .row{
    margin: 0 auto;
    max-width: 1000px;
}

/*============================================================================*/
/*Conact page*/

#contactInfoContainer{
    
    padding-top: 10px;
}

#contactInfoContainer .infoBar{
    text-align:  center;
    margin: 30px auto 50px auto;
    padding: 0;
    font-family: 'Wire One', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    width:80%; border-bottom: 2px solid #999999; line-height:0.1em;
}

#contactInfoContainer #headshotPic{
    display: block;
    margin: 40px auto 30px auto;
    width: 200px;
    height: 200px;
}

#contactContainer{
    min-height: 800px;
}

.aboutMeText{
    color: #555555;
    width: 100%;
    min-height: 300px;
}
/*============================================================================*/
/*Tutorials page*/

.tutorialPreviewObject{
    background-color: #E5E5E5;
    margin:20px 0;
    padding:0;
    width:100%;
}
.tutorialPreviewObject .tutorialPreviewImage{
    object-fit: scale-down;
    max-width:120px;
    max-height:120px;
    padding: 0px;
    text-align: center;
    margin: 10px;
}
.tutorialPreviewObject .row{
    margin-top: -40px !important;
}


/*============================================================================*/
/*Shoutout page*/

.stuffBox{ 
    background-color: #E5E5E5;
    margin: 30px 0;
}
.stuffBox .mouseoverHighlight1{   
    overflow: auto;
    display: block;
}

.bigLink{
    margin-top: -40px;
}

.stuffBox a img{
    border-radius: 50%;
    display: block; 
    margin: 20px auto;
    width: 130px;
    height: 130px;
}
.stuffBox a .col-sm-9 p{   
    font-size: 18px;
    max-width: 600px;
}
.stuffBox a .col-sm-9 h1{
    text-align: center;
    max-width: 500px;
}
.stuffBox .fav3links{
    text-align: center;
    font-size: 16px;
    /*margin: 5px;*/
}

.favLink{
    min-height: 40px;
    padding: 5px;
}
.favLink:hover{
    background-color: #2FB576;
    color: white;
}

/*============================================================================*/

@media (min-width: 768px) {

    body #dropdownMenu{
        display: none !important;
    }
    body #hamburger{
        display: none !important;
    }
    body #cross{
        display: none !important;
    }
    
}
@media (max-width: 768px) {

    #purchasePrompt{ 
	
	letter-spacing: 2px;
	font-size: 22px;
	line-height:22px;
    }
    
    #headerBarButtonContainer{      
        display: none;
    }
    /*I include "body" to make these statements more specific than the original css in order to override it*/
    body #hamburger{
        display: block;
    }
    
}
