
.about {
    position: static;
    top: 20%;
    padding-top: 3%;
}

#about-subscript {
	text-align: center;
}
	
.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}


.w-row:after {
    clear: both;
}
.w-row:before, .w-row:after {
    content: " ";
    display: table;
}
element {
}
.w-container .w-row {
    margin-right: -10px;
    margin-left: -10px;
    margin:0 auto;
clear:both;
}

.heading {
    font-size:larger;
    color: #f7fb9b
}

* {
    -moz-box-sizing: border-box;
}
body {
    font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #cccccc;
    height: 100%;

}

html {
    font-family: sans-serif;
}

.swim-div {
    padding: 30px;
    background-color: #2d93aa;
}

.tech-div {
    padding: 30px;
    background-color: #1d5325;
}

.auto-div {
    padding: 30px;
    background-color: #524c4c;
}

.hang-div {
    padding: 30px;
    background-color: #6b4747;
}

.w-col-4 {
    width: 31%;
}
.w-col {
    position: relative;
    float: left;
    
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    border-radius: 8px;
}

.page {
    flex-align:center;
    background-color: white;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    /* fix me to be 100 %  */
    min-height: 950px;
}

.button.white {
  width: 45%;
  margin-top: 10px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 2px solid white;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family:'Open Sans', sans-serif;
  font-weight: 300;
  cursor: pointer;
  margin-left:auto; margin-right:auto;
  text-align:center
}
.button.white:hover {
  background-color: white;
  color: #62309c;
  font-weight: 300;
}

h1 {
    text-align:center
}

.section-ikon {
    float:right; border-radius:8px; position:relative; top:-10px
}
