@import url('https://fonts.googleapis.com/css?family=Montserrat:extra-light,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@300&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@400&display=swap" rel="stylesheet');

a:link{
    text-decoration: none;
    color: #91c4ec;
}

a:visited{
  color: magenta;
}

a:hover{
  color: pink;
}

a:active{
  color: blue;
}

h1{
    font-weight: 200;
    font-size: 3em;
    text-transform: uppercase;
    line-height: 40px;
}

/* h1{ 
    font-weight: 600;
    font-size: 2.5em;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
} */

h2{
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
}

h3{
    font-size: 2em;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

h4{
    font-weight: 200;
    font-size: 3em;
    text-transform: uppercase;
    line-height: 30px;
    color: pink;
}

p{
    font-family: Alegreya Sans;
}

@media screen and (max-width: 600px){
    img{
        width: 100%;
        height: auto;
    }
}

#centeredText{
    text-align: center;
    margin: auto;
    width: 90%;
}

body{
    background-color: #fff;
    min-height: 100vh;
    margin: auto;
    line-height:20px;
    font-family: 'Montserrat', sans-serif;
    color: #70788a;
    align-items: center;
    justify-content:center;
}

#name{
    width: 100%;
    background-size: 100%;
    position: relative;
    text-align: center;
}

#tagline{
    font-size: 0.9em;
    text-align: center;
}

#parallax{
  background-image: url("parallaxImage.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  width: 100%;
}

#parallax2{
  background-image: url("plaxSPainters.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  width: 100%;
}

#parallax3{
  background-image: url("PlaxImg3.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  width: 100%;
}

.textReveal{
}

.textReveal.reveal{
    transform: translateY(50px);
    opacity: 0;
    transition: all 2s ease;
}

.textReveal.reveal.active{
    transform: translate(0px);
    opacity: 1;
}

#navBack{
    padding-top: 20px;
    color: white;
    text-align: center;
    font-size: 0.8em;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/*-----------------------------------------------------------------SIDE NAVIGATION-----------------------------------------------------------*/

@media screen and (min-width: 600px) {
    #mySidenav{
        display: none;
    }
    
    #navMenuIcon{
        display: none;
    }
}


/* When the screen is less than 600 pixels wide, hide all topnav stuff */

@media screen and (max-width: 600px) {   
            /* plus toggle */
      .menubutt {
            color: lavender;
        }
    
        /* for child objects to change style*/
        .menubutt.collapse {
        }
    
        .menubutt.expand {
        }
    
        .collapse_indicator {
            display: inline-block;
    
        }
    
        /*style change on hover*/
        .menubutt:hover .collapse_indicator {
        }
    
        /*hiding / showing menu elements*/
        .menubutt.collapse .menucontents {
            display: none;
        }
    
        .menubutt .menucontents {
            color: pink;
        }
    
        .topnav{
            display: none;
        }
    
    /* side navigation bar */
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        }
        
    /* text item styling */
    .sidenav a {
        padding: 8px 20px 8px 0px; /* index.css:  padding: 8px 0px 8px 28px; */
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
        text-align: right; 
    }
        
    /* fade in text color */
    .sidenav a:hover {
        color: #f1f1f1;
    }
        
    .sidenav .closebtn{
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        z-index: 3;
    }
    
    /* on mobile, make the font fit */
    @media screen and (max-height: 450px) {
        .sidenav {padding-top: 15px;}
        .sidenav a {font-size: 1em;}
    }
        
    /* start the dropdown class */
    .sidenavDropdown {
        overflow: hidden;
        text-align: right;
        padding: 8px 20px 8px 0px;
        font-size: 25px;
    }
    
    .sidenavDropdown .sidenavDropbtn{    
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        color: #818181;
        display: block;
        transition: 0.3s;
                   
    }
    
    .sidenavDropdown-content{
        display: none;
        position: absolute;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;        
    }
    
    .sidenavDropdown-content a{
       font-size: 15px;
       padding: 10px 0px 10px 0px;   
    }
    
    .sidenavDropdown:hover .sidenavDropbtn{
    /*   background-color: #555; */
    /* color: white; */
    }
    
    .sidenavDropdown-content a:hover{
    background-color: #ddd;
    color: black;
    }
    
    .sidenavDropdown:hover .sidenavDropdown-content{
    display: block;
     
    }
    
    .sidenav .sidenavDropdown {float: none;}
    
    .sidenav .sidenavDropdown-content{position: relative;}
    
    .sidenav .sidenavDropdown .sidenavDropbtn{
        display: block;
        width: 100%;
  
        
    }
} 

/* end sidenav stuff */

#footer{
    font-size: 0.6em;
    text-align: center;
    color: #70788a;
    margin: 40px;
    text-transform: uppercase; 
}

@media (min-width: @screen-hs-min) {
   /* rules for mobile horizontal (480 > 768)  */
  
}
@media (min-width: @screen-sm-min) {
   /* rules for tablet (768 > 992) */
}
@media (min-width: @screen-md-min) {
   /* rules for desktop (992 > 1200) */
}
@media (min-width: @screen-lg-min) {
   /* rules for large (> 1200) */
}
