.text-center{
    text-align: center;
}
.white{
    color: white;
}
.projecthColor{
    background-color: #bda479;
    color: white;
}

.max150{
    width: 300px;
    color: #fff;
    
}

.left10{
    padding-left: 10%;
}

.table2 { table-layout: fixed; }

td{
    color: black;
}

span.ng-scope.ng-binding.editable{
    color: black;
}

span.pull-right.ng-binding
{
    color: black;
}

.cal-day-open{
    background-color: #bda479;
}

div.center {
  margin: 0 auto;
  width: 80em;
}

img.center {
  display: block;
  margin: 0 auto;
}

.snsicon{
    width: 60px;
    padding-right: 5px;
}

.login {
    margin-top: 100px;
}
.navbarcolor{
    background-color: rgba( 255, 255, 255, 0.5);
}

.mainBackground{
    background-color: #f8f4ec;
}
.loginbackground{
    background-color: #232323;
}

.imgdiv{
    max-width: 80%;
}
.calendar{
    max-height: 50%;
}

a.pull-left.event.ng-scope{
   pointer-events: none;
}

.instructorCal{
    max-width: 100%;
    margin: 0 auto;
}
.navbarcolor3{
    background-color:#232323;
}

.header .navbar-logo-img {
  display: inline-block;
  width: 150px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.color-black{
    color: black;
}

.profileimage{
    max-height: 300px;
}

.header .navbar-logo-img {
    display: inline-block;
    width: 150px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.navbar-logo2 {
    text-align: center;
}

.navbar-logo-img2 {
    display: inline-block;
    height: auto;
    max-width: 100%;
}


.single-portfolio img {
    width:100%;
    max-height: 300px;
}
.portfolio-item {
    margin-bottom: 30px;
    min-height: 200px;
}

/*portfolio hover effect*/
.single-portfolio {
    position: relative;
    overflow:  hidden;
}

  /* sticky button */	
#feedback {
	height: 0px;
	width: 85px;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 1000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback a {
	display: block;
	background:#bda479;
	height: 52px;
	padding-top: 10px;
	width: 155px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
#feedback a:hover {
	background:#997c4a;
}

@media screen and (min-width:768px){
    #speicalimg{
        margin-top: 20px;
        max-width: 45%;
        max-height: 30%;
        height: auto;
    }
    #speicalimg2{
        max-width: 500px;
    }

    #speicalimg3{
        max-width: 650px;
    }
    .navbar-logo2{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .navbar-logo-img2{
        max-width: 650px;
    }
    /* main.html 상단 두 번째 이미지(가로 배너: imgbottom) */
    .navbar-logo2 img[src*="imgbottom.png"]{
        max-width: 45%;
        max-height: 90px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-brand-centered {
        position: absolute;
        left: 36%;
        display: block;
        text-align: center;

    }
    .nav-centered{
        position: absolute;
        display: block;
        text-align: center;
        left: 28%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
}

@media (min-width: 300px) and (max-width: 768px){
    
    #speicalimg{
        margin-top: 100px;
        max-width: 100%;
    }
    #speicalimg2{
        max-width: 290px;
    }
    #speicalimg3{
        max-width: 290px;
    }
    .center{
        max-width: 400px;
    }
    .navbar-brand-centered {
        position: absolute;
        left: 36%;
        display: block;
        text-align: center;
    }

    .nav-centered{
        position: absolute;
        display: block;
        text-align: center;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
}


/* slide css*/

/* Position the image container (needed to position the left and right arrows) */
.container1 { 
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
  } 
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }


  /* Hide the images by default */
  .mySlides_ {
    display: none;
  }
   

  /* Hide the images by default */
  .mySlides3 {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next { 
    cursor: pointer;
    position: absolute;
    top: 40%; 
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 60px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .prev{
  
    left: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  