/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	margin: 0;
	padding: 0;
	font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #222;
	background-color: #fefefe;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 35px;
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

p {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 1.5;
}

@media(min-width:768px) {
	p {
		margin: 0 0 35px;
		font-size: 20px;
		line-height: 1.6;
	}
}

.top-line {
	position: absolute;
	top: 0;
	width: 100%;
}

.color-swatch {
	height: 5px;
	width: 10%;
	float: left;
}

.skill-box {
    height: 100px;
	font-size: 101px;
    color: #000;
    position: relative;
}

.skill-text {
    text-align: center;
    width: 100%;
    height: 36px;
    position: absolute;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
    font-size: 16px;
    display: none;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.skill-text > .devicons {
}

.skill-box:hover > .skill-text {
    display: block;
}


.skill-box:hover > .devicons {
    display: none;
}

@media all and (max-width: 768px) {
    .skill-box {
        height: 200px;
        font-size: 202px;
    }

    .skill-text {
        font-size: 36px;
        height: 72px;
    }
}

.swatch-10 {
	width: 10%;
}

.swatch-20 {
	width: 20%;
}

.swatch-25 {
	width: 25%;
}

.swatch-50 {
	width: 50%;
}

.swatch-100 {
	width: 100%;
}

.red {
	background: #ff7b7b;
}

.blue {
	background: dodgerblue;
}

.brown {
	background: deeppink;
}

.green {
	background: mediumseagreen;
}

.yellow {
	background: yellow;
}

a {
	color: #6cbdfc;
    outline: 0 !important;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

.light {
	font-weight: 400;
}

.highlight {
	color:#ff7b7b;
}

.content-section {
	margin-top: 100px;
	margin-bottom: 100px;
}


.btn {
	border-radius: 0;
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-default {
	border: 2px solid #ff7b7b;
	color: #fff;
	background-color: #ff7b7b;
}

.btn-default:hover,
.btn-default:focus {
	border: 2px solid #ff7b7b;
	color: #ff7b7b;
	background-color: transparent;
}

.banner-social-buttons li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.btn-thumb {
    line-height: 30px;
}

.btn-thumb img {
    margin-top: -3px;
    width: 29px;
    height: 29px;
    margin-right: 10px;
}

.contact-buttons .btn-default {
	min-width: 230px;
	margin: 0 10px;
}

@media all and (max-width: 600px) {
	.contact-buttons .btn-default {
		margin: 10px;
	}
}

.btn-hi span {
	padding: 0 50px;
}
