/*===================*/
/*1) Utilities*/
/*2) Buttons*/
/*3) Hero*/
/*4) Modal*/
/*5) Subscrube Form*/
/*6) More*/
/*7) Overlay*/
/*8) Countdown */
/*9) Switcher*/
/*===================*/
/*Utilities*/
html,
body {
  padding: 0;
  margin: 0;
}

body {
  min-height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}

.clearfix {
  clear: both;
}


.main-content2{
        background: #567890;
    }
.sidebar-content{ 
        margin-bottom: 30px;
    }

.border-back {
  border: 21px solid transparent;
  -webkit-border-image: url('http://www.crakovia.com/borders-v1.png') 26 33 stretch;
  min-height: 100vh;
  position: relative;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #9AD7DB;
}

.back-color{
  background-color: #9AD7DB;
}

.center {
  margin: 0 auto;
}

footer {
    width: 100%;
    position: absolute;
    bottom: 2%;
}

.center-page {
    position: absolute;
    top: -40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100px;
}