/*
Theme Name: TaylorDesigns
Theme URI: ....
Description: Custom Theme for TaylorDesigns
Version: 1
Author: Renee
Author URI: ...
*/

#myModal img
{
    width:100%;
    margin-top:10px;
    height:auto;
}

body
{
    font-family: 'Josefin Slab', serif;
}

.galleryImage
{
    -webkit-filter: grayscale(0.8);
}

.galleryImage:hover
{
    -webkit-filter: grayscale(0.0);
    cursor:pointer;
}

.cap
{
    text-align: center;
}

#nav_mobile
{
 display:none;   
}

.bottomBlack
{
    border-bottom: 25px solid #101010;
}

h2
{
    padding: 10px 0px 10px 30px;
    margin-top:5px;
    margin-bottom:5px;
    font-size:24px;
    font-weight:bold;
}

#topBar
{
    height:65px;
    background-color:#101010;
    width:100%;
    display:none;
}

#about
{
    /*background-color:#101010;
    color:white;*/
    margin-top:20px;
}

#info
{
    padding: 20px 50px 20px 50px;
    line-height: 30px;
    text-align: justify;
    font-size:20px;
}

/*Image Slider*/
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

/*Bootstrap Changes*/
body
{
    margin:0px;
    padding:0px;
    font-size:20px;
}

.navbar {
   background-color: rgba(0,0,0,0.8);
   /*background: transparent;*/
}

.navbar-brand
{
    font-size:30px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    padding:0px;
}


/***********OWL**************/


.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 18px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #101010;
    filter: Alpha(Opacity=60);
    opacity: 0.5;
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: 25px;
  top: 100px; 
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: 25px;
  top: 100px;
}

/******CSS for Different Devices***********/

@media screen and (max-width: 600px)
{
    .navbar {
   background-color: rgba(0,0,0,1);
    margin-bottom:0px;
    }
    
   /* #nav_mobile
    {
     display:block;   
    }
    
    #nav_desktop
    {
     display:none;   
    }*/
    
    #info
    {
        font-size:14px;
        /*padding: 10px 30px 10px 30px;*/
    }
    
    h2
    {
        font-size:18px;
    }
    
    #topBar
    {
     display:block;   
    }
    
    .galleryImage
    {
        -webkit-filter: grayscale(0.0);
    }
    
    .navbar-brand
    {
        font-size:24px;
    }
}


