@import 'https://fonts.googleapis.com/css?family=Ubuntu';
body {
  background : #bdc3c7 ;
  font-family: 'Ubuntu', sans-serif; 
  font-size : 17px ;
}
p {
  margin:25px;
}
a {
  margin:10px;
  color:#26a269;
}


.window {
  width : 600px ; 
  margin : 75px auto ; 
  background : #2c3e50; 
  height : 750px ; 
  border-radius : 5px ;
  display : relative ; 
   box-shadow: 10px 10px 10px  #888888;
}

.afterclose {
    color : #34495e ; 
    display: none  ; 
    text-align: center  ; 
}

.open {
    color : #fff ; 
    padding : 15px ; 
    background: #2ecc71 ; 
    border-radius: 4px ; 
    border: none ; 
}

.bash {
  width : 600px ; 
  background : #34495e; 
  height : 710px ; 
  border-radius : 5px ;
  top: 40px;
  display : absolute; 
  color : #fff ;
}

/* effected by controllers */

.windowmax {
  width : 100% ; 
  margin : auto ; 
  background : #2c3e50; 
  height : 1000px; 
  border-radius : 5px ;
  display : relative ; 
}

.windowmin {
  width : 300px ; 
  height : 45px ;
  background : #2c3e50; 
  border-radius : 5px ; 
  bottom : 0 ; 
  position: fixed;
}

.bashmax {
  display : absolute ; 
  width : 100% ; 
  background : #34495e; 
  height : 960px ; 
  border-radius : 5px ;
  bottom: 0;
  color : #fff ;
}

/* !--end--! */

.buttons {
  width : 15px ;
  height : 15px ; 
  border-radius : 50% ;
  float : right ; 
  margin : 13px 4px;
  border: none ; 
}

.close {
  background : #e74c3c ;
}

.maximize{
  background : #f1c40f ;
}

.minimize{
  background : #2ecc71 ;
}

.result {
  display : none ;
}

.controls {
  height : 40px ; 
  top : 0 ; 
}

.title {
    color : #fff ; 
    font-weight: bold ; 
    padding : 10px;
}
