.column, .columns {
  /* border: 1px solid red;      */
}

/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
  /* font-size: 80%; */
}
h1, h2, h3, h4, h5, h6 {
  text-align: center;
}
.container {
  max-width: 1200px;
}
input.button {
  border-radius: 5px;
  line-height: 50px;
  font-size: 2rem;  
  height: 50px;
}
input.button.button-primary {
  background-color: #d9534f;
}
input.button.button-primary:hover {
  background-color: #c9302c;
}
.bold{
  font-weight:600;
}
.italics {
  font-style: italic;
}
.left{
  text-align: left;
}
input {
  color: #545454;    
}
.mobile {
  display: none;    
}


/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
  color: #fff;
  background-color: #49c3cd;
  padding: 1rem 0 0;
}
.header .maxwidth {
  max-width: 75%;    
}
.header .clooklogo {
  position: relative;
  max-width: 70%;
  margin: 1rem;
}

.header h5 {
  margin-bottom: 0;
}


/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero{
  color: #fff;
  background-color: #49c3cd;
  padding: 0;
}
.hero input {
  height: 50px;  
}
.hero h4 {
  letter-spacing: 0.25rem;
  margin-bottom: 1.2rem;
}
.hero h5 {
  margin-bottom: 1.3rem;
}
.cloud1{
    position: absolute;
    left: 85%;
    top: 15%;
}
.cloud1 img{
    width: 8vw;
}
.cloud2{
    position: absolute;
    left: -5vw;
    top: 500px;
}
.cloud2 img{
    width: 12vw;
}
.cloud3{
    position: absolute;
    left: 4%;
    top: 25%;
}
.cloud3 img{
    width: 5vw;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.values{
    padding: 10% 0 5rem;    
}

.section.values {
  background-image: url('../img/hero-clouds-white.png');
  background-size: 100%;
  background-repeat: no-repeat;
  color: #49C3CD;
  padding-bottom: 5rem;
  background-color: #fff;
}
.values p{
  text-align: left;
  font-weight: 600;
  color: #545454;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

.values .reviewsimage {
  position: relative;
  max-width: 60%;
  border-radius: 50%;
}

/* Fold
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.fold{
  color: #1f8fa0;  
}

.fold p {
  color: #545454;
  text-align: justify;
}
.fold h1 {
  font-size: 8.0rem;
}

/* break
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.break {
  background-image: url('../img/hero-clouds-blue.png');
  background-repeat: no-repeat;
  background-color: #49c3cd;
  background-size: 100%;
  padding: 10% 0 8rem;
  color: #fff;
}
.break .section-description { 
  margin-bottom: 4rem;
}
.break input {
  height: 50px;  
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  color: #fff;
  background-color: #49c3cd;
  padding: 1rem 0 1rem;
}
.footer .maxwidth {
  max-width: 80%;    
}
.footer .clooklogo {
  position: relative;
  max-width: 40%;
  margin: 0;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Bigger than 300 */
@media (max-width: 320px) {
  html{
    font-size: 70%;
  }
  .container {
    padding: 0 10px;
  }
  .header {
    padding: 0.5rem 0;
  }    
  .hero {
    padding: 0;
  }
  .hero h4{
    font-size: 65%;
  }  
  .hero h5{
    margin-bottom: 5px;
  }
  .hero h6{
    font-size: 65%;
  }
  .mobile {
    display: block;
    padding: 0 35px;    
  } 
  .no-mobile {
    display: none;    
  }
  input.button {
    font-size: 1.0rem;  
  }
  .values {
    padding: 15rem 0;
    background-size: 300%;
  }
  .footer {
    padding: 0.5rem 0;
  }
  
}
@media (max-width: 450px) {
  .section {

  }
  .header {
    padding: 0.5rem 0;
  }    
  .hero {
    padding: 0.5rem 0;
  }
  .hero h4{
    font-size: 65%;
  }  
  .hero h5{
    margin-bottom: 5px;
  }
  .hero h6{
    font-size: 65%;
  }  
  .values {
    background-size: 300%;
    padding: 40% 0 5rem;
  }
  .values p{
    text-align: justify;
    padding: 0 2rem;
  }  
  .values h6 {
    font-size: 65%;
  }
  .values img {
    padding: 4rem 0;
  }
  .fold {
    padding: 5rem 0 5rem;
}
  .fold h1 {
    font-size: 200%;
  }  
  .fold h2 {
    font-size: 150%;
    padding: 0 10%;
    margin: 0;
  }
  .fold p {
    font-size: 70%;  
    padding: 0 5%;
    margin: 0;
  }
  .fold h3 {
    font-size: 120%;
  }  
  .fold h5 {
    padding-top: 5%;
    margin: 0;
  }  
  .mobile {
    display: block;
    padding: 0 18%;    
  }  
  .no-mobile {
    display: none;    
  }
  input.button {
    font-size: 1.0rem;  
  }  
}

/* Server Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */


table {
    background-color: #FFF;
}

td {
    text-align: center;
    padding: 10px;
    border: 1px #CCC dashed;
    width: 100px;
}

tr {
    text-align: center;
}

th {
    padding: 10px;
    background-color: #333;
    color: #FFF;
    text-align: center;
}

/* Main Page - Other
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section-title {
	padding: 20px;
}

.device-title {
	padding: 20px;
}

.main-title {
	padding: 20px;
}

.main-title h1 {
	text-align: center;
	font-size: 30px;
}

/* Server page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section-title h1 {
	text-align: left !important;
}

.device-title h1 {
	text-align: center !important;
}

.service-contain {
    width: 600px;
    margin: 0 auto;
}

.server-service-status {
    width: 50px;
    float: left;
    margin-left: 30px;
    text-align: center;
}

.server-service-status img {
    margin-top: 5px;
}

.server-service-status .description {
    font-size: 12px;
    text-align: center;
}

.alerts {
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 25px;
}

.alerts.info {
    background-color: #2196F3;
}

.alerts.success {
    background-color: #4CAF50;
}


.alert h4 {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
}

.push-30 {
	margin-bottom: 40px;
}

.an-open .panel-default > .panel-heading {
    background-color: #333331;
    color: #FFF;
    font-weight: bold;
}

.an-scheduled .panel-default > .panel-heading {
    background-color: #333331;
    color: #FFF;
    font-weight: bold;
}

.an-scheduled .panel-default > .panel-heading i {
	color: #aae3ff;
}

.an-open .panel-default > .panel-heading i {
	color: #ff5e5e;
}

.panel-default > .panel-heading i {
	padding: 10px;
	font-size: 16px;
}

.an-open td, .an-scheduled td {
	border: none;
	border-top: 1px solid #f3f3f3 !important;
}

.panel-default {
    border-color: #f3f3f3 !important;
}

.announcement .panel-default > .panel-heading {
    color: #fff;
    background-color: #333333;
    border-color: #ddd;
}
